@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:'Microsoft YaHei', Helvetica,Arial,Lucida, sans-serif;
/*font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;*/
-webkit-font-smoothing:antialiased; /*chrome、safari*/
-moz-osx-font-smoothing:grayscale; /*firefox*/
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
.animated{ visibility:hidden;}
.visible{ visibility:visible;}
.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navicon{position:absolute; right:10px; top:15px; display:block; display:none; height:30px; width:30px; transition:1s; z-index:9999; background:#fff; border-radius:3px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.navicon .line { flex:0 0 80%; width:80%; background:#172f64; height:2px; margin:6px 10%; display:block;}
.navicon.close span{opacity:0;transition:.3s cubic-bezier(.53,0,.15,.3); color:#fff;}

.navicon .line.deg45{transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.navicon .line.deg135{transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	background:#fff;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
	
}
body.ny { background:url(../images/insidebox_bg.jpg) center center no-repeat; background:#fff; background-attachment:fixed;}
body.overflow_hidden { overflow:hidden;}
body.overflow_hidden:after { content:''; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.5); z-index:99999;}
ol,ul,li,p {
		list-style:none;font-weight:normal;
}
dl,dt,dd {border:0;}
a {
		color:#515151;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#d50808;}
a img {
		border:0;
		margin:0;
		padding:0;
}
.ismobile { display:none;}
.alpha0 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha13 {filter:alpha(opacity=13); -moz-opacity:0.13; -khtml-opacity: 0.40; opacity: 0.13;}
.color1 { background:#cccccc;}
.color2 { background:#ffffff;}
.color3 { background:#000000;}
.color4 { background:#0baecb;}
.alpha70 { filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha40 { filter:alpha(opacity=40); -moz-opacity:0.40; -khtml-opacity: 0.40; opacity: 0.40; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.h50 { height:50px; display:none;}
.h60 { height:60px; display:none;}
.h65 { height:65px; display:none;}
*.fl { float:left;}
*.fr { float:right;}
*.mt3 { margin-top:3px;}
*.mt5 { margin-top:5px;}
*.mt8 { margin-top:8px;}
*.mt10 { margin-top:10px;}
*.mt20 { margin-top:20px;}
*.mt24 { margin-top:24px;}
*.mt30 { margin-top:30px;}
*.mt40 { margin-top:40px;}
*.mt45 { margin-top:45px;}
*.mt50 { margin-top:50px;}
*.mt60 { margin-top:60px;}
*.mt70 { margin-top:70px;}
*.mt80 { margin-top:80px;}
*.mt90 { margin-top:80px;}
*.mt100 { margin-top:100px;}
*.mt150 { margin-top:150px;}

*.f12 { font-size:12px; line-height:24px;}
*.f14 { font-size:14px; line-height:26px;}
*.f15 { font-size:15px; line-height:29px;}
*.f16 { font-size:16px; line-height:30px;}
*.f18 { font-size:18px; line-height:32px;}
*.f21 { font-size:21px; line-height:34px;}
*.f20 { font-size:20px; line-height:36px;}
*.f22 { font-size:22px; line-height:38px;}
*.f40 { font-size:40px; line-height:60px;}
*.f50 { font-size:50px; line-height:80px;}
*.center { text-align:center;}
*.strong { font-weight:bold;}
.cfff { color:#fff;}

/*页眉*/
.top_bg { width:100%; height:145px; overflow:visible; z-index:9; position:fixed; left:0; top:0; /*background:rgba(0,0,0,.2); */ /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/}
.top_bg .top{ max-width:1440px; min-width:320px; height:104px; margin:0 auto; margin-top:41px; position:relative; background:#fff; border-radius:0px;}
.top_bg .top .welcome { height:54px; line-height:54px; color:#8597ff; float:left; margin-left:0px; font-size:16px;}
.top_bg .top .welcome a { color:#fff;}
.top_bg .top .weather { display:inline-block; font-size:12px; margin-left:10px; font-family:"宋体";}
.top_bg .top .weather .low{ color:#006b19;}
.top_bg .top .weather .high{ color:#e00000;}
.top_bg.bgfff,
.ny .top_bg { background:#fff; height:104px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.top_bg.bgfff .top,
.ny .top_bg .top { margin-top:0;}
.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}
.top_bg .top .menu_icon { display:none;}
.top_bg .top .telbox { width:200px; height:28px; line-height:28px; position:absolute; top:0px; right:0px; z-index:2; color:#fff; display:none;}
.top_bg .top .telbox .icon { color:#fff; font-size:24px; line-height:54px; margin-right:5px; position:relative;}
.top_bg .top .telbox .lab { font-size:14px; line-height:28px;}
.top_bg .top .telbox .tel { font-size:14px; line-height:28px; font-weight:bold; position:relative; color:#fff; letter-spacing:0px; font-family:'微软雅黑'; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}

.top_bg .top .logobox { width:450px; height:80px; overflow:hidden; position:absolute; top:50%; margin-top:-40px; left:20px; overflow:hidden; z-index:2;}
.top_bg .top .logobox a { display:block; height:80px;}
.top_bg .top .logo { width:100%; float:left; height:80px; overflow:hidden;}
.top_bg .top .logo img { display:block; height:100%;}
.top_bg .top .info { height:auto; overflow:hidden; float:left; margin-top:0px; color:#424242;}
.top_bg .top .info .tit { font-size:18px; line-height:30px;letter-spacing:0px; margin-top:0px; color:#424242;
/*background: linear-gradient(to bottom, #0197db, #0153b3);
-webkit-background-clip: text;
color: transparent;*/
}
.top_bg .top .info .tit strong {}
.top_bg .top .info .tit1 { color:#000; font-size:22px; line-height:30px; letter-spacing:0px; /*font-style:oblique;  font-weight:bold; */}
.top_bg .top .logo:hover { /*transform: perspective(120px) rotateY(-360deg);*/}


.top_bg .top .searchbox { width:54px; height:54px; overflow:; position:absolute; top:50%; margin-top:-27px; right:40px; z-index:1;}
.top_bg .top .searchbox .keys { width:0%; height:54px; line-height:54px; color:#fff; border:0; position:absolute; right:0px; top:0px; text-indent:20px;  background:#0b6eb9; border-radius:27px; z-index:1;}
.top_bg .top .searchbox .submit { width:54px; height:54px; line-height:54px; font-size:0px; border:0; position:absolute; right:0; top:0; background:none; cursor:pointer; z-index:2;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:220px;}
.top_bg .top .searchbox:hover .submit_icon { color:#fff; font-size:30px;}
.top_bg .top .searchbox .submit_icon { width:54px; height:54px; line-height:54px; text-align:center; color:#0b6eb9; font-size:40px; position:absolute; right:0; top:0; z-index:1;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #fff;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #fff;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .share_link { position:absolute; top:50%; margin-top:-10px; right:20px;}

.top_bg .top .lang_switch { width:112px; height:31px; position:absolute; right:87px; top:50%; margin-top:-15px; background:#fff; border-radius:15px;}
.top_bg .top .lang_switch .icon { width:30px; height:31px; line-height:31px; text-align:center; font-size:26px; color:#cc0606; position:absolute; left:4px; top:0px;}
.top_bg .top .lang_tag { width:80%; height:31px; line-height:31px; text-align:center; color:#272727; font-size:16px; cursor:pointer; float:right;}
.top_bg .top .lang_tag .lab { float:left; margin-left:40px;}
.top_bg .top .lang_tag:after { content:''; display:inline-block; position:relative; top:0px; margin-left:10px;
	border-top: 10px solid #152b58;
	border-bottom: 0px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

}
.top_bg .top .lang_select { width:100%; height:0px; overflow:hidden; margin-top:0px; font-size:16px; background:#fff;}
.top_bg .top .lang_select a { display:block; line-height:30px; height:30px; text-align:center;}
.top_bg .top .lang_select a.hover { display:none;}
.top_bg .top .lang_switch:hover .lang_select { height:30px;}

.topbox_bg { height:63px; overflow:hidden; position:relative; margin-top:0px; background:#f8f8f8; border-bottom:1px solid #dadada;}
.topbox_bg .topbox { max-width:1440px; min-width:300px; height:63px; overflow:hidden; margin:0 auto; position:relative;}
.topbox_bg .topbox .icon { float:left;}
.topbox_bg .topbox .location { line-height:63px; font-size:16px; color:#6a6a6a; float:right;}
.topbox_bg .topbox .location a { color:#6a6a6a; }
/*主导航样式*/
.navmenu_bg { height:78px; position:relative; z-index:999; background:#000;}

.navmenu { height:104px; position:absolute; left:500px; bottom:0; right:121px; overflow:visible; z-index:1;}
.navmenu #menu { width:100%; height:104px; position:relative; font-size:18px; /* background:url(../images/navmenu_spa.png) left center no-repeat;*/}
.navmenu #menu li { width:12.5%; height:104px; 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:after { }
.navmenu #menu li.home:after { }
.navmenu #menu li a { display:block; width:100%; height:104px; overflow:hidden; line-height:104px; text-align:center; position:relative; top:0px; color:#000000; text-align:center;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a,
.navmenu #menu li:hover a{ color:#0b6eb9;}
.navmenu #menu li.hover,
.navmenu #menu li:hover { color:#fff; }
.navmenu #menu li a:before{ display:none;
	content: '';
	position:absolute;
	left:50%;
	top:-8px;
	width:93px;
	height:8px;
	background:#e62129;
	margin-left:-46.5px;
	border-radius:0 0 5px 5px;
	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;
	
	/*border-top: 0px solid transparent;
	border-bottom: 11px solid #1e5696;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;*/
}
.navmenu #menu li a:after{ display:none;
	content: '';
	position:absolute;
	left:50%;
	bottom:-8px;
	width:93px;
	height:8px;
	background:#e62129;
	margin-left:-46.5px;
	border-radius:5px 5px 0 0;
	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;
	/*border-top: 0px solid transparent;
	border-bottom: 11px solid #1e5696;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;*/
}
.navmenu #menu li:hover a:after,
.navmenu #menu li.hover a:after { bottom:0px;}
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { top:0px; }
/*二级菜单*/
.navmenu #menu li .subnav { width:140%; height:auto; overflow:hidden; display:none; position:absolute; top:104px; left:-20%; padding:0%; background:#fff; font-size:16px; font-weight:normal; box-shadow: 0px 4px 5px rgba(0,0,0,0.2);}
.navmenu #menu li .subnav a { display:block; width:100%; height:56px; line-height:56px; font-weight:normal; color:#152b58; background:#fff; position:relative; top:0; margin:0;}
.navmenu #menu li .subnav a:before { display:none;}
.navmenu #menu li .subnav a:after { background:none; color:#fff;}
.navmenu #menu li .subnav a:hover,
.navmenu #menu li .subnav a.hover { background:#0b6eb9; color:#fff;}
.navmenu #menu li .subnav a:hover:before { background:#2a5e6b;}

.bannerBox { width:100%; height:auto; overflow:hidden; position:relative; z-index:1; margin-top:0px;}
.bannerBox .copyright { width:86px; position:absolute; left:0; top:-138px; bottom:0; background:#017431; z-index:10;}
.bannerBox .copyright:after { content:''; width:1px; height:100%; background:#02943f; position:absolute; left:50%; top:0;}
.bannerBox .copyright p { line-height:86px; font-size:16px; color:#06c761; writing-mode: tb-rl; text-align:left; letter-spacing:1px; margin-top:250%; text-align:center; background:#017431; padding:30px 0; position:relative; z-index:1;}
.bannerBox .banner { width:100%; height:100%; position:relative;}
.bannerBox .banner .swiper-slide { width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.bannerBox .banner .swiper-slide img { display:block;}
.bannerBox .banner .swiper-slide a { display:block; }

/*.bannerBox .banner .swiper-pagination { height:16px; text-align:center; z-index:999; width:100%; position:absolute; left:0px; bottom:41px;}
.bannerBox .banner .swiper-pagination .swiper-pagination-switch { display:inline-block; width:20px; height:20px; border-radius:50%; background:#fff; opacity:1; margin:0 6px; cursor:pointer; border:1px solid #fff; z-index:1;}
.bannerBox .banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch { background:#af1509; border:1px solid #af1509;}*/

.bannerBox .swiper-pagination-bullets{ width:100%; bottom:30px; height:15px; left:0; right:0; text-align:center;}
.bannerBox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { }
.bannerBox .swiper-pagination-bullet { width:15px; height:15px; border-radius:50%; margin:0; background:#ededed; opacity: 1; display:inline-block; margin:0 6px;}
.bannerBox .swiper-pagination-bullet-active { background:#f57a02;}


.bannerBox .hd{ width:100%;
	height:20px;
	text-align:left;
	position:absolute;
	bottom:30px; z-index:1;}
.bannerBox .hd .hd_box { max-width:1200px; min-width:320px; height:80px; margin:0 auto;}
.bannerBox .hd .curr { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .total { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .hd_box_ctrl { width:700px; height:80px; background:#f6f6f6; position:relative;}
.bannerBox .hd ul{ max-width:1440px; min-width:320px; margin:0 auto; overflow:hidden; zoom:1;/* float:left;*/ text-align:center;}
.bannerBox .hd ul li{ display:inline-block;
	_display:inline;
	_zoom:1;
	background:none;
	width:12px;
	height:12px;
	line-height:20px;
	_font-size:0;
	margin:5px 5px;
	cursor:pointer;
	z-index:1;
	border-radius:6px;
	border:1px solid #fff;
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
	color:#fff; font-size:0;}
.bannerBox .hd ul li.on{ background:#980404; width:53px; border:1px solid #980404; color:#fff;}
.bannerBox .bd{ position:relative; height:100%; z-index:0;   }
.bannerBox .bd li{ zoom:1; vertical-align:middle;}
.bannerBox .bd li img { display:block;}
.bannerBox .bd li a { display:block;}
/*.bannerBox .bd ul li {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);

}
.bannerBox .bd ul li.on {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);

}*/

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.bannerBox .prev,
.bannerBox .next{ position:absolute; left:1%; top:50%; margin-top:-30px; display:block; width:50px; height:60px; background:url(../images/slider-arrow.png) -177px 0 no-repeat; filter:alpha(opacity=50);opacity:0.5; font-size:48px; }
.bannerBox .next{ left:auto; right:1%; background-position:-52px 0; }
.bannerBox .prev:hover{ filter:alpha(opacity=100);opacity:1; background-position:-117px 0;}
.bannerBox .next:hover{ filter:alpha(opacity=100);opacity:1; background-position:0 0;}*/
.bannerBox .ctrl_box { width:240px; height:100px; color:#fff; font-family:'微软雅黑'; position:absolute; right:0; bottom:30px; z-index:1;}
.bannerBox .ctrl_box a { width:100px; height:100px; line-height:100px; color:#000; display:block; float:left; text-align:center; font-size:40px;}
.bannerBox a.prev,
.bannerBox a.next { width:70px; height:100px; line-height:100px; color:#fff; display:block; position:absolute; left:0; top:50%; margin-top:-50px; z-index:9; text-align:center; font-size:60px; font-weight:100;}
.bannerBox a.next { right:0; left:auto;}
.bannerBox a.prev:hover,
.bannerBox a.next:hover { color:#f00;}
.bannerBox .ctrl_box a:nth-child(2) { float:right;}
.bannerBox .ctrl_box a:hover { color:#fff;}
.bannerBox .copy_right { width:136px; height:100%; position:absolute; left:0px; top:0; background:#fff; line-height:136px; color:#7f7f7f; overflow:hidden; display:none;}
.bannerBox .copy_right:after { content:''; width:1px; height:100%; left:50%; background:#e2e2e2; position:absolute;}
.bannerBox .copy_right p { line-height:136px; font-size:16px; writing-mode: tb-rl; text-align:left; margin-top:215px; letter-spacing:1px; padding:20px 0;}
.bannerBox .ctrl_show_box { position:absolute; width:100px; position:absolute; right:70px; bottom:30px; text-align:center; font-size:24px; line-height:100px; color:#c10e0e; z-index:1;}
.bannerBox .ctrl_show_box .curr { font-size:24px; line-height:100px; color:#b21a15; margin-right:5px;}
.bannerBox .ctrl_show_box .total { font-size:24px; line-height:100px; color:#fff;}

/*产品详细*/
.goods_info_bg { height:auto; overflow:hidden; position:relative;}
.goods_info { max-width:1551px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; position:relative; z-index:1; padding:20px 0; margin-top:40px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.goods_info:after { content:''; background:#f6f6f6 url(../images/goods_detail_bg.png) center center no-repeat; background-size:auto 100%; position:absolute; left:0; top:65px; right:0; bottom:65px;}
.goods_info .pic { width:700px; float:right; margin:0 56px; height:auto; overflow:hidden; position:relative; z-index:1; box-shadow:0px 10px 10px rgba(0,0,0,.4); border-radius:50%;}
.goods_info .pic img { display:block;}
.goods_info .info { width:60%; height:auto; float:left; color:#252525; margin-left:56px; position:relative; z-index:1;}
.goods_info .info .tit { font-size:36px; line-height:48px;}
.goods_info .info .tit:after { content:'—'; display:block;}
.goods_info .info .des { width:100%; font-size:16px; line-height:30px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.goods_info_bg:hover:after {/* background-size:auto 120%;*/}
/*线上预定*/
.goods_reserve_bg { height:auto; overflow:hidden; padding-bottom:0px;}
.goods_reserve { height:auto; margin-top:20px; position:relative;}
.goods_reserve dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_reserve dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_reserve dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_reserve dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_reserve dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_reserve dd { max-width:1551px; min-width:320px; height:auto; overflow:visible; margin:0 auto;}
.goods_reserve dd .goods_reserve_form { height:auto; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.goods_reserve dd .goods_reserve_form .input { width:32.8%; height:63px; line-height:63px; background:#eeeeee; color:#000; margin-top:14px; border:0; text-indent:20px; float:left;}
.goods_reserve dd .goods_reserve_form .input:focus,
.goods_reserve dd .goods_reserve_form .textarea:focus { background:#ffcc00;}
.goods_reserve dd .goods_reserve_form .textarea { width:97%; flex:0 0 97%; height:100px; line-height:20px; background:#eeeeee; color:#000; padding:20px; border:0; margin-top:14px;}
.goods_reserve dd .goods_reserve_form .input:-moz-placeholder,
.goods_reserve dd .goods_reserve_form .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #18a0ff; opacity:1;  font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input::-moz-placeholder,
.goods_reserve dd .goods_reserve_form .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input:-ms-input-placeholder,
.goods_reserve dd .goods_reserve_form .textarea:-ms-input-placeholder {
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .input::-webkit-input-placeholder,
.goods_reserve dd .goods_reserve_form .textarea::-webkit-input-placeholder{
    color: #4e4e4e;opacity:1; font-size:16px;
}
.goods_reserve dd .goods_reserve_form .btn_box { height:auto; overflow:hidden; margin:0 auto; margin-top:18px;}
.goods_reserve dd .goods_reserve_form .submit{
    width:140px; height:48px; background:#c10e0e; border:0; cursor:pointer; color:#fff; margin:0 7px; font-size:16px; border-radius:8px;
}
.goods_reserve dd .goods_reserve_form .reset{
    width:140px; height:48px; background:#ffcc00; border:0; cursor:pointer; color:#c10e0e; margin:0 7px; font-size:16px; border-radius:8px;
}

/*详细页内容*/
.goods_detail_bg{ height:auto; overflow:hidden; padding-bottom:40px;}
.goods_detail { height:auto; margin-top:20px; position:relative;}
.goods_detail dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_detail dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_detail dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_detail dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_detail dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_detail dd { max-width:1551px; min-width:320px; height:auto; overflow:visible; margin:0 auto;}
.goods_detail dd .detail_info { width:100%; height:auto; overflow:hidden; font-size:18px; line-height:2; color:#4f4f4f;}
.goods_detail dd .detail_info img { max-width:100%; width:auto;}
/*产品相关推荐*/
.goods_related_bg { height:auto; overflow:hidden; padding-bottom:40px;}
.goods_related { height:auto; margin-top:40px; position:relative;}
.goods_related dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.goods_related dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.goods_related dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.goods_related dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.goods_related dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.goods_related dd { max-width:1551px; min-width:320px; height:auto; overflow:visible; margin:0 auto;}
.goods_related dd .goods_related_list_scroll { width:100%; height:auto; position:relative;}
.goods_related dd .goods_list li a { display:block; position:relative; overflow:hidden; background:#efefef url(../images/pic_bg.png) -65% 50% no-repeat; background-size:130% auto;}
.goods_related dd .goods_list li .tit { font-size:23px;}
.goods_related dd .goods_list li .des { font-size:13px; color:#252525; line-height:24px; height:72px;}
.goods_related dd .goods_list li .more { margin-top:20%; font-size:13px; width:109px; height:38px; line-height:38px;}
.goods_related dd .goods_list li .more:hover { background:#5dca07;}

.goods_related dd .goods_related_scroll_prev { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; left:-96px; top:50%; margin-top:-33px;}
.goods_related dd .goods_related_scroll_next { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; right:-96px; top:50%; margin-top:-33px;}
.goods_related dd .goods_related_scroll_prev:hover,
.goods_related dd .goods_related_scroll_next:hover { background:#c10e0e; color:#fff;}
/*新闻相关推荐*/
.news_related_bg { height:auto; overflow:hidden; padding-bottom:40px;}
.news_related { height:auto; margin-top:40px; position:relative;}
.news_related dt { width:100%; height:60px; font-size:30px; line-height:60px; color:#000; text-align:center; position:relative;}
.news_related dt:after { content:''; width:100%; height:1px; background:#efefef; position:absolute; left:0; top:50%;}
.news_related dt .tit { display:inline-block; background:#fff; position:relative; z-index:1;}
.news_related dt .tit:before { content:'»'; margin:0 15px; position:relative; top:-2px;}
.news_related dt .tit:after { content:'«'; margin:0 15px; position:relative; top:-2px;}
.news_related dd { max-width:1440px; min-width:320px; height:auto; overflow:visible; margin:0 auto;}
.news_related dd .news_related_list_scroll { width:100%; height:auto; position:relative;}
/*.news_related dd .news-list3 li a { display:block; position:relative; overflow:hidden;background:#efefef url(../images/pic_bg.png) -65% 50% no-repeat; background-size:130% auto;}
.news_related dd .news-list3 li .tit { font-size:23px;}
.news_related dd .news-list3 li .des { font-size:13px; color:#252525; line-height:24px; height:72px;}
.news_related dd .news-list3 li .more { margin-top:20%; font-size:13px; width:109px; height:38px; line-height:38px;}
.news_related dd .news-list3 li .more:hover { background:#5dca07;}*/
.news_related dd .news_related_scroll_prev { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; left:-96px; top:50%; margin-top:-33px;}
.news_related dd .news_related_scroll_next { width:66px; height:66px; line-height:66px; background:#efefef; color:#373737; display:block; text-align:center; font-size:30px; font-weight:100; position:absolute; border-radius:50%; right:-96px; top:50%; margin-top:-33px;}
.news_related dd .news_related_scroll_prev:hover,
.news_related dd .news_related_scroll_next:hover { background:#c10e0e; color:#fff;}

/*加盟留言*/
.joinbox_bg { height:auto; overflow:hidden; background:url(../images/joinbox_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:74px;}
.joinbox { height:auto; overflow:hidden; margin:0 38px; margin-top:62px;}
.joinbox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.joinbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.joinbox dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.joinbox dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.joinbox dt .tit { font-size:36px; line-height:40px; color:#000000;}
.joinbox dt .tit1 { font-size:16px; line-height:22px; text-transform:uppercase; color:#dddddd;}
.joinbox dt .more { width:118px; height:53px; line-height:53px; display:block; overflow:hidden; font-size:16px; margin-top:10px; color:#fefefe; background:#000000; float:right; margin-top:5px; z-index:1; text-align:center; padding-right:54px; position:relative;}
.joinbox dt .more:after { content:'>'; display:block; position:absolute; right:0; top:0; width:54px; height:53px; background:#d4b012; color:#000; font-size:24px;}
.joinbox dd { width:100%; height:auto; overflow:hidden; margin-top:53px;}
.joinbox dd .input { width:33%; height:66px; height:66px; line-height:66px; border:0; font-size:18px; text-indent:20px; color:#555555; background:#efefef; margin-bottom:12px;}
.joinbox dd .textarea { width:100%; height:152px; background:#efefef; border:0; padding:20px; font-size:18px;}
.joinbox dd .submit { width:218px; height:67px; background:#d4b012; line-height:67px; font-size:18px; color:#000; cursor:pointer; border:0; margin-top:11px;}
.joinbox dd .reset { width:218px; height:67px; background:#000000; line-height:67px; font-size:18px; color:#fff; margin-left:13px; cursor:pointer; border:0; margin-top:11px;}
.feedbackbox dd .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;  font-size:16px;
}
.feedbackbox dd .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .textarea:-ms-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .textarea::-webkit-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.joinbox dd .formbox form { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
/*页面布局*/
.indexbox{  max-width:1440px; min-width:300px; height:auto; margin:0 auto; overflow:hidden;}
.ny_banner { max-width:100%; min-width:300px; height:auto; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; margin-top:104px;}
.ny_banner:after { /*content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}
.ny_banner:after { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft;}
.ny_banner img { display:block;}
.ny_banner .info { position:absolute; width:100%; height:100%; left:0; top:35%; z-index:1; text-align:center;}
.ny_banner .tit { font-size:48px; line-height:60px; color:#fff; font-weight:bold; position:relative; z-index:1;}
.ny_banner .tit1 { font-size:16px; line-height:40px; text-align:center; color:#e3e3e3; text-transform:uppercase;}
.ny_banner .tit1:before,
.ny_banner .tit1:after { content:'— '; margin:0 10px;}
.newproduct { width:100%; height:auto; overflow:hidden;}
.newproduct dd .newproduct_list li { width:24%; height:auto; overflow:hidden; float:left; margin-left:1.3%;}
.newproduct dd .newproduct_list li.ml0 { margin-left:0;}
.newproduct dd .newproduct_list li .pic { display:block; height:auto; overflow:hidden;}
.newproduct dd .newproduct_list li .pic img { display:block;}
.newproduct dd .newproduct_list li .tit { line-height:54px; text-align:center; font-size:20px; color:#000; font-weight:bold; background:#f4f4f4;}
.newproduct dd .newproduct_list li:hover .tit{ background:#fff953;}
/*关于我们*/
.aboutbox_bg { height:auto; overflow:hidden; position:relative; background:url(../images/aboutbox_bg.jpg) center center no-repeat; background-size:cover; padding-bottom:0px; margin-top:0px;}
.aboutbox { width:100%; height:auto; overflow:hidden; margin:89px auto; position:relative;}
.aboutbox dt { width:100%; height:auto; overflow:hidden; margin:40px 0; display:none;}
.aboutbox dt .title { height:auto; overflow:hidden; float:left; color:#323233;}
.aboutbox dt .tit1 { font-weight:bold; line-height:60px; text-transform:uppercase; font-size:40px;}
.aboutbox dt .tit {  line-height:30px; font-size:24px; position:relative;}
.aboutbox dt .tit:after { content:'—'; display:inline-block; float:right; color:#d50808;}
.aboutbox dt .more { width:217px; height:57px; line-height:57px; display:block; overflow:hidden; font-size:16px; margin-top:0px; color:#333333; float:right; margin-right:20px; border:1px solid #d3d3d3; z-index:1; position:relative; text-align:center;}
.aboutbox dt .more:hover { background:#d50808; color:#fff; border:1px solid #d50808;}
.aboutbox dt .more:after { content:'>'; margin-left:60px;}

.aboutbox dd { width:100%; height:auto; overflow:hidden; position:relative; margin-top:0px;}
.aboutbox dd .about_box { height:auto; overflow:hidden; /*padding-right:879px;*/}
.aboutbox dd .about { width:40%; height:auto; overflow:hidden; z-index:2; float:left;}
.aboutbox dd .about .about_info { height:auto; overflow:hidden; margin:40px 30px;}
.aboutbox dd .about .pic { width:100%; height:auto; overflow:hidden; margin-top:48px; float:left;}
.aboutbox dd .about .company_name { font-size:30px; color:#0b6eb9; line-height:56px; position:relative; display:inline-block; margin-top:60px;}
.aboutbox dd .about .company_name:after { content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#0b6eb9;}
.aboutbox dd .about .title { height:auto; overflow:hidden; padding-left:80px;}
.aboutbox dd .about .title .icon { float:left; margin:0 0 0 -80px;}
.aboutbox dd .about .tit1 { font-size:14px; color:#222222; text-transform:uppercase; letter-spacing:1px; line-height:30px; margin-top:0px;}
.aboutbox dd .about .tit { font-size:44px; color:#000000; line-height:44px; position:relative; margin-top:0px; font-weight:bold;}
.aboutbox dd .about .line { width:75px; height:3px; background:#b1b1b1; overflow:hidden; display:inline-block; margin-left:15px; position:relative; top:-5px;}
.aboutbox dd .about .text { width:100%; height:216px; overflow:hidden; color:#000; font-size:14px; line-height:24px; margin-top:35px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:9; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .more { width:120px; display:block; height:36px; line-height:36px; overflow:hidden; font-size:14px; margin-top:40px; text-transform:uppercase; text-align:center; color:#fff; background:#0b6eb9; z-index:1; position:relative; border-radius:0px;}
.aboutbox dd .about .more:after { content:'>>';}
.aboutbox dd .about .more:hover { background:#f6ac00; color:#fff;}

.aboutbox dd .about_video { width:388px; height:100%; overflow:hidden; position:absolute; right:0; top:0;}

.aboutbox dd .about_video .ctrl_box { width:186px; height:67px; position:absolute; left:0; bottom:0; background:#fff; z-index:1;}
.aboutbox dd .about_video .ctrl_box a { display:block; width:50%; height:67px; line-height:65px; text-align:center; background:#2d8521; float:left; color:#fff; font-size:36px; font-weight:100;}
.aboutbox dd .about_video .ctrl_box a:hover,
.aboutbox dd .about_video .ctrl_box a.hover { background:#ef6b00;}
.aboutbox dd .about_video .swiper-container { position:relative;}
.aboutbox dd .about_video .swiper-pagination { left:50%;  right:5%; width:auto; text-align:right;}
.aboutbox dd .about_video .swiper-pagination .swiper-pagination-bullet { width:15px; height:15px; border-radius:50%; background:none; opacity:1; margin:0 10px; cursor:pointer; border:3px solid #fff;}
.aboutbox dd .about_video .swiper-container-horizontal>.swiper-pagination-bullets,
.aboutbox dd .about_video .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.aboutbox dd .about_video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff; border:3px solid #fff;}
.aboutbox dd .about_video a { display:block; position:relative;}
.aboutbox dd .about_video img { display:block;}
.aboutbox dd .about_video .play { width:130px; height:130px; text-align:center; overflow:hidden; color:#b21126; position:absolute; right:2%; top:50%; margin-top:-65px; z-index:1;}
.aboutbox dd .about_video .play:hover { color:#fff;}

.aboutbox dd .about_pic { width:52%; height:auto; overflow:hidden; float:right; margin-top:20px; /*margin:0 -879px 0 0;*/ }
.aboutbox dd .about_pic .pic { margin:0px; height:auto; overflow:hidden; border:2px solid #ffffff;}
.aboutbox dd .about_pic .ctrl_box { width:180px; height:90px; overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:2; display:none;}
.aboutbox dd .about_pic .ctrl_box a { display:block; width:90px; height:90px; line-height:90px; border-radius:0%; text-align:center; background:rgba(255,255,255,.9); color:#055bd2; font-size:35px; font-weight:100;}
.aboutbox dd .about_pic .ctrl_box a:hover { background:#055bd2; color:#fff;}
.aboutbox dd .about_pic .about_pic_prev { float:left;}
.aboutbox dd .about_pic .about_pic_next { float:right;}
.aboutbox dd .about_pic .play { width:140px; height:140px; line-height:140px; font-size:92px; text-align:center; overflow:hidden; color:#fff; position:absolute; left:50%; top:50%; margin-top:-70px; margin-left:-70px; background:url(../images/icon_play.png) center center no-repeat; z-index:1;}
.aboutbox dd .about_pic .play:hover { background-size:100% 100%;}
.aboutbox dd .about_pic img { display:block;}
.aboutbox dd .about_pic img.ispc { display:block;}
.aboutbox dd .about_pic img.ismobile { display:none;}
.aboutbox dd .about_pic .swiper-container { position:relative;}

.aboutbox dd .about_pic .swiper-pagination-bullets{ width:100%; bottom:10px; height:20px; left:20px; right:0; text-align:left;}
.aboutbox dd .about_pic .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 6px;}
.aboutbox dd .about_pic .swiper-pagination-bullet { width:16px; height:16px; border-radius:50%; margin:0; background:#0b6eb9; border:1px solid #fff; opacity: 1; display:inline-block;}
.aboutbox dd .about_pic .swiper-pagination-bullet-active { background:#f57a02;}

.aboutbox dd .about_point_box { width:346px; padding:20px 0; height:auto; overflow:hidden; background:url(../images/about_point_bg.jpg) repeat-y; float:right; margin:0 -346px 0 0; position:relative; z-index:1;}
.aboutbox dd .about_point { width:100%; height:auto; overflow:hidden;}
.aboutbox dd .about_point li { width:100%; height:auto; margin-top:0px; overflow:hidden; position:relative;}
.aboutbox dd .about_point li:after { content:''; position:absolute; width:1px; height:50px; background:#aeaeae; left:-5%; bottom:0;}
.aboutbox dd .about_point li a { display:block; position:relative; height:auto; overflow:hidden; border:1px solid #fff; color:#fff; border-radius:3px; margin:12px 24px; padding:0px 35px; text-align:center;}
.aboutbox dd .about_point li .icon { width:40px; height:auto; display:inline-block; margin-right:20px; position:relative; top:5px;}
.aboutbox dd .about_point li .num { font-size:47px; line-height:80px; font-style:oblique; font-family:Arial;letter-spacing:0px; display:inline-block;
/*background: linear-gradient(to right, #88d4f9, #0385e0, #0155cb, #004ac6);
-webkit-background-clip: text;
color: transparent;*/
}
.aboutbox dd .about_point li .unit{ margin-left:5px; line-height:20px; font-size:40px; position:relative;}
.aboutbox dd .about_point li .tit2 { font-size:20px; line-height:59px; margin-top:0px; background:url(../images/about_point_line.jpg) top center no-repeat;}
.aboutbox dd .about_point li:hover  .num { }
.aboutbox dd .about_point li:hover a { background:#63b047;}
.aboutbox dd .about_video_list { width:100%; height:auto; overflow:hidden; margin-top:65px;}
.aboutbox dd .about_video_list li { width:32%; float:left; margin-left:2%; height:auto; overflow:hidden;}
.aboutbox dd .about_video_list li.ml0 { margin-left:0;}
.aboutbox dd .about_video_list li a { display:block; background:#000; position:relative;}
.aboutbox dd .about_video_list li img { display:block; filter:alpha(opacity=70); -moz-opacity:.7; -khtml-opacity: .7; opacity: .7;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.aboutbox dd .about_video_list li .play { width:66px; height:66px; overflow:hidden; background:url(../images/icon_play1.png) center center no-repeat; position:absolute; left:50%; top:50%; margin-left:-33px;margin-top:-33px;}
.aboutbox dd .about_video_list li:hover img { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
-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;
}
.aboutbox dd .about_video_list li:hover .play { background-size:100% 100%;}
.aboutbox dd .about_link { width:273px; height:auto; overflow:; z-index:1; position:relative; margin-top:20px; float:right; margin:0 -273px 0 0;}
.aboutbox dd .about_link li { width:158px; height:183px; overflow:; margin:3px auto; overflow:hidden; background:url(../images/about_link_bg.png) center center no-repeat;}
.aboutbox dd .about_link li a { display:block; height:183px; overflow:hidden;  position:relative;}
.aboutbox dd .about_link li .icon { width:60px; height:60px; line-height:60px; color:#055bd2; margin:0 auto; font-size:50px; text-align:center; position:relative; margin-top:30%;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.aboutbox dd .about_link li .more { width:46px; height:46px; overflow:hidden; line-height:46px; text-align:center; border-radius:50%; font-size:14px; float:right; color:#bf1010; background:#f3f3f3; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.aboutbox dd .about_link li .info { width:100%; height:auto; overflow:hidden; float:left; margin-top:40px; text-align:right;}
.aboutbox dd .about_link li .tit { width:100%; font-size:16px; line-height:24px; color:#2f2f2f; text-align:center;}
.aboutbox dd .about_link li .tit:after { content:'—'; display:block;}
.aboutbox dd .about_link li:hover { background:url(../images/about_link_bg1.png) center center no-repeat;}
.aboutbox dd .about_link li:hover a .tit,
.aboutbox dd .about_link li:hover a .icon { color:#fff;}
.aboutbox dd .about_link li:hover a .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand; color:#fff; }
/*企业实力*/
.enterprise_strength_bg { height:auto; overflow:hidden; background:#f57a02; padding:37px 0;}
.enterprise_strength { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0px auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.enterprise_strength li { width:auto; height:auto; overflow:hidden; float:left;}
.enterprise_strength li .icon { width:92px; height:92px; line-height:92px; text-align:center; color:#fff; font-size:60px; border-radius:50%; border:2px solid #fff; float:left;}
.enterprise_strength li .brief:before { content:'—';}
.enterprise_strength li .brief { font-size:16px; color:#fff; float:left; margin-left:16px; line-height:26px;}
.enterprise_strength li .brief .tit { font-weight:bold;}
/*厂景展示*/
.factory_show_bg { height:auto; overflow:hidden; background:url(../images/factory_show_bg_x.jpg) bottom center repeat-x; margin-top:0px; padding-bottom:58px;}
.factory_show { width:100%; height:auto; overflow:; margin-top:80px;}
.factory_show dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.factory_show dt .title { width:100%; height:auto; overflow:; text-align:center; color:#000;}
.factory_show dt .tit1 { font-size:93px; line-height:100px; letter-spacing:10px; text-transform:uppercase; font-weight:bold; color:#eef3f8;}
.factory_show dt .tit { line-height:44px; font-size:44px; position:relative; color:#0b6eb9; font-weight:bold; margin-top:-96px;}
.factory_show dt .tit:after { content:''; width:60px; height:6px; background:#0b6eb9; display:block; margin:0 auto; margin-top:20px;}
.factory_show dt .des { color:#666666; font-size:16px; line-height:30px; margin-top:15px;}
.factory_show dt .more { width:100%; height:60px; line-height:60px; display:block; overflow:hidden; font-size:16px; margin-top:30px; background:#cb0808; color:#fff; z-index:1; position:relative; float:left; text-align:center;}
.factory_show dt .more:hover { background:#d50808; color:#fff;}
.factory_show dt .more:after { content:'>'; margin-left:180px;}
.factory_show dt .tabs { width:100%; height:auto; overflow:hidden; line-height:44px; font-size:0; z-index:1; margin-top:20px;}
.factory_show dt .tabs a { width:120px; height:36px; line-height:36px; color:#0b6eb9; font-size:18px; display:block; margin-right:10px; float:left; position:relative; text-align:center; border:3px solid #0b6eb9; border-radius:3px;}
.factory_show dt .tabs a:nth-child(1):after,
.factory_show dt .tabs a.first:after { display:none;}
.factory_show dt .tabs a .icon { font-size:30px; float:left; margin-left:30px;}
.factory_show dt .tabs a:after { content:'|'; position:absolute; left:-1px; top:0; color:#000; display:none;}
.factory_show dt .tabs a.first:before { display:none;}
.factory_show dt .tabs a:before { /*content:''; display:block; width:0; height:20px; position:absolute; margin:0; left:-1px; top:50%;*/}
.factory_show dt .tabs a:hover,
.factory_show dt .tabs a.hover { color:#f57a02; border:3px solid #f57a02;}
.factory_show dt .tabs a:hover:after,
.factory_show dt .tabs a.hover:after { /*right:-14px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;*/}
.factory_show dd { width:100%; height:auto; overflow:hidden; margin-top:33px; position:relative;}
.factory_show .factory_show_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.factory_show .factory_show_list li{ width:24%; height:auto; overflow:hidden; position:relative; float:left; text-align:center; margin-bottom:30px;}
.factory_show .factory_show_list li.ml0 { margin-left:0;}
.factory_show .factory_show_list li .margin { margin:45px 27px; margin-right:0; height:auto; overflow:hidden;}
.factory_show .factory_show_list li .brief { width:25%; height:auto; overflow:hidden; position:relative; float:left; color:#000; margin-top:29px; /* background:#af1509; background:rgba(175,21,9,.85);*/ z-index:2;}
.factory_show .factory_show_list li .des { width:100%; height:auto; line-height:24px;overflow:hidden; font-size:14px; margin-top:30px;}
.factory_show .factory_show_list li .tit1 { width:100%; height:20px; line-height:20px; font-size:14px; text-transform:uppercase;}
.factory_show .factory_show_list li .tit { height:32px; line-height:32px; font-size:18px; position:relative; background:#0b6eb9; color:#fff; display:inline-block; padding:0 30px; margin:20px 0;}
.factory_show .factory_show_list li .more { width:35px; height:35px; overflow:hidden; margin-top:20px; border:1px solid #9c9c9c; background:url(../images/factory_show_more.gif) center center no-repeat;}
.factory_show .factory_show_list li .more:hover { border:1px solid #fff; background:url(../images/factory_show_more1.gif) center center no-repeat;}
.factory_show .factory_show_list li .icon { width:59px; float:right; line-height:59px; color:#666; font-size:25px; text-align:right;}
.factory_show .factory_show_list li .pic { position:relative; overflow:hidden; border:2px solid #fff;}
.factory_show .factory_show_list li .pic img { display:block;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 750ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 750ms;
}
.factory_show .factory_show_list li:hover .tit { background:#f57a02;}
.factory_show .factory_show_list li:hover .pic img {
-webkit-transform: scale(1.1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 750ms;
-moz-transform: scale(1.1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 750ms;
}
/**/
.adbox_bg { height:auto; background:url(../images/adbox_bg.jpg) center center no-repeat; padding:40px 0;}
.adbox { width:100%; height:auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.adbox .info { color:#fff; height:auto; overflow:hidden; float:left; text-align:center;}
.adbox .info .tit { font-size:18px; line-height:30px;}
.adbox .info .tit:before,
.adbox .info .tit:after { content:'——'; margin:0 20px;}
.adbox .info .tit1 { font-size:33px; line-height:50px;}
.adbox .info .tit2 { font-size:12px; line-height:20px; text-transform:uppercase;}
.adbox .telbox { width:454px; height:53px; height:53px; line-height:53px; text-align:center; float:right; background:#fff; color:#0b6eb9; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.adbox .telbox .lab { font-size:18px;}
.adbox .telbox .tel { font-size:30px; font-weight:bold;}
/*服务流程*/
.servicesprocess_bg { height:auto; overflow:hidden; background:#01236a; padding:80px 0;}
.servicesprocess { padding-left:220px; height:auto; overflow:hidden;}
.servicesprocess dt { width:220px; height:auto; overflow:hidden; float:left; margin:0 0 0 -220px;}
.servicesprocess dt .title { margin-top:10%;}
.servicesprocess dt .tit { font-size:30px; line-height:60px; color:#006bff;}
.servicesprocess dt .tit1 { font-size:36px; font-weight:bold; color:#fff; line-height:50px; text-transform:uppercase;}
.servicesprocess dt .tit1:after { content:'-'; margin-left:10px; color:#055bd2;}
.servicesprocess dd { width:100%; height:auto; overflow:hidden; float:left;}
.servicesprocess_list { width:100%; height:auto; overflow:hidden;}
.servicesprocess_list li { float:left; height:auto; overflow:hidden; font-size:30px; color:#fff; line-height:143px; margin:5px 0;}
.servicesprocess_list li.space { padding:0 5px;}
.servicesprocess_list li .circle { width:143px; height:143px; overflow:hidden; margin:0 auto; border-radius:50%; background:#055bd2; text-align:center;}
.servicesprocess_list li .tit { font-size:20px; color:#fff; line-height:20px;}
.servicesprocess_list li .icon { width:70px; height:70px; margin:0 auto; margin-top:20px; text-align:center; line-height:70px; color:#fff; font-size:60px;}
.servicesprocess_list li .icon.iconzixun { font-size:73px;}
.servicesprocess_list li .icon.iconxuqiu_tiaoyan { font-size:55px;}
.servicesprocess_list li .icon.icongexingdingzhi { font-size:50px;}
.servicesprocess_list li:hover .circle { background:#cb0808;}
/*产品展示*/
.productbox_bg { height:auto; overflow:hidden; background:#f6f6f6 url(../images/productbox_bg.png) bottom center no-repeat; background-size:100% auto; padding-bottom:80px;}
.productbox { max-width:1440px; min-width:960px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; }
.productbox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.productbox dt .title { float:left; height:auto; overflow:hidden; text-align:left;}
.productbox dt .tit1 { color:#939393; text-transform:uppercase; line-height:20px; font-size:18px;}
.productbox dt .tit { color:#000; line-height:50px; font-size:36px;}
.productbox dt .tit span { color:#0b6eb9;}
.productbox dt .more { width:128px; height:41px; line-height:41px; display:block; border:5px solid #f57a02; overflow:hidden; font-size:16px; margin-top:10px; color:#f57a02; float:right; z-index:1; text-align:center; position:relative;}
.productbox dt .more:after { content:'>'; margin-left:20px;}
.productbox dt .more:hover { background:#f57a02; color:#fff;}
.productbox dt .tabs { width:60%; height:56px; line-height:51px; font-size:0; margin-top:10px; float:left;}
.productbox dt .tabs a { width:11.111%; height:51px; line-height:51px; font-size:16px; color:#000; background:#fff; display:inline-block; position:relative; text-align:center; margin:0 0.5%;}
.productbox dt .tabs a.first:before { display:none;}
.productbox dt .tabs a:before { content:''; display:block; width:0; height:20px; position:absolute; margin:0; left:-1px; top:50%;}
.productbox dt .tabs a:after { /*content:''; width:0px; height:0px; position:absolute; right:100%; top:50%; margin-top:-8px;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid #b60909;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/
}
.productbox dt .tabs a:hover,
.productbox dt .tabs a.hover { color:#fff; background:#0b6eb9;}
.productbox dt .tabs a:hover:after,
.productbox dt .tabs a.hover:after { right:-14px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}

.productbox dt .title { display:inline-block;}
.productbox dt .tit2 { font-size:24px; line-height:30px;}
.productbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.productbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { width:100%; height:auto; overflow:hidden; margin-top:30px; position:relative;}
.productbox dd .product_box { height:auto; overflow:visible;}
.productbox dd .product_list_scroll { width:100%; height:auto; overflow:hidden; float:left; margin-top:32px;}
.product_pic_box { padding-right:219px; height:auto; overflow:hidden;}
.product_pic { float:left; width:100%; height:auto; overflow:hidden;}
.product_thumb_list { width:151px; height:auto; overflow:hidden; margin:0 -219px 0 0; float:right;}
.product_thumb_list li { width:100%; height:auto; overflow:hidden; margin-bottom:13px;}
.product_thumb_list li a { display:block; position:relative;}
.product_thumb_list li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:0px solid #ca1111;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);

}
.product_thumb_list li a:hover:after { display:block; border:3px solid #ca1111;}
.product_thumb_list li img { display:block;}
.product_brief { width:100%; height:auto; overflow:visible;}
.product_brief .tit { font-size:24px; font-weight:bold; line-height:50px; color:#122e96; margin-top:10px;}
.product_brief .des { line-height:30px; color:#545454; margin-top:20px;}
.product_brief .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:30px; display:inline-block; margin-bottom:20px;}
.product_brief .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.product_brief .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}


.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox .product_show { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.productbox .product_show li { width:49%; height:auto; overflow:hidden; background:#fff; margin:0.5%; float:left; }
.productbox .product_show li .box { width:90%; height:auto; overflow:hidden; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.productbox .product_show li .pic { width:60%; height:auto; overflow:hidden; text-align:center; float:right; position:relative; top:0;}
.productbox .product_show li .brief { width:40%; float:left; margin:40px 0; color:#1a1a1b;}
.productbox .product_show li .tit { font-size:24px; line-height:60px;}
.productbox .product_show li .sort { font-size:16px; line-height:27px; border:1px solid #b5b5b5; border-radius:13.5px; color:#8d8d8d; display:inline-block; padding:0 10px;}
.productbox .product_show li .des { width:100%; height:60px; font-size:16px; line-height:30px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top:30px;}
.productbox .product_show li .more { width:94px; height:34px; line-height:34px; background:#fff; border:3px solid #f57a02; font-size:14px; color:#f57a02; text-align:center; display:block; margin-top:0px; border-radius:10px;}
.productbox .product_show li .more:after { content:'>'; margin-left:5px;}
.productbox .product_show li:hover { -moz-box-shadow:2px 2px 5px #c9c9c9; -webkit-box-shadow:2px 2px 5px #c9c9c9; box-shadow:2px 2px 5px #c9c9c9;}
.productbox .product_show li:hover .more { background:#f57a02; color:#fff;}
.productbox .product_show li:hover .pic { top:10px;}
.productbox .product_show li:hover .tit { color:#0b6eb9;}
.productbox .product_show li:hover .sort { background:#0b6eb9; color:#fff; border:1px solid #0b6eb9;}
.productbox .ctrl_box { width:30%; height:auto; color:#f4f4f4; font-family:'微软雅黑'; z-index:1; float:right; margin-right:2%;}
.productbox .ctrl_info { height:auto; overflow:hidden; font-size:24px; color:#4d4d4d; line-height:40px; margin-left:45%; position:relative;}
.productbox .ctrl_info:after { content:''; width:80px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin-left:-40px;}
.productbox .ctrl_info .curr { float:left; margin-left:20px;}
.productbox .ctrl_info .total { float:right; margin-right:20px;}
.productbox .ctrl_box .ctrl { height:auto; overflow:hidden; margin-left:45%; margin-top:50%;}
.productbox .ctrl_box .ctrl a { display:block; width:50%; float:left; font-size:40px; line-height:80px; color:#4d4d4d; text-align:center;}
.productbox .ctrl_box .ctrl a:hover { color:#b21a15;}
.productbox .ctrl_box .product_scroll_prev { float:left;} 
.productbox .ctrl_box .product_scroll_next { float:right;}


.productbox .product_list { width:100%; height:auto; overflow:visible; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.productbox .product_list li{ width:32%; float:left; height:auto; overflow:visible; position:relative; top:0; left:0; line-height:0; margin:0.1%;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.productbox .product_list li.ml0 { margin-left:0;}
.productbox .product_list li .margin { margin:0 37px; height:auto; overflow:hidden;}
.productbox .product_list li .brief { width:100%; height:138px; overflow:visible; position:absolute; left:0; bottom:0; z-index:3; background:url(../images/product_list_mask_bottom.png) bottom center repeat-x;}
.productbox .product_list li .des { width:100%; height:auto; line-height:24px;overflow:hidden; color:#fff; font-size:16px;}
.productbox .product_list li .tit { width:100%; height:84px; line-height:84px; font-size:18px; color:#fff; position:relative; /* font-weight:bold;*/  /*background:rgba(0,0,0,.70); z-index:1; position:absolute; left:0; bottom:0;*/}
.productbox .product_list li .tit .icon { float:right; line-height:60px; color:#bcbcbc; font-size:30px;}
.productbox .product_list li a { display:block; position:relative; overflow:visible; border:1px solid #cccccc; /* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/}
.productbox .product_list li .pic{ display:block; overflow:hidden; position:relative;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li:hover .pic {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li .pic .tit1 { width:100%; line-height:60px; text-align:center; color:#fff; z-index:2; font-size:18px; margin-top:15%;}
.productbox .product_list li .pic .more1 { width:46px; line-height:40px; height:0; margin:0 auto; color:#fff; overflow:hidden; font-size:40px; text-align:center; background:#a10a0a; z-index:2;}
.productbox .product_list li .more { width:100%; color:#b21a15; line-height:58px; height:58px; overflow:hidden; font-size:14px; text-align:left; border-top:1px solid #c5c5c5;}
.productbox .product_list li .more:after { content:'»'; display:inline-block; float:right; font-size:16px;}
.productbox .product_list li:hover a { }
.productbox .product_list li:hover .more1 { height:46px; margin-top:30px;}
.productbox .product_list li .pic:before { content:''; border:1px solid #ff8282; position:absolute; left:0%; top:0%; bottom:0%; right:0%; z-index:2;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.productbox .product_list li .pic:after { content:''; position:absolute; left:50%; top:50%; bottom:0%; width:0%; height:0%; background:rgba(214,0,0,.84); background-size:cover; z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
/*
background-image:-webkit-linear-gradient(  
	to top,   
	rgba(0,0,0,0.4) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);  
background-image: linear-gradient(  
	to top,   
	rgba(0,0,0,0.4) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);*/  
}
.productbox .product_list li:hover .pic:after { left:0; top:0; width:100%; height:100%;
/*background-image:-webkit-linear-gradient(  
	to top,   
	rgba(0,0,0,0.8) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);  
background-image: linear-gradient(  
	to top,   
	rgba(0,0,0,0.8) 0%,   
	rgba(0,0,0,0.1) 50%,
	rgba(0,0,0,0) 100%);*/
}
.productbox .product_list li:hover .pic:before { content:''; left:13px; top:13px; bottom:13px; right:13px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.productbox .product_list li:hover .brief { height:100%; background-position:0 200%;}
.productbox .product_list li:hover .tit { color:#fff;}
.productbox .product_list li:hover .pic .tit1 { margin-top:20%;}
.productbox .product_list li:hover .tit .icon { color:#fff;}
.productbox .product_list li:hover .tit:after { }
.productbox .product_list li:hover .more { color:#fff;}

.productbox .product_prev { width:60px; height:60px; text-align:center; line-height:60px; border:1px solid #193455; border-radius:50%; color:#5a91ff; font-size:30px; display:block; position:absolute; left:-100px; top:40%; margin-top:-30px;}
.productbox .product_prev:hover { color:#e30000; border:1px solid #5a91ff;}
.productbox .product_next { width:60px; height:60px; text-align:center; line-height:60px; border:1px solid #193455; border-radius:50%; color:#5a91ff; font-size:30px; display:block; position:absolute; right:-100px; top:40%; margin-top:-30px;}
.productbox .product_next:hover { color:#e30000; border:1px solid #5a91ff;}
.productbox dd .product_more { width:188px; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; color:#fff; margin:0 auto; margin-top:30px; position:relative; display:block;}
.productbox dd .product_more:hover { background:#b28147;}
.productbox dd .product_more:after { content:'+'; position:absolute; right:25px; font-size:16px;}
/*应用领域*/
.application_area_bg { height:auto; min-height:857px; overflow:hidden; position:relative; background:#080609;}
.application_area_bg_switch { position:absolute; left:0; top:0; width:100%; height:100%;}
.application_area_bg_switch li { position:absolute; left:0; top:0; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.application_area { max-width:1440px; min-width:960px; height:auto; overflow:visible; margin:0 auto; margin-top:60px; }
.application_area dt { width:100%; height:auto; overflow:hidden; position:relative;}
.application_area dt .title { float:left; height:auto; overflow:hidden; text-align:left;}
.application_area dt .tit1 { color:#dedede; text-transform:uppercase; line-height:30px; font-size:18px;}
.application_area dt .tit { color:#fff; line-height:50px; font-size:36px;}
.application_area dt .tit span { color:#f57a02;}
.application_area dt .des { width:100%; height:auto; overflow:hidden; color:#dedede; font-size:18px; line-height:36px; margin-top:20px;}
.application_area dt .more { width:138px; height:51px; line-height:51px; display:block; overflow:hidden; font-size:16px; margin-top:30px; background:#f57a02; color:#fff; z-index:1; text-align:center; position:relative;}
.application_area dt .more:after { content:'>'; margin-left:20px;}
.application_area dt .more:hover { background:#d3221c; color:#fff;}
.application_area dd { width:100%; position:absolute; left:0; bottom:0; background:rgba(0,0,0,.30);}
.application_area dd .tabs { max-width:1440px; min-width:960px; height:182px; overflow:hidden; margin:0 auto;}
.application_area dd .tabs li { width:20%; height:182px; float:left; text-align:center;}
.application_area dd .tabs li a { display:block; height:182px; overflow:hidden; background:rgba(0,0,0,.20); color:#fff;}
.application_area dd .tabs li a .icon { width:86px; height:73px; line-height:73px; margin:0 auto; margin-top:30px; font-size:35px; text-align:center; background:url(../images/application_area_tabs_icon_bg.png) center center no-repeat; background-size:100% 100%;}
.application_area dd .tabs li a .tit { font-size:18px; line-height:80px; }
.application_area dd .tabs li a.hover { background:#f57a02;}
.application_area dd .tabs li a.hover .icon { background:url(../images/application_area_tabs_icon_bg1.png) center center no-repeat; background-size:100% 100%;}
/*企业优势*/
.advantages_bg { height:auto; overflow:hidden; background:url(../images/advantages_bg.jpg) top center no-repeat; background-size:cover; margin-top:0px; padding-bottom:95px;}
.advantages { width:100%; height:auto; overflow:; margin-top:80px;}
.advantages dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.advantages dt .title { width:100%; height:auto; overflow:; text-align:center; color:#000;}
.advantages dt .tit1 { font-size:93px; line-height:100px; letter-spacing:10px; text-transform:uppercase; font-weight:bold; color:#eef3f8;}
.advantages dt .tit { line-height:44px; font-size:44px; position:relative; color:#0b6eb9; font-weight:bold; margin-top:-96px;}
.advantages dt .tit:after { content:''; width:60px; height:6px; background:#0b6eb9; display:block; margin:0 auto; margin-top:20px;}
.advantages dt .des { color:#999999; font-size:18px; line-height:30px; margin-top:15px;}
.advantages dd { width:100%; height:auto; overflow:; margin-top:50px; position:relative;}
.advantages_list li { width:20%; float:left; background:#fff; text-align:center; padding:40px 0; position:relative;}
.advantages_list li:after { content:''; position:absolute; left:0; bottom:0; width:100%; height:14px; background:#116fb2; z-index:1;}
.advantages_list li .icon { width:121px; height:126px; line-height:126px; font-size:60px; background:url(../images/advantages_iconbox_bg0.png) center center no-repeat; text-align:center; color:#fff; margin:0 auto;}
.advantages_list li .tit { font-size:18px; color:#0b6eb9; line-height:20px; font-weight:bold; margin-top:20px;}
.advantages_list li .des { font-size:14px; line-height:20px; margin-top:20px;}
.advantages_list li:hover { background:#f57a02;}
.advantages_list li:hover .tit,
.advantages_list li:hover .des { color:#fff;}
.advantages_list li:hover .icon { background:url(../images/advantages_iconbox_bg1.png) center center no-repeat; color:#f57a02;}
.advantages_list li:hover:after { background:#f57a02;}
/*新闻资讯*/
.newsbox_bg { height:auto; overflow:hidden; background:#fff; /*background-size:cover;*/ padding-bottom:40px; }
.newsbox { width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; position:relative;}
.newsbox dt { width:100%; height:auto; overflow:hidden; margin:0px 0; text-align:center;}
.newsbox dt .title { width:100%; height:auto; overflow:; text-align:center; color:#000;}
.newsbox dt .tit1 { font-size:93px; line-height:100px; letter-spacing:10px; text-transform:uppercase; font-weight:bold; color:#eef3f8;}
.newsbox dt .tit { line-height:44px; font-size:44px; position:relative; color:#0b6eb9; font-weight:bold; margin-top:-96px;}
.newsbox dt .tit:after { content:''; width:60px; height:6px; background:#0b6eb9; display:block; margin:0 auto; margin-top:20px;}
.newsbox dt .des { color:#999999; font-size:18px; line-height:30px; margin-top:15px;}
.newsbox dt .tabs { height:auto; overflow:hidden; line-height:44px; font-size:0; z-index:1; margin-top:20px; float:left;}
.newsbox dt .tabs a { width:120px; height:36px; line-height:36px; color:#0b6eb9; font-size:18px; display:block; margin-right:10px; float:left; position:relative; text-align:center; border:3px solid #0b6eb9; border-radius:3px;}
.newsbox dt .tabs a:nth-child(1):after,
.newsbox dt .tabs a.first:after { display:none;}
.newsbox dt .tabs a .icon { font-size:30px; float:left; margin-left:30px;}
.newsbox dt .tabs a:after { content:'|'; position:absolute; left:-1px; top:0; color:#000; display:none;}
.newsbox dt .tabs a.first:before { display:none;}
.newsbox dt .tabs a:before { /*content:''; display:block; width:0; height:20px; position:absolute; margin:0; left:-1px; top:50%;*/}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { color:#f57a02; border:3px solid #f57a02;}
.newsbox dt .tabs a:hover:after,
.newsbox dt .tabs a.hover:after { /*right:-14px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;*/}
.newsbox dt .more { width:120px; display:block; height:36px; line-height:36px; overflow:hidden; font-size:14px; float:right; margin-top:20px; text-transform:uppercase; text-align:center; color:#fff; background:#0b6eb9; z-index:1; position:relative; border-radius:0px;}
.newsbox dt .more:after { content:'>>';}
.newsbox dt .more:hover { background:#f6ac00; color:#fff;}

.newsbox dd{ width:100%; height:auto; overflow:hidden; margin-top:50px; position:relative;}
.newsbox dd .news_box { height:auto; overflow:hidden; margin-top:0px; padding-left:748px;}
.newsbox dd .news_box .pic_news_box { width:50%; height:auto; overflow:hidden; float:right; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:stretch;}
.newsbox dd .news_box .top_pic { width:100%; height:auto; overflow:hidden;}
.newsbox dd .news_box .top_pic a { display:block; position:relative;}
.newsbox dd .news_box .top_pic .pic { width:100%; height:auto; overflow:hidden;}
.newsbox dd .news_box .top_pic .brief { position:absolute; left:0; bottom:0; width:100%; height:auto; overflow:hidden; font-weight:bold;}
.newsbox dd .news_box .top_pic .tit { margin-left:6%; margin-bottom:2%; line-height:40px; font-size:17px;color:#ede674; float:left;}
.newsbox dd .news_box .top_pic .tit:before { content:''; width:33px; height:2px; margin-right:5px; background:#ede674; position:relative; top:-4px; display:inline-block;}
.newsbox dd .news_box .top_pic img { display:block;}
.newsbox dd .news_box .left_pic { width:40%; height:auto; overflow:hidden; float:left; margin-top:2%;}
.newsbox dd .news_box .left_pic a { display:block; height:auto; overflow:hidden; position:relative;}
.newsbox dd .news_box .left_pic .pic { position:relative; z-index:1;}
.newsbox dd .news_box .left_pic .pic:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.34);
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.newsbox dd .news_box .left_pic .play { position:absolute; width:75px; height:75px; left:50%; top:40%; margin-left:-37px; margin-top:-37px; z-index:2; }
.newsbox dd .news_box .left_pic .play img { max-width:100%; width:auto;}
.newsbox dd .news_box .left_pic .tit { font-size:20px; color:#fff; line-height:40px; font-weight:bold; position:absolute; left:0; bottom:20%; width:100%; text-align:center; z-index:2;}
.newsbox dd .news_box .left_pic img { display:block;}
.newsbox dd .news_box .left_pic a,
.newsbox dd .news_box .top_pic a,
.newsbox dd .news_box .right_info a { display:block; color:#fff; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.newsbox dd .news_box .left_pic:hover .pic:after { background:rgba(0,0,0,.54)}
.newsbox dd .news_box .right_info { width:58%; height:auto; overflow:hidden; background:#016a4e; float:right; margin-left:2%; margin-top:2%;}
.newsbox dd .news_box .right_info .brief { height:auto; overflow:hidden; margin:0 46px;}
.newsbox dd .news_box .right_info .time { font-size:18px; line-height:30px;}
.newsbox dd .news_box .right_info .tit { font-size:22px; line-height:40px; font-weight:bold; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
/*图片新闻列表样式*/

.newsbox .pic_news_list_scroll { width:676px; height:auto; overflow:hidden; position:relative; float:left; margin:0 0 0 -748px;}
.newsbox .pic_news_list_scroll .pic_news_scroll_prev,
.newsbox .pic_news_list_scroll .pic_news_scroll_next { width:60px; height:60px; text-align:center; line-height:72px; border-radius:50%; background:url(../images/pic_news_scroll_next.png) center center no-repeat; display:block; position:absolute; right:10px; top:40%; margin-top:-30px; z-index:1;}
.newsbox .pic_news_list_scroll .pic_news_scroll_prev { left:10px; right:auto; background:url(../images/pic_news_scroll_prev.png) center center no-repeat;}
.newsbox .pic_news_list_scroll .pic_news_scroll_prev:hover,
.newsbox .pic_news_list_scroll .pic_news_scroll_next:hover { }


.newsbox dd .pic_news_list { width:100%; height:auto; overflow:; float:left;}
.newsbox dd .pic_news_list li { width:100%; height:auto; overflow:visible; position:relative;}
.newsbox dd .pic_news_list li a { display:block; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden; display:block; position:relative;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .pic_news_list li .pic img { display:block;}
.newsbox dd .pic_news_list li .pic:after { content:''; position:absolute; left:0; top:0; bottom:0; right:0; z-index:0; background:url(../images/newsbox_pic_list_mask.png) bottom center repeat-x; display:none;}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .margin { margin:20px 0px; height:auto; overflow:hidden; position:relative;}
.newsbox dd .pic_news_list li .date { width:120px; height:auto; overflow:hidden; color:#fff; text-align:left; z-index:1; position:absolute; left:20px; bottom:20px;}
.newsbox dd .pic_news_list li .date .m-d { font-size:30px; line-height:40px; font-weight:bold;}
.newsbox dd .pic_news_list li .date .y { font-size:18px; line-height:30px;}
.newsbox dd .pic_news_list li .time { width:100%; line-height:30px; font-size:20px; font-family:Arial;}
.newsbox dd .pic_news_list li .tit { width:100%; overflow: hidden; font-size:18px; color:#0b6eb9; height:40px; line-height:40px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.newsbox dd .pic_news_list li .des { width:100%; position:relative; height:48px; overflow:hidden; line-height:24px; margin-top:5px; margin-bottom:0px; font-size:16px; color:#0b6eb9; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newsbox dd .pic_news_list li .more { color:#666666; font-size:16px; line-height:32px; border-bottom:4px solid #f57a02; display:inline-block; margin-top:10px;}
.newsbox dd .pic_news_list li .more:after { content:'>>';}
.newsbox dd .pic_news_list li .pic,
.newsbox dd .pic_news_list li .more,
.newsbox dd .pic_news_list li .time,
.newsbox dd .pic_news_list li .des,
.newsbox dd .pic_news_list li .tit {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.newsbox dd .pic_news_list li:hover .brief {}
.newsbox dd .news_list_scroll {  width:100%; height:auto; overflow:hidden; margin-top:0px;}

.newsbox dd .news_list_scroll .swiper-pagination { width:100%; height:auto; overflow:hidden; position:relative; margin:30px 0; z-index:1;}
.newsbox dd .news_list_scroll .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; background:none; opacity:1; margin:0 5px; cursor:pointer; background:#d5d5d5; position:relative;}
.newsbox dd .news_list_scroll .swiper-container-horizontal>.swiper-pagination-bullets,
.newsbox dd .news_list_scroll .swiper-pagination-custom, .swiper-pagination-fraction { bottom:0px; }
.newsbox dd .news_list_scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { /*background:#d71518;*/ width:14px; height:14px; top:2px; left:-2px; background:#989898;}

.newsbox dd .news_list_box { width:100%; float:left; height:auto; overflow:hidden;}
.newsbox dd .news_list { width:100%; height:auto; overflow:hidden;}
.newsbox dd .news_list li { width:100%; height:auto; overflow:hidden; position:relative; margin-bottom:44px;}
.newsbox dd .news_list li a { display:block; height:auto; overflow:hidden; padding-left:249px; color:#000;}
.newsbox dd .news_list li .time { width:100%; line-height:20px; font-size:15px; font-family:Arial; color:#016a4e; margin-top:40px;}
.newsbox dd .news_list li .date { width:140px; height:140px; overflow:hidden; color:#c10e0e; color:#373737; float:left; margin:0 0 0 -140px; text-align:center; z-index:1; position:relative;}
.newsbox dd .news_list li .date:after { content:''; position:absolute; left:0; top:0; width:6px; height:0%; background:#d50808; 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);
}
.newsbox dd .news_list li .date .d { font-size:60px; line-height:140px; color:#1b4ec5; text-align:center;}
.newsbox dd .news_list li .date .y { font-size:18px; line-height:140px; color:#7f7f7f;}
.newsbox dd .news_list li .brief { width:100%; height:auto; overflow:hidden; float:left; margin-top:35px;}
.newsbox dd .news_list li .tit { width:100%; height:30px; line-height:30px; font-size:18px; color:#666666; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .news_list li .des { width:100%; height:48px; line-height:24px; font-size:16px; color:#666666; overflow:hidden; margin-top:10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .news_list li .margin { margin:0px; height:auto; overflow:hidden;}
.newsbox dd .news_list li .more { color:#666666; font-size:16px; line-height:32px; border-bottom:4px solid #116fb2; display:inline-block; margin-top:10px;}
.newsbox dd .news_list li .more:after { content:'>>';}
.newsbox dd .news_list li .pic { width:202px; display:block; overflow:hidden; margin:0 0 0 -249px; float:left; position:relative;}
.newsbox dd .news_list li .pic img { display:block;}
.newsbox dd .news_list li:hover .date:after { height:100%;}
.newsbox dd .news_list li:hover .date .d,
.newsbox dd .news_list li:hover .date .y,
.newsbox dd .news_list li:hover .tit,
.newsbox dd .news_list li:hover .time { color:#116fb2;}

/*合作伙伴*/
.cooperative_partner_bg { height:auto; overflow:hidden; background:#fff url(../images/cooperative_partner_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:52px; }
.cooperative_partner { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px; position:relative;}
.cooperative_partner dt { width:100%; height:auto; overflow:hidden; position:relative; margin-top:4px; text-align:center;}
.cooperative_partner dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba;}
.cooperative_partner dt .title { float:left; height:auto; overflow:hidden; position:relative; padding-left:20px;}
.cooperative_partner dt .title:before { content:''; position:absolute; left:0; top:50%; margin-top:-27px; width:6px; height:53px; background:#d6ae10;}
.cooperative_partner dt .tit { font-size:30px; color:#262626; line-height:55px;}
.cooperative_partner dt .tit:after { content:'—'; display:block; color:#b28147;}
.cooperative_partner dt .tit1 { color:#e9e9e9; font-size:16px; line-height:16px; top:-55px; text-transform:uppercase; position:relative;}
.cooperative_partner dt .more { width:142px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; margin-top:0px; color:#fff; background:#2fa9ff; z-index:1; text-align:center; position:absolute; right:0; top:0;}
.cooperative_partner dt .more:after { content:'>'; display:inline-block; margin-left:20px;}
.cooperative_partner dt .tabs { height:auto; line-height:42px; text-align:center; font-size:0; float:left; margin-left:30px; margin-top:0px;}
.cooperative_partner dt .tabs a { width:100px; height:42px; line-height:42px; font-size:18px; color:#fff; display:inline-block; position:relative; text-align:center;}
.cooperative_partner dt .tabs a:after { /*content:''; width:0px; height:0px; position:absolute; right:100%; top:50%; margin-top:-8px;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid #b60909;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/
}
.cooperative_partner dt .tabs a:hover,
.cooperative_partner dt .tabs a.hover { color:#b21a15;}

.cooperative_partner dd{ width:100%; height:auto; overflow:hidden; margin-top:0px; position:relative;}
.cooperative_partner dd .more { width:188px; height:56px; line-height:56px; font-size:16px; text-align:left; text-indent:25px; background:#d6001c; color:#fff; margin:0 auto; margin-top:34px; position:relative; display:block;}
.cooperative_partner dd .more:hover { background:#b28147;}
.cooperative_partner dd .more:after { content:'+'; position:absolute; right:25px; font-size:16px;}
.cooperative_partner dd .cooperative_partner_list { width:100%; height:auto; overflow:hidden;}
.cooperative_partner dd .cooperative_partner_list li { width:24%; height:155px; line-height:153px; overflow:hidden; margin:0.5%; float:left;}
.cooperative_partner dd .cooperative_partner_list li a { display:block; font-size:24px; color:#b28147; font-weight:bold; text-align:center; border:1px solid #d0d0d0; background:#fff;}

/*关于内页*/
/*公司概况*/
.about_us_box { background:#fff; height:auto; overflow:hidden; margin-top:30px; padding-bottom:50px; background:url(../images/about_us_box_bg.png) bottom center no-repeat;}
.about_us_box dt { width:100%; height:auto; overflow:hidden;}
.about_us_box dt .tit { font-size:30px; line-height:30px; color:#131313; text-align:center;}
.about_us_box dt .tit:after { content:'—'; color:#d4d4d4; display:block;}
.about_us_box dd { margin:0 50px; height:auto; overflow:hidden;}
.about_us_box dd .tit { font-size:24px; color:#000; line-height:40px;}
.about_us_box dd .des { width:100%; height:180px; overflow:hidden; font-size:16px; line-height:30px; color:#6e6e6e; margin-top:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.about_us_box dd .more { display:block; width:140px; height:48px; line-height:48px; font-size:16px; color:#fff; margin:0 auto; margin-top:15px; background:#c10e0e; border-radius:8px; text-align:center;}

/*案列展示*/
.casebox_bg { height:auto; overflow:hidden; position:relative; margin-top:0px; padding-bottom:93px; background:url(../images/casebox_bg.jpg) top center no-repeat; background-size:cover;}
.casebox { margin:0 38px; height:auto; overflow:visible; position:relative; margin-top:92px;}
.casebox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox dt .title { float:left; height:auto; overflow:hidden; position:relative;}
.casebox dt .tit1 { font-size:36px; line-height:50px; text-transform:uppercase; font-weight:bold; color:#312d2b;}
.casebox dt .tit1:after { content:'-'; margin-left:10px; color:#055bd2;}
.casebox dt .tit { font-size:30px; line-height:40px; color:#055bd2;}
.casebox dt .more { width:313px; display:block; height:60px; line-height:60px; overflow:hidden; font-size:16px; margin-top:15px; text-align:center; float:right; color:#fff; background:#cb0808; z-index:1; position:relative;}
.casebox dt .more:after { content:'>'; margin-left:180px;}
.casebox dt .more:hover { background:#cc0606; color:#fff;}
.casebox dt a { display:block;}
.casebox dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.casebox dt .tabs { width:100%; height:52px; overflow:hidden; text-align:left; margin-top:33px; padding:12px 0; border:1px solid #d2d2d2; border-left:0; border-right:0; }
.casebox dt .tabs a { display:inline-block; width:222px; height:52px; line-height:52px; font-size:18px; background:#c5c5c5; text-align:center;}
.casebox dt .tabs a:hover,
.casebox dt .tabs a.hover { background:#242bb1; color:#fff;}
.casebox dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:50px;}
.casebox dd .case_prev { width:70px; height:70px; line-height:70px; display:block; color:#055bd2; border-radius:50%; z-index:1; font-size:65px; position:absolute; left:-100px; top:45%; margin-top:-30px;}
.casebox dd .case_next { width:70px; height:70px; line-height:70px; display:block; color:#055bd2; border-radius:50%; z-index:1; font-size:65px; position:absolute; right:-100px; top:45%; margin-top:-30px;}
.casebox dd .case_prev:hover,
.casebox dd .case_next:hover { color:#cb0808;}

.casebox .case_list { height:auto;}
.casebox .case_list li { width:33%; height:auto; overflow:hidden; position:relative;
/*-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
*/
float:left;
}
.casebox .case_list li.ml0 { margin-left:0;}
.casebox .case_list li .tit { height:64px; line-height:64px; position:relative; margin:0px 20px; text-align:left; z-index:1; font-size:18px;  color:#000;}
.casebox .case_list li a { display:block; position:relative; border:1px solid #cecece;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox .case_list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0;}
.casebox .case_list li .pic img { display:block;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	position:relative; z-index:0; overflow:hidden;	
	}
.casebox .case_list li:hover { }
.casebox .case_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.casebox .case_list li .icon { width:30px; height:64px; line-height:64px; font-size:30px; color:#a9a9a9; float:right; margin-right:20px;}
.casebox .case_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#e6e6e6;}
.casebox .case_list li .brief .tit { float:left;}
.casebox .case_list li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; color:#fff; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; top:-13px;}
.casebox .case_list li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.casebox .case_list li:hover .brief { background:#cb0808;}
.casebox .case_list li:hover .brief .tit { color:#fff;}
.casebox .case_list li:hover .brief .icon { color:#fff;}
.casebox .case_list li:hover .pic:after { border:3px solid #cb0808;}

.insidebox_bg { max-width:1440px; min-width:320px; height:auto; background:#fff; overflow:hidden; margin:0 auto; margin-top:0px;}
.insidebox { overflow:hidden; padding-left:309px; margin-top:50px; padding-right:40px;}
.leftbox { width:245px; height:auto;overflow:visible; position:relative; float:left; margin:40px 0 0 -280px; background:#fff; z-index:1;}
.leftbox_bg { position:relative; left:0; top:0px; height:85px; border-bottom:1px solid #dadada;/* filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;*/}
.currpath { width:1200px; height:40px; line-height:40px; margin:0 auto; font-size:14px; color:#727171; margin-top:10px;}
.currpath a { color:#727171;}

.insidebox .currpath { width:96%; margin-left:2%; height:40px; line-height:40px; font-size:12px; color:#6f6f6f; margin-top:10px; font-weight:bold;}
.insidebox .currpath a { color:#6f6f6f;}


.goods-leftbox { background:#032b76; min-height:101px;}
.goods-guidebox { max-width:1200px; min-width:320px; height:auto; margin:0 auto; overflow:hidden;}
.goods-guidebox dt { display:none;}
.goods-guidebox dd { width:100%; height:auto; overflow:hidden;}

.goods-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; font-size:18px;}
.goods-guidebox dd ul li { width:16.66666666666667%; flex:0 0 16.66666666666667%; height:101px; line-height:101px; background:none; margin:0; padding:0;}
.goods-guidebox dd ul li:hover { color:#fff;}
.goods-guidebox dd ul li a { color:#fff; display:block; font-weight:bold;}
.goods-guidebox dd ul li:hover a,.goods-guidebox dd ul li.hover a { background:#01379b;}

.news-leftbox { width:100%; position:relative; height:auto; overflow:hidden;}
.news-leftbox .line { position:absolute; left:0; top:61%; width:100%; height:1px; background:#e3e3e3;}
.news-guidebox { max-width:1200px; min-width:320px; height:auto; margin:0 auto; overflow:hidden;}
.news-guidebox dt { display:none;}
.news-guidebox dd { width:100%; height:auto; overflow:hidden;}

.news-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.news-guidebox dd ul li { background:none; margin:0; padding:0;}
.news-guidebox dd ul li a { display:block; height:auto; overflow:hidden; position:relative;}
.news-guidebox dd ul li a .cn { color:#000; font-size:25px; line-height:55px; height:55px; font-weight:bold;}
.news-guidebox dd ul li a .en { color:#7d7d7d; font-size:17px; line-height:30px; height:30px; text-transform:uppercase;}
.news-guidebox dd ul li a:before { content:''; height:2px; width:0; background:#dd1e19; top:60%; left:0; position:absolute; -webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-guidebox dd ul li:hover a:before,.news-guidebox dd ul li.hover a:before { width:100%;}


.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.goods-list li { width:32%; flex:0 0 32%; margin-left:2%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/}
.goods-list li.ml0 { margin-left:0;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .pic img { display:block;}
.goods-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:18px; color:#000;}
.goods-list li:hover .name { color:#fff; background:#0b6eb9;}


.goods_list { width:100%; height:auto; overflow:visible; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.goods_list li{ width:48.8%; float:left; margin:1.5% 0; height:auto; overflow:visible; position:relative; top:0; left:0; line-height:0;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.goods_list li:nth-child(2n) { float:right;}
.goods_list.related li { margin:0;}
.goods_list li .margin { margin:0; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between;}
.goods_list li .brief { width:45%; height:auto; overflow:hidden; position:relative; color:#252525; z-index:1; float:left;}
.goods_list li .des { width:100%; height:90px; line-height:30px;overflow:hidden; font-size:16px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.goods_list li .tit { width:100%; height:60px; line-height:60px; font-size:30px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; position:relative;}
.goods_list li .tit .icon { float:right; line-height:60px; color:#bcbcbc; font-size:30px;}
.goods_list li a { display:block; position:relative; overflow:hidden;background:#efefef url(../images/pic_bg.png) -40% 50% no-repeat; background-size:130% auto; border-radius:30px; padding:40px 30px; padding-right:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.goods_list li .pic{ display:block; overflow:hidden; position:relative; width:55%; float:left; background:#fff; border-radius:50%; -webkit-box-shadow:0px 20px 20px rgba(0,0,0,.4); box-shadow:0px 20px 20px rgba(0,0,0,.4);
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
}
.goods_list li:hover .pic {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 300ms;
	-webkit-box-shadow:0px 0px 30px rgba(0,0,0,.4); box-shadow:0px 0px 30px rgba(0,0,0,.4);
}
.goods_list li .pic img {}
.goods_list li .pic .tit1 { width:100%; line-height:60px; text-align:center; color:#fff; position:absolute; left:0; top:32%; z-index:2; font-size:24px; display:none;}
.goods_list li .pic .more1 { width:45px; line-height:45px; height:45px; color:#fff; overflow:hidden; font-size:14px; text-align:center; border:1px solid #fff; border-radius:50%; position:absolute; left:50%; top:60%; margin-top:-22px; margin-left:-29px; z-index:2; display:none;}
.goods_list li .more { width:140px; line-height:48px; height:48px; overflow:hidden; color:#fff; background:#c10e0e; font-size:16px; text-align:center; border-radius:8px; margin-top:30%;}
.goods_list li:hover a { background:#ffd800 url(../images/pic_bg.png) -50% 50% no-repeat; background-size:130% auto;}
.goods_list li:hover .tit1,
.goods_list li:hover .more1 { display:block;}
.goods_list li .pic:before { content:''; border:1px solid #ff8282; position:absolute; left:0%; top:0%; bottom:0%; right:0%; z-index:2;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.goods_list li .pic:after { content:''; position:absolute; left:50%; top:50%; bottom:0%; width:0%; height:0%; background:rgba(178,26,21,.97); background-size:cover; z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.goods_list li:hover .brief { }
.goods_list li:hover .tit { }
.goods_list li:hover .tit:after { }
.goods_list li:hover .more { }



.pic-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.pic-list li { width:32%; flex:0 0 32%; margin-left:2%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/}
.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 .pic img { display:block;}
.pic-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:18px; color:#000;}
.pic-list li:hover .name { color:#fff; background:#0b6eb9;}

.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:32%; flex:0 0 32%; margin-left:2%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/}
.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 .pic img { display:block;}
.video-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:18px; color:#000;}
.video-list li:hover .name { color:#fff; background:#0b6eb9;}

.news-box { height:auto; overflow:hidden; padding-right:383px;}
.news-box .rightbox { width:330px; height:auto; overflow:hidden; float:right; margin:0 -383px 0 0;}
.news-box .rightbox .searchbox { width:100%; height:auto; overflow:hidden; background:#e5e5e5;}
.news-box .rightbox .searchbox .box { width:80%; height:auto; margin:30px auto; overflow:hidden;}
.news-box .rightbox .searchbox .tit { font-size:24px; color:#000; line-height:30px;}
.news-box .rightbox .searchbox .keys { width:100%; height:40px; margin-top:15px; border:0; background:#fff; line-height:40px; text-indent:10px;}
.news-box .rightbox .searchbox .submit { width:100%; height:40px; font-size:15px; margin-top:15px; border:0; background:#bb1818; color:#fff; line-height:40px; text-align:center; cursor:pointer;}
.news-box .rightbox .picnews { margin-top:30px; display:block;}
.news-box .rightbox .picnews .pic { overflow:hidden;}
.news-box .rightbox .picnews .tit { font-size:17px; line-height:28px; margin-top:10px; color:#000;}
.news-box .rightbox .picnews .des { font-size:14px; line-height:24px; color:#6e6e6e; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-box .rightbox .picnews:hover .tit{ color:#ff4208;}
.news-box .rightbox .picnews:hover .des{ margin-top:10px;}


.pic-news-list { width:100%; height:auto;}
.pic-news-list li { width:30%; height:auto; overflow:hidden; float:left;}
.pic-news-list li a { display:block; height:auto; overflow:hidden;}
.pic-news-list li .time { font-size:14px; line-height:20px; color:#a6a6a6;}
.pic-news-list li .tit { font-size:20px; height:60px; line-height:60px; color:#0c0c0c; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic-news-list li:hover .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.pic-news-list li .pic:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0;
-webkit-transition: all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
-ms-transition:all .2s ease;
transition:all .2s ease;
}
.pic-news-list li .pic img { display:block;}
.pic-news-list li:hover .pic:after { border:5px solid #c10e0e;}
.pic-news-list li:hover .tit { color:#c10e0e;}
.pic-news-list li:hover .time { color:#c10e0e;}
.pic-news-swiper-pagination { position:relative; height:30px; margin:40px 0; text-align:center; padding:0;}
.pic-news-swiper-pagination .swiper-pagination-bullets{ }
.pic-news-swiper-pagination .swiper-pagination-bullet { width:72px; height:2px; margin:0; padding:0; border-radius:0; font-size:0; background:#999;}
.pic-news-swiper-pagination .swiper-pagination-bullet-active { background:#b21a15;}

/*新闻列表样式*/
.news-list { width:100%; height:auto; overflow:hidden; float:left;}
.news-list li { width:100%; height:165px; overflow:hidden; position:relative; background:#fff; margin-top:20px; border-bottom:1px solid #dbdbdb;}
.news-list li .box { height:auto; padding-left:340px; display:block;}
.news-list li .date { width:100px; height:165px; margin:0 0 0 -100px; float:left; font-family:Arial;}
.news-list li .date .date-day { font-size:53px; line-height:60px; color:#828282; margin-top:30px;}
.news-list li .date .date-year-month{ font-size:14px; line-height:18px; color:#9d9d9d; }
.news-list li .pic { width:300px; height:auto; overflow:hidden; display:block; float:left; margin:0 0 0 -340px; _display:inline; -moz-box-shadow:2px 2px 5px #CCC; -webkit-box-shadow:2px 2px 5px #CCC; box-shadow:2px 2px 5px #CCC;}
.news-list li .pic img { display:block;}
.news-list li .brief { width:100%; height:auto; overflow:hidden; float:left; margin-top:20px;}
.news-list li .brief .tit { width:100%; display:block; font-size:22px; height:40px; line-height:40px; color:#323232; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { display:inline-block; width:112px; height:39px; line-height:39px; text-align:center; font-size:14px; color:#ef7626; border:1px solid #ef7626; text-transform:uppercase; position:relative; margin-top:20px;}
.news-list li .brief .more:hover { background:#ef7626; color:#fff;}
.news-list li:hover .brief .des { }
.news-list li:hover .date .date-day { color:#0e6c6b;}
.news-list li:hover .date .date-year-month { color:#0e6c6b;}
.news-list li .line_bx { background:#008d39; width:0%; height:2px; position:absolute; left:0; bottom:0;}
.news-list li .line_ly { background:#008d39; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#008d39; width:0%; height:2px; position:absolute; right:0; top:0;}
.news-list li .line_ry { background:#008d39; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li:hover .line_bx { width:100%;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
/*新闻列表样式2*/
.news-list2 { width:100%; height:auto; overflow:visible; }
.news-list2 li { width:100%; height:auto; overflow:visible; position:relative;}
.news-list2 li a { display:block; height:auto; overflow:visible; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.news-list2 li .pic { width:40%; height:auto; overflow:hidden; display:block; position:relative; float:right; z-index:2; margin:49px 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.news-list2 li .pic img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.news-list2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

.news-list2 li .pic:after { content:''; position:absolute; width:100%; height:100%; left:0; border:0; /*background:url(../images/news_pic_mask.png) 0 0 no-repeat; background-size:auto 100%;*/ background:rgba(0,0,0,0);
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}

.news-list2 li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:#fff; z-index:1;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list2 li .brief { width:55%; height:auto; overflow:hidden; position:relative; z-index:2; border-top:0px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; float:left;}
.news-list2 li:hover .pic:after { left:0; /*background:rgba(0,0,0,0.3); */}
.news-list2 li .margin { margin:30px 30px; height:auto; overflow:hidden; position:relative;}
.news-list2 li .title { height:auto; overflow:hidden; padding-right:100px;}
.news-list2 li .date { width:70px; height:auto; overflow:hidden; color:#2a2a2a; float:right; margin:0px -100px 0 0; text-align:center; z-index:1;}
.news-list2 li .date .d { font-size:45px; line-height:50px; font-weight:bold; color:#b60909;}
.news-list2 li .date .y-m { display:inline-block; font-size:14px; line-height:20px;}
.news-list2 li .sort { width:100%; font-size:16px; color:#838383; line-height:30px;}
.news-list2 li .time { float:left; font-size:24px; color:#b21a15; margin-right:30px;}
.news-list2 li .tit { width:100%; line-height:30px; height:30px; overflow: hidden; color:#000000; font-size:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:10px;}
.news-list2 li .des { width:100%; position:relative; height:60px; overflow:hidden; line-height:30px; margin-top:10px; margin-bottom:30px; font-size:16px; color:#6a6a6a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news-list2 li .more { width:124px; height:42px; line-height:42px; background:#b21a15; color:#fff; overflow:hidden; text-align:center; border-radius:8px;}
.news-list2 li .more:after { content:'>'; margin-left:20px;}
.news-list2 li .icon { color:#909090; font-size:22px; margin:50px; height:55px; line-height:55px; margin-top:50px; margin-bottom:80px; display:none;}
.news-list2 li:hover .brief { }
.news-list2 li:hover a {}
.news-list2 li:hover a:after { left:-186px; right:-211px; background:#f3f3f3;}

/*新闻列表样式3*/
.news-list3 { width:100%; height:auto; overflow:visible; }
.news-list3 li { width:48.5%; height:auto; overflow:hidden; margin:1.5% 0; position:relative; float:left;}
.news-list3 li:nth-child(2n) { float:right;}
.news-list3 li a { display:block; height:auto; overflow:hidden; position:relative; background:#f3f3f3; padding:40px 0; padding-bottom:60px; padding-left:156px;}
.news-list3 li .date { width:100px; height:146px; overflow:hidden; float:left; margin:0px 0 0 -100px; float:left; z-index:1; border-bottom:1px solid #8a8a8a;}
.news-list3 li .date .m-d { font-size:36px; line-height:50px; color:#000;}
.news-list3 li .date .y { display:inline-block; font-size:16px; line-height:30px; color:#8a8a8a;}
.news-list3 li .brief { height:auto; overflow:hidden; position:relative; margin:0px 30px; margin-top:20px;}
.news-list3 li .tit { width:100%; height:30px; line-height:30px; overflow: hidden; color:#000000; font-size:20px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list3 li .des { width:100%; position:relative; height:72px; overflow:hidden; line-height:24px; margin-top:10px; font-size:16px; color:#6a6a6a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.news-list3 li .more { width:124px; height:42px; line-height:42px; background:#b21a15; color:#fff; overflow:hidden; text-align:center; border-radius:8px;}
.news-list3 li .more:after { content:'>'; margin-left:20px;}
.news-list3 li .icon { color:#909090; font-size:22px; margin:50px; height:55px; line-height:55px; margin-top:50px; margin-bottom:80px; display:none;}
.news-list3 li:hover .brief { }
.news-list3 li:hover a { background:#c10e0e; color:#fff;}
.news-list3 li:hover .date { border-bottom:1px solid #a8a8a8;}
.news-list3 li:hover .date .m-d,
.news-list3 li:hover .date .y { color:#d3d3d3; }
.news-list3 li:hover .tit { color:#fff;}
.news-list3 li:hover .des { color:#dbdbdb;}
.news-list3 li:hover a:after { left:-186px; right:-211px; background:#f3f3f3;}

/*新闻列表样式1*/
.news-list1 { width:100%; height:auto; overflow:hidden; font-size:16px;}
.news-list1 li { width:100%; line-height:50px; height:50px; border-bottom:1px dotted #999; position:relative; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.news-list1 li .date { float:right;}
.news-list1 li .tit { margin-left:20px;}
.news-list1 li:hover { border-bottom:1px solid #999; }
.news-list1 li:after { content:''; position:absolute; left:0; bottom:-1px; width:0; height:1px; background:#0e6c6b;-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;}
.news-list1 li:hover:after { width:100%;}

.jobs-list { width:100%; height:auto; overflow:hidden; float:left;}
.jobs-list li { width:100%; height:60px; overflow:hidden; position:relative; background:#fff; border-bottom:1px dashed #dbdbdb;}
.jobs-list li .date { float:right; line-height:60px; font-family:Arial;}
.jobs-list li .tit { width:100%; font-size:16px; height:60px; line-height:60px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs-list li .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.jobs-list li:hover .tit { color:#ff4208;}
.jobs-list li:hover .des { color:#ff4208;}
.jobs-list li:hover .date { color:#ff4208;}

.upresume { border:1px solid #ccc; background:#eee; padding:10px; border-radius:5px;}
.upresume:hover { border:1px solid #f00; background:#f00; color:#fff;}

.detail { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.detail .tit { font-size:24px; line-height:40px; margin:10px 0; font-weight:normal; text-align:center; color:#000000;}
.detail .des { line-height:44px; color:#8f8f8f; text-align:center; /* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px; position:relative;}
.detail .des:after { content:''; width:170px; height:1px; background:#8f8f8f; position:absolute; left:50%; margin-left:-85px; bottom:0;}
.detail .pic { text-align:center;}
.detail .pic img { max-width:100%; width:auto; height:auto;}
.detail .con { padding:0px; line-height:2; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph; margin-top:20px;}
.detail .con p { font-size:14px; color:#4a4a4a; line-height:3;}
.detail .con p img { max-width:100%; width:auto;}
.detail .date { color:#8f8f8f; font-size:14px; line-height:50px; text-align:center;}
/*上一条下一条*/
.detail .prev_next { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px; margin-top:15px;}
.detail .prev_next a { color:#666; display:block;}
.detail .prev_next a:hover { color:#c00;}
.detail .label { margin:10px 0; font-size:16px; font-weight:bold; color:#666;}
.detail .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 { width:100%; height:auto; overflow:hidden; background:#0b6eb9; position:relative;}
.guidebox dt { width:100%; height:85px; overflow:hidden; position:relative; float:left; text-align:center;}
.guidebox dt .tit { color:#fff; font-size:30px; line-height:80px; display:inline-block; position:relative; z-index:1;}
.guidebox dt .tit .icon { float:left; font-size:40px; margin-right:10px;}
.guidebox dt .tit1 { color:#fff; line-height:20px; font-family:Arial; text-transform:uppercase; font-size:20px; letter-spacing:0px; margin-top:20px; text-transform:uppercase; font-weight:bold;}
.guidebox dt .line { display:inline-block; width:56px; height:3px; background:#d9d9d9; z-index:-1; position:relative; top:-10px; margin:0 20px;}
.guidebox dt .location { color:#8d8d8d; line-height:60px; float:right; padding-left:30px; margin-top:20px; margin-right:10px; background:url(../images/icon_home.png) 0 center no-repeat}
.guidebox dt .location a { color:#8d8d8d;}
.guidebox dd { width:auto; height:auto; margin:0 3px;}
.guidebox dd ul { width:100%; height:auto; overflow:; font-size:20px; margin-top:0px; position:relative;}
.guidebox dd ul li { width:100%; height:97px; min-height:97px; float:left; position:relative; margin:2px 0;}
.guidebox dd ul li a { display:block; color:#0b6eb9; height:97px; line-height:97px; position:relative; overflow:; padding:0 15px; background:#fff;}
.guidebox dd ul li a:after { content:'';
position:absolute; right:43px; top:50%; margin-top:-7px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 9px solid #0b6eb9;
border-right: 0px solid transparent;

-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.guidebox dd ul li:hover a:after,
.guidebox dd ul li.hover a:after { border-left: 9px solid #f57a02;}
.guidebox dd ul li.hover:after { }
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a {  color:#f57a02;}
.guidebox dd ul li:hover a { /*margin-top:-5px;*/}
.guidebox dd ul li:hover a+.subnav,
.guidebox dd ul li.hover a+.subnav { display:block;}
.guidebox dd ul li .subnav { width:100%; height:46px; font-size:14px; margin-top:0; height:auto; position:relative; top:0px; left:0; display:none; overflow:hidden; color:#535353; z-index:999999; background:#fff; text-align:left;}
.guidebox dd ul li .subnav a { display:block; width:auto; float:left; line-height:36px; height:36px; text-align:center; color:#535353; background:none; padding:0 8px; border:0;}
.guidebox dd ul li .subnav a:after { display:none;}
.guidebox dd ul li .subnav a:before { display:none;} 
.guidebox dd ul li .subnav a:nth-child(1):before { background:none;}
.guidebox dd ul li .subnav a:hover,
.guidebox dd ul li .subnav a.hover { color:#1759a2; font-weight:bold;}
.guidebox dd .more { width:100%; height:61px; line-height:61px; border-bottom:1px solid #e5e5e5; display:block; color:#000; font-size:16px;}
.guidebox dd .more:before { content:''; position:relative; margin-right:10px; margin-left:30px;}
.guidebox dd .more:hover { background:#e62129; color:#fff;}
/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden;}
.leftbox .searchbox .box { width:241px; height:52px; background:#efefef; overflow:hidden; border-radius:8px;}
.leftbox .searchbox .keys { width:168px; height:35px; line-height:35px; float:left; margin-top:8px; margin-left:20px; background:none; border:0;}
.leftbox .searchbox .submit { width:53px; height:35px; line-height:35px; margin-top:8px; text-align:center; border:0; cursor:pointer; background:url(../images/icon_search0.png) center center no-repeat;}

.leftbox .contact { width:100%; height:auto; overflow:hidden; text-align:center; background:url(../images/contact_bg.jpg) top center no-repeat; padding:30px 0; padding-bottom:120px;}
.leftbox .contact .tit { color:#fff; font-size:18px; line-height:60px; position:relative; z-index:1;}
.leftbox .contact .tel { color:#fff; font-size:30px; line-height:40px; font-weight:bold;}
.leftbox .contact .btn { width:137px; height:35px; line-height:35px; text-align:center; border-radius:4px; margin:0 auto; margin-top:20px; background:#fff; display:block;}
/*详细内容显示*/
.contentbox { width:100%; height:auto; float:left; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.contentbox dt { width:100%; height:60px; line-height:60px; overflow:hidden; position:relative; position:relative; border-bottom:7px solid #eeeeee;}
.contentbox dt .location { float:right; color:#212121; font-size:17px; line-height:60px; font-weight:normal;}
.contentbox dt .location a { color:#212121;}
.contentbox dt .location a:hover { color:#212121;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:24px; position:relative; display:block; float:left; margin-right:20px; font-weight:normal; color:#000; display:none;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd { margin:20px; min-height:550px; height:auto; overflow:hidden;}
.contentbox dd #content { font-size:16px; line-height:2;}
.contentbox dd .empty { font-size:40px; color:#ccc; line-height:100px; text-align:center;}

/*联系我们*/
.contactbox_bg { height:auto; overflow:hidden; padding-bottom:260px; position:relative; background:url(../images/contactbox_bg.jpg) top center no-repeat; background-size:cover;}
.contactbox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:80px; position:relative; z-index:1;}
.contactbox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center; color:#fff;}
.contactbox dt .title { width:100%; height:auto; overflow:; text-align:center; color:#fff;}
.contactbox dt .tit1 { font-size:93px; line-height:100px; letter-spacing:10px; color:#3f82bb; text-transform:uppercase; font-weight:bold;}
.contactbox dt .tit { line-height:44px; font-size:44px; position:relative; font-weight:bold; margin-top:-96px;}
.contactbox dt .tit:after { content:''; width:60px; height:6px; background:#fff; display:block; margin:0 auto; margin-top:20px;}
.contactbox dt .des { color:#fff; font-size:18px; line-height:30px; margin-top:15px;}
.contactbox dd { width:100%; height:auto; overflow:hidden; }
.contactbox dd { width:100%; height:auto; overflow:; margin-top:80px; padding-bottom:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:stretch;}
.contactbox dd .contact_info { width:50%; height:auto; background:#fff; position:relative; float:left;}
.contactbox dd .contact_info .tit { font-size:44px; line-height:60px; color:#116fb2; font-weight:bold;}
.contactbox dd .contact_info .tit1 { font-size:30px; line-height:40px; color:#666666; margin-top:20px;}
.contactbox dd .contact_info .tit1:after { content:''; width:102px; height:4px; background:#116fb2; display:block; margin:20px 0;}
.contactbox dd .contact_info .text { font-size:18px; line-height:30px; color:#666666; margin-top:50px;}
.contactbox dd .contact_info .margin { height:auto; overflow:hidden; margin:60px 80px;}
.contactbox dd .sales_network { width:50%; height:auto; overflow:hidden; float:left;}
.contactbox dd .feedback { width:50%; height:530px; overflow:hidden; background:#fff; float:left;}
.contactbox dd .feedback .formbox { margin:40px 70px; height:auto; overflow:hidden;}
.contactbox dd .feedback .tit { font-size:22px; color:#fff; line-height:40px;}
.contactbox dd .feedback .tit:after { content:'>'; float:right;}
.contactbox dd .feedback .inputbox .input { width:48%; float:left;}
.contactbox dd .feedback .inputbox .input:nth-child(2) { float:right;}
.contactbox dd .feedback .btnbox .input { width:30%; float:left;}
.contactbox dd .feedback .input { width:100%; height:58px; line-height:58px; background:#f5f5f5; color:#2a2a2a; margin-top:22px; border:0; text-indent:20px;}
.contactbox dd .feedback .textarea { width:94%; height:140px; line-height:20px; background:#f5f5f5; color:#2a2a2a; padding:3%; border:0; margin-top:22px;}
.contactbox dd .feedback .input:-moz-placeholder,
.contactbox dd .feedback .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2a2a2a; opacity:1;  font-size:16px;
}
.contactbox dd .feedback .input::-moz-placeholder,
.contactbox dd .feedback .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2a2a2a; opacity:1; font-size:16px;
}
.contactbox dd .feedback .input:-ms-input-placeholder,
.contactbox dd .feedback .textarea:-ms-input-placeholder {
    color: #2a2a2a; opacity:1; font-size:16px;
}
.contactbox dd .feedback .input::-webkit-input-placeholder,
.contactbox dd .feedback .textarea::-webkit-input-placeholder{
    color: #2a2a2a; opacity:1; font-size:16px;
}

.contactbox dd .feedback .submit{
    width:40%; height:51px; background:#017431; border:0; cursor:pointer; color:#fff; margin-top:14px; font-size:16px; float:right; margin-top:22px;
}
/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px; background:#f1f1f1; border:1px solid #e6e6e6;}
.friendlinks dt{ width:115px; height:48px; line-height:48px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left; text-align:center;}
.friendlinks dt .tit { color:#000; font-size:16px; font-weight:bold;}
.friendlinks dt .line { position:absolute; width:88px; height:3px; bottom:0; left:0; background:#de0a0a;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0; float:right;}
.friendlinks dd .linklist { width:100%; line-height:48px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; color:#423e00;}
.friendlinks dd a { display:inline-block; font-size:15px; line-height:48px; padding:0 10px; margin:0 10px; text-align:center; color:#000; position:relative;}
.friendlinks dd a:before { /*content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#ef0924;*/
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.friendlinks dd a:hover { color:#ef0924;}
.friendlinks dd a:hover:before { width:100%; bottom:-4px;} 
.go-top { display:block; width:83px; height:82px; text-align:center; line-height:82px; margin:0 auto; position:relative; top:49px; margin-top:-83px; background:#000000; color:#fff; font-size:36px;}
.go-top:hover { color:#d3af14;}
.footer_bg { height:auto; overflow:hidden; background:url(../images/footer_bg.jpg) bottom center no-repeat; background:#116fb2; background-size:cover; position:relative; padding-bottom:30px;}
.footerbox { max-width:1440px; min-width:320px; margin:0 auto; height:auto; overflow:visible; padding-bottom:100px;}

.footer_nav_bg { height:129px; overflow:hidden; background:#ef6b00;}
.footer_nav { max-width:1440px; min-width:320px; height:129px; line-height:129px; margin:0 auto;}
.footer_nav_box { padding-left:220px; height:auto; overflow:hidden;}
.footer_nav_box .tit {  height:120px; line-height:120px; font-size:24px; color:#fff; width:220px; float:left; margin:0px 0 0 -220px;}
.footer_nav_list { width:100%; height:120px; font-size:18px; line-height:120px; float:left;}
.footer_nav_list a { line-height:120px; display:block; width:14.28571428571429%; float:left; color:#fff; text-align:right;}
.footer_nav .sub_nav_box { width:100%; height:auto; overflow:hidden; float:left;}
.footer_nav .sub_nav { width:25%; height:auto; overflow:hidden; float:left; font-size:16px; line-height:36px; color:#dadada; margin-top:45px;}
.footer_nav .sub_nav a { color:#dadada; display:block; text-align:center;}
.footer { overflow:visible; color:#858585; position:relative; height:auto; overflow:hidden; padding-left:363px; padding-right:417px; z-index:999; margin-top:34px;}
.footer a { color:#858585;}
.footer .logobox { width:363px; height:auto; overflow:hidden; float:left; margin:0 0 0 -363px; position:relative;}
.footer .logobox:after { content:''; position:absolute; right:0; top:50%; margin-top:-100px; width:1px; height:200px; border:1px solid #81b3d6; background:#fff;}
.footer .logobox .logo { width:452px; height:61px; float:left; margin-top:35px; color:#fff; font-size:20px;}
.footer .logobox .tit { width:240px; font-size:20px; line-height:50px; color:#fff; border-top:2px solid #70a9d1;}

.footer .logobox .info1 { width:auto; height:auto; overflow:hidden; float:left; margin-left:10px;}
.footer .logobox .info1 .tit { font-size:27px; line-height:40px; color:#fff; letter-spacing:2px; margin-top:0px;}
.footer .logobox .info1 .tit1 { font-size:12px; line-height:20px; color:#929191; letter-spacing:3px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}
.footer .logobox .lab { width:100%; font-size:16px; line-height:20px; color:#a3a3a3; margin-top:10px;}
.footer .logobox .tel { font-size:36px; line-height:50px; font-weight:bold; color:#fff;}
.footer .logobox .des { width:100%; font-size:18px; line-height:36px; color:#9d9d9d; margin:20px 0;}
.footer .logobox .telbox { width:100%; height:auto; overflow:hidden; color:#fff;}
.footer .logobox .telbox .lab { font-size:14px; line-height:20px; margin-top:50px; color:#fff;}
.footer .logobox .telbox .tel { font-size:30px; line-height:40px; font-weight:bold;}
.footer .contact_info { width:100%; height:auto; overflow:hidden; float:left;}
.footer .contact_info .title { color:#fff; margin-left:20%;}
.footer .contact_info .tit { font-size:27px; line-height:60px;}
.footer .contact_info .tit1 { margin-left:15px; font-size:16px; text-transform:uppercase;}
.footer .contact_info .tit2 { color:#fff; font-size:20px; line-height:60px; font-weight:bold;}
.footer .contact_info .info { margin-left:20%; height:auto; overflow:hidden;}
.footer .contact_info .text { color:#fff; font-size:14px; line-height:38px; margin-top:0px;}
.footer .contact_info .text .icon { margin-right:5px; font-size:25px; float:left;}

/*版权*/
.copyright_bg { height:92px; overflow:hidden; text-transform:uppercase; border-top:1px solid #fff; margin-top:-92px; position:relative; z-index:1;}
.copyright { max-width:1440px; min-width:300px; height:92px; line-height:92px; margin:0 auto; overflow:hidden; color:#fff; font-size:16px; text-align:center;}
.copyright a { color:#fff;}
.copyright .share_link a { font-size:34px; margin-right:20px;}
.copyright .share_link a:hover { color:#fff;}
.footerbox .qrcodebox { width:417px; height:auto; overflow:hidden; float:right; margin:20px -417px 0 0; position:relative;}
.footerbox .qrcodebox:after { content:''; position:absolute; left:0; top:50%; margin-top:-100px; width:1px; height:200px; border:1px solid #81b3d6; background:#fff;}
.footerbox .qrcodebox .title { width:100%; height:auto; line-height:30px; color:#fff; text-align:right;}
.footerbox .qrcodebox .title .tit { font-size:27px; line-height:60px;}
.footerbox .qrcodebox .title .tit1 { margin-left:15px; font-size:16px; text-transform:uppercase;}
.footerbox .qrcodebox .qrcode { width:100px; height:auto; float:right; margin-left:20px;}
.footerbox .qrcodebox .qrcode .pic { width:100%; height:auto; overflow:hidden;}
.footerbox .qrcodebox .qrcode .pic img { width:100%; display:block;}
.footerbox .qrcodebox .qrcode .tit { width:100%; font-size:12px; line-height:40px; height:40px; color:#fff; text-align:center;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}


/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd ul.news_list li.ml0 { margin-left:0;}
.contentbox dd ul.news_list li {
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.contentbox dd ul.news_list li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.contentbox dd ul.news_list li:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.contentbox dd ul.news_list li:hover { border:1px solid #fff; -moz-box-shadow:0px 0px 10px #CCC, 0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC, 0px 0px 10px #CCC; box-shadow:0px 0px 20px #CCC, 0px 0px 20px #eee;}
.contentbox dd ul.news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd ul.news_list li .time { line-height:29px; margin-top:10px; font-size:16px; color:#898888; text-indent:24px; background:url(../images/icon_time.png) 0 center no-repeat;}
.contentbox dd ul.news_list li .tit { line-height:29px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .des { line-height:22px; font-size:14px; color:#787878; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .pic { overflow:hidden; display:block;}
.contentbox dd ul.news_list li .more { background:url(../images/news_list_more.png) no-repeat; display:block; width:40px; height:40px; position:relative; left:0;}
.contentbox dd ul.news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd ul.news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd ul.news_list li:hover .tit { color:#05adb8; font-weight:bold;}

/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*在线申请*/
.apply_box { height:auto; overflow:hidden;}
.apply_box .tit { font-size:39px; height:80px; line-height:80px; color:#414141; margin-top:30px; text-align:center;}
.apply_box .des { font-size:18px; line-height:29px; text-align:center; color:#525252;}
.apply_box .applyform { margin:30px 0%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.apply_box .applyform .input { width:32%; flex:0 0 32%; height:46px; line-height:46px; border:0px solid #dadada; margin-bottom:18px; background-color:#eeeeee; background-position: 98% center; background-repeat:no-repeat; text-indent:20px; font-size:14px; color:#000; position:relative; color:#848484;}
.apply_box .applyform .inputbox { width:32%; flex:0 0 32%; height:46px; line-height:46px; margin-bottom:18px; background-color:#eeeeee; font-size:14px; position:relative; color:#848484; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.applyform .input_label { margin-left:20px; height:auto; overflow:hidden;}
.applyform .input_radio { display:inline-block; margin-right:20px; height:auto; overflow:hidden;}
.applyform .input_radio a { display:inline-block; color:#848484; margin-left:10px;}
.applyform .input_radio a:before { content:''; width:14px; height:14px; background:#9e9e9e; border-radius:50%; display:inline-block; position:relative; top:2px; margin-right:10px;}
.applyform .input_radio a.sel:before { background:#ce0615;}
.apply_box .applyform .input:focus { background-color:#ddd;}
.apply_box .applyform .input.not_null { background-image:url(../images/icon_not_null.png);}
.apply_box .applyform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484; font-size:14px;
}
.apply_box .applyform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484; font-size:14px;
}
.apply_box .applyform .input:-ms-input-placeholder{
    color: #848484; font-size:14px;
}
.apply_box .applyform .input::-webkit-input-placeholder{
    color: #848484; font-size:14px;
}
.apply_box .applyform .textarea { width:97%; flex:0 0 97%; height:auto; height:188px; line-height:28px; padding:1.5% 1.5%; border:0px solid #dadada; background:#eeeeee; margin-top:0; font-size:14px; color:#000;}
.apply_box .applyform .applyform_btn { flex:0 0 70%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.apply_box .applyform .submit { width:48%; height:45px; line-height:45px; background:#ce0615; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.apply_box .applyform .reset { width:48%; height:45px; line-height:45px; background:#009944; color:#fff; font-size:14px; border:0; border-radius:0; cursor:pointer;}
.apply_box .applyform .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.apply_box .applyform .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.apply_box .applyform .yzm_ref { line-height:45px; margin-top:2%;}
/*表单表格*/
.form_table{padding:25px 0 50px 20px; font-size:14px;}
.form_table td{ color:#666; border:0;}
.form_table td p{ line-height:20px; height:20px;}
.form_table .submit {background:#FF4001; border-radius:2px; width:170px; height:40px; text-align:center; line-height:30px; color:#fff; border:0; font-size:16px; font-weight:bold; cursor:pointer;}
/*表单控件控制*/
.num{font-family:"Arial";}
.num1{font-family:Verdana, Arial, Helvetica, sans-serif}
.num5{font-family:"微软雅黑";}
.strong{font-weight:bold;}
.normal{font-weight:normal;}
.aright{text-align:right;}
.aleft{text-align:left;}
.xuxian{border-bottom:1px dashed #ddd;}
.xuxian1{border-bottom:1px dotted #ddd;}
.inputall{height:28px; line-height:28px; border:1px #ddd solid; padding:2px 5px; font-size:14px; background:#fefefe}
.inputall30{border:1px #bababa solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; height:30px; line-height:30px; font-size:16px;}
.inputselect{line-height:22px; border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.textarea{border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.input60{width:60px;}
.input100{width:100px;}
.input150{width:150px;}
.input200{width:200px;}
.input250{width:250px;}
.input300{width:300px;}
.input350{width:350px;}
.input400{width:400px;}
.input500{width:500px;}
.input550{width:550px;}
.input600{width:600px;}
.input650{width:650px;}
.inputfix{vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
/*分页样式*/
.fenye{ width:100%; margin:30px 0%; text-align:center; height:43px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.fenye a { font-size:16px;}
.fenye a:first-child { min-width:86px;}
.fenye a:last-child { min-width:86px;}
.fenye a { border:1px #a7a7a7 solid; color:#242424; background:#fff;display:inline-block; min-width:50px;  height:41px; line-height:41px; padding:0 0; font-weight:normal; margin-right:8px; border-radius:2px;}
.fenye a:hover,.fenye .sel{ background:#0b6eb9; color:#fff; border:1px #0b6eb9 solid;}
.fenye .sel{ font-weight:bold;}
/*chrome  浏览器滚动条的美化 */
/*::-webkit-scrollbar-track-piece {width:8px;background-color:#f4f4ff;}
::-webkit-scrollbar { width:8px; background-color:#f00;}
::-webkit-scrollbar-thumb { width:8px; height:50px; background-color:#999;}
::-webkit-scrollbar-thumb:hover { width:8px; background-color:#bb1818;}*/

@media only screen and (max-width: 1440px){
	.indexbox { margin:0 10px;}
	.top_bg .top { margin:0 10px;}
	.footerbox { margin:0 10px;}

}
@media only screen and (max-width: 1280px) {
	

}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 375px) {
	
}