@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
-webkit-font-smoothing:antialiased; /*chrome、safari*/
-moz-osx-font-smoothing:grayscale; /*firefox*/
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
@font-face {
    font-family: 'genuinebold';
    src: url('../fonts/genuib-webfont.eot');
    src: url('../fonts/genuib-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/genuib-webfont.woff2') format('woff2'),
         url('../fonts/genuib-webfont.woff') format('woff'),
         url('../fonts/genuib-webfont.svg#genuinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.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:#545454;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#e60012;}
a img {
		border:0;
		margin:0;
		padding:0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666; opacity:0.5;  font-size:15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;opacity:0.5; font-size:15px;
}
input:-ms-input-placeholder{
    color: #666;opacity:0.5; font-size:15px;
}
input::-webkit-input-placeholder{
    color: #666;opacity:0.5; font-size:15px;
}

.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:109px; overflow:visible; background:#004681; position:relative; z-index:9999; /* position:fixed; left:0; top:0; z-index:99999; box-shadow: 3px 3px 10px rgba(0,0,0,0.3);*/}
.top_bg .top{ max-width:1200px; min-width:960px; height:109px; margin:0 auto; position:relative;}
.top_bg .top .welcome { height:34px; line-height:34px; color:#fff;}
.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:270px; */height:43px; position:absolute; right:0; top:10px; color:#01c6ff; font-size:23px;}
.top_bg .top .telbox .lab { color:#0584dd; line-height:18px;}
.top_bg .top .telbox .tel:before { content:''; width:43px; height:43px; display:inline-block;  background:url(../images/telbox_icon.png) no-repeat; float:left; margin-right:5px;}
.top_bg .top .telbox .tel { font-size:35px; font-family:'Arial'; color:#e50404; line-height:43px; height:43px; font-weight:bold; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; letter-spacing:0.5px;*/}
.top_bg .top .logo { position:absolute; left:0; top:13px; overflow:visible;}
.top_bg .top .logo .tit { font-size:20px; color:#505050; position:absolute; right:-59%; bottom:5px;}
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}

.top_bg .top .ad_text { position:absolute; left:34%; top:53%;}
.top_bg .top .toplink { width:53%; height:43px; font-size:14px; position:absolute; top:0; right:279px; color:#fff;}
.top_bg .top .toplink a,.top_bg .top .toplink span { width:24%; line-height:43px; color:#fff; border-left:1px solid #189c88; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#fff;}
.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:286px; height:35px; overflow:hidden; background:#c9c9c9; position:absolute; top:35px; right:0; border-radius:5px; display:none;}
.top_bg .top .searchbox .keys { width:222px; height:33px; line-height:33px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:15px;  background:fff;}
.top_bg .top .searchbox .submit { width:62px; height:33px; line-height:33px; font-size:16px; border:0; position:absolute; right:1px; top:1px; color:#fff; cursor:pointer; background:#014a84;}
.top_bg .top .searchbox.open { height:24px;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #999;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #999;/*opacity:0.5; font-size:12px;*/
}

/*主导航样式*/
.navmenu_bg { height:58px; position:relative; z-index:999999; background:#8d5741;}

.navmenu {  height:85px; overflow:visible; position:absolute; left:370px; right:0; bottom:0;}
.navmenu #menu { width:100%; height:85px; position:relative; right:0; font-size:17px;/* background:url(../images/navmenu_spa.png) left center no-repeat;*/}
.navmenu #menu li { height:85px; width:12.5%; float:left; position:relative; /* background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li.home { }
.navmenu #menu li.home:after { background:none;}
.navmenu #menu li:after { content:''; width:4px; height:85px; position:absolute; left:-2px; top:0; display:block; overflow:hidden; /*background:url(../images/navmenu_spa.png) 0 center no-repeat;*/}
.navmenu #menu li a { display:block; width:100%; height:85px; line-height:85px; color:#fff; text-align:center; position:relative; font-weight:bold;}
.navmenu #menu li a .cn { line-height:85px; color:#fff; font-size:17px; font-weight:bold;}
.navmenu #menu li a .en { font-size:14px; color:#c1c1c1; line-height:20px; text-transform:uppercase; font-family:'Arial'; display:none;}
.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 { /*color:#df0b14; font-weight:bold; background:#dd1e19; color:#0657a8;*/}
.navmenu #menu li.hover,.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#fff;/* letter-spacing:2px; */}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li a:before{
	content: '';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	/*background:#a7725c;*/
	background-size:100% 100%;
	z-index:-1;
}
.navmenu #menu li:hover a:before,.navmenu #menu li.hover a:before { height:100%;}
/*二级菜单*/
.navmenu #menu li .subnav { width:120%; height:auto; overflow:hidden; display:none; position:absolute; top:85px; left:-10%; background:#004681; /*background:rgba(167,114,92,.95);*/ background-size:100% 100%; font-size:14px; font-weight:normal;}
.navmenu #menu li .subnav a { display:block; width:100%; height:40px; line-height:16px; color:#fff; background:none; position:relative; color:#fff; font-weight:normal;}
.navmenu #menu li .subnav a:before { background:none;}
.navmenu #menu li .subnav a:hover { color:#fff; /*background:#8d5741;*/}


#focusindex { position:relative; height:auto; overflow:hidden; z-index:1;

/*-webkit-animation: waver_run 6s linear infinite 0s;
-moz-animation: waver_run 6s linear infinite 0s;
-o-animation: waver_run 6s linear infinite 0s;
-ms-animation: waver_run 6s linear infinite 0s;
animation: waver_run 6s linear infinite 0s;*/

}
#focusindex .mask_bottom { position:absolute; bottom:0; left:0; width:100%; height:171px; background:url(../images/top_wrav_bg.png) bottom center no-repeat; overflow:hidden; z-index:10;}

#focusindex .mask_bottom .searchbox { width:339px; height:72px; overflow:hidden; background:url(../images/searchbox_bg.png) no-repeat; margin:0 auto; left:-50px; margin-top:95px; position:relative;}
#focusindex .mask_bottom .searchbox .keys { width:258px;  height:40px; background:#fff; color:#000; border:0; line-height:40px; position:absolute; left:23px; top:1px;}
#focusindex .mask_bottom .searchbox .keys:-moz-placeholder { color: #666; font-size:14px;}
#focusindex .mask_bottom .searchbox .keys::-webkit-input-placeholder{ color: #666; font-size:14px;}
#focusindex .mask_bottom .searchbox .submit { width:60px;  height:40px; line-height:40px; text-align:center; position:absolute; right:0; top:1px; border:0; color:#fff; cursor:pointer; background:none;}
#focusindex .mask_bottom .hotkeyword { position:absolute; bottom:0; left:0; line-height:20px; text-align:center; width:100%; color:#7d7d7d;}
#focusindex .mask_bottom .hotkeyword a { color:#7d7d7d;}
#focusindex .mask_bottom .hotkeyword a:hover { font-weight:bold;}

/*公共链接*/
.comlink { width:100%; height:auto; overflow:hidden; margin-top:31px;}
.comlink ul { width:100%; height:130px; overflow:hidden;}
.comlink ul li { width:32.5%; height:130px; background:#b9bd71; float:left; margin-left:1.15%; text-align:center; border-radius:5px;}
.comlink ul li.ml0 { margin-left:0.2%;}
.comlink ul li a { display:block;}
.comlink ul li.style01 { background:#be8572;}
.comlink ul li.style02 { background:#72b2be;}
.comlink ul li .tit { font-size:29px; color:#fff; line-height:40px; width:100%; margin-top:25px;}
.comlink ul li .tit1 { line-height:40px; font-size:15px; font-family:Arial; text-transform:uppercase; color:#fff; width:100%;}
/*首页页脚样式*/
.footer_box { /*height:156px; position:fixed; left:110px; bottom:0; right:110px;*/ overflow:hidden; z-index:999999;}
.footer_box .telbox { color:#fff; font-weight:normal;}
.footer_box .telbox .lab { line-height:40px;}
.footer_box .telbox .tel { font-size:29px;}
.footer_box .nav { font-size:16px; height:40px; line-height:40px; margin-top:20px;}
.footer_box .nav a { display:inline-block; width:134px; height:40px; line-height:40px; text-align:center; color:#fff; background:#fe6500; border-radius:5px;}
.footer_box .copyright_box { color:#fff; float:right;}
.footer_box .copyright_box p { line-height:20px; text-align:right; margin-top:90px;}
.footer_box .copyright_box a { color:#fff;}
/*大屏切换*/
.section { background:#fff; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:100% auto;
-webkit-animation: section_zoom 20s linear 0s infinite  alternate forwards;
-moz-animation: section_zoom 20s linear 0s infinite  alternate forwards;
-o-animation: section_zoom 20s linear 0s infinite  alternate forwards;
-ms-animation: section_zoom 20s linear 0s infinite  alternate forwards;
animation: section_zoom 20s linear 0s infinite  alternate forwards;
}
@keyframes section_zoom { 
	0% {
		background-size:100% auto;
	}
	50% {
	   background-size:110% auto;
		
	}
	100% {
	   background-size:100% auto;
		
	}
}


.flexcc { display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.flexbs { display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-between; align-items:stretch;}
.flexc { display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.flexsc { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.flexcs { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:flex-start;}
.flexse { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:flex-end;}

.goods_index_bg { height:948px; margin-top:130px; background:url(../images/goods_index_bg.jpg) top center no-repeat;}
.goods_index { max-width:1200px; min-width:960px; margin:0 auto; margin-top:290px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.goods_index li { float:left; flex:0 0 33.2%; height:auto; overflow:hidden; background:rgba(255,255,255,.67);}
.goods_index li .tit { font-weight:bold; font-size:27px; height:50px; line-height:50px; text-align:center; margin-top:20px;}
.goods_index li .des { height:auto; overflow:hidden; padding:20px 30px; font-size:17px; line-height:30px;}
.goods_index li .pic { width:100%; height:auto; overflow:hidden;}

/*首页一句话*/
.slgan { font-size:48px; color:#0470e0; line-height:80px; text-align:center;}
/*页面布局*/
.indexbox{  max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.topbox_bg { height:65px; overflow:visible; position:relative; margin-top:-35px; z-index:99999999999;}
.topbox_bg .absbox { position:absolute; left:0; top:0; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.bgnca {background-repeat:no-repeat; background-position:center center; background-size:100% auto;}
.bgnc100 {background-repeat:no-repeat; background-position:center center; background-size:100% 100%;}
.bgnc_100 {background-repeat:no-repeat; background-position:center center; background-size:100% 100%;}

.topbox_bg .topbox { max-width:1200px; min-width:960px; margin:0 auto; margin-top:0; height:65px; overflow:visible; background:#fff; /*text-shadow: 0 1px #ccc, 1px 0 #ccc, -1px 0 #ccc, 0 -1px #ccc;*/}
.topbox_bg .topbox .box { height:auto; overflow:hidden; padding-right:198px;}
.topbox_bg .topbox .guide_link { width:198px; height:133px; overflow:hidden; float:right; margin:0 -198px 0 0;}
.topbox_bg .topbox .case_list { width:100%; height:141px; background:#fff; float:left; overflow:hidden; float:left;}
.topbox_bg .topbox .case_list li { width:12.5%; height:90px; float:left; overflow:hidden; margin-top:23px;}
.topbox_bg .topbox .case_list li a { display:block; border-left:1px solid #dadada;}
.topbox_bg .topbox .case_list li a.bl0 { border-left:0;}
.topbox_bg .topbox .case_list li .icon { height:auto; overflow:hidden;}
.topbox_bg .topbox .case_list li .tit { color:#696969; font-size:16px; line-height:30px; text-align:center;}
.topbox_bg .topbox .tel { font-family:Arial; font-size:28px;}
.topbox_bg .topbox .top_news_box { width:50%; height:auto; overflow:hidden; float:left; margin-top:15px; background:url(../images/top_news_box_spa.gif) right center no-repeat;}
.topbox_bg .topbox .top_news_list { width:80%; height:auto; overflow:hidden;}
.topbox_bg .topbox .top_news_list li { line-height:26px; height:26px; background:url(../images/top_news_list_icon.gif) 0 center no-repeat; padding-left:15px;}
.topbox_bg .topbox .top_news_list li span { float:right;}

.topbox_bg .brand_list { width:100%; height:179px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.topbox_bg .brand_list li { float:left; width:32%; height:179px; text-align:right; background:url(../images/brand_bg01.png) no-repeat; background-size:100% auto;}
.topbox_bg .brand_list li a { display:block; width:100%; height:179px;}
.topbox_bg .brand_list li .tit { height:auto; overflow:hidden; line-height:30px; font-size:24px;  color:#fff; font-weight:bold; margin-right:20px; margin-top:15%;}
.topbox_bg .brand_list li .line1 { display:inline-block; width:65px; height:2px; background:#f66a25; margin-top:10px;}
.topbox_bg .brand_list li .line2 { display:inline-block; width:65px; height:2px; background:#17a2fc; margin-top:10px;}
.topbox_bg .brand_list li .line3 { display:inline-block; width:65px; height:2px; background:#22aa4d; margin-top:10px;}

.topbox_bg .hotkeys { float:left; color:#00824a;}
.topbox_bg .hotkeys a { color:#00824a;}
.topbox_bg .hotkeys { float:left;}
.topbox_bg .searchbox { width:277px; height:26px; overflow:hidden; float:right; margin-top:12px; position:relative; border:1px solid #00824a;}
.topbox_bg .searchbox .keys { width:241px;  height:26px; background:#eeeeee; color:#000; border:0; line-height:26px; position:absolute; left:0; top:0; text-indent:5px;}
.topbox_bg .searchbox .keys:-moz-placeholder { color: #cfcfcf; font-size:14px;}
.topbox_bg .searchbox .keys::-webkit-input-placeholder{ color: #cfcfcf; font-size:14px;}
.topbox_bg .searchbox .submit { width:36px;  height:26px; line-height:26px; text-align:center; position:absolute; right:0; top:0; border:0; cursor:pointer; background:#02673b url(../images/topbox_searchbox_submit_icon.png) center center no-repeat; color:#fff; text-indent:-9999px;}

.slide { width:761px; height:481px; overflow:hidden; position:relative;}
.indexbox .left_box { width:100%; height:auto; overflow:hidden; float:left;}
.indexbox .right_box { width:302px; height:auto; overflow:hidden; float:right; margin:0 -349px 0 0;}
.left_box .com_link { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; margin-top:18px;}
.left_box .com_link li { float:left; position:relative; height:auto; text-align:center;}
.left_box .com_link li .tit { font-size:25px; font-weight:bold; height:30px; line-height:30px; color:#fff;}
.left_box .com_link li .icon img{
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
}
.left_box .com_link li:hover .icon img { /*transform: rotateY(180deg); -webkit-transform: rotateY(180deg);*/ -webkit-transform: scale(1.15);-moz-transform: scale(1.15);}

.company_industries { width:100%; height:auto; overflow:hidden;display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.company_industries li { width:31%; flex:0 0 31%; float:left; height:auto; overflow:hidden; position:relative; border-radius:5px; margin:0 1%; margin-top:20px;}
.company_industries li a { display:block; height:auto; overflow:hidden;}
.company_industries li .tit { line-height:38px; height:38px; text-align:center; background:#000; background:rgba(0,0,0,.84); color:#fff; position:absolute; left:0; bottom:0; width:100%;}

/*关于我们*/
.about_us_box { max-width:1200px; min-width:320px; height:auto; margin:0 auto; overflow:hidden;}
.about_us_box dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.about_us_box dt .tit { width:100%; height:50px; line-height:50px; font-size:36px; margin-top:20px; color:#545454; font-weight:bold}
.about_us_box dt .tit1 { font-size:16px; line-height:40px; color:#545454;}
.about_us_box dd { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.about_us_box dd .about { width:580px; height:501px; overflow:hidden; float:left; margin-left:10px; background:url(../images/about_us_bg2.jpg) no-repeat; color:#fff; position:relative;}
.about_us_box dd .about .tit { font-size:30px; font-weight:bold; line-height:40px; margin:0 10%;}
.about_us_box dd .about .des { width:80%; line-height:30px; font-size:16px; margin:40px 10%; height:150px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.about_us_box dd .about .more { width:269px; height:51px; line-height:51px; margin-left:10%; text-align:center; font-size:16px; color:#fff; border:2px solid #fff; display:block; position:relative;}
.about_us_box dd .about .more:after { content:'>'; position:absolute; right:20px; top:0; font-size:24px; font-family:Arial;}
.about_us_box dd a { color:#fff;}
.about_us_box dd .about .more:hover { background:#fff; color:#000;}
.about_us_box dd .culture { width:580px; height:240px; overflow:hidden; float:right; margin-right:10px; position:relative;}
.about_us_box dd .culture .brief { /*background:#0051b6; background:rgba(0,81,182,.78);*/ width:100%; height:100%; position:absolute; right:0; top:0; color:#fff;}
.about_us_box dd .culture:hover .brief { /*background:#0051b6;*/}
.about_us_box dd .culture .brief .tit { color:#ed0825; font-weight:bold; font-size:30px; line-height:40px; /*margin:0 15%;*/ text-align:center; -webkit-text-stroke:1px #fff;}
.about_us_box dd .culture .brief .des { width:70%; font-size:16px; line-height:24px; margin:0 15%;}
.about_us_box dd .team { width:580px; height:240px; overflow:hidden; float:right; margin-right:10px; position:relative; margin-top:20px;}
.about_us_box dd .team .brief { /*background:#0051b6; background:rgba(0,81,182,.78);*/ width:100%; height:100%; position:absolute; left:0; top:0; color:#fff;}
.about_us_box dd .team:hover .brief { /*background:#0051b6;*/}
.about_us_box dd .team .brief .tit { color:#ed0825; font-weight:bold; font-size:30px; line-height:40px; /*margin:0 15%;*/ text-align:center; -webkit-text-stroke:1px #fff;}
.about_us_box dd .team .brief .des { width:70%; font-size:16px; line-height:24px; margin:0 15%;}


/*关于我们*/
.aboutbox { width:100%; height:auto; overflow:visible; margin:0 auto; margin-top:40px; position:relative;}
.aboutbox dt { width:100%; height:auto; /*line-height:50px; border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.aboutbox dt .tit { color:#393939; font-size:30px; line-height:60px; position:relative; z-index:1; display:inline-block; font-weight:bold;}
.aboutbox dt .tit1 { color:#949494; font-size:18px; line-height:50px; text-transform:uppercase; font-family:Arial;}
.aboutbox dt .cred { color:#c70000;}
.aboutbox dt .line { width:53px; height:3px; background:#0657a8; display:block; margin:10px auto;}
.aboutbox dt a { display:block;}
.aboutbox dd { width:100%; height:auto; overflow:visible;}
.aboutbox dd .text { color:#4a4a4a; line-height:30px; text-align:center;}
.aboutbox dd .more { display:block; width:156px; height:45px; line-height:45px; margin:50px auto; background:#0657a8; text-align:center; color:#fff;}
.aboutbox dd .more:hover { border-radius:10px;}
.aboutbox dd .about_icon_list { width:100%; height:auto; overflow:hidden; margin-top:40px;}
.aboutbox dd .about_icon_list li { width:29%; float:left; margin:0 2.1%; text-align:center;}
.aboutbox dd .about_icon_list li .tit { font-size:16px; line-height:40px; color:#000;}
.aboutbox dd .about_icon_list li .des { color:#535353; line-height:26px;}

/*最新公告*/
.noticebox { height:auto; overflow:hidden; height:65px; padding-left:216px;-moz-box-shadow:0px 7px 13px #ccc; -webkit-box-shadow:0px 7px 13px #ccc; box-shadow:0px 7px 13px #ccc;}
.noticebox dt { width:216px; height:65px; line-height:65px; background:#e50404 url(../images/noticebox_tit_icon.png) 30px center no-repeat; text-align:center; margin:0 0 0 -216px; float:left;}
.noticebox dt .tit { font-size:20px; color:#fff;}
.noticebox dd { width:100%; height:65px; overflow:hidden; float:left;}
.noticebox dd ul.news_list { height:auto; line-height:65px;}
.noticebox dd ul.news_list li { width:100%; height:auto; position:relative; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; font-size:16px;}
.noticebox dd ul.news_list li .tit { color:#4a4a4a; background:url(../images/noticebox_list_icon.gif) 0 center no-repeat; margin-left:30px; padding-left:20px;}
.noticebox dd ul.news_list li .date { color:#4a4a4a; font-family:Arial; float:right; margin-right:20px;}
.noticebox dd ul.news_list li:before {}
.noticebox dd ul.news_list li:hover .tit { color:#de0303;}
/*equipmentbox**内页样式******/
.focusbox { height:auto; overflow:hidden; border:1px solid #ebebeb; margin-top:26px;}
.focusbox dt { width:100%; height:44px; line-height:44px;}
.focusbox dt .tit { color:#343434; font-size:16px; font-weight:bold; text-indent:15px;}
.focusbox dd { width:100%; height:auto; overflow:hidden;}
.focusbox dd .news_list { height:120px; overflow:hidden; font-size:14px; margin:15px;}
.focusbox dd .news_list li { height:24px; line-height:24px; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; position:relative;}
.focusbox dd .news_list .tit { color:#727272; line-height:24pxl}
.focusbox dd .news_list li:before { content:''; position:absolute; left:0; bottom:0; 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;
}
.focusbox dd .news_list li:hover:before { width:100%;}


/*视频*/
.video_box_bg { height:562px; overflow:hidden; position:relative; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.video_box_bg .video_box { width:869px; height:439px; margin:0 auto; position:relative; -moz-box-shadow:0px 0px 20px #000; -webkit-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000;}
.video_box_bg .video_box .play { width:154px; height:99px; background:#f14037 url(../images/video_box_pay_icon.png) center center no-repeat; position:absolute; left:50%; top:50%; margin-left:-77px; margin-top:-49.5px; z-index:999; border-radius:5px;}
/*联系信息*/
.footer_box_bg { height:auto; overflow:hidden; background:#022465; padding:10px 0;}
.footer_box_bg .footer_box { max-width:1440px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.footer_box_bg .footer_box ul { width:100%; height:auto; overflow:hidden; font-size:15px; color:#fff; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.footer_box_bg .footer_box ul li { width:30%; height:auto; overflow:hidden; flex:0 0 30%; float:left;}
.footer_box_bg .footer_box ul li .ico { float:left; height:48px; overflow:hidden; margin-right:10px; margin-top:5px; margin-left:5px;}
.footer_box_bg .footer_box ul li .info { line-height:24px;}
.footer_box_bg .footer_box ul li a { color:#fff;}

/*图片新闻*/
.newspicbox { width:383px; height:auto; overflow:hidden; margin:0 0 0 -408px; float:left; position:relative;}
.newspicbox .pic { width:100%; overflow:hidden; margin:0;}
.newspicbox .brief { width:100%; height:80px; background:#003334; background:rgba(0,51,52,.95); overflow:hidden; position:absolute; left:0; bottom:0; width:100%; font-weight:bold; }
.newspicbox .brief .date { line-height:20px; margin-top:20px; color:#fff;}
.newspicbox .brief .tit { line-height:20px; color:#fff; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newspicbox .brief .des { color:#858585; line-height:20px;}
.newspicbox .brief:hover p { padding-left:10px;}
.newspicbox p { margin:0 20px;}


/*招生信息*/
.zsxx { width:310px; height:auto; overflow:hidden; float:right;}
.zsxx dt{ width:100%; height:50px; overflow:hidden; position:relative;}
.zsxx dt .tit { color:#575757; font-size:25px; line-height:50px; display:inline-block;}
.zsxx dt .more { color:#575757; float:right; line-height:30px; margin-top:15px; font-size:16px;}
.zsxx dd { width:100%; height:auto; overflow:hidden;}
.picScroll-left { width:310px; height:auto; position:relative;}
.picScroll-left .prev,
.picScroll-left .next{ position:absolute; left:1%; top:50%; margin-top:-25px; display:block; width:42px; height:60px; background:url(../images/slider-arrow.png) -120px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.picScroll-left .next{ left:auto; right:1%; background-position:0px 0px; }
.picScroll-left .prev:hover,
.picScroll-left .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.picScroll-left .prevStop{ display:none;  }
.picScroll-left .nextStop{ display:none;  }
.picScroll-left .bd { width:310px; height:auto; overflow:hidden; background:#000;}
.picScroll-left .bd ul li .tit { position:relative; z-index:0; background:#eeeeee; color:#575757; font-size:15px; line-height:63px; bottom:0; left:0; width:100%; height:63px; text-indent:30px;}

.picScroll-left .hd{ height:18px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.picScroll-left .hd ul{ overflow:hidden; zoom:1; float:left;}
.picScroll-left .hd ul li{ float:left; margin-right:1px;  width:18px; height:18px; line-height:18px; text-align:center; background:#000; background:rgba(0,0,0,.71); cursor:pointer; font-size:12px; font-family:'Arial'; color:#fff; border-radius:50%;}
.picScroll-left .hd ul li.on{ background:#8d5741; /*background:rgba(141,87,65,.71);*/ }


/*新闻资讯*/
.newsbox {width:100%; height:auto; overflow:hidden;}
.newsbox dt { width:100%; height:auto; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.newsbox dt .line { width:3px; height:34px; display:inline-block; background:#0f61bb; position:relative; top:3px; margin:0 35px;}
.newsbox dt .tit { color:#0f61bb; font-size:37px; font-weight:bold; position:relative; display:inline-block;}
.newsbox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}

.newsbox dt a { display:block;}
.newsbox dt .title { }
.newsbox dt .des { color:#484747; line-height:24px; text-align:center;}
.newsbox dt .tabs { height:auto; overflow:hidden; text-align:center; font-size:17px;}
.newsbox dt .tabs li {display:inline-block; width:auto; height:34px; line-height:34px;}
.newsbox dt .tabs li a { display:block; color:#000; border-radius:3px;}
.newsbox dt .tabs li:hover a,.newsbox dt .tabs li.hover a { color:#ff3a0c; /*background:#247cdf;*/}
.newsbox dd{ height:auto; overflow:hidden; margin-top:20px; padding-right:393px;}
/*图片新闻列表样式*/
.newsbox dd .label_tit { width:100%; height:60px; line-height:60px; width:100%; float:left; font-size:18px; background:#1f783a; color:#fff; text-align:center;}
.newsbox dd .label_tab { width:100%; height:60px; line-height:60px; font-size:18px; background:#eeeeee;}
.newsbox dd .label_tab li{ height:60px; line-height:60px; width:50%; float:left; text-align:center;}
.newsbox dd .label_tab li a {display:block; height:60px; }
.newsbox dd .label_tab li.hover a { background:#1f783a; color:#fff;}
.newsbox dd .news_box_list { width:100%; height:auto; overflow:hidden;}
.newsbox dd .contact_box { width:30%; height:auto; overflow:hidden; float:right;}
.newsbox dd .contact_box .info { font-size:17px; line-height:31px; color:#000; width:75%;}
.newsbox dd .qrcodebox { width:85%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.newsbox dd .qrcodebox .qrcode { width:118px; height:118px; border-left:1px solid #d2d2d2; margin:0 auto; border:1px solid #ababac;}
.newsbox dd .qrcodebox .tit { font-size:19px; width:100%; height:50px; line-height:50px; overflow:hidden; text-align:center; color:#0056c1; font-weight:bold;}
/*图片新闻列表样式*/
.newsbox dd .newpicbox { width:50%; height:auto; float:left; margin-top:20px; /* margin-top:18px; line-height:30px; flex:0 0 49%; width:49%; float:left; */ overflow:hidden;}
.newsbox dd .newpicbox .news_box { height:auto; overflow:hidden; padding-left:280px;}
.newsbox dd .newpicbox .pic { width:248px; height:166px; overflow:hidden; float:left; margin:0 0 0 -280px; _display:inline;}
.newsbox dd .newpicbox .brief { width:100%; height:166px; float:left; position:relative;/* padding:18px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/}
.newsbox dd .newpicbox .brief .tit { font-size:14px; line-height:40px; height:40px; color:#000; font-weight:bold; /*font-weight:bold;*/ white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .newpicbox .brief .des { width:100%; height:auto; overflow:hidden; line-height:24px; font-size:14px; color:#666666; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.newsbox dd .newpicbox .brief .date { line-height:20px; color:#888; margin-top:20px;}
.newsbox dd .newpicbox .tit1 .time { float:right; color:#6a6a6a;}

.newsbox dd .newpicbox .tit1 { font-size:14px; height:30px; line-height:30px; color:#191919; /*font-weight:bold;*/ white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .newpicbox .tit1:before { content:''; display:inline-block; width:11px; height:11px; margin-right:5px; background:url(../images/newsbox_list_icon.png) 0 center no-repeat;}

.newsbox dd .newpicbox .brief .more { background:#247cdf; font-size:14px; color:#fff; line-height:17px; text-transform:uppercase; width:90px; height:24px; line-height:24px; text-align:center; float:left; position:absolute; left:0; bottom:10px; /*border-radius:17px;*/}
.newsbox dd .newpicbox .brief .more:hover { background:#efb70d; color:#000;}
/*新闻列表样式*/
.newsbox dd .news_list_box { width:350px; height:auto; min-height:385px; overflow:hidden; margin:0 -393px 0 0; border-left:1px solid #e8e8e8; float:right; margin-top:32px;}
.newsbox dd .news_list_box .line { background:#e8e8e8; height:1px; margin:10px 0; margin-left:10%;}
.newsbox dd .news_list_box .tit2{ margin-left:10%; font-weight:normal; font-size:24px;}
.newsbox dd .news_list_box .more { float:right; font-weight:normal; font-size:14px;}
.newsbox dd ul.news_list { width:90%; margin-left:10%; margin-top:20px; height:auto; overflow:hidden;}
.newsbox dd ul.news_list li { height:34px; line-height:34px}
.newsbox dd ul.news_list li .tit { line-height:34px; height:34px; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd ul.news_list li:hover .tit { color:#ff3a0c;}

.newsbox dd .pic_news_list { width:100%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; margin-top:18px; background:url(../images/newsbox_list_line.gif) center center no-repeat;}
.newsbox dd .pic_news_list li { width:48%; height:auto; float:left; margin-top:20px; line-height:30px; flex:0 0 45%; width:45%; float:left; overflow:hidden; border-bottom:1px solid #e8e8e8;}
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden; display:block;}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; float:left; position:relative;/* padding:18px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/}
.newsbox dd .pic_news_list li .brief .tit { font-size:16px; line-height:40px; height:40px; color:#000; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .pic_news_list li .brief .des { width:100%; height:auto; overflow:hidden; line-height:24px; color:#898989; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.newsbox dd .pic_news_list li .brief .date { line-height:40px; color:#0f61bb; margin-top:10px; font-weight:bold;}

.ny_banner { height:480px; background-color:#ccc; overflow:hidden; position:relative;/* margin-top:130px;*/ background-repeat:no-repeat; background-position:top center;}

/*焦点图*/
.focus{ position:relative; width:570px; height:330px; background-color: #000; float: left;}  
.focus img{ width: 570px; height: 330px;} 
.focus .shadow .title{width: 260px; height:65px; padding-left: 30px; padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden;}
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:auto; padding-bottom:5px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left;}  
.focus .shadow a { text-decoration:none; color:#fff; font-size:16px; overflow:hidden; font-family: "\5FAE\8F6F\96C5\9ED1"; line-height:32px; margin-top:5px; width:94%; display:block; margin-left:3%;} 
.focus .shadow p { background:#ff1177;}
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:13px; right:10px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;}  
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; margin:0 2px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#ffffff; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#ed2121;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}

/*产品展示*/
.productbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:visible; }
.productbox dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative;}
.productbox dt .space { margin:0 20px; position:relative; top:-10px;}
.productbox dt .tit { color:#fff; font-size:34px; text-transform:uppercase; line-height:50px; display:inline-block; font-weight:bold; /*background:url(../images/productbox_tit_line.gif) center center no-repeat;*/}
.productbox dt .tit1 { color:#fff; line-height:30px; /* display:inline-block; background:#fff; padding:0 10px;*/ font-size:14px;}
.productbox dt .line { position:absolute; width:130px; left:50%; top:55%; margin-left:-65px; height:1px; background:#bababa; z-index:-1;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { height:auto; overflow:hidden; padding-left:240px; background:#fff; -moz-box-shadow:1px 6px 8px #999999; -webkit-box-shadow:1px 6px 8px #999999; box-shadow:1px 6px 8px #999999;}

.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .topbox .hotkeys { width:100%; height:30px; overflow:hidden;margin-top:22px; font-size:12px; /* margin-left:26px;*/ line-height:30px; float:left;}
.productbox dd .tabs { width:100%; height:auto; overflow:hidden; text-align:center; font-size:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.productbox dd .tabs a { display:inline-block; width:130px; height:33px; line-height:33px; text-align:center; margin:0 1px; color:#fff; background:#ce8217; font-size:14px;}
.productbox dd .tabs a:hover,.productbox dd .tabs a.hover { background:#165f2c; color:#fff;}
.productbox dt .tit2 { color:#156f43; text-align:center; text-transform:uppercase;}
.productbox .sort_box { width:240px; height:auto; min-height:670px; overflow:hidden; float:left; margin:0 0 0 -240px; _display:inline; background:#0f61bb; /*background:rgba(20,47,136,.68);*/ padding:0; position:relative;}
.productbox .sort_box .tit { height:70px; line-height:70px;/* text-align:center; */font-size:24px; color:#fff; border-bottom:2px solid #fff; margin:0 27px; /*background:url(../images/sort_box_tit.gif) top center no-repeat;*/}
.productbox .sort_box .dt { width:100%; height:70px; line-height:70px; overflow:hidden; background:#002a62; text-transform:uppercase;}
.productbox .sort_box ul { height:auto; overflow:visible; margin:0; font-size:14px; text-align:center;}
.productbox .sort_box ul li { width:100%; height:54px; height:auto; overflow:visible; line-height:54px; border-bottom:1px dotted #3d84d6; text-transform:uppercase; /*background:url(../images/sort_box_list_bg0.png) no-repeat;*/ position:relative;}
/*.productbox .sort_box ul li.hover a,.productbox .sort_box ul li:hover a{ background:#da0225;}*/
.productbox .sort_box ul li.hover a,.productbox .sort_box ul li:hover a {/* background:#1f783a;*/ font-size:16px;}
.productbox .sort_box ul li.hover a:after,.productbox .sort_box ul li:hover a:after {/* background:#1f783a; margin-right:10px;*/}
.productbox .sort_box ul li a:after { /*content:''; width:20px; height:20px; display:inline-block; float:right; margin-top:20px; margin-right:20px; background:url(../images/sort_list_icon.png) no-repeat;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;*/
}
.productbox .sort_box .more { display:block; width:121px; height:30px; line-height:30px; color:#fff; border:1px solid #fff; text-align:center; position:absolute; left:50%; margin-left:-60px; bottom:63px;}
.productbox .sort_box .more:hover { background:#fff; color:#ff6600;}
/*.productbox .sort_box ul li.hover .subnav,*/.productbox .sort_box ul li:hover .subnav { height:auto;}
.productbox .sort_box ul li.hover a i .icon { display:none;}
.productbox .sort_box ul li.hover a i .icon_hover{ display:block;}
.productbox .sort_box ul li a { color:#fff; display:block;}
.productbox .sort_box ul li a i { display:block; width:40px; height:61px; float:left; margin-left:30px; font-size:0; text-indent:0; text-align:center;display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.productbox .sort_box ul li a i .icon_hover{ display:none;}
.productbox .sort_box ul li a i .icon{ display:block;}
.productbox .sort_box ul li .subnav { position:absolute; top:61px; left:0; width:100%; background:#feecef; height:0; overflow:hidden; z-index:999; font-size:15px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.productbox .sort_box ul li .subnav a { width:49%; flex:0 0 49%; background:#fff; border:1px solid #da0225;/* padding:0 5px;*/ text-indent:0; line-height:28px; height:28px; overflow:hidden; color:#da0225; margin-top:1px; display:inline-block; border-radius:3px; text-align:center;}
.productbox .sort_box ul li .subnav a:hover/*,.productbox .sort_box ul li .subnav a.hover*/ { background:#da0225; color:#fff;/* font-weight:bold;*/}
.productbox .list_box { width:100%; float:right; height:auto; overflow:hidden;}
.productbox .product_list { height:auto; margin:20px 30px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.productbox .product_list li { width:31%; float:left; flex:0 0 31%; margin-top:20px; margin-bottom:0.5%; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0; text-align:center;
-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);
}
.productbox .product_list li.ami0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:0; overflow:hidden;}
.productbox .product_list li.ami1 { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; width:24%;}
.productbox .product_list li.ami1 a { }
.productbox .product_list li .tit { display:block; width:100%; height:42px; line-height:42px; text-align:center; font-size:16px; /*color:#fff; background:#ff6700; background:rgba(255,103,0,.65);*/ position:relative; z-index:1;/* position:absolute; left:0; bottom:0;*/}
.productbox .product_list li a { display:block; position:relative;/* 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 { border:1px solid #dedede; display:block; overflow:hidden;
	webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease; position:relative; z-index:0;}
.productbox .product_list li:hover .pic { border:1px solid #243f9b; /*-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;*/}
.productbox .product_list li:hover .mask { bottom:0;}
.productbox .product_list li:hover .tit { /*background:#177533; background:rgba(23,117,51,.81); font-weight:bold;*/}

.productbox .product_show { width:100%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center;}
.productbox .product_show li { width:280px; height:280px; float:left; margin-bottom:44px; overflow:visible; position:relative; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-around; text-align:center; top:0; left:0; line-height:0; border:1px solid #fff; border:5px solid rgba(255,255,255,.29); border-radius:50%; background:url(../images/productbox_list_bg.png) center center no-repeat;
-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);
}
.productbox .product_show li .box { display:block; position:absolute; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; /* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/}
.productbox .product_show li .tit { width:100%; height:55px; line-height:55px;/* border-top:1px solid #e8e8e8;*/ width:100%; text-align:center; z-index:2; font-size:20px; color:#fff;}
.productbox .product_show li .pic {
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease; position:relative; z-index:0;
}
.productbox .product_show li .mask { position:absolute; left:5px; bottom:5px; background:#113c86; background:rgba(17,60,134,.9); width:270px; height:270px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	border-radius:50%;
	-webkit-transform: scale(0);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(0);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_show li .mask .circle { border:1px solid #0b50c7; position:absolute; left:10px; top:10px; bottom:10px; right:10px; border-radius:50%; z-index:999;}
.productbox .product_show li:hover .pic {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}
.productbox .product_show li .logo {}
.productbox .product_show li:hover .mask { z-index:999; left:5px; bottom:5px;
	-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;
/*transform: rotateZ(720deg); -webkit-transform: rotateZ(720deg);*/}
.productbox .product_show li:hover .mask .circle {
	-webkit-animation: circle_anim 1.5s linear infinite 0s;
	-moz-animation: circle_anim 1.5s linear infinite 0s;
	-o-animation: circle_anim 1.5s linear infinite 0s;
	-ms-animation: circle_anim 1.5s linear infinite 0s;
	animation: circle_anim 1.5s linear infinite 0s;}

@keyframes circle_anim { 
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}
	30% {
	 	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
	90% {
	 	-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1.8);
		-moz-transform: scale(1.8);
		filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
		
	}
}

.productbox .product_show li:hover .tit {}

/*门店展示*/
.store_display { width:543px; height:auto; overflow:hidden; marign-top:30px; margin:0 0 0 -615px; float:left;}
.store_display .tit { font-size:30px; color:#12a03f; line-height:40px; font-weight:bold;}


/*案列展示*/
.casebox { width:100%; height:auto; overflow:hidden;}
.casebox dt { width:100%; height:auto; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.casebox dt .line { width:3px; height:34px; display:inline-block; background:#0f61bb; position:relative; top:3px; margin:0 35px;}
.casebox dt .tit { color:#0f61bb; font-size:37px; font-weight:bold; position:relative; display:inline-block;}
.casebox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}

.casebox dt a { display:block;}
.casebox dt .title { }

.casebox dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.casebox dt .tabs { width:100%; height:auto; overflow:hidden; text-align:center; font-size:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; margin-top:33px;}
.casebox dt .tabs li { display:inline-block; height:38px; line-height:38px; text-align:center; margin:0 6px; color:#8a8a8a; background:#fff; font-size:16px; border-radius:10px; overflow:hidden;}
.casebox dt .tabs li a { display:block; padding:0 20px; background:#c5c5c5;}
.casebox dt .tabs li:hover a,.casebox dt .tabs li.hover a { background:#006ccc; color:#fff;}
.casebox dd { width:100%; height:auto; overflow:hidden; border-top:1px solid #ffffff;}

.casebox .case_list { height:auto; overflow:hidden;}
.casebox .case_list li { width:24%; height:auto; overflow:hidden; position:relative; top:0; left:0; float:left; zoom:1; margin-right:1%; margin-top: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);
background:#fff;
}
.casebox .case_list li .tit { width:100%; height:40px; line-height:40px; position:absolute; left:0; bottom:0px; text-align:center; z-index:99999; font-size:15px; background:#0f61bb;  background:rgba(15,97,187,.93); color:#fff; font-weight:bold;}
.casebox .case_list li a { display:block; position:relative;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden;}
.casebox .case_list li .pic img {
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease; 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:hover .tit { bottom:0; background:#0f61bb;  background:rgba(15,97,187,.93); color:#fff;}

.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .hd{ overflow:hidden;  height:40px; text-align:center; background:url(../images/casebox_ctrlbox_line.gif) center center no-repeat;}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ width:38px; height:38px; line-height:38px; background:#bfbfbf; color:#fff; display:inline-block; cursor:pointer; font-size:18px; font-family:"宋体";}
.picMarquee-left .hd .prev:hover,.picMarquee-left .hd .next:hover{ background:#666;}
.picMarquee-left .hd .next{ }
.picMarquee-left .bd{ padding:10px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li .pic{ text-align:center;}

.insidebox_bg { max-width:1200px; min-width:960px; height:auto; overflow:hidden; margin:0 auto;}
.insidebox { margin:0 auto; overflow:hidden; padding-left:260px;}
/*.insidebox { margin:0 auto; overflow:hidden; padding-left:299px;}*/
/*.leftbox { width:279px; min-height:617px; height:auto; overflow:hidden; float:left; background:#000; _display:inline; margin:50px 0 0 -299px; position:relative;}*/
.leftbox { width:240px; /*min-height:630px;*/ height:auto; overflow:hidden; float:left;/* background:#ff6600;*/ _display:inline; margin:0 0 0 -260px; margin-top:29px; position:relative;}
.leftbox .bg { position:absolute; left:0; top:70px; filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;}
.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;}

/*筛选框*/
.filterbox {  width:96%; margin-left:2%; height:auto; overflow:hidden; line-height:48px; margin-top:10px; background:#f9f9f9; border:1px solid #ebebeb;}
.filterbox .attrbox { width:98%; height:auto; overflow:hidden; border-top:1px solid #ebebeb; margin-left:1%; font-size:14px;}
.filterbox dl.bt0 { border-top:none;}
.filterbox .attrbox dt { width:5%; float:left; color:#535353; font-weight:bold;}
.filterbox .attrbox dd { width:95%; float:left;}
.filterbox .attrbox dd a { display:inline-block; color:#535353; margin:0 10px;}
.filterbox .attrbox dd a:hover { color:#f75c5c;}
.filterbox .attrbox dd a.on { color:#f75c5c;}


.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:30%; flex:0 0 30%; margin:0 1.5%; margin-bottom:30px; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 20px #ddd; display:block; box-shadow:0px 0px 20px #ddd; 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:#a7725c;}

.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:30%; flex:0 0 30%; margin:0 1.5%; margin-bottom:30px; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 20px #ddd; display:block; box-shadow:0px 0px 20px #ddd; 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:#a7725c;}

.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:30%; flex:0 0 30%; margin:0 1.5%; margin-bottom:30px; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 20px #ddd; display:block; box-shadow:0px 0px 20px #ddd; 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:#a7725c;}

.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;}
.detail .con p { font-size:16px;}
.detail .con p img { display:block; max-width:100%; width:auto; margin:20px 0;}
.detail .prev_next { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px;}
.detail .prev_next a { color:#666; display:block;}
.detail .prev_next a:hover { color:#c00;}

.adbox_bg { height:348px; overflow:hidden; position:relative;}
.adbox_bg .adbox { max-width:1200px; min-width:960px; margin:0 auto; height:348px; color:#fff;}
.adbox_bg .adbox .tit1 { font-size:15px; line-height:30px;}
.adbox_bg .adbox .tit2 { font-size:33px; line-height:50px;}
.adbox_bg .adbox .tit3 { font-size:15px; line-height:30px;}
.adbox_bg .adbox .des { font-size:14px;}
.adbox_bg .adbox .tel { font-size:20px;}


.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 { width:100%; height:auto; min-height:670px; overflow:hidden; background:#0f61bb; /*background:rgba(20,47,136,.68);*/ padding:0; position:relative;}
.guidebox dt .tit { height:70px; line-height:70px;/* text-align:center; */font-size:24px; color:#fff;  margin:0 27px; padding-left:30px; background:url(../images/guidebox_tit_icon.png) 0 center no-repeat;}
.guidebox dt { width:100%; height:70px; line-height:70px; overflow:hidden; background:#002a62; text-transform:uppercase;}
.guidebox dd ul { height:auto; overflow:visible; margin:0; font-size:14px; text-align:center;}
.guidebox dd ul li { width:100%; height:54px; height:auto; overflow:visible; line-height:54px; border-bottom:1px dotted #3d84d6; text-transform:uppercase; /*background:url(../images/sort_box_list_bg0.png) no-repeat;*/ position:relative;}
.guidebox dd ul li a { color:#fff; display:block;}
.guidebox dd ul li.hover a,.guidebox dd ul li:hover a{ background:#fe6500;}
.guidebox dd ul li.hover a,.productbox .sort_box ul li:hover a {/* background:#1f783a;*/ font-size:16px;}
.guidebox dd ul li.hover a:after,.productbox .sort_box ul li:hover a:after {/* background:#1f783a; margin-right:10px;*/}
.guidebox dd ul li a:after { /*content:''; width:20px; height:20px; display:inline-block; float:right; margin-top:20px; margin-right:20px; background:url(../images/sort_list_icon.png) no-repeat;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;*/
}




.guidebox dd .subnav { position:absolute; top:35px; left:0; width:100%; background:#fff; height:0; overflow:hidden; z-index:999; font-size:14px;}
.guidebox dd .subnav a { background:#da0225; padding:0 5px; line-height:32px; height:32px; overflow:hidden; color:#fff; display:block; text-align:left; border-top:1px solid #fff;}
.guidebox dd .subnav a:hover { background:#efb70d; color:#fff;}


.leftbox .qrcodebox { width:80%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.leftbox .qrcodebox .pic { width:132px; height:132px; float:left;}
.leftbox .qrcodebox .title { border-left:1px solid #d2d2d2; font-size:15px; width:16px; height:auto; overflow:hidden; float:left; line-height:17px; margin-top:5px; padding-left:14px; margin-left:14px;}

.contact {width:100%; height:auto; overflow:hidden;}
.contact dt{ width:100%; height:60px; overflow:hidden; line-height:60px; position:relative; border-bottom:1px solid #cccccc; display:none;}
.contact dt .entitle {font-size: 24px;  line-height:26px; text-transform: uppercase; color:#cccccc; font-family: 'Courier New'; position:absolute; left:0; top:0; z-index:1;}
.contact dt .title { font-size:20px; line-height:22px; color:#000000; margin-left:95px; font-weight:bold; letter-spacing:3px; margin-top:15px; position:relative; z-index:2;}
.contact dd { width:100%; height:auto; overflow:hidden; background:#fff;}
.contact dd .text { padding:10px; margin-top:20px; line-height:30px;}

/*内页左侧联系方式*/
.leftbox .contact { width:100%; height:auto; overflow:hidden; margin-top:15px; background:#00824a; color:#fff; line-height:28px; font-size:14px; display:none;}
.leftbox .contact p { margin:5px 10px;}
.leftbox .contact .tit { width:100%; height:42px; line-height:42px; background:#014da1; color:#fff; text-align:center; font-size:18px;}
.leftbox .contact .telbox { width:188px; height:40px; margin:0 auto; background:url(../images/telbox_bg1.png) no-repeat; position:relative;}
.leftbox .contact .telbox .tel { font-size:24px; font-family:'Arial'; color:#014da1; line-height:24px; position:absolute; right:0; bottom:-5px;}
.leftbox .contact .text { color:#707070; font-size:14px; line-height:30px; padding:10px; border:1px solid #c1c1c1; border-top:0;}

/*.guidebox dd ul { width:100%; height:auto; overflow:visible; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; font-size:16px;}
.guidebox dd ul li { min-width:131px; height:auto; line-height:44px; text-align:center; color:#5f5f5f; position:relative; margin:5px 5px;}
.guidebox dd ul li:hover { color:#fff;}
.guidebox dd ul li a { background:#ff9d03; color:#fff; display:block; height:44px; margin-left:0; border-radius:20px;}
.guidebox dd ul li:hover a,.guidebox dd ul li.hover a { background:#e62a33; color:#fff;}
.guidebox dd ul li:hover a+.subnav{display:block;}
.guidebox dd .subnav { font-size:14px; margin-top:0; height:auto; position:absolute; width:100%; top:41px; left:0; display:none; line-height:30px; overflow:hidden; color:#000; z-index:999999;}
.guidebox dd .subnav a { display:block; line-height:30px; height:30px; padding:0 5px; text-align:center; color:#000;}
.guidebox dd .subnav a:hover { background:#b8b8b8; color:#fff;}
.guidebox dd .subnav a.on { background:#b8b8b8; color:#fff;}*/
/*内页左侧二维码位置*/
.leftbox .qrcodebox { width:80%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.leftbox .qrcodebox .pic { width:132px; height:132px; float:left;}
.leftbox .qrcodebox .title { border-left:1px solid #d2d2d2; font-size:15px; width:16px; height:auto; overflow:hidden; float:left; line-height:17px; margin-top:5px; padding-left:14px; margin-left:14px;}

/*左则导航二维码*/
.leftbox .qrcodebox { width:212px; height:auto; overflow:hidden; background:#f5f5f5; border:1px solid #e4e4e4; margin-top:20px; padding-top:20px;}
.leftbox .qrcodebox .pic { width:110px; height:110px; margin:0 auto; border:1px solid #0b7458;}
.leftbox .qrcodebox .title { font-size:16px; line-height:50px; text-align:center; color:#5c5c5c;}
/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden; background:#e5e5e5;}
.leftbox .searchbox .box { width:80%; height:auto; margin:20px auto; overflow:visible;}
.leftbox .searchbox .tit { font-size:18px; color:#060606; line-height:30px;}
.leftbox .searchbox .keys { width:100%; height:35px; line-height:35px; border:1px solid #fff; margin-top:0; border:0; background:#fff; text-indent:10px;}
.leftbox .searchbox .keys:focus { border:1px solid #e21919; -webkit-box-shadow:0 0 12px #e21919 ;-moz-box-shadow:0 0 12px #e21919 ;box-shadow:0 0 12px #e21919;}
.leftbox .searchbox .hotkeys { line-height:30px; height:30px; color:#757575;}
.leftbox .searchbox .hotkeys a { color:#757575;}
.leftbox .searchbox .submit { width:100%; height:36px; font-size:16px; border:0; background:#e21919; color:#fff; line-height:36px; text-align:center; cursor:pointer;}
/*左则导航新闻*/
.topnewsbox { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.topnewsbox dt { width:100%; height:38px; line-height:38px; background:#6fbef2;}
.topnewsbox dt .tit { font-size:17px; color:#fff; text-align:center;}
.topnewsbox dd { border:1px solid #e8e8e8; padding:10px;}
.topnewsbox dd ul { width:100%; height:auto; overflow:hidden;}
.topnewsbox dd ul li { width:100% height:27px; line-height:27px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}

/*详细内容显示*/
.contentbox {width:100%; height:auto; float:left; overflow:hidden; /* background:#fff;  */ padding-bottom:20px;}
.contentbox dt { width:100%; height:40px; line-height:40px; overflow:hidden; position:relative; /*background:url(../images/contentbox_tit_bg.gif) bottom right no-repeat;*/ display:none;}
.contentbox dt .location { float:right; color:#696969; font-size:15px; line-height:50px; font-weight:normal;}
.contentbox dt .location a { color:#696969;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:20px; position:relative; display:block; float:left; margin-right:20px; font-weight:normal; display:none;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd { width:100%; min-height:550px; margin:30px 0; height:auto; overflow:hidden;}
.contentbox dd #content {text-align:justify; text-justify:distribute-all-lines; font-size:16px; line-height:2;}



/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px;}
.friendlinks dt{ width:115px; height:71px; line-height:71px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left;}
.friendlinks dt .tit { color:#000; font-size:18px; font-weight:bold; text-transform:uppercase;}
.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:34px; height:auto; margin-top:20px; 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:14px; line-height:34px; padding:0 10px; margin:0 10px; text-align:center; color:#423e00; 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:0;} 

/*页脚*/
.footer_bg { height:auto; overflow:hidden; background:#01438b url(../images/footer_bg_x.gif) repeat-x;}
.footer_nav_box { width:100%; height:auto; overflow:hidden; float:left; margin-top:37px;}
.footer_nav { width:33%; height:auto; min-height:200px; overflow:hidden; font-size:14px; float:left; background:url(../images/footer_nav_line.gif) right center no-repeat; text-align:center;}
.footer_nav li.tit { font-size:16px; line-height:24px; height:24px; border:#7be09a; color:#88c1ff;/* font-weight:bold;*/ margin-bottom:10px;}
.footer_nav li { width:100%; line-height:24px; height:24px; color:#88c1ff;}
.footer_nav li a { color:#88c1ff; display:block; display:block;}

.footerbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; height:auto; overflow:visible;}
.footerbox .footer_links { width:100%; height:auto; overflow:hidden; border-top:1px solid #3be17e;}
.footerbox .footer_links p { text-align:center;}
.footerbox .footer_links a { color:#fff; margin:0 10px;}
.footer { overflow:visible; color:#197db9; position:relative; height:auto; overflow:hidden; padding-left:283px; padding-right:230px;}
.footer a { color:#197db9;}
.footer .info { width:50%; height:auto; line-height:27px; color:#014835; float:left; margin-top:20px; font-size:16px; font-weight:bold;}
.footer .company { font-size:23px; line-height:40px;}
.footer .logobox { height:auto; min-height:200px; overflow:hidden; float:left; margin:28px 0 0 -283px; _display:inline; background:url(../images/logobox_space.gif) right center repeat-y;}
.footer .logobox .logo { display:block;}
.footer .logobox .telbox { width:283px; height:50px; margin-top:30px; overflow:hidden; background:url(../images/footer_telbox_bg.png) no-repeat; line-height:24px; font-size:30px; color:#00377a; position:relative;}
.footer .logobox .telbox .icon { float:left; margin-right:5px;}
.footer .logobox .telbox .lab { font-size:14px; color:#00377a; line-height:20px;}
.footer .logobox .telbox .tel { font-size:30px; color:#1f89ff; line-height:30px; position:absolute; left:60px; bottom:0; font-family:Arial;}

.contact_info_box { width:30%; height:auto; overflow:hidden; float:left; padding-bottom:10px; position:relative;}
.footer .contact_info { width:100%; height:auto; overflow:hidden; position:relative;}
.footer .contact_info li.line { width:1px; height:100%; background:#238641; left:30px; top:0; position:absolute; padding:0; margin:0;}
.footer .contact_info li { height:34px; padding-left:40px; line-height:18px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.footer .contact_info li.local { background:url(../images/contact_info_bg.png) 0 5px no-repeat;}
.footer .contact_info li.phone { background:url(../images/contact_info_bg.png) 0 -28px no-repeat;}
.footer .contact_info li.qq { background:url(../images/contact_info_bg.png) 0 -65px no-repeat;}
.footer .contact_info li.mobile { background:url(../images/contact_info_bg.png) 0 -98px no-repeat;}
.footer .contact_info li.url { background:url(../images/contact_info_bg.png) 0 -130px no-repeat;}
.footer .contact_info li.email { background:url(../images/contact_info_bg.png) 0 -165px no-repeat;}



.footer .footer_links_box { width:30%; height:auto; overflow:hidden; float:left;}
.footer .footer_links_box { line-height:34px; font-size:15px;}
/*版权*/
.copyright_bg { background:#00214e; height:75px; overflow:hidden; border-top:1px solid #00214e;}
.copyright { max-width:1200px; min-width:960px; height:auto; line-height:24px;  margin:0 auto; margin-top:10px; overflow:hidden; color:#0659cb;}
.copyright a { color:#0659cb;}
.footerbox .qrcodebox { width:230px; height:auto; overflow:hidden; margin:24px -230px 0 0; float:right;}
.footerbox .qrcodebox .qrcode { width:150px; height:auto; margin:0 auto;}
.footerbox .qrcodebox .qrcode .pic { width:150px; height:auto; margin:0 auto;}
.footerbox .qrcodebox .qrcode .tit { width:100%; text-align:center; height:auto; line-height:18px; color:#fff; margin-top:10px;}
.copyright .info { margin:30px 0; color:#fff; text-align:center;}
.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}


/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd ul.news_list li.ml0 { margin-left:0;}
.contentbox dd ul.news_list li {
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.contentbox dd ul.news_list li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.contentbox dd ul.news_list li:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.contentbox dd ul.news_list li:hover { border:1px solid #fff; -moz-box-shadow:0px 0px 10px #CCC, 0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC, 0px 0px 10px #CCC; box-shadow:0px 0px 20px #CCC, 0px 0px 20px #eee;}
.contentbox dd ul.news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd ul.news_list li .time { line-height:29px; margin-top:10px; font-size:16px; color:#898888; text-indent:24px; background:url(../images/icon_time.png) 0 center no-repeat;}
.contentbox dd ul.news_list li .tit { line-height:29px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .des { line-height:22px; font-size:14px; color:#787878; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .pic { overflow:hidden; display:block;}
.contentbox dd ul.news_list li .more { background:url(../images/news_list_more.png) no-repeat; display:block; width:40px; height:40px; position:relative; left:0;}
.contentbox dd ul.news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd ul.news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd ul.news_list li:hover .tit { color:#05adb8; font-weight:bold;}

@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;}*/