<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	/*font-family: "微软雅黑" !important;
	margin: 0;
	padding: 0;
	outline: none !important;
	-webkit-font-smoothing: antialiased !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;*/
	/*修正手持设备字体变化*/
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}
* { margin:0; padding:0; outline:none; font-family:"Microsoft YaHei", Arial, Helvetica, 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;}
.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated{visibility:hidden;  /*background:#ccddee;*/}
.visible{ visibility:visible;}
.ispc { display:block;}
.ismobile { display:none;}
.hidden { display:none;}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
	background:#fff;
	background-attachment:fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
html,body {
	width:100%;
	height:100%;
	min-height: 100%;
}
ol,ul,li,p {
		list-style:none;font-weight:normal;
}
dl,dt,dd {border:0;}
a {
		color:#282828;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#fe0000;}
a img {
		border:0;
		margin:0;
		padding:0;
}
img { border:0;vertical-align: middle; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #626161; font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #626161; font-size:14px;
}
input:-ms-input-placeholder{
    color: #626161; font-size:14px;
}
input::-webkit-input-placeholder{
    color: #626161; font-size:14px;
}
.visible{visibility:visible}
.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;}

.fullpage_menu { position:fixed; right:0; top:50%; margin-top:-80px; height:160px; width:65px;/* background:#000; background:rgba(0,0,0,.5);*/ z-index:999999; font-size:18px; font-family:Arial; text-transform:uppercase; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.fullpage_menu li { width:100%; height:auto; position:relative;}
.fullpage_menu li a { width:100%; height:20px; overflow:hidden; font-size:0; display:block;}
.fullpage_menu li a:after { content:''; width:32px; height:4px; background:#fff; position:absolute; top:50%; margin-top:-2px; right:0;  border-radius:2px 0 0 2px;
	-moz-transition:all .2s cubic-bezier(0,0,.2,1);
	-o-transition:all .2s cubic-bezier(0,0,.2,1);
	-ms-transition:all .2s cubic-bezier(0,0,.2,1);
	transition:all .2s cubic-bezier(0,0,.2,1);
}
.fullpage_menu li.active a {}
.fullpage_menu li.active a:after { width:65px;}

.fullpage_menu.style01 li a:after { background:#7f8080;}

.text_shadow { text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff; color:#76ac0a;}
/*页眉*/
.top_bg{ width:100%; height:128px; overflow:visible; /*background:rgba(0,0,0,.83); background:#fff; box-shadow: 3px 3px 5px rgba(0,0,0,0.1);*/ position:fixed; top:0; z-index:99999; border-bottom:1px solid #d9d9d9;}
.top_bg.fold { top:-129px;}
.top_bg.fold .top .menu_pop { display:block; position:absolute; top:150px; right:0px; border:1px solid #000;}
.top_bg.style01,
.top_bg .top{ margin:0 5%; min-width:320px; height:128px;/* margin:0 auto;*/ position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.top_bg .top .welcome { height:35px; line-height:35px; background:#f1f1f1; color:#5c5c5c; font-size:14px; text-indent:20px;}
.top_bg .top .welcome a { color:#6d6d6d;}
/*.top_bg .top .logobox { float:left; position:relative; height:auto; overflow:hidden;}
.top_bg .top .logo { position:absolute; left:99px; top:43px; width:471px; height:93px; overflow:hidden; text-align:center; border-radius:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.top_bg .top .logo a { display:block;}*/

.top_bg .top .logobox { position:relative; left:0; top:0px; height:auto; overflow:hidden;}
.top_bg .top .logo { float:left; width:132px; height:81px; overflow:hidden; margin-right:0; margin-top:0px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.top_bg .top .info { height:78px; overflow:hidden; float:left; color:#fff;}
.top_bg .top .info .tit { font-size:33px; line-height:50px; font-weight:bold; letter-spacing:2px; margin-top:10px;}
.top_bg .top .info .tit1 { font-size:20px; line-height:18px; letter-spacing:1.6px; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}

.ny .top_bg { height:128px; background:#fff; box-shadow: 3px 3px 5px rgba(0,0,0,0.1);}
.ny .top_bg .top { max-width:1580px; min-width:320px; height:128px; margin:0 auto;}
.ny .navmenu { }
.ny .menu_pop { display:none;}


.top_bg .top .menu_pop { width:40px; background:#fff; position:relative; right:0; top:0; display:none;}
.top_bg .top .menu_pop.scroll_footer { bottom:100px; height:auto;}
.top_bg .top .menu_pop a { width:40px; height:40px; line-height:40px; display:block; color:#000;}
.top_bg .top .menu_pop a:after { content:''; display:inline-block; width:40px; height:40px; background:url(../images/menu_pop_icon.png) center center no-repeat; background-size:60% auto;}

.top_bg .top .adinfo { float:left; height:48px; padding-left:10px; border-left:1px solid #bfbfbf; margin-left:9px; margin-top:5px;}
.top_bg .top .adinfo .tit { color:#027fe0; font-size:20px; font-weight:bold; line-height:30px;}
.top_bg .top .adinfo .tit1 { color:#575757; font-size:16px; line-height:20px;}

.top_bg .top .qlink { width:144px; height:93px; line-height:93px; float:right; background:#1b407c; font-size:16px;
	-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);
}
.top_bg .top .qlink a { line-height:93px; display:block; text-align:center; color:#fff;}


.top_bg .top .telbox { width:190px; height:30px; position:relative; right:0; top:0; color:#fff; z-index:99999; border:1px solid #000; border-radius:15px; overflow:hidden; text-align:center;}
.top_bg .top .telbox:before { content:''; display:inline-block; width:22px; height:19px; position:relative; top:5px; margin-right:15px; background:url(../images/telbox_icon.png) no-repeat;}
.top_bg .top .telbox .lab { font-size:16px; height:28px; display:inline-block; position:relative; color:#3e3e3e; margin-left:10px; position:relative;}
.top_bg .top .telbox .tel { font-size:14px; color:#000; line-height:30px; position:relative; letter-spacing:1px; font-family:Arial; display:inline-block; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}

.top_bg .top .ad_text { position:absolute; right:200px; top:75px; left:670px;}
.top_bg .top .ad_text .tit { color:#ec0101; font-size:18px; line-height:30px; font-weight:bold;}
.top_bg .top .ad_text .des { color:#404040; font-size:14px; line-height:25px;}

.top_bg .top .toplink { height:35px;  line-height:35px; position:absolute; top:0; right:0; color:#747474; font-size:13px; padding-right:10px;}
.top_bg .top .toplink a { line-height:35px; color:#747474; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#cb161c;}
.top_bg .top .toplink .qrcodebox { width:104px; height:104px; position:absolute; left:20px; top:45px; border-left:0; background:#f00; border:1px solid #ccc; padding:5px; border-radius:2px; display:none;}

.top_bg .top .qrcodebox { width:90px; height:auto; overflow:hidden; position:absolute; right:21px; top:53px;}
.top_bg .top .qrcodebox .tit { text-align:center; color:#333333; line-height:30px;}
.top_bg .top .qrcodebox .pic { width:88px; height:88px; border:1px solid #76ac0a;}

.top_bg .top .searchbox { width:35px; height:35px; overflow:visible; position:relative; z-index:99999;}
.top_bg .top .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.top_bg .top .searchbox .keys { width:0; height:35px; line-height:35px; border:0; color:#666; position:absolute; right:0; top:0px; text-indent:10px; border-radius:20px; }
.top_bg .top .searchbox .submit { width:35px; height:35px; line-height:30px; background:url(../images/search_icon.png) center center no-repeat; font-size:0px; border:0; position:absolute; right:5px; top:0; color:#fff; cursor:pointer;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:280px; border:1px solid #000;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .wechat { }
.wechat_qrcode_pop { position:absolute; right:0px; top:140px; width:165px; height:165px; background:#1eaf1d; border-radius:10px; text-align:center; padding:10px; display:none;}
.wechat_qrcode_pop:before { content:''; position:absolute; top:-12px; right:10%;
	border-top: 0px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #1eaf1d;
}
.top_bg .top .wechat_video { width:25px; height:25px;}
.top_bg .top .wechat_video img { display:block; width:auto; max-width:100%;}
.wechat_video_qrcode_pop { position:absolute; right:0px; top:140px; width:165px; height:165px; background:#fa9d3b; border-radius:10px; text-align:center; padding:10px; display:none;}
.wechat_video_qrcode_pop:before { content:''; position:absolute; top:-12px; right:10%;
	border-top: 0px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #fa9d3b;
}

.top_bg .top .share_link { position:absolute; top:50%; margin-top:-10px; right:20px;}

/*快捷链接*/
.index .comm-link { display:block;}
.ny .comm-link { display:none;}
.comm-link { position:fixed; right:0px; bottom:0px; width:59px; height:198px; background:#4a9f41; z-index:9999999999; display:none; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-content:center; align-items:center;}
.comm-link a { display:inline-block; width:59px; height:59px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.comm-link a:hover { background:#eb000e;}
.comm-link.scroll_footer { bottom:100px;}

body.index { overflow:hidden; }

.section_bg { position:absolute; bottom:0; left:0; top:0; right:0; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; align-content:center; z-index:0;}
.mouse_down { position:absolute; left:50%; bottom:20px; margin-left:-24px; z-index:999; display:block;}
.guidebox_list_bg { height:55px; background:url(../images/guidebox_list_bg.png) top center no-repeat;}
/*主导航样式*/
.navmenu_bg { height:96px; position:relative; z-index:9999999; background:#0c4294; /*background:linear-gradient(to right,#1c7c2b, 60%, #4ea00e); filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #1c7c2b, endColorstr = #4ea00e);*/ /* background:rgba(255,255,255,.68);*/}

.navmenu { width:70%; height:128px; overflow:visible; position:relativer; left:0; right:0; bottom:0;}
.navmenu #menu { width:100%; height:128px; position:relative; font-size:14px;}
.navmenu #menu li { height:128px; width:11.1111111111111%; float:left; position:relative; /*background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li.home { }
.navmenu #menu li.home:before {/* content:''; position:absolute; width:1px; height:19px; background:#4aa3d3; left:0; top:0; z-index:-2;*/}
.navmenu #menu li a { display:block; width:100%; height:50px; line-height:50px; text-align:center; overflow:hidden; top:30%; margin-top:0px; position:relative; color:#000;}
.navmenu #menu li.home a:before {}
.navmenu #menu li:hover a .cn,
.navmenu #menu li.hover a .cn{ /*color:#0657a8; background:#001f52;*/}
.navmenu #menu li:hover a .en{ color:#83bbba;}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a ,
.navmenu #menu li:hover a{ /*  background:#ed1e1e; font-weight:bold; */color:#e60012; }
.navmenu #menu li.hover:after,
.navmenu #menu li:hover:after { width:10px; height:10px;}
.navmenu #menu li.hover,
.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#0aa843;/* letter-spacing:2px; */}
.navmenu #menu li:hover a+.subnav { /*display:block;*/ display:none;}
.navmenu #menu li a:before{
	content: '';
	position:absolute;
	left:50%;
	bottom:0px;
	width:0;
	
	height:2px;
	background:#e60012;
	z-index:-1;
	border-radius:3px;
	-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);
}
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { width:75px; margin-left:-37.5px;}
/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:visible; display:none; position:absolute; top:128px; left:0; right:0; padding-top:15px; /*background:rgba(1,75,148,.83);*/ font-weight:normal; border-radius:8px;}
.subnav:before { content:''; position:absolute; top:3px; left:50%; margin-left:-7px;
	border-top: 0px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #fff;
}
.subnav:after { content:''; position:absolute; left:0; top:15px; right:0; bottom:0; background:#fff; border-radius:8px; z-index:-1;}
.navmenu #menu li .subnav a { display:block; width:100%; height:36px; line-height:36px; font-weight:normal; color:#192610; top:0; margin-top:0; background:none; position:relative; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; padding:0;}
.navmenu #menu li .subnav a:before { background:#e0e0e0; height:1px; bottom:0px; z-index:0;}
.navmenu #menu li .subnav a:hover { background:#e60012; color:#fff;}
.navmenu #menu li .subnav a:hover:before { display:none;}

.navmenu .searchbox { width:199px; height:36px; overflow:hidden; border-radius:18px; background:#d8d8d8; border-radius:4px; position:relative; float:right; margin:12px -199px 0 0;}
.navmenu .searchbox .keys { width:152px; height:36px; line-height:36px; border:0; color:#000; position:absolute; left:0; top:0;  background:#fff; text-indent:10px;}
.navmenu .searchbox .submit { width:46px; height:36px; line-height:36px; background:#fff url(../images/search_icon.png) center center no-repeat; font-size:0px; border:0; position:absolute; right:0; top:0; color:#000; cursor:pointer;}
.navmenu .searchbox.open { height:24px;}
.navmenu .searchbox .keys:-ms-input-placeholder{
    color: #afafaf;/*opacity:0.5; font-size:12px;*/
}
.navmenu .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;/*opacity:0.5; font-size:12px;*/
}


/*页面布局*/
.indexbox{  max-width:1440px; min-width:320px; height:auto; margin:0 auto; background:#f7f9fd; overflow:visible;}
.ny_banner { width:100%; height:532px; margin:0 auto; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; margin-top:128px;}
/*联系我们信息*/
.contact_us_info { max-width:1440px; min-width:320px; height:auto; margin:0 auto; margin-top:0px; position:relative; z-index:1;}
.contact_us_info .contact_info { max-width:1200px; min-width:320px; height:auto; overflow:hidden; text-align:center; margin:0 auto; margin-top:0px;}
.contact_us_info .contact_info li { width:33.33333%; height:auto; float:left; position:relative; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.contact_us_info .contact_info li:after { content:''; width:1px; height:164px; background:#0144a6; position:absolute; left:0; top:20px;}
.contact_us_info .contact_info li:nth-child(1),
.contact_us_info .contact_info li:nth-child(3) { width:30%;}
.contact_us_info .contact_info li:nth-child(2) { width:40%;}
.contact_us_info .contact_info li:nth-child(2) .tit1 { font-size:17px;}
.contact_us_info .contact_info li:nth-child(1):after { background:none;}
.contact_us_info .contact_info .icon { width:80px; height:80px; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; border-radius:50%;}
.contact_us_info .contact_info .tit { width:100%; height:60px; color:#0144a6; line-height:60px; font-size:24px; font-weight:bold; text-transform:uppercase; font-family:Arial;}
.contact_us_info .contact_info .tit1 { width:100%; height:auto; overflow:hidden; font-size:24px; line-height:40px; color:#656565;}
.contact_us_info .mapbox { max-width:1200px; min-width:320px; margin:0 auto; height:692px; margin-top:60px;}

.contact_us_bg { height:auto; overflow:hidden; position:relative; margin-top:128px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.contact_us_bg .contact_map_box { width:50%; height:auto;}
.contact_us_bg .contact_info_box { width:40%; margin-left:10%; height:auto; background:#fff; z-index:1; position:relative;}
.contact_us_bg .contact_info_box .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative; margin-top:30px;}
.contact_us_bg .contact_info_box .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.contact_us_bg .contact_info_box .lab { font-size:14px; color:#4c4c4c; line-height:30px; margin-top:4px;}
.contact_us_bg .contact_info_box .info { font-size:24px; color:#000; line-height:30px; font-weight:bold;}
.contact_us_bg .contact_info_box .feedback { width:80%; margin:30px 0; height:auto; overflow:hidden;}
.contact_us_bg .contact_info_box .feedback form { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contact_us_bg .contact_info_box .feedback .input { width:48%; flex:0 0 48%; height:44px; line-height:44px; border:0px solid #dadada; text-indent:20px; font-size:14px; background:#eee; color:#000; border-radius:10px; margin-bottom:17px; position:relative;}
.contact_us_bg .contact_info_box .feedback .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484; font-size:14px;
}
.contact_us_bg .contact_info_box .feedback .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484; font-size:14px;
}
.contact_us_bg .contact_info_box .feedback .input:-ms-input-placeholder{
    color: #848484; font-size:14px;
}
.contact_us_bg .contact_info_box .feedback .input::-webkit-input-placeholder{
    color: #848484; font-size:14px;
}
.contact_us_bg .contact_info_box .feedback .textarea { width:95%; flex:0 0 95.8%; height:auto; height:150px; line-height:28px; border:0px solid #dadada; padding:1.5% 2%;  font-size:14px; background:#eee; color:#000; border-radius:10px;}
.contact_us_bg .contact_info_box .feedback .form_btn { flex:0 0 50%; margin-top:17px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contact_us_bg .contact_info_box .feedback .submit { width:48%; height:45px; line-height:45px; background:#b72422; color:#fff; font-size:14px; border:0; border-radius:10px; cursor:pointer;}
.contact_us_bg .contact_info_box .feedback .reset { width:48%; height:45px; line-height:45px; background:#009944; color:#fff; font-size:14px; border:0; border-radius:10px; cursor:pointer;}
.contact_us_bg .contact_info_box .feedback .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.contact_us_bg .contact_info_box .feedback .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.contact_us_bg .contact_info_box .feedback .yzm_ref { line-height:45px; margin-top:2%;}

.contact_us_bg .contact_info_box .tit1{ color:#4d4d4d; font-size:16px; line-height:45px; font-weight:bold; padding:0 20px; border-top:1px solid #e6e6e6;}
.contact_us_bg .contact_info_box .album { width:90%; height:auto; overflow:hidden; margin:0 5%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; border-top:1px solid #e6e6e6; padding-top:16px;}
.contact_us_bg .contact_info_box .album li { float:left; width:32%; flex:0 0 32%; overflow:hidden;}
/*联系留言板*/
.feedback_box .tit { font-size:39px; height:80px; line-height:80px; color:#414141; margin-top:30px; text-align:center;}
.feedback_box .des { font-size:18px; line-height:29px; text-align:center; color:#525252;}
.feedback_box .feedback { margin:30px 8%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.feedback_box .feedback .input { width:32%; flex:0 0 32%; height:49px; line-height:49px; border:1px solid #dadada; text-indent:20px; font-size:18px; color:#000; position:relative;}
.feedback_box .feedback .input.user_icon { background:url(../images/icon_user_input.png) 98% center no-repeat;}
.feedback_box .feedback .input.phone_icon { background:url(../images/icon_phone_input.png) 98% center no-repeat;}
.feedback_box .feedback .input.mail_icon { background:url(../images/icon_select_down_curror.png) 98% center no-repeat;}
.feedback_box .feedback .textarea.msg_icon { background:url(../images/icon_textarea_msg.png) 98% 5% no-repeat;}
.feedback_box .feedback .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888787; font-size:18px;
}
.feedback_box .feedback .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888787; font-size:18px;
}
.feedback_box .feedback .input:-ms-input-placeholder{
    color: #888787; font-size:18px;
}
.feedback_box .feedback .input::-webkit-input-placeholder{
    color: #888787; font-size:18px;
}
.feedback_box .feedback .textarea { width:95%; flex:0 0 95.8%; height:auto; height:188px; line-height:28px; padding:1.5% 2%; border:1px solid #dadada; margin-top:2%; font-size:16px; color:#000;}
.feedback_box .feedback .submit { width:20%; height:46px; line-height:46px; background:#42b136; color:#fff; font-size:18px; border:0; border-radius:10px 0 10px 0; margin-top:2%; cursor:pointer;}
.feedback_box .feedback .reset { width:20%; height:46px; line-height:46px; background:#8b8b8b; color:#fff; font-size:18px; border:0; border-radius:10px 0 10px 0; margin-top:2%; cursor:pointer;}
.feedback_box .feedback .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.feedback_box .feedback .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.feedback_box .feedback .yzm_ref { line-height:45px; margin-top:2%;}

/**/
.insidebox_bg { max-width:1440px; min-width:320px; margin:0 auto; height:auto;/* background:#fff; background:rgba(255,255,255,.89);*/ margin-top:-128px; position:relative; z-index:999;}
.indexbox_bg { max-width:1440px; min-width:320px; margin:0 auto; height:auto; background:#fff; background:rgba(255,255,255,.89); margin-top:0; position:relative; z-index:999;}
.insidebox { max-width:1440px; min-width:320px; margin:0 auto; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
/*.insidebox { height:auto; overflow:hidden; padding-left:248px}*/
.leftbox { width:100%; height:auto; overflow:visible; position:relative; z-index:9999;}
.leftbox_bg { height:67px; background:#fff;}
/*.leftbox.fixed { position:fixed; left:0; top:0; width:100%; z-index:99999999; box-shadow: 3px 3px 10px rgba(0,0,0,0.3);}*/
/*.leftbox { width:223px; min-height:617px; height:auto; overflow:hidden; float:left; _display:inline; margin:0 0 0 -248px; position:relative;}*/
.leftbox .bg { position:absolute; left:0; top:70px; filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;}
.locationbox { width:100%; height:66px; line-height:66px; overflow:hidden; background:url(../images/locationbox_bg.png) right 0 no-repeat; margin-top:-66px; position:relative; z-index:999; color:#f2f2f2; text-align:right;}
.locationbox a { color:#f2f2f2;}
.locationbox .curr_path { max-width:1200px; min-height:320px; line-height:60px; margin:0 auto; margin-top:6px;}

.goods-leftbox { width:458px; height:auto; min-height:821px; overflow:hidden; margin:0 0 0 -458px; float:left; background:url(../images/goods_leftbox_bg.jpg) no-repeat; background-size:cover; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.goods-guidebox dt { display:none;}
.goods-guidebox dd { width:100%; height:100%;}
.goods-guidebox dd ul { width:100%; height:auto; overflow:hidden; margin:0 auto; font-size:18px;}
.goods-guidebox dd ul li { width:100%; margin:2px 0; overflow:hidden;}
.goods-guidebox dd ul li a { color:#fff; line-height:71px; height:71px; display:block; position:relative; letter-spacing:5px; border-radius:36px; display:block; padding-left:35px;}
.goods-guidebox dd ul li:hover a,
.goods-guidebox dd ul li.hover a { background:#fff; color:#e60012; font-size:24px; font-weight:bold; letter-spacing:0px; padding-left:55px; padding-right:65px;}
.goods-guidebox dd ul li a:before { content:''; width:0px; height:26px; background:#e60012; position:absolute; left:35px; top:50%; margin-top:-13px;}
.goods-guidebox dd ul li:hover a:before,
.goods-guidebox dd ul li.hover a:before { width:2px;}
.goods-guidebox dd ul li:hover a:after,
.goods-guidebox dd ul li.hover a:after{ content:''; background:#e71f19; width:15px; height:15px; position:absolute; right:20px; top:50%; margin-top:-16.5px; border-radius:50%; border:9px solid #f4bab8;}
.goods-guidebox dd .sub_menu_icon { display:none;}

/*大屏Slide 底部指示点*/
.fp-slidesNav.bottom { }
.fp-slidesNav.bottom ul { text-align:center;}
.fp-slidesNav.bottom ul li { display:inline-block;}
.fp-slidesNav.bottom ul li a.active { border:1px solid #0042aa;}
.fp-slidesNav.bottom ul li a.active span { background:#0042aa;}
/*大屏Slide 左右切换点*/
.fp-controlArrow.fp-prev {
    left: 125px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent rgba(255,255,255,.5) transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 125px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent rgba(255,255,255,.5);
}
.banner { position:absolute; left:0; top:128px; bottom:0; right:0;}
.banner .swiper-container,
.banner .swiper-slide,
.banner .swiper-slide a {
	width:100%;
	height:100%;
}
.banner .swiper-slide a {
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	
}

.banner .swiper-pagination { width:50%; position:absolute; bottom:66px; text-align:right; z-index:999; display:none;}
.banner .swiper-pagination .swiper-pagination-bullet { width:30px; height:3px; border-radius:0px; background:#fff; opacity:1; margin:0 6px; cursor:pointer;
-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);
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction { bottom:66px; width:auto; right:80px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#019030; height:7px;}

.banner .ctrl_info { position:absolute; left:44px; bottom:44px; font-size:18px; width:100px; height:50px; line-height:50px; color:#fff; z-index:999;}
.banner_ctrl_btn { position:absolute; width:120px; height:50px; right:44px; bottom:44px; z-index:999; font-size:36px; z-index:999;}
.banner_ctrl_btn a { display:inline-block; margin:0 5px; color:#fff; font-size:36px; font-family:'微软雅黑';}
.banner_ctrl_btn a:hover { color:#f00;}

/*大*/
.bannerBox{ width:100%; height:100%; overflow:hidden; position:relative;}
.bannerBox .hd{ width:100%;
	height:30px;
	text-align:center;
	position:absolute;
	bottom:20px; z-index:1; }
.bannerBox .hd ul{ width:100%; overflow:hidden; zoom:1; float:left; text-align:center;}
.bannerBox .hd ul li{ display:inline-block;
	_display:inline;
	_zoom:1;
	background:#ccc;
	width:20px;
	height:20px;
	line-height:20px;
	_font-size:0;
	margin:5px;
	cursor:pointer;
	z-index:1;
	border-radius:10px;
	-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:12px;}
.bannerBox .hd ul li.on{ background:#0144a6; width:40px; color:#fff;}
.bannerBox .bd{ position:relative; height:100%; z-index:0;}
.bannerBox .bd ul { height:100%;}
.bannerBox .bd li{ zoom:1; vertical-align:middle; height:100%;}
/*.bannerBox .bd li img { display:block; height:100%;}*/
.bannerBox .bd li a { display:block; height:100%; overflow:hidden; background-size:cover; background-position:center center; background-repeat:no-repeat;}
/*.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:3%; 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;}
.bannerBox .next{ left:auto; right:3%; 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 .prevStop{ display:none;  }
.bannerBox .nextStop{ display:none;  }

.topbox_bg { height:50px; background:#eeeeee; overflow:hidden; position:relative; z-index:999;}
.topbox_bg .topbox { max-width:1330px; min-width:320px; margin:0 auto; height:50px; overflow:visible; position:relative;}
.topbox_bg .topbox .tit { width:173px; height:50px; overflow:hidden; line-height:50px; background:#283890; float:left; font-size:18px; color:#fff; text-align:center;}
/*装修报价*/
.offerbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.offerbox dt { width:100%; height:68px; line-height:68px; overflow:hidden; position:relative;}
.offerbox dt:after { content:''; width:6px; height:22px; background:#ed0707; position:absolute; left:0; top:50%; margin-top:-11px; border-radius:3px;}
.offerbox dt .tit { color:#0e0e0e; font-size:25px; margin-left:20px;}
.offerbox dt .tit1 { color:#7c7c7c; font-size:14px; margin-left:10px;}
.offerbox dt .tit1 .cred { color:#ed0707;}
.offerbox dd .offerform form { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.offerform .input { width:18.5%; height:38px; line-height:38px; background:#f9f9f9; border:1px solid #eaeaea; padding:0 10px;}
.offerform .submit { width:157px; height:39px; border:0; cursor:pointer; border-radius:3px; background:#dd2a0d; color:#fff;}
/*案例展示*/
.casebox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px;}
.casebox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.casebox dt .tit1 { font-size:40px; line-height:60px; color:#027fe0; text-transform:uppercase;}
.casebox dt .tit { width:100%; line-height:40px; font-size:31px; color:#000; font-weight:bold; position:relative;}
.casebox dt .tit:after { content:''; width:584px; height:73px; background:url(../images/casebox_line_bg.png) top center no-repeat; display:block; position:absolute; left:50%; top:20px; margin-left:-292px;}
.casebox dt .line { width:66px; height:4px; margin:0 auto; margin-top:18px; background:#027fe0;}
.casebox dt .des { line-height:30px; margin-top:15px;}
.casebox dd { width:100%; height:auto; overflow:hidden;}
.casebox dd .case_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; margin-top:30px;}
.casebox dd .case_list li { width:24%; height:auto; overflow:hidden; float:left; margin-bottom:2%; position:relative;}
.casebox dd .case_list li a { display:block; height:auto; overflow:hidden;}
.casebox dd .case_list li .title { width:100%; height:46px; line-height:46px; position:absolute; bottom:0; left:0; z-index:2; background:#e2e2e2;}
.casebox dd .case_list li .tit { width:100%; height:46px; line-height:46px; font-size:16px; text-align:center; color:#4c4c4c;}
.casebox dd .case_list li .more { display:block; text-transform:uppercase; font-size:14px; text-align:center; line-height:20px; color:#fff;}
.casebox dd .case_list li:hover .title { background:#d81515; height:79px;}
.casebox dd .case_list li:hover .tit { color:#fff;}
.casebox dd .case_list li:hover .more { line-height:20px;}
/**/
.caseshowbox_bg { height:autou; overflow:hidden; background:#fafafa;}
.caseshowbox { max-width:100%; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:40px;}
.caseshowbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.caseshowbox dt .tit { font-size:38px; line-height:38px; color:#2e2e2e; margin-top:20px; position:relative; display:inline-block; margin-top:51px;}
.caseshowbox dt .line { content:''; width:86px; height:1px; background:#868686; display:inline-block; margin:0 66px; position:relative; top:-10px;}
.caseshowbox dt .tit:after { content:''; width:227px; height:51px; position:absolute; left:86px; top:-45px; display:block; background:url(../images/caseshowbox_title_icon.png) top center no-repeat;}
.caseshowbox dt .cred { color:#dd2815;}
.caseshowbox dt .tit1 { font-size:14px; line-height:50px; color:#474747;}
.caseshowbox dd { width:100%; height:auto; overflow:hidden;}
.caseshowbox dd .tabs { width:100%; height:auto; overflow:hidden; color:#868686; font-size:16px; text-align:center}
.caseshowbox dd .tabs li { width:124px; height:33px; line-height:33px; text-align:center; border:1px solid transparent; display:inline-block; color:#868686;}
.caseshowbox dd .tabs li:hover,
.caseshowbox dd .tabs li.on { background:#fff; color:#fb3f3e; border:1px solid #eaeaea;}
.caseshowbox dd .tabs li a { color:#868686;}
.caseshow_list li { position:relative; height:auto; overflow:hidden;}
.caseshow_list li .infobox_wrapbox { position:absolute; top:0; width:100%; height:100%;}
.caseshow_list li .infobox_wrap { max-width:1200px; min-width:320px; height:100%; overflow:visible; position:relative; margin:0 auto;}
.caseshow_list li .infobox { width:320px; height:319px; background:#000; background:rgba(0,0,0,.22); color:#fff; position:absolute; top:50%; margin-top:-159.5px; right:0; border-radius:4px;}
.caseshow_list li .infobox .tit { font-size:38px; line-height:72px; position:relative;}
.caseshow_list li .infobox .tit:after { content:''; width:27px; height:4px; background:#ed0707; position:absolute; top:0; left:0; border-radius:2px;}
.caseshow_list li .infobox .des { font-size:19px; line-height:30px;}
.caseshow_list li .infobox .more { width:127px; height:37px; line-height:37px; margin:20px 0; display:block; text-align:center; font-size:14px; color:#fff; border-radius:3px; border:1px solid #d82121;}
.caseshow_list li .infobox .margin { margin:30px;}
.caseshow_list li .infobox .more:hover { background:#d82121;}
/*选择我们*/
.chooseusbox_bg { height:auto; overflow:hidden; background:#f5f5f5; padding-bottom:64px;}
.chooseusbox { max-width:1200px; min-width:320px; height:auto; overflow:visible; margin:0 auto; margin-top:53px;}
.chooseusbox dt { width:100%; height:186px; overflow:hidden; text-align:center; position:relative;}
.chooseusbox dt:before { content:''; width:238px; height:64px; background:url(../images/chooseusbox_line_left.png) no-repeat; position:absolute; left:15%; top:0;}
.chooseusbox dt:after { content:''; width:238px; height:64px; background:url(../images/chooseusbox_line_right.png) no-repeat; position:absolute; right:15%; bottom:0;}
.chooseusbox dt .tit { font-size:36px; line-height:40px; color:#009de7; font-weight:bold;letter-spacing:3px; margin-top:50px;}
.chooseusbox dt .tit1{ color:#868686; font-size:22px; line-height:30px; font-family:Arial; font-style:oblique;}
.chooseusbox dt .des{ color:#6d6d6d; font-size:16px; line-height:30px;}
.chooseusbox dt .line { width:291px; height:25px; margin:10px auto; background:url(../images/chooseusbox_line.gif) top center no-repeat;}

.chooseusbox dd .reason_box { height:auto; overflow:hidden; margin-top:60px; padding-right:610px;}
.chooseusbox dd .reason_box.style02 { padding-left:610px; padding-right:0;}
.chooseusbox dd .reason_list { width:100%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; float:left;}
.chooseusbox dd .reason_list li { width:100%; height:auto; float:left; height:auto; overflow:hidden; margin-bottom:60px;}
.chooseusbox dd .reason_list li:hover { /*box-shadow: 3px 3px 5px rgba(0,0,0,0.1);*/}
.chooseusbox dd .reason_list li a { padding-left:94px; height:auto; overflow:hidden; display:block;}
.chooseusbox dd .reason_list li .icon { width:113px; height:113px; overflow:hidden; border:1px solid #e6e6e6; border-radius:50%; margin:0 auto; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.chooseusbox dd .reason_box .reason_pic { width:560px; margin:20px -610px 0 0; float:right; text-align:right;} 
.chooseusbox dd .reason_box.style02 .reason_pic { width:560px; margin:20px 0 0 -610px; float:left;}
.chooseusbox dd .reason_list li .num { width:94px; margin:0 0 0 -94px; font-size:79px; line-height:100px; color:#a3a2a2; font-weight:bold; font-family:Arial; float:left;}
.chooseusbox dd .reason_list li .icon .img1 { display:block;}
.chooseusbox dd .reason_list li .icon .img2 { display:none;}
.chooseusbox dd .reason_list li:hover .icon .img1 { display:none;}
.chooseusbox dd .reason_list li:hover .icon .img2 { display:block;}
.chooseusbox dd .reason_list li .tit { color:#de0c0c; font-size:25px; line-height:32px; font-weight:bold; width:100%; height:auto; overflow:hidden; border-bottom:1px dashed #7c7c7c; padding:20px 0;}
.chooseusbox dd .reason_list li .tit1 { color:#0453ab; line-height:40px; font-weight:bold; font-size:38px; margin-top:5px; float:left; margin-right:27px;}
.chooseusbox dd .reason_list li .des { font-size:16px; line-height:32px; color:#7c7c7c; margin:10px 0; text-align:left;}
.chooseusbox dd .reason_list li:hover .icon { background:#db0101; border:1px solid #db0101;box-shadow: 3px 3px 5px rgba(0,0,0,0.1);}
/*产品展示*/
.product_bg_slide { position:absolute; left:0; right:0; bottom:0; top:0; z-index:0;}
.product_bg_slide li { position:absolute; left:0; top:0; width:100%; height:100%; background:#f2f2f2;}
.product_bg_slide li:before { content:''; position:absolute; left:0%; right:50%; height:100%; background:#f2f2f2;}
.product_bg_slide li:after { content:''; position:absolute; left:50%; right:0%; height:100%; background:url(../images/product_bg01.jpg); background-size:cover;}
.product_bg_slide li:nth-child(1) { z-index:1;}
.product_bg_slide li:nth-child(2):after { background:url(../images/product_bg02.jpg); background-size:cover;}
.product_bg_slide li:nth-child(3):after { background:url(../images/product_bg03.jpg); background-size:cover;}
.product_bg_slide li:nth-child(4):after { background:url(../images/product_bg04.jpg); background-size:cover;}
.product_bg_slide li:nth-child(5):after { background:url(../images/product_bg05.jpg); background-size:cover;}
.product_bg_slide li:nth-child(6):after { background:url(../images/product_bg06.jpg); background-size:cover;}
.product_bg_slide li { background-repeat:no-repeat; background-size:cover; background-position:top center;}
.productbox { width:1440px; min-width:320px; height:auto; overflow:visible; margin:0 20px;/* margin-top:60px;*/display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:stretch;}
.productbox dt { width:40%; height:auto; overflow:visible; position:relative; z-index:1;}
.productbox dt .tit1 { font-size:72px; line-height:100px; font-weight:bold; overflow:hidden; color:#040000;}
.productbox dt .tit { font-size:24px; line-height:30px; overflow:hidden; color:#192610; letter-spacing:5px;}
.productbox dt .line { width:66px; height:2px; background:#cecece; display:inline-block; margin:10px auto;}
.productbox dt .more { display:inline-block; width:39px; height:39px; line-height:39px; font-size:29px; font-family:Arial; text-align:center; color:#fff; background:#f0c176; border-radius:50%;}
.productbox dt .more:hover { background:#b70713;}
/*.productbox dt .more:after { content:'+'; color:#fff;}*/
.productbox dt .des { color:#606060; font-size:14px; line-height:40px;}
.productbox dt .tabs { width:420px; height:426px; overflow:hidden; font-size:24px; color:#040000; margin-top:50px; margin-left:-36px; overflow-y:auto;}
.productbox dt .tabs::-webkit-scrollbar-track-piece {width:9px;background-color:#fff; border-radius:4.5px;}
.productbox dt .tabs::-webkit-scrollbar { width:9px; background-color:#fff;}
.productbox dt .tabs::-webkit-scrollbar-thumb { width:9px; height:195px; background-color:#cacaca; border-radius:4.5px;}
.productbox dt .tabs::-webkit-scrollbar-thumb:hover { width:9px; background-color:#cacaca;}
.productbox dt .tabs a { width:75%; color:#040000; line-height:71px; height:71px; display:block; position:relative; letter-spacing:5px; border-radius:40px; display:block; padding-left:35px;}
.productbox dt .tabs a:hover,
.productbox dt .tabs a.hover { background:#fff; color:#e60012; font-size:30px; font-weight:bold; letter-spacing:0px; padding-left:55px;}
.productbox dt .tabs a:before { content:''; width:0px; height:33px; background:#e60012; position:absolute; left:35px; top:50%; margin-top:-16.5px;}
.productbox dt .tabs a:hover:before,
.productbox dt .tabs a.hover:before { width:4px;}
.productbox dt .tabs a:hover:after,
.productbox dt .tabs a.hover:after{ content:''; background:#e71f19; width:15px; height:15px; position:absolute; right:20px; top:50%; margin-top:-16.5px; border-radius:50%; border:9px solid #f4bab8;}
.productbox dd { width:60%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.productbox dd .product_list_scroll { width:100%; height:auto;}
.productbox dd .product-prev ,
.productbox dd .product-next { width:33px; height:33px; line-height:33px; background:#080102; border-radius:50%; color:#fff; position:absolute; right:-80px; top:50%; margin-top:-16px; z-index:9;}
.productbox dd .product-prev { left:-80px; right:auto;}
.productbox dd .product-prev:after { content:'&lt;'; font-size:36px; text-align:center; display:block; position:relative; top:-3px; left:-2px;}
.productbox dd .product-next:after { content:'&gt;'; font-size:36px; text-align:center; display:block; position:relative; top:-3px; right:-2px;}
.productbox dd .product_show { width:100%; height:auto; overflow:visible;}
.productbox dd .product_show li { width:100%; height:auto; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; align-items:flex-end;}
.productbox dd .product_show li:after { content:''; width:100%; height:407px; background-color:#f09a14; background-image: radial-gradient(#f5b938, #f09a14); /* 标准的语法（必须放在最后） */border-radius:10px; position:absolute; left:0; bottom:0; z-index:-1;}
.productbox dd .product_show li.style01:after { background-image: radial-gradient(#066743, #00462c);}
.productbox dd .product_show li.style02:after { background-image: radial-gradient(#8e1d22, #691217);}
.productbox dd .product_show li.style03:after { background-image: radial-gradient(#3e60ab, #28469a);}
.productbox dd .product_show li.style04:after { background-image: radial-gradient(#a0c833, #88ac27);}
.productbox dd .product_show li.style05:after { background-image: radial-gradient(#cc6610, #ac500a);}
.productbox dd .product_show li.style06:after { background-image: radial-gradient(#f5b938, #f09a14);}

.productbox dd .product_show .product_show_box { width:100%; height:auto; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; align-items:flex-end; z-index:1;}
.productbox dd .product_show .product_show_box:after { content:''; width:100%; height:407px; background-color:#f09a14; background-image: radial-gradient(#f5b938, #f09a14); /* 标准的语法（必须放在最后） */border-radius:10px; position:absolute; left:0; bottom:0; z-index:-1;}
.productbox dd .product_show .product_show_box.style01:after { background-image: radial-gradient(#066743, #00462c);}
.productbox dd .product_show .product_show_box.style02:after { background-image: radial-gradient(#8e1d22, #691217);}
.productbox dd .product_show .product_show_box.style03:after { background-image: radial-gradient(#3e60ab, #28469a);}
.productbox dd .product_show .product_show_box.style04:after { background-image: radial-gradient(#a0c833, #88ac27);}
.productbox dd .product_show .product_show_box.style05:after { background-image: radial-gradient(#cc6610, #ac500a);}
.productbox dd .product_show .product_show_box.style06:after { background-image: radial-gradient(#f5b938, #f09a14);}

.productbox dd .product_show .brief { width:50%; height:auto; overflow:hidden; float:left;}
.productbox dd .product_show .pic { width:45%; height:640px; overflow:visible; float:left; text-align:center; margin-bottom:30px; position:relative; margin-right:5%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:flex-end;}
.productbox dd .product_show .pic img { position:relative; display:block; z-index:1; display:inline-block; top:-5px;}
.productbox dd .product_show .pic:after { content:''; position:absolute; bottom:0; left:-5%; width:110%; background:url(../images/pic_shadow.png) center center no-repeat; background-size:100% 100%; height:21px;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode:both;
animation-fill-mode: both;
-webkit-animation-name: zoomIn  ;
animation-name: zoomIn;
}
.productbox dd .product_show .margin { margin:60px; overflow:hidden;}
.productbox dd .product_show .num { color:#e7e62a; font-size:60px; line-height:70px; font-weight:bold;}
.productbox dd .product_show .tit { color:#fff; font-size:36px; line-height:80px; font-weight:bold;}
.productbox dd .product_show .des { color:#fff; font-size:16px; line-height:36px; height:72px; overflow:hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:10px;}
.productbox dd .product_show .more { width:90%; height:34px; line-height:34px; display:block; color:#fff; font-size:16px; margin-top:20px; background:url(../images/more_curr.png) right bottom no-repeat; border-bottom:1px solid #fff;}
.productbox dd .product_box { height:auto; overflow:visible; padding-left:600px; margin-top:20px;}
.productbox dd .searchbox { margin-top:20px;}
.productbox dd .product_sort_box { width:50%; height:auto; float:left; position:relative; z-index:999;}
.productbox dd .product_list_box { width:100%; height:100%; overflow:visible; position:relative; float:left;}
.productbox dd .product_sort_list_box { width:100%; height:auto; overflow:visible; margin-top:2px; background:#f5f5f5;}
.productbox dd .product_sort_list { width:100%; line-height:45px; font-size:16px; float:left;}
.productbox dd .product_sort_list li { width:100%; height:285px; overflow:hidden; position:relative;}
.productbox dd .product_sort_list li .brief { height:auto; overflow:hidden; position:relative; z-index:999; margin-top:70px;}
.productbox dd .product_sort_list li .pic { width:160px; height:auto; overflow:hidden; float:left; margin:75px 0 0 -185px;}
.productbox dd .product_sort_list li .tit { width:370px; height:40px; color:#fff; line-height:40px; font-size:22px; font-weight:bold;}
.productbox dd .product_sort_list li .des { width:370px; height:60px; color:#fff; line-height:30px; font-size:14px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.productbox dd .product_sort_list li .sort_list { color:#fff; line-height:30px; margin-top:5px;}
.productbox dd .product_sort_list li .sort_list a { color:#fff; font-weight:bold;}
.productbox dd .product_sort_list li .sort_box { height:285px; overflow:hidden; position:relative; padding-left:185px; z-index:999;}
.productbox dd .product_sort_list li .sort_box:before { content:''; color:#fff; font-size:52px; position:absolute; right:0; top:0; width:230px; height:100%; line-height:285px; text-align:center; z-index:999; font-family:'宋体';}
.productbox dd .product_sort_list li .sort_box:after { content:''; width:100%; height:100%; position:absolute; background:#014b94; background:rgba(1,75,148,.40); left:0; top:0; z-index:-1;}
.productbox dd .product_sort_list li:hover { width:140%;}
.productbox dd .product_sort_list li:hover .sort_box:before { content:'+';}
.productbox dd .product_sort_list li .sort_box:hover { color:#fff;}

.productbox dd .product_sort_tabs { width:100%; height:auto; overflow:hidden;}
.productbox dd .product_sort { width:50%; height:100%; float:left; position:relative; z-index:999; color:#fff; text-align:center;}
.productbox dd .product_sort.rline:after { content:''; position:absolute; right:0; top:0; bottom:0; width:1px; background:#758497;}
.productbox dd .product_sort .tit { font-size:26px; line-height:40px; margin-top:20px; color:#fff;}
.productbox dd .product_sort .list { font-size:16px; color:#fff;}
.productbox dd .product_sort .line { width:154px; height:5px; background:url(../images/product_sort_line.png) no-repeat; background-size:100% auto; margin:30px auto;}
.productbox dd .product_sort .list a { color:#fff; line-height:34px; display:block;}

.productbox .product_list { width:100%; height:auto; overflow:hidden; margin-top:15px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.productbox .product_list li { width:32%; float:left; margin-left:2%; margin-bottom:1.5%; /* flex:0 0 32%;*/ height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0;
-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);
background:#fff;
}
.productbox .product_list li.ml0 { margin-left:0%;}
.productbox .product_list li .tit { width:100%; height:39px; line-height:39px; text-align:center; z-index:2; font-size:16px; background:#eaeaea; color:#6f6f6f; background-size:100% 100%; margin-top:2px; position:relative; z-index:1;}
/*.productbox .product_list li .tit:before { content:''; background:#e64f22; height:1px; position:absolute; top:50%; left:0; width: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 .tit:after { content:''; background:#e64f22; height:1px; position:absolute; top:50%; right:0; width:0%;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}*/
.productbox .product_list li .tit1 { font-size:14px; line-height:48px; color:#fff; z-index:1; position:relative;}
.productbox .product_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.productbox .product_list li .pic { display:block; overflow:hidden;
-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;}
.productbox .product_list li:hover .pic {
-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;}
.productbox .product_list li .brief { /*position:absolute; left:0; bottom:0; */width:100%; height:116px; overflow:hidden; background:url(../images/product_list_brief_x.png) repeat-x; position:relative; z-index:1; /*background:rgba(246,171,0,.87);*/}
.productbox .product_list li .brief .margin { margin:15px 25px; height:auto; overflow:hidden; background:url(../images/product_list_icon.png) right 60px no-repeat;}
.productbox .product_list li:hover { background:#395daa;}
.productbox .product_list li:hover .tit { background:#d81515; color:#fff;}
/*.productbox .product_list li:hover .tit:before { width:70px;}
.productbox .product_list li:hover .tit:after { width:70px;}*/
.productbox .product_more { width:214px; height:47px; line-height:47px; background:#d90707; color:#fff; text-align:center; display:block; margin:0 auto; margin-top:46px; border-radius:5px;}

.productbox_bg.style01 { background:url(../images/productbox_bg1.jpg);}
.productbox_bg.style01 .tabs a { background:#54282f;}
.productbox_bg.style01 .productbox .product_more { background:#bf001f;}
.productbox_bg.style01 .productbox .product_list li { background:#c6c6c6;}
.productbox_bg.style01 .productbox .product_list li:hover { background:#b4273e;}
/*营销区域*/
.areabox { width:1440px; min-width:320px; margin:0 auto; position:relative; z-index:99999;}
.areabox dd .title1 { font-size:72px; line-height:80px; font-weight:bold; overflow:hidden; color:#fff;}
.areabox dd .title { font-size:24px; line-height:50px; overflow:hidden; color:#fff; letter-spacing:5px;}
.areabox dd .line { width:100%; height:1px; background:#fff; margin:20px 0;}

.areabox dd { width:55%; height:530px; overflow:visible; background:#000; border-radius:30px; float:right; position:relative;}
.areabox dd .area_box { margin:70px; height:auto; overflow:hidden; color:#fff;}
.areabox dd .area_list { height:auto; overflow:hidden; margin-top:30px;}
.areabox dd .area_list li { margin:0 5px; height:auto; overflow:hidden;}
.areabox dd .area_list li .tit { font-size:36px; line-height:50px; letter-spacing:8px; font-weight:bold;}
.areabox dd .area_list li .des { height:60px; line-height:30px; overflow:hidden; margin-top:30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.areabox dd .area_list li .more { width:277px; height:34px; line-height:34px; display:block; color:#fff; font-size:16px; margin-top:30px; background:url(../images/more_curr.png) right bottom no-repeat; border-bottom:1px solid #fff;}
.areabox dd .tabs { width:14px; height:auto; overflow:hidden; position:absolute; top:0; bottom:0; right:-48px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center}
.areabox dd .tabs a { width:12px; height:104px; line-height:104px; color:#fff; text-align:center; font-size:0; border:1px solid #000; border-radius:6px; margin:26px 0;}
.areabox dd .tabs a:hover,
.areabox dd .tabs a.hover { background:#000;}
.area_bg_slide { position:absolute; left:0; right:0; bottom:0; top:0;}
.area_bg_slide li { position:absolute; left:0; top:0; width:100%; height:100%;}
.area_bg_slide li { background-repeat:no-repeat; background-size:cover; background-position:top center;}
.area_bg_slide li:nth-child(1) { z-index:1; background-image:url(../images/area_bg01.jpg);}
.area_bg_slide li:nth-child(2) { background-image:url(../images/area_bg02.jpg);}

/*出厂流程*/
.processbox { max-width:100%; min-width:320px; height:auto; overflow:hidden;}
.processbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.processbox dt .tit { color:#fff; font-size:58px; line-height:80px; font-weight:bold;}
.processbox dt .tit img { width:auto; max-width:90%; }
.processbox dd { width:100%; height:auto; overflow:visible; position:relative;}
.processbox dd .processdetail { width:100%; height:auto; overflow:hidden; margin-top:90px; text-align:center;}
.processbox dd .processdetail img { width:auto; max-width:90%;}
/*应用领域*/
.application_bg { height:auto; overflow:hidden; background:url(../images/application_bg.jpg) top center no-repeat; position:relative;}
.application { max-width:1200px; min-width:320px; min-height:655px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.application .title { font-size:30px; line-height:50px; color:#fff; margin-top:40px;}
.application .desc { font-size:16px; line-height:30px; color:#fff; margin-top:20px;}
.application .application_list { width:100%; height:auto; overflow:hidden; position:absolute; bottom:0; left:0; z-index:2;}
.application .application_list li { width:25%; height:173px; overflow:hidden; float:left; text-align:center;}
.application .application_list li a { color:#fff; font-size:24px; height:173px; display:block; overflow:hidden;}
.application .application_list li .icon { width:80px; height:80px; margin:0 auto; margin-top:10px; background:#ccc;}
.application .application_list li .tit { line-height:40px;}
.application .application_list li:hover a { background:#00368f; background:rgba(0,54,143,.75);}
.application_bg:after { content:''; background:#1c1c1c; background:rgba(28,28,28,.87); height:173px; width:100%; position:absolute; left:0; bottom:0; z-index:1;}
/*人才招聘*/
.jobsbox_bg { height:auto; min-height:368px; overflow:hidden; background:url(../images/jobsbox_bg.jpg) top center no-repeat;}
.jobsbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; color:#fff; text-align:center;}
.jobsbox .tit { font-size:37px; line-height:50px; margin-top:80px;}
.jobsbox .line { width:28px; height:5px; background:#003a82; border-radius:3px; margin:20px auto;}
.jobsbox .des { font-size:14px; line-height:30px;}
.jobsbox .telbox { height:auto; overflow:hidden; margin:30px; width:100%; text-align:center; line-height:60px;}
.jobsbox .telbox .tel { color:#fff; font-family:Arial; font-size:45px;}
.jobsbox .telbox .icon { position:relative; top:-10px; margin-right:10px; margin-left:-50px;}

.newsbox_title  { text-align:center; height:auto; overflow:hidden; margin-top:30px;}
.newsbox_title .tit { color:#010101; font-size:36px; font-weight:bold; line-height:50px;}
.newsbox_title .tit1 { font-size:15px; color:#8e8e8e; line-height:40px;}


/*公司动态*/
.newsbox_bg { height:auto; overflow:hidden;}
.newsbox { width:1440px; min-width:320px; height:auto; overflow:visible; margin:0 5%;}
.newsbox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.newsbox dt .tit1 { font-size:72px; line-height:100px; font-weight:bold; overflow:hidden; color:#040000;}
.newsbox dt .tit { font-size:24px; line-height:30px; overflow:hidden; color:#192610; letter-spacing:5px;}
.newsbox dt .icon { margin-right:10px; position:relative; top:-2px;}
.newsbox dt .line { width:66px; height:2px; background:#cecece; display:inline-block; margin:10px auto;}
.newsbox dt .more { float:right; width:20px; height:20px; margin-top:20px; margin-right:20px; background:url(../images/news_more.png) no-repeat;}

.newsbox dt .tabs { width:60%; height:auto; overflow:hidden; font-size:14px; margin-top:25px; line-height:40px; color:#020202; margin-right:3px; position:absolute; right:0; top:0; font-size:0; z-index:1; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.newsbox dt .tabs a { height:60px; line-height:60px; color:#040000; position:relative; display:inline-block; text-align:center; font-size:24px; /*border:olid transparent; border-radius:0px;*/}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { color:#e60012; font-weight:bold;}
.newsbox dd { width:100%; height:auto; overflow:visible;}

/*图片新闻列表样式*/

.newsbox dd .news_box { padding-left:510px; height:auto; min-height:538px; overflow:hidden; margin-top:3%;}
.newsbox .pic_news_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; margin-top:30px;}
.newsbox dd .pic_news_list { width:353px; height:auto; overflow:hidden; float:left; margin:0 0 0 -510px; border-radius:35px;}
.newsbox dd .pic_news_list li { width:100%; height:auto; overflow:hidden; position:relative; background:#fff; float:left;}
.newsbox dd .pic_news_list li a { height:auto; overflow:hidden; display:block;}
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; position:absolute; left:0; bottom:0; right:0; overflow:hidden; background:rgba(0,0,0,.25);}
.newsbox dd .pic_news_list li .brief .margin { margin:20px; padding-left:110px; padding-bottom:30px;}
.newsbox dd .pic_news_list li .date { width:90px; height:100px; line-height:100px; overflow:hidden; color:#fff; position:relative; font-size:14px; float:left; text-align:center; float:left; margin:0 0 0 -110px;}
.newsbox dd .pic_news_list li .date .d { width:100%; font-size:72px; line-height:72px; font-family:Arial; font-weight:bold;}
.newsbox dd .pic_news_list li .date .y-m { width:100%; font-size:20px; line-height:20px; height:20px; font-family:Arial;}
.newsbox dd .pic_news_list li .tit { width:100%; line-height:30px; height:72px; color:#fff; overflow:visible; position:relative; font-size:24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .des { width:100%; height:52px; overflow:hidden; line-height:26px; font-size:14px; margin-top:0px; color:#6c6c6c; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; display:none;}
.newsbox dd .pic_news_list li .more { text-transform:uppercase; color:#d61d1d; font-size:14px; line-height:40px;}
.newsbox dd .pic_news_list li .more:after { content:''; background:url(../images/icon_curror.png) 0 center no-repeat; width:10px; height:10px; display:inline-block; margin-left:10px;
    -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 .time { color:#878686; font-size:16px; line-height:40px; font-family:Arial; position:relative; padding-left:15px;}
.newsbox dd .pic_news_list li .time:before { content:''; width:20px; height:40px; position:absolute; top:0; left:0; background:url(../images/news_list_icon.png) 0 center no-repeat;}
.newsbox dd .pic_news_list li:hover { }
.newsbox dd .pic_news_list li:hover .tit { }
.newsbox dd .pic_news_list li:hover .tit1,
.newsbox dd .pic_news_list li:hover .date { }
.newsbox dd .pic_news_list li:hover .date .m-d,
.newsbox dd .pic_news_list li:hover .des { }
.newsbox dd .pic_news_list li:hover .more {}
.newsbox dd .pic_news_list li:hover .more:after { margin-left:15px;}
.newsbox dd .pic_news_list li.style02 .pic { float:right;}
.newsbox dd .pic_news_list li.style02 .brief { float:left;/*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.newsbox dd .pic_news_list li.style02 .brief .line { left:auto;right:-50px;}

.newsbox dd .news_more { width:206px; height:47px; line-height:47px; text-align:center; display:block; margin:0 auto; margin-top:66px; border:1px solid #fff; color:#fff; font-size:18px;}
.newsbox .news_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; margin-top:40px; float:left;}
.newsbox .news_list { width:100%; height:auto; overflow:hidden; margin-top:0; float:left;}
.newsbox .news_list li { width:48%; height:auto; overflow:hidden; margin:0 1%; position:relative; float:left;}
.newsbox .news_list li a { display:block; overflow:hidden; position:relative; padding:20px 30px;}
.newsbox .news_list li .time { font-size:24px; line-height:36px; color:#040000; margin-top:20px;}
.newsbox .news_list li .date { width:88px; height:70px; line-height:70px; float:left; margin:0 0 0 -90px; overflow:hidden; color:#7d7d7d; position:relative;}
.newsbox .news_list li .date .d { width:100%; font-size:46px; line-height:50px;}
.newsbox .news_list li .date .y-m { width:100%; font-size:14px; line-height:20px;}
.newsbox .news_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; z-index:1; float:left; margin-top:20px;}
.newsbox .news_list li .tit { width:100%; height:36px; line-height:36px; overflow:hidden; color:#040000; font-size:24px; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox .news_list li .des { width:100%; height:52px; line-height:26px; overflow:hidden; margin-top:20px; font-size:14px; color:#6c6c6c; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox .news_list li .more { text-transform:uppercase; color:#e71a1a; font-size:14px; line-height:40px;}
.newsbox .news_list li .more:after { content:''; background:url(../images/icon_curror.png) 0 center no-repeat; width:10px; height:10px; display:inline-block; margin-left:10px;
    -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 .news_list li .pic { display:block; overflow:hidden; border-radius:35px;}
.newsbox .news_list li a:after { content:''; position:absolute; width:0%; left:0; top:4px; bottom:4px; background:#0d4daa; background:rgba(13,77,170,.80); background-image:url(../images/newsbox_list_bg.jpg); 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;
}
.newsbox .news_list li:hover a:after { }
.newsbox .news_list li:hover .tit,
.newsbox .news_list li:hover .time,
.newsbox .news_list li:hover .time{ color:#e73820;}
.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 .pic_list { width:100%; height:auto; overflow:hidden; margin-top:15px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.newsbox .pic_list li { width:230px; float:left; margin-right:13px; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0;
-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);
background:#fff;
}
.newsbox .pic_list li.ml0 { margin-left:0%;}
.newsbox .pic_list li .tit { width:100%; height:33px; line-height:33px; text-align:center; z-index:2; font-size:16px; background:#000; background:rgba(0,0,0,.66); color:#fff; position:absolute; left:0; bottom:0; z-index:1;}
.newsbox .pic_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.newsbox .pic_list li .pic { display:block; overflow:hidden;
-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;}
.newsbox .pic_list li:hover .pic {
-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;}

.news_list1 li { float:left;}
.news_list1 li.pic_news { width:}


/*图片新闻幻灯*/
.slidebox { width:464px; height:auto; overflow:hidden; float:left; margin-top:30px; margin-left:26px; position:relative; padding-bottom:26px; background:#f2f5f9;}
.slidebox .bd ul li { height:auto; overflow:hidden; float:left;}
.slidebox .bd ul li .brief { background:#f2f5f9; height:auto; overflow:hidden; padding:10px;}
.slidebox .bd ul li .tit { width:95%; height:23px; overflow:hidden; font-size:18px; color:#db0a0a; font-weight:bold; line-height:23px; margin-top:10px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.slidebox .bd ul li .des { width:95%; height:44px; font-size:13px; color:#717171; line-height:22px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-align:center;}
.slidebox .hd { position:absolute; bottom:0; width:100%; left:0;}
.slidebox .hd ul { width:100%; height:30px; overflow:hidden; text-align:center;}
.slidebox .hd ul li { display:inline-block; width:35px; height:6px; background:#dae0e8; cursor:pointer;}
.slidebox .hd ul li.on { background:#ff1200;}
/*通知公告*/
.noticebox { width:290px; height:auto; overflow:hidden; float:right; margin-top:30px;}
.noticebox dt { width:290px; height:70px; background:url(../images/noticebox_title_bg.jpg) no-repeat;}
.noticebox dt .tit { line-height:70px; font-weight:bold; color:#fff; font-size:18px; margin-left:15px;}
.noticebox dd { width:100%; height:auto; overflow:hidden;}
.noticebox dd ul li { line-height:18px; height:36px; overflow:hidden; padding-bottom:20px; position:relative; padding-left:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.noticebox dd ul li:before { content:''; width:6px; height:100%; position:absolute; left:0; top:0; background:url(../images/notice_list_icon.png) 0 0 no-repeat;}
.noticebox dd ul li a { display:block;}
.noticebox dd ul li .date { float:right;}
.noticebox dd ul li.top_news { height:auto; overflow:hidden; padding:15px 0; border-bottom:1px dashed #cecece; margin-bottom:20px;}
.noticebox dd ul li.top_news a { height:auto; overflow:hidden; text-align:center; color:#d60d0d; font-weight:bold; font-size:18px; line-height:27px;}
.noticebox dd ul li.top_news .date { display:none;}
.noticebox dd ul li.top_news:before { display:none;}
/*快速链接*/
.link_btn { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.link_btn a { display:block; width:100%; height:94px; float:left; line-height:94px; text-align:center; color:#0189be; font-size:24px;}
.link_btn li { width:24%; height:94px; overflow:hidden; float:left;}
.link_btn li.btn01 { background:url(../images/link_bg01.jpg) center center no-repeat;}
.link_btn li.btn02 { background:url(../images/link_bg02.jpg) center center no-repeat;}
.link_btn li.btn03 { background:url(../images/link_bg03.jpg) center center no-repeat;}
.link_btn li.btn04 { background:url(../images/link_bg04.jpg) center center no-repeat;}
/**/

.zhuantibox { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.zhuantibox a { display:block; width:32%; height:auto; overflow:hidden;}
/*基地*/
.servicebox_bg { height:auto; overflow:hidden; background:#efefef; margin-top:85px;}
.servicebox { width:290px; height:auto; overflow:hidden; float:right; margin-top:0px; padding-bottom:20px; background:#fff;}
.servicebox dt { width:290px; height:70px; background:url(../images/servicebox_title_bg.jpg) no-repeat; margin-top:5px;}
.servicebox dt .tit { line-height:70px; font-weight:bold; color:#fff; font-size:18px; margin-left:10px;}
.servicebox dd { width:100%; height:auto; overflow:hidden;}
.servicebox dd .service_link { width:255px; height:auto; overflow:hidden; margin:0 auto; margin-top:20px; font-size:15px;}
.servicebox dd .service_link a { width:123px; height:29px; line-height:29px; text-align:center; background:#f2f5f9; display:block; float:left; margin:1.5px;}
.servicebox dd .qrcodebox { width:250px; height:auto; overflow:hidden; margin:0 auto; margin-top:3px; background:url(../images/servicebox_qrocebox_bg.jpg) no-repeat; position:relative;}
.servicebox dd .qrcodebox .qrcode { margin:15px; float:left;}
.servicebox dd .qrcodebox .tit { font-size:12px; line-height:19px; color:#6f6f6f; position:absolute; right:20px; bottom:5px; text-align:center;}
.servicebox dd ul { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.servicebox dd ul li { width:33.33333%; height:auto; overflow:hidden; float:left; position:relative;}
.servicebox dd ul li a { display:block; position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.servicebox dd ul li .tit { font-size:34px; line-height:60px; text-align:center; position:relative; z-index:1;}
.servicebox dd ul li .des { font-size:16px; line-height:26px; text-align:center; margin:0 20%; text-align:center; position:relative; z-index:1;}
.servicebox dd ul li a:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/service_list_circle.png) center center no-repeat; background-size:0% 0%; z-index: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);
}
.servicebox dd ul li a:hover:after { background:url(../images/service_list_circle.png) center center no-repeat; background-size:55% 55%; background-color:#014b94; background-color:rgba(1,75,148,.54);}
/*联系我们*/
.contactbox { width:1440px; min-width:320px; margin:0 auto; overflow:hidden; height:auto; position:relative;}
.contactbox dt .tit1 { font-size:72px; line-height:100px; font-weight:bold; overflow:hidden; color:#040000;}
.contactbox dt .tit { font-size:24px; line-height:30px; overflow:hidden; color:#192610; letter-spacing:5px;}
.contactbox dt .more { width:126px; height:30px; line-height:30px; text-align:center; background:#fff; color:#192610; margin-top:40px; display:block; border-radius:15px; border:1px solid #000; letter-spacing:3px; float:right}
.contactbox dt .more:hover { background:#000; color:#fff;}

.contactbox dd { width:100%;}
.contactbox .info { float:left; height:auto; overflow:hidden;}
.contactbox .info .tit { color:#fff; font-size:37px; line-height:60px; font-weight:bold; margin-top:70px;}
.contactbox .info .tit1 { color:#fff; font-size:17px; line-height:40px;}
.contactbox .info .des { font-size:14px; color:#54bc88; line-height:30px;}
.contactbox .info_point { float:right; height:auto; overflow:hidden; margin-right:35px; margin-top:30px; }
.contactbox .info_point li { width:140px; height:auto; overflow:hidden; float:left;}
.contactbox .info_point li .icon { width:100px; height:100px; margin:0 auto; border-radius:50%;}
.contactbox .info_point li .tit { color:#fff; line-height:20px; font-size:16px; text-align:center;}
.contactbox .tel { font-size:26px; font-weight:bold; color:#fff; line-height:40px; position:absolute; right:50px; bottom:18px;}
.contactbox .contact_box { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contactbox .emapbox { width:50%; flex:0 0 50%; height:377px; background:url(../images/emapbox_bg.jpg) center center no-repeat; background-size:cover; float:left; position:relative;}
.contactbox .emapbox #allmap { position:absolute; left:45px; top:45px; right:45px; bottom:45px; border-radius:15px;}
.contactbox .feedback { margin:50px; flex:0 0 50%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.contactbox .feedback form { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.contactbox .feedbackbox { width:50%; height:377px; background:#4a9f41; background:url(../images/feedbackbox_bg.jpg) center center no-repeat; background-size:cover;}
.contactbox .feedbackbox .tit { width:100%; line-height:40px; height:40px; font-size:30px; color:#f0f0f0; margin-top:40px; font-family:Arial;}
.contactbox .feedbackbox .tit1 { font-size:18px; color:#fff; line-height:30px;}
.contactbox .feedbackbox .input { background:none; width:48%; height:49px; line-height:49px; border:0; color:#707070; text-indent:10px; background:#fff; background:rgba(255,255,255,.93); border-radius:8px;}
.contactbox .feedbackbox .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707070; opacity:1;  font-size:14px;
}
.contactbox .feedbackbox .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .input:-ms-input-placeholder{
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .input::-webkit-input-placeholder{
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .textarea { width:92%; height:160px; line-height:47px; border:0; padding:0 4%; color:#707070; background:#fff; background:rgba(255,255,255,.93); border-radius:8px; margin-top:14px;}
.contactbox .feedbackbox .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707070; opacity:1;  font-size:14px;
}
.contactbox .feedbackbox .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .textarea:-ms-input-placeholder{
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .textarea::-webkit-input-placeholder{
    color: #707070;opacity:1; font-size:14px;
}
.contactbox .feedbackbox .submit { background:#b72422; color:#fff; width:109px; height:43px; line-height:43px; letter-spacing:10px; border-radius:8px; border:0; cursor:pointer; font-size:14px;}
.contactbox .feedbackbox .reset { background:#66a930; color:#fff; width:109px; height:43px; line-height:43px; letter-spacing:10px; margin-left:15px; border-radius:8px; border:0; cursor:pointer; font-size:14px;}
.contactbox .feedbackbox .feedback_btn { height:auto; overflow:hidden; margin-top:15px;}

.contactbox .contact_info { width:100%; height:489px; overflow:hidden; background:#fff; background:rgba(255,255,255,.93); text-align:center;}
.contactbox .contact_info .tit { color:#4a9f41; font-size:21px; line-height:40px; font-weight:bold; text-transform:uppercase; font-family:Arial; margin-top:6%;}
.contactbox .contact_info .tit1 { color:#000; font-size:16px; line-height:30px;}
.contactbox .contact_info .des { color:#000; font-size:14px; line-height:40px; margin-top:10px;}
.contactbox .contact_info .info { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:center;}
.contactbox .contact_info .info li { width:25%; float:left; margin:0 0%;}
.contactbox .contact_info .info li .text { font-size:14px; line-height:24px; color:#000; margin-top:20px; font-weight:bold;}
.contactbox .contact_info .other_info { height:auto; width:100%; margin-top:30px; position:relative;}
.contactbox .contact_info .other_info .qrcode { border:1px solid #4a9f41; display:inline-block; padding:10px; position:relative;}
.contactbox .contact_info .other_info a { display:inline-block; margin:0 7px;}
.contactbox .contact_info .other_info:before { content:''; height:1px; background:#4a9f41; position:absolute; left:10%; right:443px; top:50%;}
.contactbox .contact_info .other_info:after { content:''; height:1px; background:#4a9f41; position:absolute; left:443px; right:10%; top:50%;}
.section_footer { max-width:1440px; min-width:320px; height:260px; overflow:hidden; margin:0 auto; text-align:center; position:relative;}
.section_footer .logo { margin-top:10px;}
.section_footer .qrcode { position:absolute; right:0; top:0;}
.section_footer .company { font-size:24px; line-height:40px; color:#192610; margin-top:20px;}
.section_footer .contact_info { color:#4c4c4c; line-height:30px; margin:20px 0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-content:center;}
.section_footer .contact_info li { margin:0 10px;}
.section_footer .copyright { color:#868686; line-height:30px; margin:0; padding:0;}
.section { width:100%; height:100%; min-height:100%; overflow:hidden; background:#fff;}
/**/
.adbox_bg { height:auto; overflow:hidden; height:254px; background:url(../images/adbox_bg.jpg) top center no-repeat; margin-top:40px;}
.adbox { max-width:1200px; min-width:320px; margin:0 auto; height:254px; text-align:center; color:#fff; text-align:right;}
.adbox .tit1 { font-size:51px; line-height:80px;}
.adbox .tit2 { font-size:18px; line-height:40px;}
.adbox .telbox { float:right; height:auto; overflow:hidden; text-align:left; margin-top:68px; width:250px;}
.adbox .telbox:before { content:''; width:53px; height:53px; margin-top:5px; background:url(../images/adbox_telbox_icon.png) no-repeat; float:left; margin-right:8px;}
.adbox .telbox .lab { font-size:16px; line-height:30px;}
.adbox .telbox .tel { font-size:26px; color:#68cf32; font-weight:bold; line-height:30px;}
.adbox .tit { width:250px; height:37px; font-size:16px; line-height:37px; text-transform:uppercase; clear:both; background:#009de7; color:#fff; text-align:center; float:right; margin-top:20px;}
/*关于我们*/
.section_en_title { font-size:84px; text-transform:uppercase; -webkit-text-stroke: 1px #a2a2a2; writing-mode: vertical-lr; writing-mode: tb-lr;-webkit-writing-mode: vertical-rl; position:absolute; left:-70px; bottom:0; top:0; width:84px; border:1px solid; font-weight:bold; color:transparent; text-align:center; letter-spacing:10px; z-index:1;}
.aboutbox_bg { height:auto; overflow:hidden; position:relative;}
.aboutbox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 20px; /* margin-top:60px;*/ }
.aboutbox dt { width:100%; height:auto; overflow:hidden; background:url(../images/aboutbox_title_line.png) center center no-repeat; text-align:center;}
.aboutbox dt .tit { font-size:47px; line-height:60px; color:#fff; font-weight:bold;}
.aboutbox dt .tit1{ color:#040000; font-size:72px; line-height:50px; text-transform:uppercase; margin-top:-24px; text-indent:30px;}
.aboutbox dt .des{ color:#6d6d6d; font-size:16px; line-height:30px;}
.aboutbox dt .line { width:291px; height:25px; margin:10px auto; background:url(../images/aboutbox_line.gif) top center no-repeat;}
.aboutbox dd { width:100%; height:auto; overflow:visible; margin-top:40px; position:relative;}
.aboutbox dd .about_box { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.aboutbox dd .about_text { width:100%; height:auto; overflow:hidden; margin:0 auto; color:#fff; line-height:40px; font-size:18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.aboutbox dd .pic { width:473px; overflow:hidden;}
.aboutbox dd .pic .swiper-container,
.aboutbox dd .pic .swiper-wrapper,
.aboutbox dd .pic .swiper-slide { width:100%; height:100%; border-radius:40px;}
.aboutbox dd .pic .swiper-slide { position:relative; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.aboutbox dd .pic .swiper-slide a { display:block; width:100%; height:100%;}

.aboutbox dd .pic .swiper-pagination { position:absolute; bottom:45px; text-align:center; z-index:999; height:17px;}
.aboutbox dd .pic .swiper-pagination .swiper-pagination-bullet { width:15px; height:15px; border-radius:50%; background:none; opacity:1; margin:0 8px; cursor:pointer; border:1px solid #fff;}
.aboutbox dd .pic .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.aboutbox dd .pic .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:45px;
}
.aboutbox dd .pic .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;}
.aboutbox dd .pic .about_pic-button-prev,
.aboutbox dd .pic .about_pic-button-next { display:inline-block; width:33px; height:33px; border-radius:50%; font-size:30px; color:#fff; line-height:33px; cursor:pointer; overflow:hidden; background:#000; text-align:center;}
.aboutbox dd .pic .pic_ctrl { text-align:left; width:100%; height:auto; overflow:hidden; margin-top:48px;}
.aboutbox dd .about { width:55%; height:auto; overflow:hidden; float:left;}
.aboutbox dd .about .margin { margin:30px 115px 0 35px; overflow:hidden;}
.aboutbox dd .about:hover .icon {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode:both;
animation-fill-mode: both;
-webkit-animation-name: rubberBand  ;
animation-name: rubberBand;
}
.aboutbox dd .about .tit1 { font-size:72px; line-height:100px; font-weight:bold; overflow:hidden; color:#040000;}
.aboutbox dd .about .tit { font-size:24px; line-height:30px; overflow:hidden; color:#192610; letter-spacing:5px;}
.aboutbox dd .about .text { width:100%; height:60px; margin-top:40px; color:#192610; font-size:14px; line-height:30px; text-align:left; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .more { width:126px; height:30px; line-height:30px; text-align:center; background:#fff; color:#192610; margin-top:40px; display:block; border-radius:15px; border:1px solid #000; letter-spacing:3px; float:right}
.aboutbox dd .about .more:hover { background:#000; color:#fff;}
.aboutbox dd .about .line { height:1px; width:59px; background:#f0f0f0; display:inline-block; position:relative; top:-5px; margin:0 10px;}
.aboutbox dd .about_point_list { width:50%; flex:0 0 50%; height:auto; overflow:hidden; float:left; margin-top:80px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;}
.aboutbox dd .about_point_list li { float:left; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.aboutbox dd .about_point_list li .num { font-size:48px; color:#e60012; line-height:80px; font-weight:bold; font-family:Arial;}
.aboutbox dd .about_point_list li .num .unit { font-size:14px; line-height:20px; font-weight:normal; margin-left:5px;}
.aboutbox dd .about_point_list li .num .unit.app { font-size:38px;}
.aboutbox dd .about_point_list li .tit2 { font-size:14px; line-height:30px; color:#192610; margin-left:10px;}
.aboutbox dd .about_honor_scroll ul { width:100%; height:auto; overflow:hidden;}
.aboutbox dd .about_honor_scroll ul li { float:left; height:auto; overflow:hidden; margin-right:13px;}
.aboutbox dd .about_video { width:50%; height:auto; overflow:hidden; float:left; margin-top:10%; border-radius:30px; background:#000; position:relative;}
.aboutbox dd .about_video .controls { height:40px; position:absolute; left:20px; bottom:20px; right:20px; overflow:hidden;}
.aboutbox dd .about_video video { object-fit:fill; display:block;}
.aboutbox dd .about_video .play_pause_btn { display:block; background:url(../images/video_play_icon.png) center center no-repeat; width:70px; height:70px; position:absolute; left:50%; top:50%; margin-top:-35px; margin-left:-35px;  cursor:pointer;
-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);

}
.aboutbox dd .about_box .full_screen_btn { background:url(../images/video_full_screen_icon.png) center center no-repeat; width:26px; height:22px; position:absolute; right:0px; bottom:0px; cursor:pointer;}
.aboutbox dd .about_box .play_pause_btn1 { background:url(../images/video_play_icon1.png) center center no-repeat; width:22px; height:25px; position:absolute; left:0px; bottom:0px; cursor:pointer;}
.aboutbox dd .about_box .play_pause_btn1.pause { background:url(../images/video_pause_icon1.png) center center no-repeat;}
.aboutbox dd .about_video .video_title { color:#fff; line-height:40px; font-size:18px; position:absolute; left:20px; top:20px;}
.aboutbox dd .about_video .play_pause_btn.pause { background:url(../images/video_pause_icon.png) center center no-repeat; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.aboutbox dd .about_video .play_pause_btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	overflow: hidden;
	filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;

}
.aboutbox dd .about_box .play_process_line { height:1px; position:absolute; left:125px; bottom:12px; right:40px; background:#fff; cursor:pointer;}
.aboutbox dd .about_box .process_line { width:0%; height:1px; position:absolute; left:0; top:0; background:#e26b6f;}
.aboutbox dd .about_box .play_curr_time { position:absolute; left:30px; bottom:3px; color:#fff; font-size:15px; line-height:20px;}
.aboutbox .pic_list { width:100%; height:auto; overflow:hidden; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.aboutbox .pic_list li { width:290px; float:left; margin-right:13px; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0;
-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);
background:#fff;
}

.aboutbox dd .prev { width:27px; height:100%; position:absolute; left:-80px; top:0; z-index:1; background:url(../images/pic_list_ctrl_prev.png) center center no-repeat;}
.aboutbox dd .next { width:27px; height:100%; position:absolute; right:-80px; top:0; z-index:1; background:url(../images/pic_list_ctrl_next.png) center center no-repeat;}

.aboutbox .pic_list li.ml0 { margin-left:0%;}
.aboutbox .pic_list li .tit { width:100%; height:35px; line-height:35px; text-align:center; z-index:2; font-size:14px; background:#0c4294; background:rgba(12,66,148,.58); color:#fff; position:absolute; left:0; bottom:0; z-index:1;}
.aboutbox .pic_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.aboutbox .pic_list li .pic { display:block; overflow:hidden;
-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;}
.aboutbox .pic_list li:hover .pic {
-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;}


/*企业优势*/
/*.about_point { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; background:url(../images/point_line_r.png) 55% 60% no-repeat;}
.about_point li { overflow:hidden; position:relative;}
.about_point li a { display:block; width:203px; height:203px; overflow:hidden; border:3px solid #fff border-radius:50%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; position:relative; background-size:100% 100%; background-position:center center; background-repeat:no-repeat;}
.about_point li .icon { width:100%; height:auto; overflow:hidden; text-align:center; position:relative; z-index:1;}
.about_point li .tit { width:100%; overflow:hidden; height:0px; font-size:20px; line-height:50px; color:#fff; text-align:center; font-weight:bold; position:relative; z-index:1;}
.about_point li .des { color:#707070; font-size:16px; line-height:30px; margin-left:26px; position:relative; z-index:1;}
.about_point li.style01 a{  width:203px; height:203px; margin-top:50%; background-image:url(../images/point_pic01.jpg);}
.about_point li.style02 a{  width:236px; height:236px; margin-top:20%; background-image:url(../images/point_pic02.jpg);}
.about_point li.style03 a{  width:207px; height:207px; margin-top:100%; background-image:url(../images/point_pic03.jpg);}
.about_point li.style04 a{  width:180px; height:180px; margin-top:10%; background-image:url(../images/point_pic04.jpg);}
.about_point li a:before {
content:''; position:absolute; width:100%; height:100%;  z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
background:rgba(0,0,0,0);
}
.about_point li:hover a:before { background:rgba(0,0,0,.38);}
.about_point li:hover .tit { height:50px;}*/
/*专家介绍*/   
.expertbox_bg { width:100%; height:auto; overflow:hidden; background:#e8f4ff url(../images/expertbox_bg.jpg) top center no-repeat; margin-top:60px; padding-bottom:80px;}
.expertbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:70px;}
.expertbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.expertbox dt .tit { color:#010101; font-size:36px; font-weight:bold; line-height:50px;}
.expertbox dt .tit1 { font-size:16px; color:#9c9c9c; line-height:30px;}
.expertbox dd { width:100%; height:auto; overflow:hidden;}
.expert_list_scroll { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.expert_list_scroll .hd { width:100%; height:50px; overflow:hidden;}
.expert_list_scroll .hd ul { width:100%; height:auto; overflow:hidden; text-align:center; font-size:18px;}
.expert_list_scroll .hd ul li { display:inline-block; width:127px; height:42px; margin:0 6px; line-height:42px; text-align:center; border-radius:8px; cursor:pointer; color:#282828; border:1px solid #929292;}
.expert_list_scroll .hd ul li.on { background:#0c4294; color:#fff; border:1px solid #1563d8;}

.expert_list_scroll .bd { position:relative; width:100%; height:auto; overflow:hidden; margin-top:56px;}
.expert_list_scroll .bd ul li { padding-left:478px; height:auto; overflow:hidden;}
.expert_list_scroll .bd ul li .picbox { width:420px; height:466px; overflow:visible; margin:0 0 0 -478px; float:left; position:relative;}
.expert_list_scroll .bd ul li .picbox .pic { position:relative; left:15px;}
.expert_list_scroll .bd ul li .picbox:before { content:''; left:0; top:15px; right:15px; background:#dfdfdf; position:absolute; left:0px; bottom:0px;}
.expert_list_scroll .bd ul li .brief { width:100%; height:auto; overflow:hidden; float:left;}
.expert_list_scroll .bd ul li .brief .tit { width:100%; height:60px; line-height:60px; border-bottom:1px solid #c9c9c9; font-size:26px; font-weight:bold; color:#09589d; text-indent:60px; background:url(../images/icon_expert.png) 0 center no-repeat;}
.expert_list_scroll .bd ul li .brief .lab { font-size:18px; line-height:40px; color:#8b8b8b; font-weight:bold; margin-top:10px;}
.expert_list_scroll .bd ul li .brief .des { font-size:16px; line-height:30px; color:#000; text-indent:2em;}
.expert_list_scroll .bd ul li .brief .line { width:200px; height:3px; margin:20px 0; background:#e7b211;}
.expert_list_scroll .bd ul li .brief .more_link{ width:129px; height:39px; line-height:39px; text-align:center; background:#0c4294; color:#fff; border-radius:8px; display:inline-block; margin-top:30px;}
.expert_list_scroll .bd ul li .brief .reserve_link{ width:129px; height:39px; line-height:39px; text-align:center; background:#e7b211; color:#fff; border-radius:8px; display:inline-block; margin-top:30px; margin-left:10px;}
.expert_list_scroll .bd ul li .brief .reserve_link:before { content:''; display:inline-block; width:22px; height:20px; position:relative; top:5px; margin-right:5px; background:url(../images/icon_reserve.png) no-repeat;}
/*内页*/
.about_us_bg { height:auto; overflow:hidden; background:#fff;}
.about_us { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:80px;}
.about_us dt { width:100%; height:auto; overflow:hidden; position:relative;}
.about_us dt .tit { font-size:36px; line-height:40px; color:#000;}
.about_us dt .tit1 { font-size:18px; line-height:20px; color:#8fcdf8; display:inline-block;}
.about_us dd { width:100%; height:auto; overflow:hidden; position:relative;}
.about_us dd .about_us_box { padding-left:5%; height:auto; overflow:hidden; padding-right:721px;}
.about_us dd .more { width:236px; height:47px; line-height:47px; text-align:center; color:#fff; font-size:16px; font-weight:normal; border-radius:5px; background:#4a9f41;display:block; margin:0 auto; margin-top:30px;}
.about_us dd .title { height:auto; overflow:hidden; display:inline-block;}
.about_us dd .tit1 { font-size:24px; line-height:80px; color:#040000; position:relative; margin-top:-80px;}
.about_us dd .tit1:before { content:'“'; position:relative; left:-12px;}
.about_us dd .tit1:after { content:'“'; position:relative; }
.about_us dd .tit2 { color:#efefef; font-size:66px; line-height:80px; height:80px; font-weight:bold; text-transform:uppercase; margin-top:30px;}
.about_us dd .pic { float:right; width:572px; height:auto; overflow:hidden; margin:0 -648px 0 0; text-align:center}
.about_us dd .pic .swiper-container { position:relative;}
.about_us dd .pic .swiper-pagination { position:absolute; bottom:45px; left:5%; text-align:left; z-index:999; height:12px;}
.about_us dd .pic .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; border-radius:50%; background:none; opacity:1; margin:0 10px; cursor:pointer; border:2px solid #fff;}
.about_us dd .pic .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.about_us dd .pic .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.about_us dd .pic .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;}
.about_us dd .pic .about_pic-button-prev,
.about_us dd .pic .about_pic-button-next { display:inline-block; width:33px; height:33px; border-radius:50%; font-size:30px; color:#fff; line-height:33px; cursor:pointer; overflow:hidden; background:#000; text-align:center;}
.about_us dd .pic .pic_ctrl { width:100%; height:84px; overflow:hidden; font-size:35px; position:absolute; bottom:0; right:0; text-align:right; z-index:1;}
.about_us dd .pic .pic_ctrl a { display:inline-block; width:91px; height:84px; line-height:84px; text-align:center; color:#000; background:#fff; margin-left:1px;}
.about_us dd .pic .pic_ctrl a:hover { background:#d0d0d0;}

.about_us dd .about { width:100%; height:auto; overflow:hidden; float:left; }
.about_us dd .about .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.about_us dd .about .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.about_us dd .about .text { line-height:48px; color:#565757; height:auto; overflow:hidden; position:relative; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical; margin-top:40px; text-align:justify; text-justify:inter-ideograph; padding-bottom:60px;}
.about_us dd .about .text:after { content:''; height:6px; width:50%; background:#000; bottom:0; left:0; position:absolute; border-radius:3px;}
.about_us dd .about .text:before { content:''; height:6px; width:100%; background:#efefef; bottom:0; left:0; position:absolute; border-radius:3px;}
.about_us dd .line_span { width:1px; height:82px; background:#fff; display:inline-block; margin:0 20px; position:relative; top:-10px;}
.about_us dd .about_us_point_list { width:100%; height:auto; overflow:hidden; margin-top:10px;}
.about_us dd .about_us_point_list li { width:50%; float:left; height:76px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; border-bottom:1px solid #efefef; position:relative;}
.about_us dd .about_us_point_list li:nth-child(2n+1):before { background:none;}
.about_us dd .about_us_point_list li:before { content:''; background:#efefef; width:1px; height:55px; position:absolute; left:0; bottom:10px;}
.about_us dd .about_us_point_list li .num { font-size:18px; color:#e60012; line-height:30px; font-weight:bold;}
.about_us dd .about_us_point_list li .icon { width:50px; height:50px; margin-left:8%; background:#fff; border-radius:50%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.about_us dd .about_us_point_list li .tit3 { width:70%; line-height:30px; font-size:14px; color:#565757; margin-left:5%; text-align:left;}
.about_us dd .line { width:577px; height:1px; background:#fff; margin:10px 0; margin-top:100px;}
.join_bg { height:auto; overflow:hidden; background:#fff;}
/*加盟优势*/
.join_advantage { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px;}
.join_advantage dt { margin:0 5%; height:auto; overflow:hidden; position:relative;}
.join_advantage dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.join_advantage dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.join_advantage dd { margin:0 5%; height:auto; overflow:hidden; position:relative; padding-bottom:3px;}
.join_advantage dd .join_advantage_list { width:100%; height:auto; overflow:hidden; margin-top:42px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.join_advantage dd .join_advantage_list li { width:25%; height:225px; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.join_advantage dd .join_advantage_list li a { display:block; width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.join_advantage dd .join_advantage_list li .icon { width:104px; height:104px; overflow:hidden; border-radius:50%;}
.join_advantage dd .join_advantage_list li .tit { color:#ce0615; font-size:24px; line-height:80px; text-align:center;}
.join_advantage dd .join_advantage_list li .icon img { max-width:100%; width:auto;}
.join_advantage dd .join_advantage_list li .icon img:nth-child(2) { top:-100%; position:relative;}
.join_advantage dd .join_advantage_list li .icon img:nth-child(1),
.join_advantage dd .join_advantage_list li .icon img:nth-child(2) {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.join_advantage dd .join_advantage_list li .icon img:nth-child(1){ -webkit-animation-name: fadeIn; animation-name: fadeIn;}
.join_advantage dd .join_advantage_list li .icon img:nth-child(2){ -webkit-animation-name: fadeOut; animation-name: fadeOut;}

.join_advantage dd .join_advantage_list li:hover .icon img:nth-child(1),
.join_advantage dd .join_advantage_list li.hover .icon img:nth-child(1){ -webkit-animation-name: zoomOut; animation-name: zoomOut;}
.join_advantage dd .join_advantage_list li:hover .icon img:nth-child(2),
.join_advantage dd .join_advantage_list li.hover .icon img:nth-child(2){ -webkit-animation-name: zoomIn; animation-name: zoomIn;}

.join_advantage dd .join_advantage_list li:hover a,
.join_advantage dd .join_advantage_list li.hover a { background:#ce0615;}
.join_advantage dd .join_advantage_list li:hover .tit,
.join_advantage dd .join_advantage_list li.hover .tit { color:#fff;}

.join_advantage dd .join_advantage_info { width:100%; height:auto; min-height:259px; margin:0px 0; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; position:relative;}
.join_advantage dd .join_advantage_info:before { content:''; height:1px; width:100%; background:#e9e9e9; position:absolute; left:0; bottom:0;}
.join_advantage dd .join_advantage_info:after { content:''; height:7px; width:305px; background:#ce0615; position:absolute; left:0; bottom:-3px;}
.join_advantage dd .join_advantage_info li { width:100%; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.join_advantage dd .join_advantage_info li .des { flex:0 0 70%; color:#1f1f1f; line-height:26px; float:left;}
.join_advantage dd .join_advantage_info li .mark { flex:0 0 10%; float:right; color:#ce0615; text-align:right;}
.join_advantage dd .join_advantage_info li .mark .num { font-size:72px; line-height:80px; font-weight:bold; font-family:'微软雅黑';}
.join_advantage dd .join_advantage_info li .mark .tit1 { font-size:33px; line-height:33px; text-transform:uppercase;}
/*加盟条件*/
.join_condition { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px;}
.join_condition dt { margin:0 5%; height:auto; overflow:hidden; position:relative;}
.join_condition dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.join_condition dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.join_condition dd { margin:0 5%; height:auto; overflow:hidden; position:relative; padding-bottom:3px;}
.join_condition dd .condition_list { width:100%; height:auto; overflow:hidden; margin-top:50px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.join_condition dd .condition_list li { width:24%; height:auto; overflow:hidden; float:left; overflow:hidden; position:relative;}
.join_condition dd .condition_list li .num { font-size:60px; font-weight:bold; font-family:'微软雅黑'; line-height:80px;}
.join_condition dd .condition_list li a { display:block; width:100%; height:auto; overflow:hidden; color:#fff; position:relative;}
.join_condition dd .condition_list li a:after { content:''; position:absolute; left:0; top:0; bottom:-100%; right:0; background:url(../images/condition_list_bg01.png) bottom center repeat-x;
-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);
}
.join_condition dd .condition_list li:nth-child(2) a:after { background:url(../images/condition_list_bg02.png) bottom center repeat-x;}
.join_condition dd .condition_list li:nth-child(3) a:after { background:url(../images/condition_list_bg03.png) bottom center repeat-x;}
.join_condition dd .condition_list li:nth-child(4) a:after { background:url(../images/condition_list_bg04.png) bottom center repeat-x;}
.join_condition dd .condition_list li .brief { position:absolute; height:auto; overflow:hidden; left:0px; right:0px; bottom:0px; z-index:1;}
.join_condition dd .condition_list li .margin { margin:10% 15%;}
.join_condition dd .condition_list li .tit { width:100%; height:52px; margin:0 auto; line-height:26px; font-size:14px; }
.join_condition dd .condition_list li:hover a:after { bottom:0;}
/*加盟流程*/
.join_process { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px;}
.join_process dt { margin:0 5%; height:auto; overflow:hidden; position:relative;}
.join_process dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.join_process dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.join_process dd { margin:0 5%; margin-top:50px; height:auto; min-height:468px; overflow:visible; position:relative; padding-bottom:3px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-items:center;}
.join_process dd:before { content:''; position:absolute; left:-100%; right:-100%; height:100%; top:0; bottom:0; background:url(../images/join_process_bg.jpg) top center no-repeat;}
.join_process dd .process_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.join_process dd .process_list li { width:24%; height:auto; overflow:hidden; float:left; overflow:hidden; position:relative; text-align:center;}
.join_process dd .process_list li .icon { width:156px; height:156px; border-radius:50%; background:#fff; position:relative; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.join_process dd .process_list li .icon img { position:relative;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode:both;
animation-fill-mode: both;
-webkit-animation-name: flipInX; animation-name: flipInX;
}
.join_process dd .process_list li .icon img:last-child { display:none;}

.join_process dd .process_list li .icon:after { content:''; position:absolute; right:-19px; top:50%; width:0; height: 0; margin-top:-15px;
	border-top: 15px solid transparent;
	border-left: 24px solid #fff;
	border-bottom: 15px solid transparent;
}
.join_process dd .process_list li:last-child .icon:after { display:none;}
.join_process dd .process_list li a { display:block; width:100%; height:auto; overflow:hidden; color:#fff; position:relative; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.join_process dd .process_list li a:after { content:''; position:absolute; left:0; top:0; bottom:-100%; right: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);
}
.join_process dd .process_list li .brief { position:absolute; height:auto; overflow:hidden; left:0px; right:0px; bottom:0px; z-index:1;}
.join_process dd .process_list li .margin { margin:10% 15%;}
.join_process dd .process_list li .tit { width:100%; line-height:26px; font-size:18px; color:#040000; margin-top:30px;}
.join_process dd .process_list li .tit:after { content:'—'; display:block;}
.join_process dd .process_list li:hover a:after { bottom:0;}
.join_process dd .process_list li:hover .icon img:last-child { display:block; -webkit-animation-name: flipInY; animation-name: flipInY;}
.join_process dd .process_list li:hover .icon img:first-child { display:none;}
/*加盟申请*/
.join_apply { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px;}
.join_apply dt { margin:0 5%; height:auto; overflow:hidden; position:relative;}
.join_apply dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.join_apply dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.join_apply dd { margin:0 5%; margin-top:50px; height:auto; overflow:visible; position:relative; padding-bottom:3px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}

.join_apply dd .apply_box { height:auto; overflow:hidden;}
.join_apply dd .apply_box .tit { font-size:39px; height:80px; line-height:80px; color:#414141; margin-top:30px; text-align:center;}
.join_apply dd .apply_box .des { font-size:18px; line-height:29px; text-align:center; color:#525252;}
.join_apply dd .apply_box .applyform { margin:30px 0%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.join_apply dd .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;}
.join_apply dd .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;}
.join_apply dd .apply_box .applyform .input:focus { background-color:#ddd;}
.join_apply dd .apply_box .applyform .input.not_null { background-image:url(../images/icon_not_null.png);}
.join_apply dd .apply_box .applyform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484; font-size:14px;
}
.join_apply dd .apply_box .applyform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484; font-size:14px;
}
.join_apply dd .apply_box .applyform .input:-ms-input-placeholder{
    color: #848484; font-size:14px;
}
.join_apply dd .apply_box .applyform .input::-webkit-input-placeholder{
    color: #848484; font-size:14px;
}
.join_apply dd .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;}
.join_apply dd .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;}
.join_apply dd .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;}
.join_apply dd .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;}
.join_apply dd .apply_box .applyform .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.join_apply dd .apply_box .applyform .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.join_apply dd .apply_box .applyform .yzm_ref { line-height:45px; margin-top:2%;}
/*职位申请*/
.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%;}

/*企业文化*/
.corporate_culture_bg { height:auto; min-height:auto; overflow:hidden; position:relative; background:url(../images/corporate_culture_bg.jpg) top center no-repeat; background-size:cover; margin-top:80px; padding-bottom:40px;}
.corporate_culture_bg:after { content:''; background:rgba(0,0,0,.46); position:absolute; width:100%; height:100%; left:0; top:0;}
.corporate_culture { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px; position:relative; z-index:1;}
.corporate_culture dt { margin:0 5%; height:auto; overflow:hidden; color:#fff;}
.corporate_culture dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.corporate_culture dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.corporate_culture dd { margin:0 5%; height:auto; overflow:visible; position:relative; margin-top:40px;}
.corporate_culture dd .culture_list { /*width:100%; height:auto; overflow:hidden; color:#fff; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.corporate_culture dd .culture_list li { width:32%; float:left; height:auto; overflow:hidden; position:relative;}
.corporate_culture dd .culture_list li a { display:block;}
.corporate_culture dd .culture_list li .brief { /*width:304px;*/ min-height:205px; background:#fff; position:absolute; left:50px; right:50px; bottom:50px;}
.corporate_culture dd .culture_list li .margin { margin:10px 28px;}
.corporate_culture dd .culture_list li .tit { width:100%; height:50px; margin:0 auto; line-height:50px; font-size:24px; text-align:right; color:#000; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; border-bottom:1px solid #e7e7e7; font-weight:bold;}
.corporate_culture dd .culture_list li .icon { float:left; width:40px; height:40px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-items:center;}
.corporate_culture dd .culture_list li .des { height:auto; overflow:hidden; line-height:22px; color:#626262; margin-top:15px;}
.corporate_culture dd .culture_list li:hover .tit { }
.corporate_culture dd .culture-button-prev { display:block; width:42px; height:42px; border-radius:50%; font-size:30px; color:#fff; line-height:42px; cursor:pointer; overflow:hidden; background:#000; text-align:center; position:absolute; left:-5%; top:50%; margin-top:-21px;}
.corporate_culture dd .culture-button-next { display:block; width:42px; height:42px; border-radius:50%; font-size:30px; color:#fff; line-height:42px; cursor:pointer; overflow:hidden; background:#000; text-align:center; position:absolute; right:-5%; top:50%;margin-top:-21px;}
/*领导致辞*/
.speechbox_bg { background:#000; height:auto; overflow:hidden; padding:80px 0; margin-top:110px;}
.speechbox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.speechbox dt { margin:0 5%; height:auto; overflow:hidden; color:#fff;}
.speechbox dt .tit { font-size:30px; line-height:50px; color:#fff; font-weight:bold; position:relative;}
.speechbox dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.speechbox dd { margin:0 5%; height:auto; overflow:visible; position:relative; margin-top:40px;}
.speechbox dd .speech_box { height:auto; padding-left:511px;}
.speechbox dd .pic { width:408px; height:auto; overflow:hidden; margin:0 0 0 -511px; float:left;}
.speechbox dd .brief { width:100%; height:auto; overflow:hidden; float:left; color:#fff; position:relative;}
.speechbox dd .brief:after { content:''; height:6px; width:50%; background:#4f4f4f; bottom:0; left:0; position:absolute; border-radius:3px;}
.speechbox dd .brief:before { content:''; height:6px; width:100%; background:#fff; bottom:0; left:0; position:absolute; border-radius:3px;}

.speechbox dd .brief .tit { font-size:30px; font-weight:bold; line-height:50px;}
.speechbox dd .brief .des { line-height:26px; height:auto; overflow:hidden; padding:100px 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.speechbox dd .brief .des:before { content:''; display:block; width:37px; height:30px; background:url(../images/speech_des_a.png) no-repeat; margin-bottom:40px;}
.speechbox dd .brief .des:after { content:''; display:block; width:37px; height:30px; background:url(../images/speech_des_b.png) no-repeat; margin-top:40px;}

/*旗下企业*/
.estatebox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.estatebox dd { margin:0 5%; height:auto; overflow:visible; position:relative; margin-top:40px;}
.estatebox dd .estate_box { height:auto; overflow:hidden; padding-left:674px;}
.estatebox dd .estate { width:100%;}
.estatebox dd .tit { font-size:30px; line-height:50px; color:#000; font-weight:bold; position:relative;}
.estatebox dd .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.estatebox dd .estate_list { width:100%; height:auto; overflow:hidden; margin-top:30px; float:left;}
.estatebox dd .estate_list li { width:100%; line-height:44px; height:44px; overflow:hidden; margin-top:16px; position:relative;}
.estatebox dd .estate_list li:after { content:''; background:#e4e4e4; position:absolute; width:100%; height:1px; left:0; top:43px; z-index:1;}
.estatebox dd .estate_list li .tit1 { color:#040000; font-size:24px; line-height:44px; position:relative;}
.estatebox dd .estate_list li .tit1:after { content:'→'; width:53px; height:44px; line-height:44px; background:#ebebeb; display:block; position:absolute; right:0; bottom:0; text-align:center;}
.estatebox dd .estate_list li .des { display:none; position:relative; height:336px; overflow:hidden; padding:30px 0; line-height:48px; color:#565757; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.estatebox dd .estate_list li.hover .tit1 { color:#e60012;}
.estatebox dd .estate_list li.hover .tit1:after { content:'↓';}
.estatebox dd .estate_list li.hover .tit1:before { content:'┃'; margin-right:30px;}
.estatebox dd .estate_list li.hover { height:auto; position:relative;}
.estatebox dd .estate_list li.hover .des:after { content:''; width:50%; height:6px; background:#4f4f4f; position:absolute; left:0; bottom:0; border-radius:3px;}
.estatebox dd .estate_list li.hover .des:before { content:''; width:100%; height:6px; background:#efefef; position:absolute; left:0; bottom:0; border-radius:3px;}
.estatebox dd .estate_list li.hover .des { display:block;}
.estatebox dd .pic { float:left; width:569px; height:auto; margin:0 0 0 -674px; position:relative;}
.estatebox dd .pic .swiper-container { position:relative;}
.estatebox dd .pic .estate-swiper-pagination { position:absolute; bottom:-60px; text-align:right; z-index:1; height:auto;}
.estatebox dd .pic .estate-swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; border-radius:50%; background:#fff; opacity:1; margin:0 10px; cursor:pointer; border:3px solid #000;}
.estatebox dd .pic .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.estatebox dd .pic .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.estatebox dd .pic .swiper-slide { }
.estatebox dd .pic .estate-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000;}
.estatebox dd .pic .pic_ctrl { width:100%; height:41px; overflow:hidden; font-size:35px; position:absolute; bottom:-65px; right:0; text-align:right; z-index:1;}
.estatebox dd .pic .pic_ctrl a { display:inline-block; width:41px; height:41px; border-radius:50%; font-size:36px; color:#fff; line-height:33px; cursor:pointer; overflow:hidden; background:#000; text-align:center;}
.estatebox dd .pic .pic_ctrl a:hover { background:#f00;}
/*宣传视频*/
.videobox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.videobox dt { margin:0 5%; height:auto; overflow:hidden; position:relative; margin-top:110px;}
.videobox dt .tit { font-size:30px; line-height:50px; color:#000; font-weight:bold; position:relative; float:left;}
.videobox dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.videobox dt .ctrl_btn { height:41px; overflow:hidden; font-size:35px; float:right; z-index:1;}
.videobox dt .ctrl_btn a { display:inline-block; width:41px; height:41px; border-radius:50%; font-size:36px; color:#fff; line-height:33px; cursor:pointer; overflow:hidden; background:#000; text-align:center;}
.videobox dt .ctrl_btn a:hover { background:#f00;}
.video_slide { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:60px;}
.video_slide .swiper-container { margin:0 5%; position:relative; overflow:visible;}
.video_slide .swiper-wrapper { position:relative; overflow:visible;}


/*资质证书*/
.honorbox_bg { height:auto; overflow:hidden; }
.honorbox { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:40px;}
.honorbox dt { margin:0 5%; height:auto; overflow:hidden; position:relative; margin-top:110px;}
.honorbox dt .tit { font-size:30px; line-height:50px; color:#000; font-weight:bold; position:relative; float:left;}
.honorbox dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.honorbox dt .more { float:right; color:#838383; text-transform:uppercase;}
.honorbox dd { margin:0 5%; height:auto; overflow:visible; margin-top:24px;}
.honorbox dd .honor_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:center; border-bottom:1px solid #e9e9e9;}

.honorbox dd .honor_list li { width:32%; height:auto; overflow:hidden; float:left;/* border:10px solid rgba(69,35,7,.74);*/}
.honorbox dd .honor_list li a { display:block; background:#505050; padding:23px 38px;}
.honorbox dd .honor_list li .tit { width:100%; height:84px; line-height:84px; margin-top:1px; font-size:16px; color:#040000; border-top:1px solid #040000; margin-top:60px; margin-bottom:20px;}
.honorbox dd .honor-pagination { position:relative; margin:30px 0; text-align:center;}
.honorbox dd .honor-pagination .swiper-pagination-bullet { width:36px; height:5px; border-radius:0px; background:#cfcfcf; opacity:1; margin:0 3px;}
.honorbox dd .honor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#4cac42;}
.honorbox dd .honor-button-prev,
.honorbox dd .honor-button-next { position:absolute; width:41px; height:75px; font-size:0; top:25%;}
.honorbox dd .honor-button-prev { background:url(../images/honor_scroll_prev.png) center center no-repeat; cursor:pointer; left:-150px;}
.honorbox dd .honor-button-next { background:url(../images/honor_scroll_next.png) center center no-repeat; cursor:pointer; right:-150px;}
.honorbox dd .honorbox_scroll { width:100%; position:relative; height:auto; overflow:visible;}
.honorbox dd .honor_more { width:183px; height:54px; line-height:54px; background:#e9e9e9; text-align:center; margin:0 auto; margin-top:33px; margin-bottom:40px; display:block;}
.honorbox dd .honor_more:hover { background:#009944; color:#fff;}
/*厂房设备*/
.equipment_bg { height:auto; overflow:hidden; position:relative; background:url(../images/equipment_bg.jpg) top center no-repeat; background-size:cover; margin-top:20px; padding-bottom:40px;}
.equipment_bg:after { content:''; background:rgba(0,0,0,.72); position:absolute; width:100%; height:100%; left:0; top:0;}
#certify { margin-top:80px; height:auto; overflow:hidden;}
#certify  .swiper-slide .swiper-title {
	width:100%;
	height:0;
	line-height:50px;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	font-size:16px;
	background:#398431;
	background:rgba(57,132,49,.87);
	overflow:hidden;
}
#certify  .swiper-slide a { display:block; border:2px solid #c2c2c2; border-radius:0px; overflow:hidden;}
#certify  .swiper-slide { position:relative; height:auto; overflow:hidden;}
#certify  .swiper-slide:after { content:'';  width:100%; height:100%; left:0; top:0; z-index:1; position:absolute; background:rgba(0,0,0,.36);}
#certify .swiper-button-prev {
	position:absolute;
	left: 18%;
	top:50%;
	margin-top:-80px;
	width: 40px;
	height: 75px;
	/*background-position: 0 0;
	background-size: 100%;*/
}
#certify .swiper-button-next {
	position:absolute;
	right: 18%;
	top:50%;
	margin-top:-80px;
	width: 40px;
	height: 75px;
	/*background-position: 0 -93px;
	background-size: 100%;*/
}
#certify .swiper-button-prev,
#certify .swiper-button-next { color:#fff; }
#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
	font-size:75px;
	color:#fff;
	filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;
}
#certify .swiper-slide.swiper-slide-active .swiper-title { height:47px;}
#certify .swiper-slide.swiper-slide-active:after { background:rgba(0,0,0,0);}
/*生产工序*/

.produce_process { max-width:1580px; min-width:320px; margin:0 auto; padding-bottom:100px;}
.produce_process li { margin:0 5%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; margin-bottom:100px;}
.produce_process li:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; top:60%; background:url(../images/arror_left.png) center center no-repeat; z-index:-1;}
.produce_process li .pic { width:40%; height:auto; overflow:hidden; text-align:left;}
.produce_process li .pic img { max-width:100%; width:auto;}
.produce_process li .brief { width:50%; height:auto; overflow:hidden; margin-right:10%;}
.produce_process li .num { color:#656565; font-weight:bold; font-weight:bold; font-family:Arial; font-size:113px; line-height:120px; position:relative; top:-18px; float:left;}
.produce_process li .num:after { content:''; width:33px; height:94px; background:url(../images/process_title_space.png) no-repeat; display:inline-block; font-size:0; position:relative;}
.produce_process li .tit {  width:100%; height:auto; overflow:hidden; font-weight:bold; position:relative;}
.produce_process li .tit:after { content:''; position:absolute; left:150px; bottom:0; right:0; height:1px; background:#aaaaaa;}
.produce_process li .tit2 { float:left; margin-right:15px;}
.produce_process li .tit1 { color:#0d8f28; font-size:24px; line-height:36px; height:36px;}
.produce_process li .des { margin-left:150px; color:#000; font-size:18px; line-height:36px; margin-top:40px;}
.produce_process li:nth-child(2n) { flex-flow:row-reverse wrap;}
.produce_process li:nth-child(2n):after {  background:url(../images/arror_right.png) center center no-repeat;}
.produce_process li:nth-child(2n) .pic { text-align:right;}
.produce_process li:nth-child(2n) .brief { margin-left:5%; margin-right:0;}
.produce_process li:nth-last-child(1):after { display:none;}
/*销售区域*/
/*国内*/
.domestic_area_bg { height:auto; overflow:hidden; background:url(../images/domestic_area_bg.jpg) top center no-repeat; background-size:cover; margin-top:111px; padding-bottom:160px;}
.domestic_area { max-width:1440px; min-width:320px; margin:0 auto;}
.domestic_area dt { width:100%; height:auto; overflow:hidden; text-align:center; padding-top:54px;}
.domestic_area dt .tit { display:inline-block; width:310px; height:59px; line-height:59px; font-size:30px; color:#fff; letter-spacing:10px; overflow:hidden; background:#4a9f41; text-align:center; border-radius:8px; position:relative;}
.domestic_area dt .tit:before,
.domestic_area dt .tit:after { content:''; position:absolute; left:-10px; top:50%; width:20px; height:20px; border-radius:50%; margin-top:-10px; background:#c8dbf8;}
.domestic_area dt .tit:after { left:auto; right:-10px;}
.domestic_area dd { width:100%; height:auto; overflow:hidden;}
.domestic_area dd  .map_box { max-width:892px; min-width:320px; margin:0 auto; position:relative;}

.domestic_area dd  .map_box { max-width:892px; min-width:320px; margin:0 auto; position:relative;}
.domestic_area_point_group { position:absolute; width:100%; height:100%; left:0; top:0;}
.domestic_area_point_group a { position:absolute; width:22px; height:28px;}
.domestic_area_point_group a:before { content:''; position:absolute; border:2px solid #dd1113; width:80px; height:80px; left:50%; top:50%; border-radius:50%; margin-left:-42px; margin-top:-42px; overflow:hidden; z-index:-1;}
.domestic_area_point_group a:after { content:''; position:absolute; border:2px solid #dd1113; width:50px; height:50px; left:50%; top:50%; border-radius:50%; margin-left:-27px; margin-top:-27px; overflow:hidden;  z-index:-1;}
.domestic_area_point_group a:before,
.domestic_area_point_group a:after{
	-webkit-animation: zoom_circle 3s linear infinite 0s;
	-moz-animation: zoom_circle 3s linear infinite 0s;
	-o-animation: zoom_circle 3s linear infinite 0s;
	-ms-animation: zoom_circle 3s linear infinite 0s;
	animation: zoom_circle 3s linear infinite 0s;
}
@keyframes zoom_circle { 
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	80% {
	 	-webkit-transform: scale(1.2);
		-moz-transform: scale(1.5);
	}
	100% {
	   -webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
	}
}
.domestic_area_point_group a:hover { }
.domestic_area_point_group a.point1 { left:551px; top:263px;}
.domestic_area_point_group a.point2 { left:588px; top:263px;}
.domestic_area_point_group a.point3 { left:635px; top:299px;}
.domestic_area_point_group a.point4 { left:571px; top:326px;}
.domestic_area_point_group a.point5 { left:499px; top:333px;}
.domestic_area_point_group a.point6 { left:683px; top:393px;}
.domestic_area_point_group a.point7 { left:423px; top:403px;}
.domestic_area_point_group a.point8 { left:565px; top:408px;}
.domestic_area_point_group a.point9 { left:661px; top:415px;}
.domestic_area_point_group a.point10 { left:480px; top:431px;}
.domestic_area_point_group a.point11 { left:607px; top:228px;}
.domestic_area_point_group a.point12 { left:543px; top:456px;}
.domestic_area_point_group a.point13 { left:469px; top:483px;}
.domestic_area_point_group a.point14 { left:636px; top:497px;}
.domestic_area_point_group a.point15 { left:392px; top:524px;}
.domestic_area_point_group a.point16 { left:565px; top:538px;}
.domestic_area_point_group a.point17 { left:491px; top:552px;}
/*国际*/
.international_area_bg { height:auto; overflow:hidden; background:url(../images/international_area_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:60px;}
.international_area { max-width:1440px; min-width:320px; margin:0 auto;}
.international_area dt { width:100%; height:auto; overflow:hidden; text-align:center; padding:54px 0;}
.international_area dt .tit { display:inline-block; width:310px; height:59px; line-height:59px; font-size:30px; color:#fff; letter-spacing:10px; overflow:hidden; background:#2f4db0; text-align:center; border-radius:8px; position:relative;}
.international_area dt .tit:before,
.international_area dt .tit:after { content:''; position:absolute; left:-10px; top:50%; width:20px; height:20px; border-radius:50%; margin-top:-10px; background:#cee2f5;}
.international_area dt .tit:after { left:auto; right:-10px;}
.international_area dd { width:100%; height:auto; overflow:hidden;}
.international_area dd  .map_box { max-width:1215px; min-width:320px; height:auto; margin:0 auto; position:relative;}

.international_area dd  .map_box { max-width:1215px; min-width:320px; height:auto; margin:0 auto; position:relative;}
.international_area_point_group { position:absolute; width:100%; height:100%; left:0; top:0;}
.international_area_point_group a { position:absolute; width:22px; height:28px;}
.international_area_point_group a:hover:before { content:''; position:absolute; border:2px solid #dd1113; width:80px; height:80px; left:50%; top:50%; border-radius:50%; margin-left:-42px; margin-top:-42px; overflow:hidden; z-index:-1;}
.international_area_point_group a:hover:after { content:''; position:absolute; border:2px solid #dd1113; width:50px; height:50px; left:50%; top:50%; border-radius:50%; margin-left:-27px; margin-top:-27px; overflow:hidden; z-index:-1;}
.international_area_point_group a:before,
.international_area_point_group a:after{
	-webkit-animation: zoom_circle 3s linear infinite 0s;
	-moz-animation: zoom_circle 3s linear infinite 0s;
	-o-animation: zoom_circle 3s linear infinite 0s;
	-ms-animation: zoom_circle 3s linear infinite 0s;
	animation: zoom_circle 3s linear infinite 0s;
}
.international_area_point_group a:hover .tip { width:100px; height:29px; top:-90px; margin-left:-50px; font-size:16px;}
.international_area_point_group a .tip { width:0; height:0; overflow:hidden; line-height:29px; text-align:center; font-size:0; position:relative; z-index:1; top:0; left:50%; margin-left:0px; background:#db2c2d; color:#fff; border-radius:0px;}
.international_area_point_group a:hover {}
.international_area_point_group a.point1 { left:558px; top:90px;}
.international_area_point_group a.point2 { left:207px; top:134px;}
.international_area_point_group a.point3 { left:601px; top:106px;}
.international_area_point_group a.point4 { left:682px; top:144px;}
.international_area_point_group a.point5 { left:715px; top:159px;}
.international_area_point_group a.point6 { left:687px; top:173px;}
.international_area_point_group a.point7 { left:1039px; top:148px;}
.international_area_point_group a.point8 { left:742px; top:177px;}
.international_area_point_group a.point9 { left:704px; top:199px;}
.international_area_point_group a.point10 { left:650px; top:193px;}
.international_area_point_group a.point11 { left:993px; top:158px;}
.international_area_point_group a.point12 { left:882px; top:222px;}
/*人才系统*/
.jobs_show { margin:40px 5%; height:auto; max-width:90%;}
.jobs_show dt { width:100%; height:auto; overflow:hidden;}
.jobs_show dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.jobs_show dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.jobs_show dd { width:100%; height:auto; overflow:visible; margin-top:40px;}
.jobs_show dd .show_box { height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
.jobs_show dd .show_box .brief { width:50%; height:auto; overflow:hidden; background:#ebebeb; float:left; color:#000; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-content:space-between; align-items:stretch;}
.jobs_show dd .show_box .margin { width:80%; height:auto; overflow:hidden; margin:5% 10%;}
.jobs_show dd .show_box .pic { width:50%; height:auto; float:left; position:relative;}
.jobs_show dd .show_box .thumb_list { height:auto; overflow:hidden; padding:20px 0; position:absolute; left:0; right:0; bottom:0; z-index:1; background:rgba(0,0,0,.47); display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-items:center;}
.jobs_show dd .show_box .thumb_list .swiper-container { width:82%;}
.jobs_show dd .show_box .thumb_list ul {}
.jobs_show dd .show_box .thumb_list ul li { cursor:pointer;}
.jobs_show dd .show_box .thumb-button-prev { display:block; width:32px; height:32px; border-radius:50%; font-size:30px; line-height:32px; cursor:pointer; overflow:hidden; background:#fff; color:#000; text-align:center; z-index:1; margin-left:10px;}
.jobs_show dd .show_box .thumb-button-next { display:block; width:32px; height:32px; border-radius:50%; font-size:30px; line-height:32px; cursor:pointer; overflow:hidden; background:#fff; color:#000; text-align:center; z-index:1; margin-right:10px;}
.jobs_show dd .show_box .thumb-button-prev:hover,
.jobs_show dd .show_box .thumb-button-next:hover { background:#ce0615; color:#fff;}
.jobs_show dd .show_box .thumb-button-prev:after { content:'&lt;'; display:block; position:relative; top:-2px; left:-2px; text-align:center;}
.jobs_show dd .show_box .thumb-button-next:after { content:'&gt;'; display:block; position:relative; top:-2px; right:-2px; text-align:center;}

.show_list { width:100%; height:auto;}
.show_list ul li { cursor:pointer;}
.show_list ul li img { display:block;}
.jobs_show dd .show_box .pic .swiper-slide-thumb-active:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #ce0615;}
.jobs_show dd .show_box .tit { width:100%; height:60px; line-height:60px; font-size:30px; font-weight:bold; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs_show dd .show_box .tit1 { font-size:18px; line-height:40px;}
.jobs_show dd .show_box .des { font-size:14px; line-height:26px; margin-top:10%; height:auto; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.jobs_show dd .swiper-container { width:100%; height:auto; overflow:hidden;}
.jobs_show dd .info_list { width:100%; height:auto; position:relative; overflow:visible;}
.jobs_show dd .info_list li { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch; float:left;}
.jobs_show dd .info_list .brief { width:50%; height:auto; overflow:hidden; background:#ebebeb; float:left; color:#000; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-content:space-between; align-items:stretch;}
.jobs_show dd .info_list .margin { width:80%; height:auto; overflow:hidden; margin:5% 10%;}
.jobs_show dd .info_list .pic { width:50%; height:auto; float:left; }
.jobs_show dd .info_list .tit { width:100%; height:60px; line-height:60px; font-size:30px; font-weight:bold; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs_show dd .info_list .date { font-size:18px; line-height:40px;}
.jobs_show dd .info_list .des { font-size:14px; line-height:30px; margin-top:8%; height:auto; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.jobs_show dd .info_list .more { color:#ce0615; line-height:30px; margin-top:8%; display:block;}
.jobs_show dd .list-button-prev { display:block; width:42px; height:42px; border-radius:50%; font-size:30px; color:#fff; line-height:42px; cursor:pointer; overflow:hidden; background:#000; text-align:center; position:absolute; left:-5%; top:50%; margin-top:-21px; z-index:1;}
.jobs_show dd .list-button-next { display:block; width:42px; height:42px; border-radius:50%; font-size:30px; color:#fff; line-height:42px; cursor:pointer; overflow:hidden; background:#000; text-align:center; position:absolute; right:-5%; top:50%;margin-top:-21px; z-index:1;}
.jobs_show dd  .info_list_scroll { margin-top:37px;}

/*用人理念*/
.jobs_personnel_bg { height:auto; overflow:hidden;}
.jobs_personnel { width:100%; height:auto; overflow:hidden;}
.jobs_personnel dt { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.jobs_personnel dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative; margin:0 5%;}
.jobs_personnel dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.jobs_personnel dd { width:100%; height:auto; min-height:410px; overflow:hidden; margin-top:40px; background:url(../images/jobs_personnel_bg.jpg) top center no-repeat; background-size:cover;}
.jobs_personnel dd .info { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; line-height:36px; color:#040000; margin-top:4%;}
.jobs_personnel dd .info .text { margin:0 5%;}

/*招聘信息*/
.offersbox { width:100%; margin:40px 5%;}
.offersbox dt { width:100%; height:auto; overflow:hidden;}
.offersbox dt .tit { font-size:30px; line-height:50px; color:#040000; font-weight:bold; position:relative;}
.offersbox dt .tit:after { content:''; background:#e60012; width:118px; height:1px; position:absolute; left:0; bottom:0;}
.offersbox dd { height:auto; overflow:hidden; background:#eeeeee; min-height:500px; padding:35px; margin-top:40px;}
.offersbox dd .offers_list { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.offersbox dd .offers_list li { width:100%; height:46px; overflow:hidden; background:#f6f6f6; margin:5px 0; float:left;}
.offersbox dd .offers_list li .info { width:100%; height:46px; line-height:46px; background:#dfdfdf; color:#000; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; cursor:pointer;}

.offersbox dd .offers_list li .des { height:0; overflow:hidden; margin:30px; margin-bottom:0; line-height:14px; line-height:26px; color:#848484; overflow-y:auto;}
.offersbox dd .offers_list li .des::-webkit-scrollbar-track-piece {width:9px;background-color:#eee; border-radius:4.5px;}
.offersbox dd .offers_list li .des::-webkit-scrollbar { width:9px; background-color:#fff;}
.offersbox dd .offers_list li .des::-webkit-scrollbar-thumb { width:9px; height:195px; background-color:#cacaca; border-radius:4.5px;}
.offersbox dd .offers_list li .des::-webkit-scrollbar-thumb:hover { width:9px; background-color:#cacaca;}

.offersbox dd .offers_list li .btnbox { margin:0 30px;}
.offersbox dd .offers_list li .btn { display:block; background:#ce0615; color:#fff; width:116px; height:39px; line-height:39px; text-align:center; float:left; margin-right:11px;}
.offersbox dd .offers_list li .info .tit { margin-left:20px;}
.offersbox dd .offers_list li .info .date { margin-right:0px;}
.offersbox dd .offers_list li .info .date:after { content:'&gt;'; display:inline-block; padding:0 20px; text-align:center;
    /*-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;*/
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.offersbox dd .offers_list li.hover .info { background:#ce0615; color:#fff;}
.offersbox dd .offers_list li.hover { height:387px;}
.offersbox dd .offers_list li.hover .des { height:250px;}
.offersbox dd .offers_list li:hover .info .date:after {}
.offersbox dd .offersfilter { height:39px; overflow:visible; position:relative; z-index:1;}
.offersbox dd .offersfilter .filter_select { width:188px; height:39px; line-height:39px; background:#fff; border:1px solid #e7e7e7; float:left; margin-right:12px;}
.filter_select.w220 {width:220px;}
.offersbox dd .offersfilter .filter_select .filter_tag { padding:0 14px; color:#656565; position:relative; height:39px; line-height:39px;}
.offersbox dd .offersfilter .filter_select .filter_tag:after { content:'&gt;'; position:absolute; right:14px; top:0; line-height:39px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.offersbox dd .offersfilter .filter_select .filter_list { height:0; overflow:hidden; background:#fff; padding:0 14px; line-height:39px;}
.offersbox dd .offersfilter .filter_select .filter_list a { display:block;}
.offersbox dd .offersfilter .filter_select:hover .filter_list{ height:auto; border:1px solid #e7e7e7;}
.offersbox dd .offersfilter .filter_select:hover .filter_list a:hover { color:#ce0615;}
.offersbox dd .offersfilter .searchbox { float:right; width:236px; height:39px; border:1px solid #e7e7e7; position:relative;}
.offersbox dd .offersfilter .searchbox .keyword { width:188px; height:39px; line-height:39px; background:#fff; border:0; text-indent:20px;}
.offersbox dd .offersfilter .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;}
/*产品概况*/
.goods_index_box_bg { height:auto; overflow:hidden; margin-top:111px; background:url(../images/goods_index_bg.jpg) center center no-repeat; background-attachment:fixed; background-size:cover; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; padding-top:70px; padding-bottom:200px;}
.goods_index_box_bg:after { content:''; background:rgba(0,0,0,.74); position:absolute; width:100%; height:100%; left:0; top:0;}
.goods_index_box { max-width:1440px; min-width:320px; margin:0 auto; height:100%; overflow:visible;}
.goods_index { }
.goods_class { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; font-size:28px; position:relative; z-index:1;}
.goods_class a { display:inline-block; width:182px; height:182px; overflow:hidden; margin:0 3%; background:url(../images/goods_class_bg0.png) center center no-repeat; color:#fff; font-weight:bold; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; text-align:center;}
.goods_class a:hover { background:url(../images/goods_class_bg1.png) center center no-repeat;}

.goods_index_line { width:545px; height:9px; margin:50px auto; background:url(../images/goods_index_line.png) center center no-repeat; position:relative; z-index:1;}

.goods_index .swiper-slide { float:left; text-align:center;}
.goods_index .swiper-slide .pic { display:block; height:auto; overflow:hidden; /*-moz-box-shadow:0px 0px 10px #fff; -webkit-box-shadow:0px 0px 10px #fff; box-shadow:0px 0px 10px #fff;*/}
.goods_index .swiper-slide .tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#000; font-size:21px; text-align:center; background:#fff;}
.bgbox { margin-top:30px; padding:25px; background:#f7f9fc; height:auto; overflow:hidden;}
.hot_area { margin:10px; display:block; overflow:hidden;}
.goods_class_scroll { position:relative;}
.goods_class_scroll .swiper-button-prev,
.goods_class_scroll .swiper-button-next { color:#828282; top:50%;}
.goods_class_scroll .swiper-button-prev:hover,
.goods_class_scroll .swiper-button-next:hover { color:#fff;}
.goods_class_scroll .swiper-button-prev:after,
.goods_class_scroll .swiper-button-next:after { font-size:70px;}
.goods_class_scroll .swiper-button-prev { left:-10%;}
.goods_class_scroll .swiper-button-next { right:-10%;}
/*常见问答*/
.faqbox { width:358px; height:auto; overflow:hidden; float:right; margin:0 -415px 0 0;}
.faqbox dt { width:100%; height:72px; line-height:72px; background:#024683;}
.faqbox dt .tit { color:#fff; float:left; font-size:20px; margin-left:10px;}
.faqbox dt .tit:before { content:''; height:33px; width:31px; display:inline-block; position:relative; top:10px; background:url(../images/icon_faq.jpg) center center no-repeat; margin-right:10px;}
.faqbox dt .more { color:#fff; text-transform:uppercase; float:right; margin-right:10px;}
.faqbox dd { background:#f4f4f4; height:auto; overflow:hidden; min-height:395px;}
.faqbox dd .faq_list { margin:0px 15px; font-size:15px; color:#4f4f4f;}
.faqbox dd .faq_list li { width:100%; height:auto; overflow:hidden; border-bottom:1px solid #dbdbdb; padding:20px 0;}
.faqbox dd .faq_list li .q { position:relative; padding-left:40px; line-height:25px; height:25px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.faqbox dd .faq_list li .a { position:relative; padding-left:40px; line-height:25px; height:auto; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.faqbox dd .faq_list li .q:before { content:'Q'; width:19px; height:19px; line-height:19px; text-align:center; display:inline-block; background:#024683; color:#fff; position:absolute; left:0; top:3px;}
.faqbox dd .faq_list li .a:before { content:'A'; width:19px; height:19px; line-height:19px; text-align:center; display:inline-block; background:#b12923; color:#fff; position:absolute; left:0; top:3px;}
/*产品详情*/
.product_detail { height:auto; overflow:hidden; margin-top:128px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:space-between; align-items:flex-start;}
.product_show { width:48%; flex:0 0 48%; height:auto; overflow:hidden; float:left;} 

.product_show .thumb_list { height:auto; overflow:hidden; padding:20px 0; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-items:stretch;}
.product_show .thumb_list .swiper-container { width:90%;}
.product_show .thumb_list ul {}
.product_show .thumb_list ul li { cursor:pointer;}
.product_show .thumb-button-prev { display:block; width:26px; height:auto; font-size:24px; cursor:pointer; overflow:hidden; background:#e7e7e7; color:#080102; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.product_show .thumb-button-next { display:block; width:26px; height:auto; font-size:24px; cursor:pointer; overflow:hidden; background:#e7e7e7; color:#080102; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.product_show .thumb-button-prev:hover,
.product_show .thumb-button-next:hover { background:#009944; color:#fff;}
.product_show .thumb-button-prev:after { content:'&lt;'; display:block; position:relative; top:-2px; left:-2px; text-align:center;}
.product_show .thumb-button-next:after { content:'&gt;'; display:block; position:relative; top:-2px; right:-2px; text-align:center;}
.product_show .swiper-slide-thumb-active:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #ccc; z-index:1;}

.product_info { width:48%; flex:0 0 48%; height:auto; overflow:hidden; float:right;}
.product_info dt { width:100%; height:74px; line-height:74px; border-bottom:1px solid #efefef;}
.product_info dt .tit { font-size:24px; line-height:74px; color:#000; float:left;}
.product_info dt .location { text-align:left; color:#000; font-size:14px; float:right; background:url(../images/icon_home.png) 0 center no-repeat; padding-left:30px;}
.product_info dt .location a { color:#000;}
.product_info dd .info { width:100%; height:620px; overflow-y:auto; line-height:24px; color:#5a5a5a; margin-top:30px;}
.product_info dd .info::-webkit-scrollbar-track-piece {width:10px;background-color:#efefef; border-radius:5px;}
.product_info dd .info::-webkit-scrollbar { width:10px; background-color:#fff;}
.product_info dd .info::-webkit-scrollbar-thumb { width:10px; height:195px; background-color:#ccc; border-radius:5px;}
.product_info dd .info::-webkit-scrollbar-thumb:hover { width:10px; background-color:#000;}

.product_info dd .prev_next { width:100%; height:auto; overflow:hidden; border-top:1px solid #efefef; padding:30px 0; margin-top:30px;}
.product_info dd .prev_next a { width:108px; height:36px; line-height:36px; text-align:center; border:1px solid #a7a7a7; border-radius:5px; display:block; float:left; margin-right:15px;}
.product_info dd .prev_next a:hover { background:#e7e7e7; color:#000;}
/*销售区域详情*/
.area_detail { height:900px; overflow:hidden; margin-top:128px; padding-left:960px; background:#f2f2f2; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
.area_show { width:961px; flex:0 0 961px; height:100%; overflow:hidden; float:left; margin:0 0 0 -961px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:stretch;} 
.area_show ul { position:relative; width:100%; height:100%; overflow:hidden;}
.area_show ul li { width:961px; height:946px; overflow:hidden; position:absolute; left:50%; margin-left:-480px; top:0; background:url(../images/sales_network_bg.jpg) center center no-repeat; background-size:cover;}



/*销售网络*/
@keyframes ripple{0%{left:0;top:0;opacity:1;width:0;height:0}
100%{left:0;top:0;opacity:0;width:100%;height:100%}
}
@-webkit-keyframes ripple{0%{left:0;top:0;opacity:1;width:0;height:0}
100%{left:0;top:0;opacity:0;width:100%;height:100%}
}
@-moz-keyframes ripple{0%{left:0;top:0;opacity:1;width:0;height:0}
100%{left:0;top:0;opacity:0;width:100%;height:100%}
}
@-o-keyframes ripple{0%{left:0;top:0;opacity:1;width:0;height:0}
100%{left:0;top:0;opacity:0;width:100%;height:100%}
}
.network_point { position:absolute; left:0; top:0; right:0; bottom:0; }
.point-name{ position:absolute;}
.point-name .name { position:absolute; width:96px; height:22px; line-height:22px; background:#fff; text-align:center; color:#9c873f; border-radius:11px; font-size:13px; border:1px solid #c4a33c; z-index:1;
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
cursor:pointer;
}

/*.point-name .name:after { content:''; display:block; width:120px; height:120px; position:absolute; left:-50px; top:-50px; border:1px solid red; border-radius:50%;}*/
.point-name .name:before { content:''; display:inline-block; width:9px; height:9px; border-radius:50px; background:#b30406; position:absolute; top:6px; left:4px; margin:0 4px;
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.point-name .name:hover { height:22px; line-height:22px; background:#b30406; color:#fff; z-index:2;}
.point-name .name:hover:before { background:#fff;}

.point-name1{ position:absolute;}
.point-name1 .name { position:absolute; width:96px; height:22px; line-height:22px; background:#fff; text-align:center; color:#9c873f; border-radius:11px; font-size:13px; border:1px solid #c4a33c; z-index:1;
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
cursor:pointer;
}
.point-name1 .name:before { content:''; display:inline-block; width:9px; height:9px; border-radius:50px; background:#b30406; position:absolute; top:6px; right:4px; margin:0 4px;
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}


.point_center { left:573px; top:402px;}
.point_center .name { background:#b30406; color:#fff;}
.point_center .name:before { background:#fff;}

.main { left:556px; top:406px;}
.main .name { background:#b30406; color:#fff;}
.main .name:before { background:#fff;}

.wulumuqi { left:224px; top:292px;}
.huhehaote { left:571px; top:384px;}
.beijing { left:670px; top:398px;}
.tianjing { left:689px; top:423px;}
.shengyang { left:757px; top:362px;}
.changchun { left:799px; top:316px;}
.haerbing { left:827px; top:270px;}
.shijiazhuang { left:655px; top:447px;}
.yinchuan { left:514px; top:463px;}
.taiyuan { left:611px; top:474px;}
.jinan { left:707px; top:483px;}
.xining { left:374px; top:469px;}
.lanzhou { left:474px; top:490px;}
.zhengzhou { left:635px; top:526px;}
.xian { left:539px; top:528px;}
.nanjing { left:739px; top:552px;}
.hefei { left:691px; top:574px;}
.shanghai { left:777px; top:587px;}
.hangzhou { left:747px; top:613px;}
.wuhan { left:631px; top:600px;}
.chengdu { left:457px; top:601px;}
.lasa { left:239px; top:596px;}
.chongqing { left:530px; top:618px;}
.nanchang { left:673px; top:639px;}
.changsha { left:607px; top:662px;}
.fuzhou { left:727px; top:688px;}
.guiyang { left:506px; top:685px;}
.kunming { left:430px; top:724px;}
.guangzhou { left:637px; top:742px;}
.nanning { left:542px; top:753px;}
.xianggang { left:669px; top:765px;}
.aomen { left:633px; top:790px;}
.haikou { left:571px; top:837px;}
.taibei { left:776px; top:731px;}

.point01 { left:716px; top:409px;}
.point02 { left:560px; top:518px;}
.point03 { left:595px; top:547px;}
.point04 { left:492px; top:555px;}
.point05 { left:662px; top:562px;}
.point06 { left:565px; top:592px;}

.point-area .point-dot{background-color:#6AD7E9;border:0 solid rgba(0,105,62,.37)}

.point-area .point{position:absolute;top:0;left:0;right:0;bottom:0;width:10px;height:10px;margin:auto;-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;background:0 0}
.point-area .point-10{width:100%;height:100%}
.point-area .point-10:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 225ms infinite;-moz-animation:ripple 4.5s ease-out 225ms infinite;-o-animation:ripple 4.5s ease-out 225ms infinite;animation:ripple 4.5s ease-out 225ms infinite}
.point-area .point-20{width:100%;height:100%}
.point-area .point-20:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 450ms infinite;-moz-animation:ripple 4.5s ease-out 450ms infinite;-o-animation:ripple 4.5s ease-out 450ms infinite;animation:ripple 4.5s ease-out 450ms infinite}
.point-area .point-30{width:100%;height:100%}
.point-area .point-30:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 675ms infinite;-moz-animation:ripple 4.5s ease-out 675ms infinite;-o-animation:ripple 4.5s ease-out 675ms infinite;animation:ripple 4.5s ease-out 675ms infinite}
.point-area .point-40{width:100%;height:100%}
.point-area .point-40:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out .9s infinite;-moz-animation:ripple 4.5s ease-out .9s infinite;-o-animation:ripple 4.5s ease-out .9s infinite;animation:ripple 4.5s ease-out .9s infinite}
.point-area.point_shadow.point-80{width:100%;height:100%}
.point-area .point-50{width:100%;height:100%}
.point-area .point-50:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 1125ms infinite;-moz-animation:ripple 4.5s ease-out 1125ms infinite;-o-animation:ripple 4.5s ease-out 1125ms infinite;animation:ripple 4.5s ease-out 1125ms infinite}
.point-area .point-60{width:100%;height:100%}
.point-area .point-60:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 1.35s infinite;-moz-animation:ripple 4.5s ease-out 1.35s infinite;-o-animation:ripple 4.5s ease-out 1.35s infinite;animation:ripple 4.5s ease-out 1.35s infinite}
.point-area .point-70{width:100%;height:100%}
.point-area .point-70:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 1575ms infinite;-moz-animation:ripple 4.5s ease-out 1575ms infinite;-o-animation:ripple 4.5s ease-out 1575ms infinite;animation:ripple 4.5s ease-out 1575ms infinite}
.point-area .point-80{width:100%;height:100%}
.point-area .point-80:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 1.8s infinite;-moz-animation:ripple 4.5s ease-out 1.8s infinite;-o-animation:ripple 4.5s ease-out 1.8s infinite;animation:ripple 4.5s ease-out 1.8s infinite}
.point-area .point-90{width:100%;height:100%}
.point-area .point-90:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 2025ms infinite;-moz-animation:ripple 4.5s ease-out 2025ms infinite;-o-animation:ripple 4.5s ease-out 2025ms infinite;animation:ripple 4.5s ease-out 2025ms infinite}
.point-area .point-100{width:100%;height:100%}
.point-area .point-100:after{margin:auto;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #b30406;opacity:0;-webkit-animation:ripple 4.5s ease-out 2.25s infinite;-moz-animation:ripple 4.5s ease-out 2.25s infinite;-o-animation:ripple 4.5s ease-out 2.25s infinite;animation:ripple 4.5s ease-out 2.25s infinite}
.point-area .point-shadow:after{-webkit-box-shadow:inset 0 0 5em rgba(0,105,62,.16);-moz-box-shadow:inset 0 0 5em rgba(0,105,62,.16);box-shadow:inset 0 0 5em rgba(0,105,62,.16)}

.point-area { position:relative; width:150px; height:150px; left:-61px; top:-64px; z-index:3;}
.point-area.right { position:relative; width:150px; height:150px; left:auto; right:-8px; top:-64px; z-index:3;}



.area_show ul li:nth-child(1) { z-index:1;}
.area_info { width:80%; flex:0 0 80%; height:auto; overflow:hidden; float:right; margin-right:10%; position:relative;display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
.area_info dt { width:100%; height:auto; overflow:hidden; line-height:74px; color:#000; padding:20px 0;}
.area_info dt .tit1 { font-size:72px; line-height:74px; font-weight:bold; margin-top:100px;}
.area_info dt .tit { font-size:24px; line-height:50px;}
.area_info dt .location { text-align:left; color:#000; font-size:14px; float:right; background:url(../images/icon_home.png) 0 center no-repeat; padding-left:30px;}
.area_info dt .location a { color:#000;}
.area_info dt .line { height:1px; width:100%; background:#c4c4c4; margin:20px 0;}
.area_info dt .info { width:100%; height:auto; overflow-y:auto; line-height:24px; color:#5a5a5a; margin-top:30px;}
.area_info dt .info::-webkit-scrollbar-track-piece {width:10px;background-color:#efefef; border-radius:5px;}
.area_info dt .info::-webkit-scrollbar { width:10px; background-color:#fff;}
.area_info dt .info::-webkit-scrollbar-thumb { width:10px; height:195px; background-color:#ccc; border-radius:5px;}
.area_info dt .info::-webkit-scrollbar-thumb:hover { width:10px; background-color:#000;}
.area_info dt .info li .tit2 { color:#2c2c2c; font-size:36px; line-height:50px; font-weight:bold;}
.area_info dt .info li .des { color:#2c2c2c; font-size:14px; line-height:30px; margin-top:30px;}
.area_info dd { width:100%; height:auto; overflow:hidden;}
.area_info dd .tabs { width:100%; height:auto; overflow:hidden; border-top:1px solid #c4c4c4; padding:30px 0;}
.area_info dd .tabs a { width:108px; height:36px; line-height:36px; text-align:center; border:1px solid #a7a7a7; border-radius:5px; display:block; float:left; margin-right:15px;}
.area_info dd .tabs a:hover,
.area_info dd .tabs a.hover { background:#a7a7a7; color:#000;}


.insidebox_bg.goods { max-width:100%; margin-top:128px;}
.insidebox_bg.goods .insidebox { max-width:100%; padding-left:458px; height:auto; overflow:hidden;}
.insidebox_bg.goods .contentbox dt { width:auto; display:block; margin:0 2%;}

/*信息列表*/
.goods-list { /*width:100%;*/ width:100%; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-content:space-between; align-items:baseline;}
.goods-list li { width:31%; flex:0 0 31%; margin-bottom:3%; margin-left:3.5%; float:left; height:auto; overflow:hidden; position:relative;/* -webkit-box-shadow:0px 0px 10px #999; display:block; box-shadow:0px 0px 10px #999;*/}
.goods-list li.ml0 { margin-left:0;}
.goods-list li:nth-child(3n+1) { margin-left:0;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .brief{ width:100%; height:0px; line-height:50px; background:#fff; color:#000; position:absolute; left:0; bottom:0; }
.goods-list li:hover .brief { height:100%; background:rgba(0,0,0,.66); color:#fff;}
.goods-list li:hover .brief .tit { line-height:66px; height:66px; width:100%; border-bottom:1px solid #fff; font-size:18px; position:relative;}
.goods-list li:hover .brief .tit:after { content:'&gt;'; width:44px; height:44px; line-height:44px; text-align:center; border-radius:50%; background:#ce0615; color:#fff; font-size:24px; position:absolute; right:0; top:11px; font-size:24px;}
.goods-list li:hover .brief .des { font-size:14px; margin-top:20px; line-height:36px;}
.goods-list li:hover .margin { margin:38px; height:auto; overflow:hidden;}

.case-list { /*width:100%;*/ width:100%; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:baseline; margin-top:40px;}
.case-list li { width:31%; flex:0 0 31%; margin-bottom:3%; float:left; height:auto; overflow:hidden; position:relative;/* -webkit-box-shadow:0px 0px 10px #999; display:block; box-shadow:0px 0px 10px #999;*/}
.case-list li.ml0 { margin-left:0;}
.case-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.case-list li .brief{ width:100%; height:auto; background:#f2f2f2; color:#000; padding-bottom:20px;}
.case-list li:hover .brief { height:100%;}
.case-list li .brief .tit { line-height:47px; height:47px; width:100%; text-indent:20px; border-bottom:1px solid #d3d3d3; font-size:14px; color:#818181; position:relative;}
.case-list li .brief .tit:after { content:'→'; width:58px; height:47px; text-indent:0; line-height:47px; text-align:center; background:#ce0615; color:#fff; font-size:24px; position:absolute; right:0; top:0; font-size:24px;}
.case-list li .brief .tit1 { width:100%; line-height:47px; height:47px; width:100%; font-size:18px; color:#000; font-weight:bold;}
.case-list li .brief .des { font-size:14px; margin-top:0px; line-height:24px; color:#6f6e6e;}
.case-list li .margin { margin:0 15px; height:auto; overflow:hidden;}

.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:23.5%; flex:0 0 23.5%; margin:1.3% 0; margin-left:1.2%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #999; display:block; box-shadow:0px 0px 10px #999;}
.pic-list li.ml0 { margin-left:0;}
.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:50px; line-height:50px; text-align:center; background:#fff; font-size:16px; color:#000;}
.pic-list li:hover .name { background:#48b03d; color:#fff;}

.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:23.5%; flex:0 0 23.5%; margin:1.3% 0; margin-left:1.2%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #999; display:block; box-shadow:0px 0px 10px #999;}
.video-list li.ml0 { margin-left:0;}
.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:50px; line-height:50px; text-align:center; background:#fff; font-size:16px; color:#000;}
.video-list li:hover .name { background:#48b03d; color:#fff;}

/*新闻二级列表*/
.news-list { width:100%; height:auto; overflow:visible; float:left; margin-top:40px;}
.news-list li { width:100%; height:auto; overflow:hidden; position:relative;}
.news-list li a { height:auto; overflow:visible; padding:30px 0; padding-left:135px; display:block;}
.news-list li .date { width:70px; height:auto; margin:10px 0 0 -105px; float:left; font-family:Arial; color:#45c437; text-align:center; position:relative; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.news-list li .date .date-day { width:58px; font-size:30px; line-height:58px; font-family:Arial; background:#000; color:#fff; font-weight:bold;}
.news-list li .date .date-year-month{ font-size:16px; line-height:30px; font-family:Arial; color:#000;}
.news-list li .pic { width:213px; height:150px; overflow:visible; display:block; float:right; margin:40px -290px 0 0; text-align:center; position:relative;}
.news-list li .pic:after { content:''; position:absolute; width:100%; height:100%; /*border:1px solid transparent;*/ left:-11px; top:11px; z-index:-1; background:#d3d3d3;
-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-list li .brief { width:100%; height:auto; overflow:visible; float:left; position:relative; border-bottom:1px solid #dcdcdc; padding-bottom:44px;}
.news-list li .brief .tit { width:100%; display:block; font-size:18px; height:40px; line-height:40px; color:#000; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .tit1 { line-height:29px; height:29px; color:#888888; font-size:14px; position:relative; padding-right:30px; display:inline-block;}
.news-list li .brief .tit1:after { content:''; width:100%; height:1px; background:#242424; left:0; bottom:0; position:absolute; }
.news-list li .brief .des { width:100%; height:64px; color:#888888; font-size:14px; line-height:32px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { width:144px; height:41px; line-height:41px; text-align:center; color:#fff; background:#242424; border-radius:0; margin-top:20px;}
.news-list li:hover .pic:after { /*left:10px; top:10px; border:1px solid #b2d1f9;*/}
.news-list li:hover .brief .tit { color:#ce0615;}
.news-list li:hover .brief .des { }
.news-list li:hover .date { color:#fff;}
.news-list li:hover .date .date-day { background:#ce0615;}
.news-list li:hover .date .date-year-month { color:#ce0615;}
.news-list li:hover .more { background:#ce0615;}

.news-list li .line_ly { background:#c60000; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#c60000; width:0%; height:2px; position:absolute; left:0; top:0;}
.news-list li .line_ry { background:#c60000; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li .line_bx { background:#c60000; width:0%; height:2px; position:absolute; right:0; bottom:0;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
.news-list li:hover .line_bx { width:100%;}
/*新闻列表样式*/
.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;}
.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:before { content:''; position:absolute; left:0; bottom:22px; width:6px; height:6px; background:#000;}
.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:before { background:#599e49;}
.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;}
.resume_apply { background:#e60012; padding:10px 20px; color:#fff; font-size:15px; font-weight:bold; border-radius:2px; margin:0 auto;}
.resume_apply:hover { background:#009944; color:#fff;}

.detail { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.detail .tit { font-size:18px; line-height:40px; margin:10px 0; font-weight:bold; text-align:center; color:#000;}
.detail .des { line-height:40px; color:#666; text-align:center;/* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px;}
.detail .pic { text-align:center;}
.detail .con { padding:10px; line-height:2; color:#000; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph;}
.detail .con p { font-size:16px;}
/*上一条下一条*/
.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:320px; 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:64px; background:url(../images/guidebox_bg.png) top left no-repeat;}
.guidebox { margin:0 5%; height:auto; overflow:visible; margin-top:0;}
.guidebox dt { width:100%; height:auto; min-height:128px; overflow:hidden; position:relative;}
.guidebox dt .title { height:auto; overflow:hidden; color:#fff; font-weight:bold; display:inline-block;}
.guidebox dt .tit { font-size:30px; line-height:60px;}
.guidebox dt .tit:before { content:'│';}
.guidebox dt .tit1 { font-size:16px; line-height:30px; text-transform:uppercase; margin-left:10px;}
.guidebox dt .line { width:45px; height:1px; margin:0 20px; background:#a0a0a0; display:inline-block; position:relative; top:-8px;}
.guidebox dt .des { position:relative; height:40px; margin-top:15px; color:#797979; font-size:20px; line-height:40px; font-family:"宋体"; font-weight:bold;}
.guidebox dt .des span { display:block; margin-top:-40px; color:#797979; font-size:20px; line-height:40px; font-family:"宋体"; font-weight:bold; position:relative; left:1px;}
.guidebox dd:after { content:''; position:absolute; bottom:0; left:-50%; right:-50%; height:1px; background:#dcdcdc;}
.guidebox dd { width:100%; height:auto; height:72px; overflow:visible; position:relative; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; position:relative;}
.guidebox dd .location { width:50%; text-align:left; color:#0e0e0e; line-height:40px; background:url(../images/icon_home.png) 0 center no-repeat; text-indent:30px;}
.guidebox dd .location a { color:#0e0e0e;}
.guidebox dd .sub_menu_icon { display:none;}

.guidebox dd ul { width:100%; height:auto; overflow:visible; margin-top:0px; text-align:right; font-size:0;}
.guidebox dd ul li { display:inline-block; height:40px; margin:0; line-height:40px; text-align:center; cursor:pointer; color:#363636; border-radius:0px; position:relative; font-size:14px;}
.guidebox dd ul li a { display:block; height:40px; line-height:40px; color:#363636; position:relative; padding:0 30px;}
.guidebox dd ul li a:before { /*content:''; width:84px; height:7px; background:#0144a6; border-radius:7px 7px 0 0; position:absolute; left:50%; bottom:-7px; margin-left:-42px; z-index:1;*/
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.guidebox dd ul li a:after { /*content:'|'; position:absolute; left:-10px;*/}
.guidebox dd ul li:hover,
.guidebox dd ul li.hover { color:#fff;}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a { color:#e60012;}
.guidebox dd ul li:hover a:before,
.guidebox dd ul li.hover a:before { bottom:0;}
.guidebox dd ul li:hover a+.subnav{ display:block;}
.guidebox dd .subnav { width:100%; height:auto; position:absolute; top:49px; left:0; display:none; overflow:hidden; z-index:999;}
.guidebox dd .subnav a { display:block; line-height:32px; height:32px; text-align:center; color:#8fec66; font-size:14px; background:none; border:0; padding:0; margin-top:1px;}
.guidebox dd .subnav a:hover,
.guidebox dd .subnav a.hover { background:#147fe6;}

.guidebox dd .subnav a:before {}


.leftbox .contact { width:100%; height:auto; overflow:hidden; position:relative; margin-top:10px;}
.leftbox .contact dt { width:100%; height:50px; overflow:hidden; position:relative; background:url(../images/guidebox_dt_line.gif) 0 bottom no-repeat;}
.leftbox .contact dt .tit { color:#030303; font-size:18px; line-height:50px; height:50px; position:relative;}
.leftbox .contact dt .line { width:100%; height:3px; overflow:visible; text-align:center; position:relative; margin:10px 0;}
.leftbox .contact dd { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dd .info { margin:30px 0; padding:10px 8px; font-size:14px; line-height:36px; color:#000; border:1px solid #dcdcdc; border-radius:5px;}
.leftbox .contact dd .info .tel { font-weight:bold; font-size:18px; color:#283890;}

.leftbox .contact_info { width:100%; height:173px; overflow:hidden; text-align:center; color:#fff; background:url(../images/product_sort_contact_info_bg.jpg) no-repeat;}
.leftbox .contact_info .tit { font-size:16px; line-height:40px; margin-top:20px;}
.leftbox .contact_info .tel { font-size:24px; line-height:40px; font-weight:bold;}
.leftbox .contact_info .faq_btn { width:137px; height:35px; line-height:35px; color:#0073bc; background:#fff; border-radius:3px; margin:10px auto; display:block;}



.leftbox .qrcodebox { width:80%; margin:0 auto; height:auto; overflow:hidden; margin-top:180px; border-top:1px solid #d1d1d1;}
.leftbox .qrcodebox .pic { width:105px; height:105px; margin:0 auto; margin-top:36px;}
.leftbox .qrcodebox .tit { font-size:12px; line-height:40px; color:#4b4b4b; text-align:center;}

.leftbox .news_box {width:100%; height:auto; overflow:hidden;}
.leftbox .news_box dt { width:100%; height:44px; overflow:hidden; position:relative; background:url(../images/guidebox_tit_bg.png) no-repeat;}
.leftbox .news_box dt .entitle {font-size: 24px;  line-height:26px; text-transform: uppercase; color:#cccccc; font-family: 'Courier New'; position:absolute; left:0; top:0; z-index:1;}
.leftbox .news_box dt .tit { display:inline-block; color:#fff; font-size:16px; line-height:40px; position:relative; z-index:2; margin-left:5%; font-weight:bold;}
.leftbox .news_box dd { height:auto; overflow:hidden; background:#e6f2fa; border:1px solid #d4dfe3; border-top:none; padding-bottom:20px;}
.leftbox .news_box dd .news_list { width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:20px;}
.leftbox .news_box dd .news_list li { height:24px; line-height:24px; overflow:hidden; color:#292929; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.leftbox .news_box dd .news_list li .tit { display:block; line-height:24px; height:24px; margin-left:15px; position:relative; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.leftbox .news_box dd .news_list li .tit:after { content:''; background:#d5d5d5; height:2px; width:0%; position:absolute; left:0; bottom:0;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.leftbox .news_box dd .news_list li:hover .tit:after { width:100%;}
.leftbox .news_box dd .news_list li .time { color:#292929; line-height:30px; float:right;}

/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden; background:#ececec;}
.leftbox .searchbox dt { line-height:35px; height:35px; width:100%; background:url(../images/searchbox_bg.png) no-repeat;}
.leftbox .searchbox dt .tit { color:#fff; font-size:18px; margin-left:10px;}
.leftbox .searchbox dd { width:100%; height:auto; overflow:hidden; background:#dfedf8; padding:20px 10px; padding-bottom:30px;}
.leftbox .searchbox .keys { width:150px; height:28px; position:absolute; left:6px; top:0; line-height:52px; border:0; background:none; margin-left:0;}
.leftbox .searchbox .searchbox_inputbox { width:197px; height:28px; line-height:28px; background:url(../images/searchbox_keys.png) no-repeat; position:relative;}
.leftbox .searchbox .submit { width:62px; height:52px; position:absolute; right:0; top:0; font-size:16px; border:0; background:none; cursor:pointer;}

/*详细内容显示*/
.contentbox { width:100%; height:auto; overflow:hidden; /*  border:1px solid #e2e2e2; */ display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
.contentbox dt { flex:0 0 96%; height:55px; line-height:55px; overflow:hidden; position:relative; display:none;}
.contentbox dt .location { text-align:left; color:#000; font-size:14px; float:right; background:url(../images/icon_home.png) 0 center no-repeat; padding-left:30px;}
.contentbox dt .location a { color:#000;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:18px; position:relative; display:block; float:left; margin-right:20px; font-weight:; color:#030303; position:relative; padding:0; display:none;}
.contentbox dt .tit:before{ content:''; background:#da0e1c; width:3px; height:18px; position:absolute; top:15px; left:5px; display:none;}
.contentbox dt .tit:after{ content:''; background:#03479c; width:100%; height:3px; position:absolute; bottom:0; left:0; display:none;}
.contentbox dd { width:96%; height:94%; margin:0 2%; margin-top:0; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; align-items:stretch;}
.contentbox dd #content {}
.contentbox dd .sempty,
.contentbox dd .empty { width:100%; line-height:100px; font-size:30px; font-weight:bold; color:#ccc; text-align:center;}
/*友情链接*/
.friendlinks_bg { height:auto; overflow:hidden; background:#fff;}
.friendlinks { max-width:1200px; min-width:320px; margin:0 auto; height:auto; overflow:hidden; background:#f7f9fc; margin-top:33px; padding-bottom:6px;}
.friendlinks dt{ width:100%; height:auto; overflow:hidden; text-align:center; margin-top:10px;}
.friendlinks dt .tit { color:#0868aa; font-size:18px; line-height:40px; font-weight:bold; position:relative;}
.friendlinks dt .tit:before { content:''; width:111px; height:1px; background:#ceddf2; display:inline-block; position:relative; top:-5px; margin-right:20px;}
.friendlinks dt .tit:after { content:''; width:111px; height:1px; background:#ceddf2; display:inline-block; position:relative; top:-5px; margin-left:20px;}
.friendlinks dt .line { width:111px; height:1px; background:#ceddf2; display:inline-block;}
.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;}
.friendlinks dd .linklist { width:100%; line-height:35px; height:auto; overflow:hidden; text-align:center;}
.friendlinks dd a { display:inline-block; font-size:14px; line-height:35px; padding:0; margin:0 4px; text-align:center; background:#fff; border:1px solid #bfd5e6; color:#747474; position:relative; border-radius:0px; overflow:hidden;}
.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 { border:1px solid #0868aa;} 

.footer_nav_box { width:100%; height:auto; float:left; margin-top:40px;}
.footer_nav { width:100%; height:76px; line-height:76px; overflow:hidden; font-size:16px; color:#333434; text-align:center; border-bottom:1px solid #000000; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:center;}
.footer_nav a { line-height:76px; display:inline-block; color:#333434;}
.footer_nav .tit { margin-left:24px; color:#fff; font-size:20px; line-height:40px; font-weight:bold;}
.footer_nav .list { margin-left:24px; height:auto; overflow:hidden; color:#a9a9a9; line-height:30px; font-size:16px; margin-top:30px;}
.footer_nav .list a { width:100%; color:#a9a9a9; line-height:27px; display:block;}
.footer_bg { height:auto; overflow:hidden; min-height:449px; background:url(../images/footer_bg.jpg) top center no-repeat; background-size:cover; position:relative;}
.footerbox { max-width:1440px; min-width:320px; height:auto; margin:0 auto; height:auto; overflow:visible;}
.footer { margin:0 5%; overflow:visible; color:#197db9; position:relative; height:auto; text-align:center;}
.footer .logo { margin-top:60px;}
.footer .line { width:26px; height:2px; background:#000; margin:20px auto;}
.footer .company { font-size:24px; line-height:40px; color:#192610; margin-top:20px;}
.footer .contact_info { color:#000; line-height:30px; margin-top:60px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:center;}
.footer .copyright { color:#868686; line-height:30px; margin:0; padding:0;}

.footer .info { margin-top:40px; height:auto; overflow:hidden; overflow:hidden; position:relative; z-index:1;}
.footer .info .tit{ font-size:20px; line-height:40px; color:#fff; font-weight:bold;}
.footer .info .text { line-height:30px; font-size:15px; color:#fff; margin-top:20px;}
.footer .info .qlink { margin-right:50px; height:auto; overflow:visible; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.footer .info .qlink a { display:inline-block; position:relative;}
.footer .info .qlink a .qrcode_pic { width:80px; height:auto; overflow:hidden; position:absolute; left:50%; margin-left:-40px; bottom:40px; display:none;}
.footer .info .qlink a .qrcode_pic img { max-width:100%; width:auto;}
.footer .info .qlink a .qrcode_tit { width:100%; color:#fff; line-height:30px; height:20px; text-align:center;}
.footer .info .qlink a:hover .qrcode_pic { }
.footer .info .search { width:300px; height:50px; line-height:50px; background:none; color:#fff; margin-left:0; margin-top:30px; font-size:16px; position:relative; float:left; border:1px solid #ccc; position:relative;}
.footer .info .search .input{ display:block; line-height:50px; width:80%; height:50px; color:#fff; background:none; border:0; padding-left:20px;}
.footer .info .search .sbumit { content:''; display:block; width:22px; height:22px; position:absolute; right:10px; top:15px; background:url(../images/icon_search_up.png) right center no-repeat; cursor:pointer; border:0;}

.footer .info .search .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; font-size:14px;
}
.footer .info .search .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff; font-size:14px;
}
.footer .info .search .input:-ms-input-placeholder{
    color: #fff; font-size:14px;
}
.footer .info .search .input::-webkit-input-placeholder{
    color: #fff; font-size:14px;
}

.footer .info .text .tel { font-weight:bold; font-size:24px; color:#fff;}
.footer .info .qrcode { width:100%; height:auto; overflow:hidden; margin-top:100px;}
.footer .info .qrcode .pic { width:102px; height:102px; overflow:hidden; float:left;}
.footer .info .qrcode .tit { color:#afafaf; line-height:24px; float:left; font-size:14px; margin-left:20px; margin-top:60px;}

.footer .telbox { width:50%; color:#fff; position:relative; float:left; margin-top:50px;}
.footer .telbox .lab { font-size:18px; line-height:20px;}
.footer .telbox .tel { font-size:30px; line-height:50px; font-family:Arial; font-weight:bold;}

.footer .footer_links_box { width:30%; height:auto; overflow:hidden; float:left;}
.footer .footer_links_box { line-height:34px; font-size:15px;}
/*版权*/
.copyright_bg { height:56px; line-height:56px; overflow:hidden; background:#040000; text-transform:uppercase;}
.copyright { max-width:1440px; min-width:320px; height:56px; line-height:56px; margin:0 auto; overflow:hidden; color:#868686; font-size:14px; text-align:center;}
.copyright a { color:#868686;}

.footerbox .qrcodebox { width:430px; height:auto; overflow:hidden; position:absolute; right:0; top:100px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.footerbox .qrcodebox .qrcode { width:45%; height:auto; float:left;}
.footerbox .qrcodebox .qrcode .pic { width:100%; height:auto; overflow:hidden; padding:10px; background:#fff; border-radius:10px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.footerbox .qrcodebox .qrcode .tit { width:100%; text-align:center; height:40px; line-height:40px; color:#080103; font-size:14px;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { float:right;}

.index .footerbox { width:auto; max-width:100%;}
.index .footer_bg { height:auto; min-height:100px; overflow:hidden; background:#000; z-index:1;}
.index .footer { padding-right:355px; padding-left:0; margin:0 5%;}
.index .footer a { color:#fff;}
.index .footer .logobox { margin:20px -355px 0 0; color:#fff; float:right;}
.index .footer .logobox:after { background:none;}
.index .footer .logobox .tit { font-size:26px; line-height:30px;}
.index .footer .logobox .tit1 { font-size:16px; line-height:20px;}
.index .footer .info { width:100%; float:left; color:#bbbbbb; line-height:24px; margin-top:30px;}
.index .footer .info a {  color:#bbbbbb;}
/*自定义新闻列表样式*/
.contentbox dd .news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd .news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd .news_list li.ml0 { margin-left:0;}
.contentbox dd .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 .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 .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 .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 .news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd .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 .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 .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 .news_list li .pic { overflow:hidden; display:block;}
.contentbox dd .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 .news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd .news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd .news_list li:hover .tit { color:#05adb8; font-weight:bold;}


@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {
	
}
/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*表单表格*/
.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:flex-start; 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:#ce0615; 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;}*/

/*.swiper-button-prev { background:url(../images/swiper-button-prev.png); width:58px; height:58px;}
.swiper-button-next { background:url(../images/swiper-button-next.png); width:58px; height:58px;}*/</pre></body></html>