@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:'微软雅黑', Helvetica,Arial,Lucida, sans-serif;
-webkit-font-smoothing:antialiased; /*chrome、safari*/
-moz-osx-font-smoothing:grayscale; /*firefox*/
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}

.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.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;
}
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;
}

.animated{visibility:hidden}
.visible{visibility:visible}
.alpha0 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha13 {filter:alpha(opacity=13); -moz-opacity:0.13; -khtml-opacity: 0.40; opacity: 0.13;}
.color1 { background:#cccccc;}
.color2 { background:#ffffff;}
.color3 { background:#000000;}
.color4 { background:#0baecb;}
.alpha70 { filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha40 { filter:alpha(opacity=40); -moz-opacity:0.40; -khtml-opacity: 0.40; opacity: 0.40; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.h50 { height:50px; display:none;}
.h60 { height:60px; display:none;}
.h65 { height:65px; display:none;}
*.fl { float:left;}
*.fr { float:right;}
*.mt3 { margin-top:3px;}
*.mt5 { margin-top:5px;}
*.mt8 { margin-top:8px;}
*.mt10 { margin-top:10px;}
*.mt20 { margin-top:20px;}
*.mt24 { margin-top:24px;}
*.mt30 { margin-top:30px;}
*.mt40 { margin-top:40px;}
*.mt45 { margin-top:45px;}
*.mt50 { margin-top:50px;}
*.mt60 { margin-top:60px;}
*.mt70 { margin-top:70px;}
*.mt80 { margin-top:80px;}
*.mt90 { margin-top:80px;}
*.mt100 { margin-top:100px;}
*.mt150 { margin-top:150px;}

*.f12 { font-size:12px; line-height:24px;}
*.f14 { font-size:14px; line-height:26px;}
*.f15 { font-size:15px; line-height:29px;}
*.f16 { font-size:16px; line-height:30px;}
*.f18 { font-size:18px; line-height:32px;}
*.f21 { font-size:21px; line-height:34px;}
*.f20 { font-size:20px; line-height:36px;}
*.f22 { font-size:22px; line-height:38px;}
*.f40 { font-size:40px; line-height:60px;}
*.f50 { font-size:50px; line-height:80px;}
*.center { text-align:center;}
*.strong { font-weight:bold;}
.cfff { color:#fff;}

/*页眉*/
.top_bg{ width:100%; height:108px; overflow:visible; position:relative; z-index:99999; background:#fff; border-top:5px solid #015bb8; /*background:rgba(0,0,0,.2); position:fixed; left:0; top:0; background:url(../images/top_bg_x.png) repeat-x;*/ box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.top_bg.bgfff .top {  margin-top:0;}
.top_bg.bgfff { }
.top_bg .top{ max-width:1440px; min-width:960px; height:108px; margin:0 auto; margin-top:0px; position:relative;/* background:#fff; */}
.top_bg .top .welcome { height:63px; line-height:63px; color:#fff; float:left; margin-left:0px; font-size:14px; display:none;}
.top_bg .top .welcome a { color:#fff;}
.top_bg .top .weather { display:inline-block; font-size:12px; margin-left:10px; font-family:"宋体";}
.top_bg .top .weather .low{ color:#006b19;}
.top_bg .top .weather .high{ color:#e00000;}

.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}

.top_bg .top .telbox { width:340px; height:auto; position:absolute; top:20px; right:10px; z-index:99999; overflow:visible;}
.top_bg .top .telbox .icon { width:60px; height:60px; display:inline-block; color:#015bb8; font-size:60px; line-height:60px; position:relative; top:0; margin-right:0px; text-align:center; margin-left:0px; margin-top:0px; float:left;}
.top_bg .top .telbox .lab { width:100%; font-size:14px; line-height:14px; position:relative; top:-3px; color:#4c4c4c; float:left;}
.top_bg .top .telbox .tit { color:#015bb8; font-size:22px; line-height:22px; font-weight:bold;}
.top_bg .top .telbox .tel { font-size:40px; color:#015bb8; line-height:60px; position:relative; letter-spacing:0px; font-family:'微软雅黑'; display:inline-block; font-weight:bold; margin-top:0px; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}
.top_bg .top .telbox .tel span { position:relative; top:-3px; font-size:28px; color:#4c4c4c; display:inline-block; margin:0 5px;}

.top_bg .top .logobox { position:absolute; left:10px; top:10px; height:auto; overflow:visible;}
.top_bg .top .logobox a { display:block; height:auto; overflow:hidden;}
.top_bg .top .logo { float:left; height:auto; overflow:hidden; margin-right:20px; margin-top:0px;}
.top_bg .top .info { height:auto; overflow:hidden; float:left; margin-top:0px;}
.top_bg .top .info .tit { font-size:30px; line-height:32px; color:#21569b; font-weight:bold; letter-spacing:0px; margin-top:0px;
/*background: linear-gradient(to bottom, #0197db, #0153b3);
-webkit-background-clip: text;
color: transparent;*/
}
.top_bg .top .info .tit strong { color:#ef711f;}
.top_bg .top .info .tit1 { font-size:16px; line-height:30px; color:#b0b0b0; letter-spacing:5.5px; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}

.top_bg .top .lang_link { position:absolute; right:14px; top:14px; font-size:16px;}
.top_bg .top .lang_link a { width:80px; height:38px; line-height:38px; display:inline-block; border-radius:19px; background:#023768; color:#2074df; text-align:center; position:relative; padding-left:35px;}
.top_bg .top .lang_link .icon_lang { width: 38px; height: 38px; fill: currentColor; overflow: hidden; position:absolute; left:0; top:0px; left:2px;}
.top_bg .top .lang_link .icon_lang1 { width: 30px; height: 30px; fill: currentColor; overflow: hidden; position:absolute; left:0; top:4px; left:5px;}
.top_bg .top .lang_link a:hover,
.top_bg .top .lang_link a.hover { background:#fff;}

.top_bg .top .ad_text { position:absolute; left:34%; top:53%;}
.top_bg .top .toplink { height:63px;  line-height:63px; position:absolute; top:0; left:26px; color:#fff; font-size:16px;}
.top_bg .top .toplink .icon { display:inline-block; line-height:40px; font-size:40px; margin-right:5px; color:#2570d2; position:relative; top:6px;}
.top_bg .top .toplink .tel { display:inline-block; position:relative; margin:0 10px;}
.top_bg .top .toplink a { line-height:39px; color:#bfa22a; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#bfa22a;}
.top_bg .top .toplink .qrcodebox { width:104px; height:104px; position:absolute; left:20px; top:45px; border-left:0; background:#fff; border:1px solid #ccc; padding:5px; border-radius:2px; display:none;}

.top_bg .top .searchbox { width:53px; height:53px; overflow:visible; position:absolute; top:43px; right:24px; background:#079a94; border-radius:26.5px; display:none;}
.top_bg .top .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.top_bg .top .searchbox .keys { width:0; height:53px; line-height:53px; color:#fff; border:0; position:absolute; right:0; top:0px; text-indent:20px;  background:#079a94; border-radius:26.5px; z-index:1;}
.top_bg .top .searchbox .submit { width:40px; height:32px; line-height:32px; background:none; font-size:0px; border:0; position:absolute; right:0; top:0; color:#fff; cursor:pointer; z-index:2;}
.top_bg .top .searchbox i { width:53px; height:53px; line-height:53px; font-size:24px; color:#fff; position:absolute; right:0; top:0; text-align:center; z-index:2;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:280px;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px;}
.top_bg .top .searchbox:hover i { color:#fff;}
.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;}

.topbox_bg { height:auto; overflow:visible; position:relative; margin-top:20px; z-index:999;}
.topbox_bg .topbox { margin:0 38px; margin-top:0px; padding-left:680px; height:105px; overflow:visible; position:relative; background:#f8f8f8; /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);text-shadow: 0 1px #ccc, 1px 0 #ccc, -1px 0 #ccc, 0 -1px #ccc;*/}

.topbox_bg .topbox .telbox { height:auto; overflow:hidden; color:#575757; padding-left:110px; float:left; margin-top:25px;}

.topbox_bg .topbox .telbox .tit { width:85px; height:85px; font-size:20px; line-height:24px; color:#fff; background:url(../images/telbox_tit_bg.png) center center no-repeat; float:left; margin:0 0 0 -110px; text-align:center;}
.topbox_bg .topbox .telbox .tit p { margin-top:15px;}
.topbox_bg .topbox .telbox .lab { color:#222222; line-height:20px; font-size:16px; margin-top:10px;}
.topbox_bg .topbox .telbox .lab .icon { font-size:16px; color:#079a94; line-height:20px; margin-right:5px;}
.topbox_bg .topbox .telbox .tel { color:#d11414; font-size:36px; font-weight:bold; line-height:50px;}
.topbox_bg .topbox .key { line-height:68px; display:inline-block;}
.topbox_bg .topbox .search_box { float:right; width:30%; height:auto; overflow:hidden; margin-top:30px; margin-right:5%;}
.topbox_bg .topbox .icon_link { float:left; height:100px; position:absolute; right:0; bottom:0px; left:420px; }
.topbox_bg .topbox .icon_link li { width:16.66666666666667%; float:left; text-align:center; position:relative;}
.topbox_bg .topbox .icon_link li:before { content:''; width:1px; height:56px; background:#e9e9e9; position:absolute; left:0; top:50%; margin-top:-28px;}
.topbox_bg .topbox .icon_link li .icon { font-size:40px; color:#079a94; line-height:40px; text-align:center;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.topbox_bg .topbox .icon_link li .tit { color:#222222; line-height:40px; font-size:16px;}
.topbox_bg .topbox .icon_link li:hover .icon { font-weight:bold; -webkit-animation-name: rubberBand; animation-name: rubberBand;}

.topbox_bg .topbox .searchbox { width:338px; height:46px; overflow:visible; position:absolute; right:30px; top:50%; margin-top:-23px;}
.topbox_bg .topbox .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.topbox_bg .topbox .searchbox .search_type { width:100px; height:51px; line-height:51px; border:0; text-align:center; color:#a82223; float:left; position:relative; cursor:pointer; text-align:left; text-indent:25px;}
.topbox_bg .topbox .searchbox .search_type:after { content:''; display:inline-block; z-index:1; width:12px; height:0px; float:right; position:absolute; right:10px; top:50%; margin-top:-7px; text-indent:0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #a82223;
	border-right: 0px solid transparent;
}
.topbox_bg .topbox .searchbox .search_type .search_list { display:none; background:#fff; border:1px solid #ccc;}
.topbox_bg .topbox .searchbox .search_type .search_list a { display:block; line-height:40px;}
.topbox_bg .topbox .searchbox .search_type:hover .search_list { display:block;}
.topbox_bg .topbox .searchbox .type option { text-align:center; color:#a82223;}
.topbox_bg .topbox .searchbox .keys { width:282px; height:31px; line-height:31px; border:0; color:#000; position:absolute; left:0px; top:10px; background:none; font-size:16px; text-indent:0px; border-bottom:1px solid #000;}
.topbox_bg .topbox .searchbox .icon_search { position:absolute; right:0; top:0px; width:46px; height:46px; line-height:46px; font-size:40px; overflow: hidden; text-align:center; color:#015bb8; z-index:2;}
.topbox_bg .topbox .searchbox .submit { width:15%; height:46px; line-height:46px; font-size:16px; border:0; position:absolute; right:-1px; top:-1px; color:#fff; background:none; cursor:pointer; z-index:1;}
.topbox_bg .topbox .searchbox:hover .submit,
.topbox_bg .topbox .searchbox.hover .submit{ margin-top:0px;}
.topbox_bg .topbox .searchbox .keys:-ms-input-placeholder{
    color: #cacaca; opacity:1;/* font-size:12px;*/
}
.topbox_bg .topbox .searchbox .keys::-webkit-input-placeholder{
    color: #cacaca; opacity:1;/* font-size:12px;*/
}
.topbox_bg .topbox .noticebox { height:105px; float:left; padding-left:160px; margin:0 0 0 -680px;}
.topbox_bg .topbox .noticebox dt { width:160px; height:105px; line-height:105px; text-align:center; float:left; margin:0 0 0 -160px;}
.topbox_bg .topbox .noticebox dt .icon { font-size:30px; color:#015bb8; line-height:105px; float:left; margin-left:30px;}
.topbox_bg .topbox .noticebox dt .tit { font-size:16px; color:#424242; line-height:105px; float:left; margin-left:10px;}
.topbox_bg .topbox .noticebox dd { width:100%; height:auto; overflow:hidden;}
.topbox_bg .topbox .noticebox dd .notice_list { width:470px; height:105px; overflow:hidden; font-size:16px;}
.topbox_bg .topbox .noticebox dd .notice_list li { width:100%; height:105px; line-height:105px;}
.topbox_bg .topbox .noticebox dd .notice_list li a { width:100%; display:block; color:#424242; overflow: hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.topbox_bg .topbox .noticebox dd .notice_list li .time { float:right;}
.topbox_bg .topbox .noticebox dd .notice_list li .time:after { content:''; display:inline-block; width:16px; height:10px; margin-left:20px; background:url(../images/notice_list_icon.png) center center no-repeat;}

.topbox_bg .topbox .hotkeys { height:105px; line-height:105px; float:left; color:#393838; font-size:16px;}
.topbox_bg .topbox .hotkeys a { color:#393838;}
/*主导航样式*/
.navmenu_bg { height:58px; position:relative; z-index:999999; background:#2c4e96;}

.navmenu { max-width:1440px; min-width:960px; height:58px; margin:0 auto; overflow:visible;}
.navmenu #menu { width:100%; height:58px; position:relative; font-size:16px;/* background:url(../images/navmenu_spa.png) left center no-repeat;*/}
.navmenu #menu li { width:12.5%; height:58px; float:left; position:relative; /* background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li.home { }
.navmenu #menu li.home:before { content:''; width:0px; height:18px; position:absolute; left:-1px; top:50%; margin-top:-9px; display:block; overflow:hidden; border-left:1px solid #fff; border-right:1px solid #fff;}
/*.navmenu #menu li.home:before { content:''; width:1px; height:57px; position:absolute; left:0px; top:0; display:block; overflow:hidden; background:#d7d7d7;}*/
.navmenu #menu li.home:after { background:none;}
.navmenu #menu li:after { content:''; width:0px; height:18px; position:absolute; right:-1px; top:50%; margin-top:-9px; display:block; overflow:hidden; border-left:1px solid #fff; border-right:1px solid #fff;}
.navmenu #menu li a { display:block; width:100%; height:58px; overflow:hidden; line-height:58px; text-align:center; position:relative; top:0px; color:#fff; text-align:center;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/}
.navmenu #menu li:hover a .cn,.navmenu #menu li.hover a .cn{ /*color:#0657a8; background:#dd1e19;*/}
.navmenu #menu li:hover a .en{ color:#83bbba;}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a ,.navmenu #menu li:hover a{ /*color:#df0b14; font-weight:bold; background:#dd1e19; color:#bf1010;*/}
.navmenu #menu li.hover,.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#bf1010;/* letter-spacing:2px; */}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li a:before{
	/*content: '';
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:-18px;
	width:7px;
	height:7px;
	background:#b40006;
	z-index:-1;
	border-radius:50%;
	-webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;*/
}
.navmenu #menu li a:after{
	content: '';
	position:absolute;
	left:0%;
	margin-left:0;
	bottom:0px;
	width:100%;
	height:0%;
	background:#b01e29;
	z-index:-1;
	/*border-radius:5px 5px 0 0 ;*/
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
	
	/*border-top: 0px solid transparent;
	border-bottom: 11px solid #1e5696;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;*/
}
.navmenu #menu li:hover a:after,
.navmenu #menu li.hover a:after { height:100%;}
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { }
/*二级菜单*/
.navmenu #menu li .subnav { width:90%; height:auto; overflow:hidden; display:none; position:absolute; top:58px; left:0%; background:#b01e29; padding:0% 5%; /*background:rgba(167,114,92,.95);*/ background-size:100% 100%; font-size:16px; font-weight:normal;}
.navmenu #menu li .subnav a { display:block; line-height:50px; width:100%; height:50px; font-weight:normal; color:#000; background:#f2f2f2; position:relative; top:0; margin:10px 0;}
.navmenu #menu li .subnav a:before { display:none;}
.navmenu #menu li .subnav a:after { background:none; color:#fff;}
.navmenu #menu li .subnav a:hover { color:#fff; background:#015bb8;}
.navmenu #menu li .subnav a:hover:before { background:#2a5e6b;}
.navmenu #menu li.lang_switch { }
.navmenu #menu li.lang_switch .lang_curr { width:134px; text-align:center; position:relative;}
.navmenu #menu li.lang_switch .lang_curr:before { content:''; width:13px; height:13px; background:url(../images/icon_zh.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; } 
.navmenu #menu li.lang_switch .lang_curr.zh:before { background:url(../images/icon_zh.png) center center no-repeat;} 
.navmenu #menu li.lang_switch .lang_curr.en:before { background:url(../images/icon_global.png) center center no-repeat; }
.navmenu #menu li.lang_switch .lang_curr:after { content:''; width:9px; height:8px; background:url(../images/icon_down.png) center center no-repeat; left:auto; right:10px; top:50%; margin-top:-4px;}
.navmenu #menu li.lang_switch .lang_list { display:none;}
.navmenu #menu li.lang_switch:hover .lang_list { display:block;}
.navmenu #menu li.lang_switch:hover .lang_list a { line-height:30px; height:30px; width:134px; background:#fff; border-radius:5px; position:relative;}
.navmenu #menu li.lang_switch .lang_list a.lang_en:before { content:''; width:13px; height:13px; background:url(../images/icon_global.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; }
.navmenu #menu li.lang_switch .lang_list a.lang_zh:before { content:''; width:13px; height:13px; background:url(../images/icon_zh.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; }
.navmenu #menu li.lang_switch:hover .lang_list a:after { display:none;}
.bannerBox{ height:auto; overflow:hidden; position:relative; margin-top:0px;}
.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:960px; 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:960px; 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:#fff; width:53px; border:1px solid #fff; 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;}
.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;}

/*新闻资讯*/
.newsbox_bg { height:auto; overflow:hidden; padding-bottom:70px; background:url(../images/newsbox_bg_x.png) bottom center repeat-x;}
.newsbox { height:auto; overflow:visible; position:relative; margin:0 38px; margin-top:40px; padding-left:323px;}
.newsbox dt { width:287px; height:510px; overflow:visible; position:relative; float:left; margin:0 0 0 -323px;}
.newsbox dt .line { width:32px; height:2px; background:#015bb8; margin-top:15px;}
.newsbox dt .tit { font-size:30px; line-height:50px; color:#015bb8;}
.newsbox dt .tit1 { font-size:18px; line-height:40px; text-transform:uppercase; color:#232323;}
.newsbox dt .more { width:100%; height:65px; line-height:65px; display:block; overflow:hidden; font-size:16px; margin-top:40px; color:#015bb8; position:absolute; left:0; bottom:0; margin-top:5px; z-index:1;}
.newsbox dt .more i { width:65px; line-height:65px; display:inline-block; font-size:30px; color:#015bb8; text-align:center; position:absolute; right:40%; top:0;}
.newsbox dt .more:after { content:''; display:block; position:absolute; left:0; bottom:0; height:5px; background:#015bb8; width:100%;}

.newsbox dt .tabs { width:100%; height:auto; line-height:67px; margin-top:30px;}
.newsbox dt .tabs a { width:100%; height:67px; font-size:18px; color:#2a2a2a; background:#fff; display:block; line-height:67px; margin-top:9px; position:relative;}
.newsbox dt .tabs a:before { content:'■'; display:inline-block; position:relative; margin:0 20px; top:-2px;}
.newsbox 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 #015bb8;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { background:#015bb8; color:#fff;}
.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 dd{ width:100%; height:auto; overflow:visible; float:left; margin-top:0px; position:relative;}
.newsbox dd .news_box { height:auto; overflow:hidden; padding-left:496px; margin-top:20px;}
/*图片新闻列表样式*/
.newsbox dd .news_title { width:100%; height:70px; line-height:70px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
.newsbox dd .news_title .tit { color:#000; font-size:18px; line-height:70px; font-weight:bold; float:left;}
.newsbox dd .news_title .more { color:#000; font-size:18px; float:right; text-transform:uppercase;}
.newsbox .pic_news_list_scroll { width:469px; height:auto; overflow:hidden; position:relative; float:left; margin:0 0 0 -496px;}
.newsbox dd .pic_news_list { width:640px; height:auto; overflow:visible;}
.newsbox dd .pic_news_list li { width:100%; height:auto; overflow:hidden; position:relative; margin:0; float:left;}
.newsbox dd .pic_news_list li a { display:block; height:auto; overflow:hidden; background:#fff; }
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden; display:block; position:relative;}
.newsbox dd .pic_news_list li .pic:after { content:''; position:absolute; width:100%; height:100%; left:-100%; border:0; background:url(../images/news_pic_mask.png) 0 0 no-repeat; background-size:auto 100%;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.newsbox dd .pic_news_list li a:after { content:''; position:absolute; left:0; top:0; bottom:0; right:0; z-index:999;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.newsbox dd .pic_news_list li .brief { /*width:100%;*/ height:auto; overflow:hidden; position:relative; border:1px solid #cbcbcb; border-top:0px;}
.newsbox dd .pic_news_list li:hover .pic:after { left:0;}
.newsbox dd .pic_news_list li .margin { margin:30px 30px;}
.newsbox dd .pic_news_list li .title { height:auto; overflow:hidden; padding-right:100px;}
.newsbox dd .pic_news_list li .date { width:70px; height:auto; overflow:hidden; color:#2a2a2a; float:right; margin:0px -100px 0 0; text-align:center; z-index:1;}
.newsbox dd .pic_news_list li .date .d { font-size:45px; line-height:50px; font-weight:bold; color:#015bb8;}
.newsbox dd .pic_news_list li .date .y-m { display:inline-block; font-size:14px; line-height:20px;}
.newsbox dd .pic_news_list li .year { width:65px; height:20px; line-height:20px; text-align:center; float:right; margin:20px -116px 0 0; background:#35a9a3; color:#fff;}
.newsbox dd .pic_news_list li .time { float:right; font-weight:bold; font-size:18px; color:#0436ba;}
.newsbox dd .pic_news_list li .tit { width:100%; line-height:30px; height:60px; overflow: hidden; color:#2a2a2a; font-size:18px; float:left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .des { width:100%; position:relative; height:48px; overflow:hidden; line-height:24px; margin-top:10px; margin-bottom:40px; font-size:14px; color:#676767; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .more { width:100%; height:111px; line-height:111px; overflow:hidden; font-size:14px; color:#949494; position:relative; float:right; position:relative; border-top:1px solid #cbcbcb; margin-top:30px;}
.newsbox dd .pic_news_list li .more:after { content:'>'; font-family:'微软雅黑'; color:#015bb8; position:absolute; right:0; top:50%; margin-top:-18px; width:37px; height:37px; line-height:37px; text-align:center; border:1px solid #d2d2d2; border-radius:50%; overflow:hidden; font-size:18px; font-weight:bold;}
.newsbox dd .pic_news_list li:hover .more { color:#d2d2d2;}
.newsbox dd .pic_news_list li:hover .brief { border:1px solid #015bb8; border-top:0px;}
.newsbox dd .pic_news_list li:hover a { background:#015bb8;}
.newsbox dd .pic_news_list li:hover .tit { color:#fff;}
.newsbox dd .pic_news_list li:hover .date,
.newsbox dd .pic_news_list li:hover .date .d,
.newsbox dd .pic_news_list li:hover .des { color:#fff;}
.newsbox dd .pic_news_list li:hover .more:hover:after { border-top:1px solid #fff;}
.newsbox dd .pic_news_list li:hover .more:after { color:#fff; border:1px solid #fff;}

.newsbox dd .news_list_scroll {  width:48%; height:auto; overflow:hidden; float:right;}
.newsbox dd .news_list { width:100%; height:auto; overflow:hidden; float:left;}
.newsbox dd .news_list li { width:100%; height:auto; overflow:hidden; position:relative; margin-bottom:10px;}
.newsbox dd .news_list li a { display:block; height:90px; overflow:hidden; padding-left:107px;}
.newsbox dd .news_list li .time { float:left; font-size:16px; color:#000; margin-right:20px; position:relative; top:-2px;}
.newsbox dd .news_list li .time .icon { font-size:25px; line-height:40px; color:#bf1010; position:relative; top:2px; margin-right:5px;}
.newsbox dd .news_list li .date { width:80px; height:auto; overflow:hidden; color:#505050; position:relative; text-align:center; margin:10px 0 0 -80px; float:left; text-align:left;}
.newsbox dd .news_list li .date .d { width:100%; font-size:45px; line-height:50px; margin-top:0px; font-weight:bold; color:#015bb8;}
.newsbox dd .news_list li .date .y-m { width:100%; font-size:14x; height:20px; line-height:20px;}
.newsbox dd .news_list li .brief { width:95%; height:auto; overflow:hidden; float:left; margin-top:20px;}
.newsbox dd .news_list li .tit { width:100%; font-size:18px; line-height:30px; height:30px; margin-top:0px; overflow:hidden; color:#000; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .news_list li .des { width:100%; height:30px; overflow:hidden; line-height:30px; margin-top:0px; font-size:16px; color:#a0a0a0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; position:relative;}
.newsbox dd .news_list li .margin { margin:10px 20px; overflow:hidden;}
.newsbox dd .news_list li .more { float:right; color:#bf1010; font-size:16px;}
.newsbox dd .news_list li .pic { width:187px; display:block; overflow:hidden; margin:0 0 0 -234px; float:left; border:10px solid #fff;}
.newsbox dd .news_list li:hover .pic { border:10px solid #242bb1;}
.newsbox dd .news_list li:hover a { background:#015bb8;}
.newsbox dd .news_list li:hover .tit,
.newsbox dd .news_list li:hover .tit1,
.newsbox dd .news_list li:hover .date,
.newsbox dd .news_list li:hover .des,
.newsbox dd .news_list li:hover .more { color:#fff;}
.newsbox dd .news_list li:hover .date .d { color:#fff;}


.newsbox dd .news_list li.line {  border-bottom:1px dashed #cecece; padding-bottom:15px; margin-bottom:20px;}
.newsbox dd .ctrl_box { width:100%; height:25px;}
.newsbox dd .news_list_scroll .prev { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:left;}
.newsbox dd .news_list_scroll .next { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:right;}
.newsbox dd .news_list li.top_news { font-size:18px; font-weight:bold; color:#db0a0a; border-bottom:1px dashed #cecece; padding:15px 0; padding-bottom:30px; margin-bottom:20px;}
.newsbox dd .news_list li.top_news a { font-weight:bold; color:#db0a0a; line-height:23px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; white-space:normal; text-align:center;}
.newsbox dd .news_list li.top_news .time { display:none;}
.newsbox dd .news_list li.top_news:before { display:none;}

.newsbox dd .news_more { width:176px; height:55px; line-height:55px; display:block; text-align:center; background:#244ea2; font-size:14px; margin:0 auto; margin-top:41px; color:#fff; position:relative; }
.newsbox dd .news_more:after { content:'>'; display:inline-block; margin-left:30px;}

/*页面布局*/
.indexbox{  max-width:1440px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.ny_banner { width:100%; height:auto; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; margin-top:0px; border-bottom:5px solid #015bb8;}


.aboutbox_bg { height:auto; overflow:hidden; background:url(../images/aboutbox_bg_bottom_x.png) bottom center repeat-x;/* background-size:cover;*/ padding-bottom:63px; position:relative;}
/*关于我们*/
.aboutbox { margin:0 38px; height:auto; overflow:visible; position:relative; margin-top:60px;}
.aboutbox dt { width:100%; height:auto; overflow:hidden;}
.aboutbox dt .title { float:left; height:auto; overflow:hidden; margin-left:30px;}
.aboutbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba; margin:0 0 0 -160px;}
.aboutbox dt .tit { font-size:30px; line-height:50px; color:#222222; font-weight:bold;}
.aboutbox dt .tit1 { font-size:18px; line-height:30px; text-transform:uppercase; color:#079a94;}
.aboutbox dt .more { width:58px; height:58px; text-align:center; line-height:58px; background:#0436ba url(../images/more_app.png) center center no-repeat; border-radius:50%; display:inline-block; font-size:48px; margin:10px; color:#fff; float:right;}
.aboutbox dt .more:hover { background-color:#c31612;}
.aboutbox dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:30px; z-index:1;}
.aboutbox dd .about_box { height:auto; overflow:visible; padding-right:719px;}
.aboutbox dd .tabs { width:324px; height:auto; overflow:hidden; float:left; margin:30px 0 0 -400px;}
.aboutbox dd .tabs li { width:324px; height:87px; margin:20px 0;}
.aboutbox dd .tabs li .title { height:auto; height:auto; margin-left:80px; margin-top:18px;}
.aboutbox dd .tabs li .tit { font-size:24px; line-height:30px; color:#424242;}
.aboutbox dd .tabs li .tit1 { font-size:12px; line-height:20px; color:#787878; text-transform:uppercase;}
.aboutbox dd .tabs li a { display:block; width:324px; height:87px; overflow:hidden;}
.aboutbox dd .tabs li a:hover .tit,
.aboutbox dd .tabs li a.hover .tit { color:#fff;}
.aboutbox dd .tabs li a:hover .tit1,
.aboutbox dd .tabs li a.hover .tit1 { color:#d1d1d1;}
.aboutbox dd .tabs li a:hover,
.aboutbox dd .tabs li a.hover { background:#bf1010;}
.aboutbox dd .tabs li.num { margin-top:60px;}
.aboutbox dd .tabs li.num:before { content:''; background:#000000; width:113px; height:2px; display:inline-block; position:relative; top:-10px; margin-right:10px;}
.aboutbox dd .tabs li.num .curr { color:#030303; font-size:30px; font-style:italic;}
.aboutbox dd .tabs li.num .total { color:#6a6a6a; font-size:14px; font-style:italic;}
.aboutbox dd .about_pic_slide { width:100%; height:auto; overflow:visible; float:left; margin-top:-95px; position:relative;}
.aboutbox dd .about_pic_slide .brief { width:100%; background:#079a94; color:#fff; height:auto; overflow:visible; position:absolute; left:0; bottom:0;}
.aboutbox dd .about_pic_slide .brief .margin { margin:20px 40px; height:auto; overflow:hidden;}
.aboutbox dd .about_pic_slide .brief .tit { font-size:24px; line-height:40px;}
.aboutbox dd .about_pic_slide .brief .des { width:100%; height:72px; font-size:14px; line-height:24px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about_pic_slide .brief .more { background:#bf1010; width:60px; height:57px; line-height:57px; text-align:center; position:absolute; right:-20px; top:14px; color:#fff; font-size:36px;}

.aboutbox dd .about_text { width:100%; height:190px; overflow:hidden; color:#5c5c5c; font-size:16px; line-height:38px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; margin-top:0px; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about_more { width:207px; height:44px; line-height:44px; display:block; overflow:hidden; text-align:center; background:#e30000; font-size:16px; margin-top:40px; color:#fff; position:relative; border-radius:0px; letter-spacing:2px;}
.aboutbox dd .about_more:after { content:'→'; display:inline-block; margin-left:50px;}
.aboutbox dd .companybox { position:relative; height:auto; overflow:hidden; text-align:center;}
.aboutbox dd .companybox .line { height:1px; background:#c8c8c8; position:absolute; left:0; top:51%; right:0; z-index:-1;}

.aboutbox dd .icon_list { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.aboutbox dd .icon_list li { width:209px; height:181px; float:left; margin:10px 30px; text-align:center; background:url(../images/about_icon_box.png) center center no-repeat;}
.aboutbox dd .icon_list li .icon { width:50px; height:50px; margin:0 auto; margin-top:18%; overflow:hidden;}
.aboutbox dd .icon_list li .tit { font-size:23px; line-height:70px; color:#0054b9;}
.aboutbox dd .icon_list li .des { color:#535353; line-height:28px; margin-top:10px;}
.aboutbox dd .icon_list li:hover .icon {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
.aboutbox dd .com { height:auto; overflow:hidden; margin-left:20px;}
.aboutbox dd .com .cn { color:#182d62; font-size:25px; font-weight:bold; margin-top:30px;}
.aboutbox dd .com .cn span { color:#e40620;}
.aboutbox dd .com .en{ font-size:14px; font-family:'Arial'; color:#b6b6b6}
.aboutbox dd .about { width:100%; height:auto; overflow:visible; position:relative; float:left;}
.aboutbox dd .about .icon { font-size:50px; color:#244ea2; line-height:80px;}
.aboutbox dd .about .tit { font-size:30px; color:#015bb8; line-height:50px; position:relative; margin-top:0px;}
.aboutbox dd .about .tit1 { font-size:12px; color:#999; line-height:30px; position:relative; margin-top:0px; text-transform:uppercase;}
.aboutbox dd .about .company_name { font-size:18px; color:#000; line-height:30px; position:relative; margin-top:50px; font-weight:bold;}
.aboutbox dd .about .company_name:after { content:'—'; display:block;}
.aboutbox dd .about .margin { margin:0 27px; height:auto; overflow:hidden;}
.aboutbox dd .about .more { width:130px; height:40px; line-height:40px; display:block; overflow:hidden; text-align:center; background:#015bb8; font-size:16px; margin-top:40px; color:#fff; position:relative; border-radius:0px;}
.aboutbox dd .about .text { width:100%; height:210px; overflow:hidden; color:#6b6b6b; font-size:16px; line-height:30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical; margin-top:20px; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .line { height:1px; width:100%; margin:30px 0; overflow:hidden; background:#122e96;}
.aboutbox dd .about .about_text strong { font-size:18px; color:#2945aa; font-weight:600;}
.aboutbox dd .about_pic { width:651px; float:right; height:auto; overflow:hidden; margin-top:0px; margin:0px -719px 0 0px;}

.aboutbox dd .about_pic .swiper-container { position:relative;}
.aboutbox dd .about_pic .swiper-pagination { position:absolute; bottom:0px; left:0%; text-align:center; z-index:999; height:12px;}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-bullet { width:14px; height:14px; border-radius:50%; background:none; opacity:1; margin:0 10px; cursor:pointer; border:2px solid #fff;}
.aboutbox dd .about_pic .swiper-container-horizontal>.swiper-pagination-bullets,
.aboutbox dd .about_pic .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:40px;
}
.aboutbox dd .about_pic .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#d71518; border:2px solid #d71518;}
.aboutbox dd .about_pic .about_pic_prev,
.aboutbox dd .about_pic .about_pic_next { display:block; width:60px; height:60px; border-radius:50%; font-size:30px; color:#fff; line-height:60px; cursor:pointer; overflow:hidden; background:#000; background:rgba(0,0,0,.4); text-align:center; position:absolute; left:2%; top:50%; margin-top:-30px; z-index:1;}
.aboutbox dd .about_pic .about_pic_prev { font-size:35px; position:absolute; right:2%; left:auto;}

.aboutbox dd .about_point { width:100%; height:auto; overflow:hidden; margin-top:77px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:center; align-items:center; border:1px solid #e3e3e3; background:#fff;}
.aboutbox dd .about_point li { width:25%; height:auto; margin-top:20px; overflow:hidden; float:left; position:relative; text-align:center;}
.aboutbox dd .about_point li a { color:#000; display:block; padding:10px 0;}
.aboutbox dd .about_point li:after { content:''; width:1px; height:86px; background:#e6f1fe; position:absolute; left:0; top:50%; margin-top:-50px;}
.aboutbox dd .about_point li .num { font-size:60px; line-height:60px; position:relative; font-weight:bold;
background: linear-gradient(to right, #88d4f9, #0385e0, #0155cb, #004ac6);
-webkit-background-clip: text;
color: transparent;
}
.aboutbox dd .about_point li .unit{ margin-left:0px; font-size:16px; color:#054dc3;}
.aboutbox dd .about_point li .tit { font-size:14px; line-height:18px; color:#323232;}
.aboutbox dd .about_point li .tit:after { content:'—'; display:block;}

.aboutbox dd .about_link { width:100%; height:auto; margin-top:55px; overflow:hidden; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding:25px 0;}
.aboutbox dd .about_link a { display:block; width:33%; height:auto; float:left; text-align:center; position:relative;}
.aboutbox dd .about_link a:before { content:''; position:absolute; left:0%; top:50%; margin-top:-40px; height:100%; width:1px; height:79px; background:#e5e5e5;}
.aboutbox dd .about_link a:nth-child(1):before { display:none;}
.aboutbox dd .about_link a .margin { margin:20px 0px; height:auto; overflow:hidden;display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center;}
.aboutbox dd .about_link a .icon { width:60px; height:60px; line-height:60px; font-size:52px; text-align:center; color:#015bb8; float:right; margin-right:10%;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aboutbox dd .about_link .info { float:left; height:auto; overflow:hidden; text-align:left; margin-left:10%;}
.aboutbox dd .about_link a .tit { font-size:22px; line-height:40px; color:#1a1a1a;}
.aboutbox dd .about_link a .tit1 { color:#6b6b6b; font-size:12px; line-height:20px; text-transform:uppercase;}
.aboutbox dd .about_link a:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand; color:#bf1010; }
.aboutbox dd .about_link a:hover .tit{ color:#bf1010;}

.aboutbox dd .about_other { width:708px; height:auto; position:relative; float:right; margin:0 -708px 0 0;}
.aboutbox dd .about_other .pic { display:block; overflow:hidden; float:right;}
.aboutbox dd .about_other .info { margin:0 90px;}
.aboutbox dd .about_other .tit { font-size:41px; line-height:48px; font-weight:bold; color:#c1a329;}
.aboutbox dd .about_other .tit:after { content:'-'; display:block; color:#fff;}
.aboutbox dd .about_other .tit1 { font-size:14px; line-height:24px; color:#fff; margin-top:20px;}
.about_us_box { width:915px; height:171px; background:#ff9212; float:right;}
.about_us_box dt { width:296px; height:171px; float:left;}
.about_us_box dt .tit { font-size:36px; font-weight:bold; line-height:50px; color:#fff; margin-left:20%; margin-top:15%;}
.about_us_box dt .more { font-size:17px; color:#fff; text-transform:uppercase; margin-left:20%;}
.about_us_box dd .about_link { float:right; margin-top:55px; margin-right:55px;}
.about_us_box dd .about_link a { display:inline-block; margin:0 8px;}
.about_us_box dd .about_link a:hover {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
/*企业简介*/
.about_us { max-width:1200px; min-width:960px; height:auto; margin:0 auto; margin-top:40px; overflow:hidden;}
.about_us dt { width:100%; height:auto; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.about_us dt .line1 { display:block; width:88px; height:4px; background:#0262b8; border-radius:2px; margin:0 auto;}
.about_us dt .tit { color:#002c77; font-size:32px; font-weight:bold; position:relative; display:inline-block; margin-top:5px;}
.about_us dt .cred { color:#c70000;}
.about_us dt .line { width:45px; height:1px; display:inline-block; background:#a0a0a0; position:relative; top:-10px; margin:0 15px;}
.about_us dt .tit1 { color:#2f2f2f; font-size:15px; text-transform:uppercase; line-height:40px; margin-top:5px;}
.about_us dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.about_us dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.about_us dd .about_us_point { width:100%; height:auto; overflow:hidden;}
.about_us dd .about_us_point li { width:33.333333%; height:auto; overflow:hidden; float:left; text-align:center;}
.about_us dd .about_us_point li .num { color:#a0a0a0; font-size:88px;  font-weight:bold; line-height:80px; font-family:'GENUIB';}
.about_us dd .about_us_point li .tit { color:#505050; line-height:60px; font-size:18px;}
.about_us dd .des { text-align:center; line-height:30px; color:#626262; font-size:15px;}
.about_us dd .about_box { width:100%; height:auto; overflow:hidden;}
.about_us dd .about_box .about { width:56%; height:359px; float:left;}
.about_us dd .about_box .about .tit { color:#fffefe; font-size:30px; margin:10% 0 5% 10%;}
.about_us dd .about_box .about .des { color:#fffefe; line-height:24px; width:80%; height:96px; margin:5% 0 5% 10%; text-align:justify; text-justify:distribute-all-lines; font-size:16px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align:left;}
.about_us dd .about_box .about .more { display:block; width:123px; height:36px; line-height:36px; text-align:center; color:#ffbfc3; border:1px solid #ffbfc3; margin:5% 0 0 10%; float:left;}
.about_us dd .about_box .about .more:hover { background:#ffbfc3; color:#ae2c34;}
.about_us dd .about_box .picbox { width:35%; float:left; height:auto; overflow:hidden;}

.slideBox { position:relative;}
.slideBox .prev { display:block; width:53px; height:97px; position:absolute; left:-80px; top:50%; margin-top:-48.5px; background:url(../images/slide_ctrl_left.png) center center no-repeat;}
.slideBox .next { display:block; width:53px; height:97px; position:absolute; right:-80px; top:50%; margin-top:-48.5px; background:url(../images/slide_ctrl_right.png) center center no-repeat;}
/*产品展示*/
.productbox_bg { height:auto; overflow:hidden; background:url(../images/productbox_bg.png); padding-bottom:69px;}
.productbox { height:auto; overflow:auto; margin:0 38px; margin-top:62px; padding-left:340px;}
.productbox dt { width:287px; height:auto; min-height:794px; overflow:visible; float:left; margin:0 0 0 -340px; position:relative;}
.productbox dt .title { float:left; height:auto; overflow:hidden; padding-left:180px;}
.productbox dt .icon { float:left; font-size:70px; line-height:80px; color:#0436ba; margin:0 0 0 -160px;}
.productbox dt .tit { font-size:30px; line-height:50px; color:#015bb8;}
.productbox dt .tit1 { font-size:18px; line-height:40px; text-transform:uppercase; color:#232323;}
.productbox dt .more { width:100%; height:65px; line-height:65px; display:block; overflow:hidden; font-size:16px; margin-top:40px; color:#015bb8; position:absolute; left:0; bottom:0; margin-top:5px; z-index:1;}
.productbox dt .more i { width:65px; line-height:65px; display:inline-block; font-size:30px; color:#015bb8; text-align:center; position:absolute; right:40%; top:0;}
.productbox dt .tabs { width:100%; height:auto; line-height:67px; margin-top:30px;}
.productbox dt .more:after { content:''; display:block; position:absolute; left:0; bottom:0; height:5px; background:#015bb8; width:100%;}
.productbox dt .tabs a { width:100%; height:67px; font-size:18px; color:#2a2a2a; background:#fff; display:block; line-height:67px; margin-top:9px; position:relative;}
.productbox dt .tabs a:before { content:'■'; display:inline-block; position:relative; margin:0 20px; top:-2px;}
.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 #015bb8;
border-right: 0px solid transparent;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.productbox dt .tabs a:hover,
.productbox dt .tabs a.hover { background:#015bb8; color:#fff;}
.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 .product_ctrl { height:auto; overflow:hidden; float:right; font-size:0;}
.productbox dt .product_ctrl a { width:58px; height:58px; text-align:center; line-height:58px; background:#0436ba; border-radius:50%; display:inline-block; font-size:24px; margin:10px; color:#fff;}
.productbox dt .product_ctrl a:hover { background:#c31612;}
.productbox dt .product_ctrl a.product_prev:after { content:'<';}
.productbox dt .product_ctrl a.product_next:after { content:'>';}
.productbox dd .product_sort_box { width:342px; position:relative; height:531px; overflow:visible; margin-top:0px; margin:0 0 0 -370px; background:#004cc6; float:left;}
.productbox dd .product_sort_box:after { content:''; height:77px; position:absolute; left:-20%; right:-20%;}
.productbox dd .product_sort_box .icon { float:left; font-size:38px; line-height:77px; color:#000;}
.productbox dd .product_sort_box .more { float:right; font-size:16px; text-transform:uppercase; color:#5e5e5e; line-height:77px; position:relative; z-index:2;}
.productbox dd .product_sort { height:auto; overflow:visible; line-height:72px; font-size:16px; margin-top:10px; margin-left:25px; margin-right:25px; position:relative; z-index:1; text-align:center;}
.productbox dd .product_sort li { width:100%; height:72px; overflow:visible; line-height:72px; position:relative; display:inline-block; margin:0 10px; position:relative;}
.productbox dd .product_sort a { width:100%; height:72px; line-height:72px; color:#fff; display:block; text-align:left; position:relative;}
.productbox dd .product_sort li a:before { content:''; width:0%; height:8px; background:#0436ba; position:absolute; left:0%; bottom:23px; z-index:-1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.productbox dd .product_sort li a:after { content:''; position:absolute; right:5px; top:0; line-height:72px; font-family:'微软雅黑';
-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 dd .product_sort li a:hover,
.productbox dd .product_sort li a.hover { color:#ffc81c;}

.productbox dd .product_sort li a:hover:before,
.productbox dd .product_sort li a.hover:before { width:100%;}
.productbox dd .product_sort li a:hover:after,
.productbox dd .product_sort li a.hover:after { content:'>'; }

.productbox dt .title { display:inline-block;}
.productbox dt .tit2 { font-size:24px; line-height:30px;}
.productbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.productbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { width:100%; height:auto; overflow:visible; float:left; margin-top:0px; position:relative;}
.productbox dd .product_box { height:auto; overflow:visible;}
.productbox dd .product_list_scroll { width:100%; height:auto; overflow:hidden; float:left; margin-top:32px;}
.product_pic_box { padding-right:219px; height:auto; overflow:hidden;}
.product_pic { float:left; width:100%; height:auto; overflow:hidden;}
.product_thumb_list { width:151px; height:auto; overflow:hidden; margin:0 -219px 0 0; float:right;}
.product_thumb_list li { width:100%; height:auto; overflow:hidden; margin-bottom:13px;}
.product_thumb_list li a { display:block; position:relative;}
.product_thumb_list li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:0px solid #ca1111;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);

}
.product_thumb_list li a:hover:after { display:block; border:3px solid #ca1111;}
.product_thumb_list li img { display:block;}
.product_brief { width:100%; height:auto; overflow:visible;}
.product_brief .tit { font-size:24px; font-weight:bold; line-height:50px; color:#122e96; margin-top:10px;}
.product_brief .des { line-height:30px; color:#545454; margin-top:20px;}
.product_brief .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:30px; display:inline-block; margin-bottom:20px;}
.product_brief .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.product_brief .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}


.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox .product_list { width:100%; height:auto; overflow:hidden; /*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; text-align:center; margin-left:2%; margin-bottom: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);
}
.productbox .product_list li.ml0 { margin-left:0;}
.productbox .product_list li .brief { width:100%; height:44px; overflow:visible; position:relative;left:0; bottom:0; z-index:1;}
.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:56px; line-height:56px; text-align:center; font-size:18px; color:#2a2a2a; position:relative; text-align:center; background:#fafafa;/* font-weight:bold;*/  /*background:rgba(0,0,0,.70); z-index:1; position:absolute; left:0; bottom:0;*/}
.productbox .product_list li a { display:block; position:relative; overflow:visible; /* 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 .more { width:100%; color:#fff; background:#e30000; line-height:50px; height:50px; overflow:hidden; font-size:16px; text-align:left; text-indent:20px;}
.productbox .product_list li .more:after { content:' →'; display:inline-block; float:right; margin-right:20px;}
.productbox .product_list li:hover a { }
.productbox .product_list li .pic:after { content:''; position:absolute; left:50%; top:50%; bottom:0%; width:0%; height:0%; background:url(../images/product_list_mask_bg.png); 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 .brief { }
.productbox .product_list li:hover .tit { background:#015bb8; color:#fff;}
.productbox .product_list li:hover .tit:after { }

.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:100%; height:66px; line-height:66px; display:block; overflow:hidden; text-indent:28px; background:#0140aa; font-size:18px; margin:0 auto; margin-top:0px; color:#fff; text-transform:uppercase; position:relative; border-radius:0px; position:absolute; left:0; bottom:0;}
/*四大保障*/
.safeguardbox_bg { height:auto; overflow:hidden; background:url(../images/safeguardbox_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:60px;}
.safeguardbox { margin:0 38px; height:auto; overflow:hidden;}
.safeguardbox dt { width:100%; height:auto; overflow:hidden; text-align:center; margin-top:60px;}
.safeguardbox dt .line { width:32px; height:2px; background:#fff; margin-top:15px; display:inline-block;}
.safeguardbox dt .tit { font-size:30px; line-height:60px; color:#fff;}
.safeguardbox dt .tit span { color:#ffc000;}
.safeguardbox dt .tit1 { font-size:18px; line-height:30px; color:#fff; text-transform:uppercase;}
.safeguardbox dd { width:100%; height:auto; overflow:hidden;}
.safeguardbox dd .safeguard_box { height:auto; overflow:hidden; padding-left:179px; margin-top:40px;}
.safeguardbox dd .tabs { width:106px; height:587px; overflow:hidden; float:left; margin:0 0 0 -179px; position:relative; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between; align-items:center;}
.safeguardbox dd .tabs:after { content:''; width:1px; position:absolute; left:50%; top:30px; bottom:30px; background:url(../images/safeguard_tabs_line.png) repeat-y; z-index:1;}
.safeguardbox dd .tabs a { display:block; width:106px; height:106px; line-height:106px; text-align:center; font-size:24px; color:#000000; background:url(../images/safeguard_tabs_a_bg.png) center center no-repeat; position:relative; z-index:2;}
.safeguardbox dd .tabs a:hover,
.safeguardbox dd .tabs a.hover { font-size:48px; color:#fff; background:url(../images/safeguard_tabs_a_bg1.png) center center no-repeat;}
.safeguardbox dd ul li { width:100%; height:auto; overflow:hidden;}
.safeguardbox dd ul li a { width:100%; height:auto; overflow:hidden; position:relative; display:block;}
.safeguardbox dd ul li .pic { height:auto; overflow:hidden; margin-right:230px; float:left;}
.safeguardbox dd ul li .brief { width:588px; height:366px; background:#fff; position:absolute; right:0; top:50%; margin-top:-183px;}
.safeguardbox dd ul li .brief .margin { margin:40px 47px; height:auto; overflow:hidden;}
.safeguardbox dd ul li .brief .num { font-size:72px; line-height:90px; font-weight:bold; font-style:italic; color:#015bb8;}
.safeguardbox dd ul li .brief .tit { color:#0a0a0a; font-size:24px; line-height:40px;}
.safeguardbox dd ul li .brief .des { font-size:18px; line-height:36px; color:#4b4b4b; margin-top:50px;}
/*质量方针*/
.quality_policy_box_bg { height:auto; overflow:hidden; padding-bottom:89px; background:url(../images/quality_policy_box_bg.jpg) center center no-repeat; background-size:cover;}
.quality_policy_box { max-width:1440px; min-width:960px; height:auto; overflow:hidden; margin:0 auto; margin-top:40px;}
.quality_policy_box dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.quality_policy_box dt .tit { font-size:30px; line-height:60px; color:#000; }
.quality_policy_box dt .tit1 { font-size:18px; line-height:40px; color:#707070; }
.quality_policy_box dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.quality_policy_box dd .quality_policy_list li { width:33.13456789%; height:auto; overflow:hidden; float:left; margin-left:0.3%; background:#003a70;}
.quality_policy_box dd .quality_policy_list li:nth-child(1) { margin-left:0;}
.quality_policy_box dd .quality_policy_list li:nth-child(2) { background:#184e94;}
.quality_policy_box dd .quality_policy_list li:nth-child(3) { background:#307bdf;}
.quality_policy_box dd .quality_policy_list li a { display:block; padding:50px 40px; color:#fff; border-bottom:8px solid #d5d5d5;}
.quality_policy_box dd .quality_policy_list li .icon { font-size:70px; line-height:80px;}
.quality_policy_box dd .quality_policy_list li .tit { font-size:30px; line-height:60px; margin-top:40px;}
.quality_policy_box dd .quality_policy_list li .des { font-size:16px; line-height:36px; margin-top:10px;}
.quality_policy_box dd .quality_policy_list li a:hover { border-bottom:8px solid #c61215; background:#003a70;}
.quality_policy_box dd .quality_policy_list li a .icon {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.quality_policy_box dd .quality_policy_list li a:hover .icon { -webkit-animation-name: shake; animation-name: shake;}
/*在线询价*/
.feedbackbox { height:188px; background:#014f9e; overflow:hidden; margin-top:50px; padding-left:362px; background:url(../images/feedbackbox_bg.jpg) center center no-repeat;}
.feedbackbox dt { width:362px; height:188px; float:left; color:#fff; text-align:center; margin:0 0 0 -362px;}
.feedbackbox dt .tit { font-size:24px; line-height:30px; letter-spacing:0px; margin-top:60px;}
.feedbackbox dt .tit1 { font-size:14px; line-height:20px; }
.feedbackbox dd { float:left; width:100%; height:188px;}
.feedbackbox dd .input { width:30%; height:43px; line-height:43px; background:none; border:0; font-size:16px; color:#fff; text-indent:20px; margin-top:60px; float:left; margin-right:2%; border:1px solid #fff;}
.feedbackbox dd .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;  font-size:16px;
}
.feedbackbox dd .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .input:-ms-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}
.feedbackbox dd .input::-webkit-input-placeholder{
    color: #fff;opacity:1; font-size:16px;
}

.feedbackbox dd .submit { width:30%; height:43px; line-height:43px; border:0; background:#fff; color:#0436ba; cursor:pointer; margin-top:60px; float:left;}
/*案列展示*/
.casebox_bg { height:auto; overflow:hidden; position:relative; margin-top:0px; padding-bottom:84px; background:url(../images/casebox_bg.jpg) top center no-repeat; background-size:cover;}
.casebox { margin:0 38px; height:auto; overflow:visible; position:relative; margin-top:60px;}
.casebox dt { width:100%; height:auto; overflow:hidden; margin:0 auto; position:relative; text-align:center;}
.casebox dt .tit { font-size:30px; line-height:50px; color:#015bb8;}
.casebox dt .tit1 { font-size:18px; line-height:40px; text-transform:uppercase; color:#232323;}
.casebox dt .line { width:32px; height:2px; overflow:hidden; background:#015bb8; margin:0 auto; margin-top:10px;}
.casebox dt .more { width:100%; height:65px; line-height:65px; display:block; overflow:hidden; font-size:16px; margin-top:40px; color:#015bb8; position:absolute; left:0; bottom:0; margin-top:5px; z-index:1;}
.casebox dt .more i { width:65px; line-height:65px; display:inline-block; font-size:30px; color:#015bb8; text-align:center; position:absolute; right:40%; top:0;}
.casebox dt .more:after { content:''; display:block; position:absolute; left:0; bottom:0; height:5px; background:#015bb8; width:100%;}

.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:30px;}
.casebox dd .case_prev { width:60px; height:60px; line-height:60px; background:url(../images/casebox_prev_0.png) center center no-repeat; display:block; color:#808080; border-radius:50%; z-index:1; font-size:60px; position:absolute; left:-100px; top:45%; margin-top:-30px; font-weight:bold;}
.casebox dd .case_prev:hover { background:url(../images/casebox_prev_1.png) center center no-repeat;}
.casebox dd .case_next { width:60px; height:60px; line-height:60px; background:url(../images/casebox_next_0.png) center center no-repeat; display:block; color:#808080; border-radius:50%; z-index:1; font-size:60px; position:absolute; right:-100px; top:45%; margin-top:-30px; font-weight:bold;}
.casebox dd .case_next:hover { background:url(../images/casebox_next_1.png) center center no-repeat;}
.casebox dd .case_prev:hover,
.casebox dd .case_next:hover { color:#1e5696;}

.casebox .case_list { height:auto;}
.casebox .case_list li { width:32.5%; height:auto; margin-left:1.2%; margin-bottom:1%; 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:50px; line-height:50px; position:relative; margin:20px 20px; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:1; font-size:18px;  color:#222222;}
.casebox .case_list li .tit:after { /*content:'>'; width:47px; height:47px; font-size:16px; text-align:center; line-height:45px; position:absolute; right:0; top:50%; margin-top:-23px; border-radius:50%; color:#fff; background:#0436ba;
-moz-transition:all .2s cubic-bezier(0,0,.2,1);
-o-transition:all .2s cubic-bezier(0,0,.2,1);
-ms-transition:all .2s cubic-bezier(0,0,.2,1);
transition:all .2s cubic-bezier(0,0,.2,1);*/
}
.casebox .case_list li a { display:block; position:relative;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox .case_list li .pic img {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	position:relative; z-index:0; overflow:hidden;	
	}
.casebox .case_list li:hover { }
.casebox .case_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.casebox .case_list li .icon { width:30px; height:50px; line-height:50px; font-size:30px; color:#ccc; float:right;}
.casebox .case_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff;}
.casebox .case_list li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; color:#fff; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; top:-13px;}
.casebox .case_list li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.casebox .case_list li:hover .pic:after { content:''; position:absolute; left:10px; top:10px; right:10px; bottom:10px; /*background:url(../images/casebox_list_mask_bg.png) center center no-repeat; background:rgba(1,92,185,.5);*/ z-index:1;
-moz-transition:all .2s cubic-bezier(0,0,.2,1);
-o-transition:all .2s cubic-bezier(0,0,.2,1);
-ms-transition:all .2s cubic-bezier(0,0,.2,1);
transition:all .2s cubic-bezier(0,0,.2,1);
}
.casebox .case_list li:hover .brief { background:#015bb8; color:#fff;}
.casebox .case_list li:hover .brief .tit,
.casebox .case_list li:hover .brief .icon { color:#fff;}

.insidebox_bg { max-width:1440px; min-width:960px; height:auto; overflow:hidden; margin:0 auto; margin-top:40px;}
/*.insidebox { overflow:hidden;}*/
.insidebox { overflow:hidden; padding:0 52px;}
.leftbox { width:100%; height:auto; float:right; overflow:visible; position:relative; z-index:999;}
.leftbox .bg { position:absolute; left:0; top:70px; filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;}
.currpath { width:1200px; height:40px; line-height:40px; margin:0 auto; font-size:14px; color:#727171; margin-top:10px;}
.currpath a { color:#727171;}

.insidebox .currpath { width:96%; margin-left:2%; height:40px; line-height:40px; font-size:12px; color:#6f6f6f; margin-top:10px; font-weight:bold;}
.insidebox .currpath a { color:#6f6f6f;}


.goods-leftbox { background:#032b76; min-height:101px;}
.goods-guidebox { max-width:1200px; min-width:960px; 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:960px; height:auto; margin:0 auto; overflow:hidden;}
.news-guidebox dt { display:none;}
.news-guidebox dd { width:100%; height:auto; overflow:hidden;}

.news-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.news-guidebox dd ul li { background:none; margin:0; padding:0;}
.news-guidebox dd ul li a { display:block; height:auto; overflow:hidden; position:relative;}
.news-guidebox dd ul li a .cn { color:#000; font-size:25px; line-height:55px; height:55px; font-weight:bold;}
.news-guidebox dd ul li a .en { color:#7d7d7d; font-size:17px; line-height:30px; height:30px; text-transform:uppercase;}
.news-guidebox dd ul li a:before { content:''; height:2px; width:0; background:#dd1e19; top:60%; left:0; position:absolute; -webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-guidebox dd ul li:hover a:before,.news-guidebox dd ul li.hover a:before { width:100%;}

.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.goods-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/ border:1px solid #eee;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.goods-list li:hover .name { color:#fff; background:#015bb8;}

.pic-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.pic-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/ border:1px solid #eee;}
.pic-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.pic-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.pic-list li:hover .name { color:#fff; background:#015bb8;}

.video-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.video-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; display:block; /*-webkit-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;*/ border:1px solid #eee;}
.video-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.video-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.video-list li:hover .name { color:#fff; background:#015bb8;}

.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;}
/*新闻二级列表*/
.news-list { width:100%; height:auto; overflow:hidden; float:left;}
.news-list li { width:100%; height:165px; overflow:hidden; position:relative; background:#fff; border-bottom:1px solid #dbdbdb;}
.news-list li .box { height:165px; padding-left:100px;}
.news-list li .date { width:100px; height:165px; margin:0 0 0 -100px; float:left; font-family:Arial;}
.news-list li .date .date-day { font-size:53px; line-height:60px; color:#828282; margin-top:30px;}
.news-list li .date .date-year-month{ font-size:14px; line-height:18px; color:#9d9d9d; }
.news-list li .pic { width:300px; height:200px; overflow:hidden; display:block; float:left; margin:0 0 0 -340px; _display:inline; -moz-box-shadow:2px 2px 5px #CCC; -webkit-box-shadow:2px 2px 5px #CCC; box-shadow:2px 2px 5px #CCC;}
.news-list li .brief { width:100%; height:auto; overflow:hidden; float:left; margin-top:30px;}
.news-list li .brief .tit { width:100%; display:block; font-size:22px; height:40px; line-height:40px; color:#323232; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { display:inline-block; width:112px; height:39px; line-height:39px; text-align:center; font-size:14px; color:#ef7626; border:1px solid #ef7626; text-transform:uppercase; position:relative; margin-top:20px;}
.news-list li .brief .more:hover { background:#ef7626; color:#fff;}
.news-list li:hover .brief .tit { color:#0e6c6b;}
.news-list li:hover .brief .des { }
.news-list li:hover .date .date-day { color:#0e6c6b;}
.news-list li:hover .date .date-year-month { color:#0e6c6b;}
.news-list li .line_bx { background:#008d39; width:0%; height:2px; position:absolute; left:0; bottom:0;}
.news-list li .line_ly { background:#008d39; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#008d39; width:0%; height:2px; position:absolute; right:0; top:0;}
.news-list li .line_ry { background:#008d39; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li:hover .line_bx { width:100%;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
/*新闻列表样式*/
.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:18px; line-height:40px; margin:10px 0; font-weight:bold; text-align:center; color:#000;}
.detail .des { line-height:40px; color:#666; text-align:center;/* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px;}
.detail .pic { text-align:center;}
.detail .con { padding:10px; line-height:2; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph;}
.detail .con p { font-size:16px; color:#000;}

/*上一条下一条*/
.detail .prev_next { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px; margin-top:15px;}
.detail .prev_next a { color:#666; display:block;}
.detail .prev_next a:hover { color:#c00;}
.detail .label { margin:10px 0; font-size:16px; font-weight:bold; color:#666;}
/*相关标签*/
.detail .tag a { display:inline-block; color:#f00; border-bottom:1px dashed #f00; margin:0 3px;}
/*相关新闻列表*/
.detail .news-related-list { width:100%; height:auto; overflow:hidden;}
.detail .news-related-list li { height:30px; border-bottom:1px dashed #ccc; line-height:30px; text-indent:20px; position:relative;}
.detail .news-related-list li:before { content:''; width:6px; height:6px; position:absolute; left:5px; top:50%; margin-top:-3px; background:#999; border-radius:50%;}
.detail .news-related-list li span { float:right;}
/*相关图片列表*/
.detail .news-related-pic { width:100%; height:auto; overflow:hidden;}
.detail .news-related-pic  li { width:120px; height:110px; float:left; margin-right:10px; position:relative;}
.detail .news-related-pic  li .picture { width:120px; height:80px;}
.detail .news-related-pic  li .title { height:20px; line-height:30px; text-align:center; width:100%; font-size:12px;}

.ny_topbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden; color:#000; text-align:center;}
.ny_topbox .title { display:inline-block; margin-top:30px;}
.ny_topbox .tit { font-size:34px; line-height:60px; font-weight:bold;}
.ny_topbox .line { display:inline-block; width:3px; height:16px; overflow:hidden; background:#000; margin:0 20px;}
.ny_topbox .tit1 { font-size:34px; font-family:Arial; text-transform:uppercase; font-weight:normal; margin-left:10px;}
.ny_topbox .des { margin:16px auto;}

/*内页导航*/
.guidebox { height:auto; overflow:visible; position:relative; margin-top:20px;}
.guidebox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.guidebox dt .tit { color:#0d0d0d; font-size:36px; line-height:36px; position:relative; z-index:1;}
.guidebox dt .tit1 { color:#e3e3e3; line-height:36px; text-transform:uppercase; font-size:36px; letter-spacing:2px; text-transform:uppercase; font-weight:bold; display:none;}
.guidebox dt .line { display:inline-block; width:56px; height:3px; background:#d9d9d9; z-index:-1; position:relative; top:-10px; margin:0 20px;}
.guidebox 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 { height:auto; overflow:visible;}
.guidebox dd ul { width:100%; height:auto; overflow:visible; font-size:0; margin-top:30px; position:relative; text-align:center;}
.guidebox dd ul li { height:auto; color:#2a2a2a; margin:10px; display:inline-block; position:relative; font-size:18px;}
.guidebox dd ul li a { background:#e7e7e7; color:#2a2a2a; display:block; padding:0 40px; height:58px; line-height:58px; position:relative; overflow:hidden;}
.guidebox dd ul li:before { /*content:''; position:absolute; width:0px; height:20px; position:absolute; left:0; top:50%; margin-top:-10px; z-index:1; background:#e2e2e2; border-left:1px solid #bababa; border-right:1px solid #dbdbdb;*/ /*transform:skew(-30deg); border-radius:5px;*//*设置倾斜度为-30*/}
.guidebox dd ul li:nth-child(1):before { display:none;}
.guidebox dd .contact_us { text-align:left; background:#fff; margin:10px; padding:10px;}
.guidebox dd .contact_us .title { font-size:23px; font-weight:bold; color:#d00000; margin:10px 0;}
.guidebox dd .contact_us .info { color:#060606; font-size:14px; line-height:24px;}
.guidebox dd ul li:hover:before,
.guidebox dd ul li.hover:before { /*background:#006ccc;*/}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a {  color:#fff; background:#015bb8;}
.guidebox dd ul li:hover a+.subnav{display:block;}
.guidebox dd ul li .subnav { width:100%; height:auto; font-size:16px; margin-top:0; position:absolute; top:50px; left:0; display:none; overflow:hidden; color:#079a94; background:#fff; text-align:center; border:1px solid #f0f0f0;}
.guidebox dd ul li .subnav a { display:block; width:100%; line-height:50px; height:50px; text-align:center; color:#000; padding:0;}
.guidebox dd ul li .subnav a:after { display:none;}
.guidebox dd ul li .subnav a:before { top:0; display:block;} 
.guidebox dd ul li .subnav a:nth-child(1):before { background:none;}
.guidebox dd ul li .subnav a:hover,
.guidebox dd ul li .subnav a.hover { color:#fff; background:#079a94;}

/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden;}
.leftbox .searchbox .box { width:241px; height:52px; background:#ececec; overflow:hidden; border-radius:8px;}
.leftbox .searchbox .keys { width:168px; height:35px; line-height:35px; float:left; margin-top:8px; margin-left:20px; background:none; border:0;}
.leftbox .searchbox .submit { width:53px; height:35px; line-height:35px; margin-top:8px; text-align:center; border:0; cursor:pointer; background:url(../images/icon_search0.png) center center no-repeat;}

.leftbox .contact { width:100%; height:auto; overflow:hidden; margin-bottom:120px;}
.leftbox .contact dt { width:100%; height:60px; overflow:hidden; position:relative; background:#fff url(../images/guidebox_title_line.gif) bottom center no-repeat;}
.leftbox .contact dt .tit { color:#030303; font-size:18px; line-height:60px; position:relative; z-index:2;}
.leftbox .contact dt .tit1 { color:#fff; line-height:20px; font-family:Arial; text-transform:uppercase; font-size:20px; letter-spacing:0px; margin-top:20px; text-transform:uppercase; font-weight:bold;}
.leftbox .contact dd { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dd .telbox { height:auto; line-height:36px; border:1px solid #dcdcdc; color:#000; font-weight:bold; border-radius:8px; text-align:center; margin-top:40px; padding:10px 0;}
.leftbox .contact dd .lab { color:#000; font-size:14px; font-weight:bold;}
.leftbox .contact dd .lab:before { content:'◆'; position:relative; margin-right:10px;}
.leftbox .contact dd .tel { color:#0445b0; font-size:18px; font-weight:bold;}

/*详细内容显示*/
.contentbox { width:100%; height:auto; float:left; overflow:hidden; background:#fff; margin-top:10px;}
.contentbox dt { margin:0 50px; height:50px; line-height:50px; overflow:hidden; margin-top:20px; position:relative; border-bottom:1px solid #e7e7e7;}
.contentbox dt .location { float:right; color:#6a6a6a; font-size:16px; line-height:63px; font-weight:normal; }
.contentbox dt .location a { color:#6a6a6a;}
.contentbox dt .location a:hover { color:#6a6a6a;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:24px; position:relative; display:block; float:left; color:#015bb8; font-weight:normal;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd { margin:10px 50px; min-height:550px; height:auto; overflow:hidden;}
.contentbox dd #content { font-size:16px; line-height:2;}

.contactbox_bg { height:181px; overflow:hidden; margin-top:40px;}
.contactbox { width:100%; height:181px; overflow:hidden; background:url(../images/contactbox_bg.jpg) top center no-repeat; background-size:cover;}
.contactbox dt { width:350px; height:181px; float:left; text-align:center;}
.contactbox dt .tit { font-size:24px; line-height:40px; color:#fff; margin-top:15%;}
.contactbox dt .tit1 { font-size:14px; line-height:20px; color:#e3e3e3; font-weight:bold;}
.contactbox dd .more { width:145px; height:49px; line-height:49px; font-size:16px; text-align:center; background:#276ab4; color:#fff; display:block; margin-top:80px;}
.contactbox dt .more:hover { background:#f7f192; color:#276ab4;}
.contactbox dd { float:left; height:181px;}
.contactbox dd .feedback { width:100%; height:45px; margin-top:8%;}
.contactbox dd .input { width:261px; height:43px; line-height:43px; border:1px solid #fff; background:none; color:#fff; padding:0 10px; margin-right:20px;}
.contactbox dd .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;  font-size:14px;
}
.contactbox dd .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1; font-size:14px;
}
.contactbox dd .input:-ms-input-placeholder{
    color: #fff;opacity:1; font-size:14px;
}
.contactbox dd .input::-webkit-input-placeholder{
    color: #fff;opacity:1; font-size:14px;
}

.contactbox dd .submit{
    width:263px; height:45px; background:#fff; border:0; cursor:pointer; color:#244ea2;
}
.contactbox dd .info { color:#fff; height:auto; overflow:hidden; margin-left:78px;}
.contactbox dd .info .lab { font-size:14px; line-height:30px; margin-top:55px;}
.contactbox dd .info .tel { font-size:36px; line-height:50px; font-family:"Arial"; font-weight:bold;}
.contactbox dd .info .email { font-size:14px; line-height:30px;}
.contactbox dd .contact_more { display:block; width:128px; height:38px; line-height:38px; text-align:center; border:1px solid #fff; color:#fff; font-size:14px; border-radius:19px; margin-top:20px;}
.contactbox dd .contact_more:hover { background:#0c1d60; color:#fff; border:1px solid #0c1d60;}
/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px; background:#f1f1f1; border:1px solid #e6e6e6;}
.friendlinks dt{ width:115px; height:48px; line-height:48px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left; text-align:center;}
.friendlinks dt .tit { color:#000; font-size:16px; font-weight:bold;}
.friendlinks dt .line { position:absolute; width:88px; height:3px; bottom:0; left:0; background:#de0a0a;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0; float:right;}
.friendlinks dd .linklist { width:100%; line-height:48px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; color:#423e00;}
.friendlinks dd a { display:inline-block; font-size:15px; line-height:48px; padding:0 10px; margin:0 10px; text-align:center; color:#000; position:relative;}
.friendlinks dd a:before { /*content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#ef0924;*/
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.friendlinks dd a:hover { color:#ef0924;}
.friendlinks dd a:hover:before { width:100%; bottom:-4px;} 

.footer_bg { height:auto; overflow:hidden; background:#25232c url(../images/footer_bg.jpg) top center no-repeat; background-size:cover; position:relative;}
.footer_nav_box { width:100%; height:122px; overflow:hidden; background:#fff; margin-top:0px;}
.footer_nav_box .tit { font-size:24px; line-height:60px; height:60px; color:#b1b1b1; margin-bottom:10px;}
.footer_nav { width:25%; height:auto; overflow:hidden; font-size:18px; text-align:left; float:left;}
.footer_nav li { width:100%; line-height:36px; height:36px;}
.footer_nav li a { color:#b1b1b1; display:block;}
.footer_nav li a:hover { color:#fff;}
.footerbox { max-width:1440px; min-width:960px; height:auto; margin:0 auto; height:auto; overflow:visible;}

.footer { overflow:visible; color:#4a4a4a; position:relative; height:auto; overflow:hidden; margin:0 30px; margin-top:60px; padding-bottom:40px; padding-right:418px; z-index:999;}
.footer a { color:#000;}
.footer .navbox { width:50%; height:auto; overflow:hidden; float:left;}
.footer .navbox .tit { font-size:24px; line-height:60px; color:#fff;}
.footer .navbox .nav { line-height:36px; font-size:16px; width:30%; height:auto; overflow:hidden; float:left; margin-right:3%; margin-top:30px;}
.footer .navbox .nav .tit { font-weight:bold; font-size:16px; line-height:36px;}
.footer .navbox .nav a { color:#fff; display:block; line-height:36px;}
.footer .navbox .nav a:hover { color:#c80202;}
.footer .watch_us { width:418px; height:auto; overflow:hidden; float:right; margin:0 -418px 0 0;}
.footer .watch_us .tit { font-size:24px; line-height:60px; color:#fff;}
.footer .watch_us .qrcode { width:100%; height:auto; overflow:hidden;}
.footer .watch_us .qrcode .pic { width:145px; height:auto; overflow:hidden; margin-top:30px; float:left; margin-right:17px;}
.footer .watch_us .qrcode .icon { font-size:35px; color:#757575; line-height:40px; margin-top:110px;}
.footer .watch_us .qrcode .tit { font-size:14px; color:#757575; line-height:30px;}
.footer .searchbox { width:100%; height:42px; overflow:hidden; background:#ccddee; position:relative; margin-top:15px;}
.footer .searchbox .keys { width:363px; height:42px; line-height:42px; background:#fff; line-height:42px; border:0; position:absolute; left:0; top:0; text-indent:10px;}
.footer .searchbox .submit { width:56px; height:42px; background:none; position:absolute; right:0; top:0; border:0; cursor:pointer; z-index:1;}
.footer .searchbox .icon_btn{ background:#015bb8; color:#fff; width:56px; height:42px; position:absolute; right:0; top:0; text-align:center; line-height:42px; font-size:30px;}
.footer .contact_info { width:100%; height:85px; line-height:85px; overflow:hidden; border-top:1px solid #efefef; color:#757575; font-size:16px;}
.footer .contact_info .tit { width:100%; font-size:18px; line-height:60px; height:60px; color:#000; letter-spacing:0px; border-bottom:1px solid #cecece; font-weight:bold;}
.footer .contact_info .text { font-size:14px; line-height:30px; margin-top:40px;}
.footer .contact_info .text a { display:block; width:187px; height:51px; line-height:51px; text-align:center; color:#000000; font-size:14px; border:1px solid #bababa; margin-bottom:14px;} 
.footer .contact_info .text a:before { font-size:32px; float:left; margin-left:16px;}
.footer .contact_info .text a:hover { background:#bababa; color:#000;}
.footer .info { width:50%; height:auto; margin-top:0px; float:left;}
.footer .info .tit { width:100%; font-size:24px; line-height:60px; height:60px; color:#fff; letter-spacing:0px;}
.footer .info .text { font-size:16px; line-height:36px; margin-top:20px; color:#fff;}
.footer .info .address { line-height:36px; font-size:14px; height:auto; overflow:hidden; margin-top:10px;}
.footer .telbox { width:100%; height:auto; overflow:hidden; margin-top:30px; float:left; margin-bottom:20px;}
.footer .telbox .icon { color:#fff; font-size:24px; width:50px; height:50px; text-align:center; line-height:50px; float:left; background:#bf1010; border-radius:50%;}
.footer .telbox .lab { font-size:16px; line-height:50px; position:relative; color:#000; float:left; margin:0 10px;}
.footer .telbox .tel { font-size:30px; line-height:50px; font-weight:bold; color:#d60f0f; float:left;}
.footer .telbox .wechat_link { float:right; display:block;}
.footer .info .company { font-size:18px; line-height:60px; color:#fff;}
.footer .logobox { width:150px; height:135px; overflow:hidden; float:left; margin:0 0 0 -150px; float:left;}
.footer .logobox .logo { width:100%; height:auto; margin-top:30px;}
.footer .logobox .info1 { width:auto; height:auto; overflow:hidden; float:left; margin-left:10px;}
.footer .logobox .info1 .tit { font-size:27px; line-height:40px; color:#fff; letter-spacing:2px; margin-top:0px;}
.footer .logobox .info1 .tit1 { font-size:12px; line-height:20px; color:#929191; letter-spacing:3px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}

.footer .nav_box { width:80%; height:auto; overflow:hidden; float:left; margin-left:10%; margin-top:60px;}
.footer .nav_list { width:25%; height:auto; overflow:hidden; float:left;}
.footer .nav_list .tit { font-size:18px; color:#ebebeb; font-weight:bold; line-height:30px;}
.footer .nav_list .list { font-size:16px; color:#868686; line-height:36px; margin-top:10px;}
.footer .nav_list .list a { font-size:16px; color:#868686; line-height:36px; display:block;}
.footer_link_bg { height:auto; overflow:hidden; background:#222222;}
.footer_link { max-width:1440px; min-width:960px; height:131px; overflow:hidden; line-height:131px; height:auto; margin:0 auto; font-size:0;overflow:hidden; margin-top:0px; text-align:center;}
.footer_link a { display:inline-block; width:11.11111111111111%; color:#f9f9f9; line-height:131px; font-size:14px;  text-align:center; position:relative;}
.footer_link a:nth-child(1):after { display:none;}
.footer_link a:after { content:''; position:absolute; left:0; top:50%; background:#454545; width:1px; height:16px; margin-top:-8px;}
.footer_link a:hover { color:#ffcc00;}

.footer .logobox .telbox { width:100%; height:auto; overflow:hidden;}
.footer .logobox .telbox .lab { font-size:14px; color:#000; line-height:20px; margin-top:50px;}
.footer .logobox .telbox .tel { font-size:36px; color:#000; line-height:60px; font-weight:bold; margin-bottom:60px;}

.footer_line { height:1px; width:100%; background:#041455; overflow:hidden; margin:30px 0;}


.footer .contact_info_list { width:50%; height:auto; overflow:hidden; float:left; margin-top:20px;}
.footer .contact_info_list .info_list { width:100%; height:auto; overflow:hidden;}
.footer .contact_info_list .info_list li { width:100%; height:auto; overflow:hidden; margin-left:5%;}
.footer .contact_info_list .info_list li .icon { width:58px; height:58px; color:#fff; line-height:58px; font-size:40px; text-align:center; display:inline-block; position:relative; top:5px; margin-right:30px;}
.footer .contact_info_list .info_list li .tit { color:#fff; font-size:16px; line-height:40px; display:inline-block;}
.footer .contact_info_list .info_list li .tel { color:#fff; font-size:30px; line-height:40px; display:inline-block; position:relative;}
.footer .contact_info_list .info_list li .tel:after { content:''; width:100%; height:2px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .contact_info_list .info_list li .email { color:#fff; font-size:18px; line-height:40px; font-weight:bold; display:inline-block;}
.footer .contact_info_list .info_list li .address { color:#fff; font-size:16px; line-height:20px; display:inline-block; position:relative;}
.footer .contact_info_list .info_list li .address:after { content:''; width:100%; height:1px; background:#fff; position:absolute; left:0; bottom:0;}
.footer .contact_info_list .info_list li .postnum { color:#fff; font-size:18px; line-height:40px; display:inline-block;}
.footer .feedback { width:30%; height:451px; overflow:hidden; float:right; background:#5a5201;}
.footer .feedback .tit { font-size:24px; line-height:60px; height:60px; color:#c1a329; margin:30px 47px;}
.footer .feedbackform { margin:10px 40px; height:auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.footer .feedbackform .input { flex:0 0 100%; background:none; width:100%; height:42px; line-height:42px; border:0; border:1px solid #c9c9c9; color:#fff; margin-top:10px; text-indent:15px;}
.footer .feedbackform .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1a329; opacity:1;  font-size:14px;
}
.footer .feedbackform .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .input:-ms-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .input::-webkit-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea { flex:0 0 93.7%; height:108px; line-height:32px; border:1px solid #c9c9c9; border:1px solid #c9c9c9; color:#fff; background:none; padding:0 3%; margin-top:10px;}
.footer .feedbackform .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1a329; opacity:1;  font-size:14px;
}
.footer .feedbackform .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea:-ms-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .textarea::-webkit-input-placeholder{
    color: #c1a329;opacity:1; font-size:14px;
}
.footer .feedbackform .form_btn { height:auto; margin-top:17px;}
.footer .feedbackform .submit { background:#2a5e6b; width:101px; height:43px; line-height:43px; border-radius:0; border:0; margin-right:10px; color:#fff; cursor:pointer; font-size:14px;}
.footer .feedbackform .submit:hover { background:#c1a329;}
.footer .feedbackform .reset { background:#dcdcdc; width:101px; height:43px; line-height:43px; border-radius:0; border:0; color:#515151; cursor:pointer; font-size:14px;}
.footer .feedbackform .reset:hover { background:#c1a329; color:#fff;}


.footer .footer_links_box { width:30%; height:auto; overflow:hidden; float:left;}
.footer .footer_links_box { line-height:34px; font-size:15px;}
/*版权*/
.copyright_bg { height:82px; overflow:hidden; background:#015bb8 url(../images/copyright_bg.png) right center no-repeat; text-transform:uppercase;}
.copyright { height:82px; line-height:82px; margin:0 38px; overflow:hidden; color:#dcdedb; text-align:left; font-size:16px; border-top:1px solid #3f3a53;}
.copyright a { color:#dcdedb;}
.copyright .share_link a { font-size:34px; margin-right:20px;}
.copyright .share_link a:hover { color:#fff;}
.footerbox .qrcodebox { width:249px; height:279px; overflow:hidden; float:left; border:1px solid #292929; float:right; margin:40px -300px 40px 0;}
.footerbox .qrcode_title { width:100%; font-size:18px; line-height:60px; height:60px; color:#000; letter-spacing:0px; border-bottom:1px solid #cecece; font-weight:bold;}
.footerbox .qrcodebox .qrcode { width:195px; height:auto; margin:0 auto; margin-top:30px;}
.footerbox .qrcodebox .qrcode .pic { width:195px; height:195px; overflow:hidden; border:1px solid #bababa;}
.footerbox .qrcodebox .qrcode .tit { width:100%; font-size:18px; line-height:50px; height:50px; color:#ebebeb; text-align:center;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}


/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd ul.news_list li.ml0 { margin-left:0;}
.contentbox dd ul.news_list li {
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.contentbox dd ul.news_list li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.contentbox dd ul.news_list li:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.contentbox dd ul.news_list li:hover { border:1px solid #fff; -moz-box-shadow:0px 0px 10px #CCC, 0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC, 0px 0px 10px #CCC; box-shadow:0px 0px 20px #CCC, 0px 0px 20px #eee;}
.contentbox dd ul.news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd ul.news_list li .time { line-height:29px; margin-top:10px; font-size:16px; color:#898888; text-indent:24px; background:url(../images/icon_time.png) 0 center no-repeat;}
.contentbox dd ul.news_list li .tit { line-height:29px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .des { line-height:22px; font-size:14px; color:#787878; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .pic { overflow:hidden; display:block;}
.contentbox dd ul.news_list li .more { background:url(../images/news_list_more.png) no-repeat; display:block; width:40px; height:40px; position:relative; left:0;}
.contentbox dd ul.news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd ul.news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd ul.news_list li:hover .tit { color:#05adb8; font-weight:bold;}
@media only screen and (max-width: 1440px){
	/*.top_bg .top { margin:0 2%;}
	.topbox_bg .topbox { margin:0 2%;}
	.indexbox { margin:0 2%;}
	.categorybox { margin:0 2%;}
	.newsbox { margin:0 2%;}
	.insidebox { margin:0 2%;}
	.footerbox { margin:0 2%;}*/
}

@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {
	
}
/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*表单表格*/
.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 a{font-size:16px; font-family:"宋体";}
.fenye{ text-align:center; height:auto; overflow:hidden; margin-top:20px;}
.fenye a{ border:1px #ef580d solid; padding:0 10px; /*border-radius:2px;*/ color:#ef580d; background:#fff;display:inline-block;  height:30px; line-height:30px; font-weight:normal; margin-left:8px; border-radius:2px;}
.fenye a:hover,.fenye .sel{background:#ef580d; color:#fff; border:1px #ef580d solid;  padding:0 10px;}
.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;}*/
