@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:#fa2f14;}
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:148px; overflow:visible; background:url(../images/top_bg_x.png) repeat-x;/* position:fixed; left:0; top:0; z-index:99999; box-shadow: 3px 3px 10px rgba(0,0,0,0.3);*/}
.top_bg.ny { }
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}
.top_bg .top{ max-width:1200px; min-width:960px; height:148px; margin:0 auto; position:relative;}
.top_bg .top .welcome{ height:35px; line-height:35px; color:#9a9a9a;}
.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 .toplink{ height:35px; line-height:35px; color:#9a9a9a;}
.top_bg .top .toplink a { color:#9a9a9a;}
.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}
.top_bg .top .telbox { position:absolute; top:65px; right:0; width:279px; height:52px; background:url(../images/telbox_bg.png) no-repeat; color:#fff;}
.top_bg .top .telbox:before { content:''; width:30px; height:40px; display:inline-block; float:left; background:url(../images/telbox_ico.png) center center no-repeat;}
.top_bg .top .telbox .tel { font-size:35px; font-family:'Arial'; color:#cf1610; line-height:35px; font-weight:bold; position:absolute; right:0; bottom:0; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; font-weight:bold; letter-spacing:0.5px;*/}
.top_bg .top .logo { position:absolute; left:0; top:59px; overflow:hidden;}

.top_bg .top .toplink { height:36px; line-height:36px; font-size:14px; position:absolute; top:0; right:0;}
.top_bg .top .toplink a { }
.top_bg .top .toplink a.book { font-size:15px; color:#fff; display:inline-block; background:#0473bc; padding:0 10px; margin-left:10px;}
.top_bg .top .toplink a:hover {}

.top_bg .top .searchbox { width:180px; height:0; overflow:hidden; background:#f67331; position:absolute; top:73px; left:10px;}
.top_bg .top .searchbox .keys { width:178px; height:22px; line-height:22px; border:0; color:#018636; position:absolute; left:1px; top:1px; text-indent:5px;}
.top_bg .top .searchbox .submit { width:20%; height:24px; font-size:12px; background:#f00; border:0; position:absolute; right:0; top:0; color:#fff; cursor:pointer; display:none;}
.top_bg .top .searchbox.open { height:24px;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #666;opacity:0.5; font-size:12px;
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #666;opacity:0.5; font-size:12px;
}

/*主导航样式*/
.navmenu_bg { height:57px; background:#9d0000; position:relative; z-index:999999;}

.navmenu { width:1200px; min-width:960px; margin:0 auto; height:57px; overflow:visible;}
.navmenu #menu { width:100%; height:52px; position:relative; right:0; font-size:16px;}
.navmenu #menu li { height:57px; width:12.5%; float:left; position:relative; background:url(../images/navmenu_spa.gif) 0 center no-repeat; /*writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li a { display:block; width:100%; height:57px; line-height:57px; text-align:center; color:#fff; position:relative;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/}
.navmenu #menu li:hover a { /*color:#ffac35; background:#dd1e19;*/}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a { /*color:#df0b14; font-weight:bold; background:#dd1e19;*/}
.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;
	top:0;
	width:100%;
	height:0;
	background:#00376a;
	z-index:-1;
	
}
.navmenu #menu li:hover a:before,.navmenu #menu li.hover a:before { height:57px;}
/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:hidden; display:none; position:absolute; top:57px; left:0; background:#ba0823; background:rgba(0,55,106,.85); font-size:14px; font-weight:normal;}
.navmenu #menu li .subnav a { display:block; line-height:40px; width:100%; height:40px; color:#fff; background:none; position:relative;}
.navmenu #menu li .subnav a:before { background:none;}
.navmenu #menu li .subnav a:hover { color:#fff; background:#9d0000;}


#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;*/

}

/*首页页脚样式*/
.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;}
.section .absbox,.absbox { position:absolute; left:0; top:0; width:100%; height:100%;}
/*第一屏*/
.section .ad-logo { width:224px; height:97px; overflow:hidden; margin:40px auto;}
.section .ad-text { width:815px; height:74px; overflow:hidden; margin:40px auto;}
.section .case-list { width:529px; height:40px; margin:0 auto; line-height:40px; text-align:center; background:#083eb2; font-size:18px; border-radius:20px; position:relative; overflow:hidden;}
.section .case-list a { color:#fff; display:inline-block; margin:0 20px; position:relative;}
.section .case-list a:hover { top:-2px;}
/*关于我们*/
.section .aboutus {}
.section .aboutus .left_box { position:absolute; left:0; top:0; width:50%; height:100%; background-color:#ccc;}
.section .aboutus .right_box { position:absolute; right:0; top:0; width:50%; height:100%; background-color:#ccc;}
.section .aboutus .right_box .tit { margin-left:10%; font-size:65px; line-height:108px; font-weight:bold; color:#fe6500;}
.section .aboutus .right_box .more { display:block; width:166px; height:42px; line-height:42px; text-align:center; background:#083eb2; font-size:14px; color:#fff; margin-left:10%; margin-top:50px; border-radius:22px;}
.section .aboutus .right_box .more:hover { background:#fe6500;}
.section .aboutus .left_box .sys { margin-bottom:150px;}
/*产品服务*/
.section .case_list.style01 { position:absolute; left:0; top:0; width:100%; height:100%;}
.section .case_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.section .case_list li{ width:20%; flex:0 0 20%; float:left; overflow:hidden; background:url(../images/case_list_bg.png) center center no-repeat; background-size:100% 100%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch;}
.section .case_list li:hover { /*background-position:0 130px;*/background:url(../images/case_list_bg1.png) center center no-repeat;}
.section .case_list li a { display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; width:100%;}
.section .case_list li:hover a .icon { position:relative; margin-top:-60px;}
.section .case_list li a .icon {-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;}
.section .case_list li .tit { width:100px; color:#e0e0e0; font-size:22px; line-height:50px; text-align: justify;}
.section .case_list li .tit:after { display: inline-block; width: 100%; content: '';}

/*发展*/
.section .develop {}
.section .develop .cbox { width:943px; height:867px; margin:0 auto; background:url(../images/circle_case.png) center center no-repeat; background-size:100% 100%;}
.section .develop .tit { font-size:42px; line-height:51px; color:#fff; text-align:center; margin:0 auto; position:relative; top:600px;}
.section .develop .tit strong { font-size:51px;}

/*解决方案*/
.solution_bg { margin-top:130px; height:997px;}
.solution_box dt .tit { width:100%; text-align:left; font-size:39px; color:#fff; line-height:60px; font-weight:bold;}
.solution_box dt .tit1 { width:100%; text-align:left; font-size:39px; color:#fff; line-height:60px; font-weight:bold;}
.solution_box dd { margin-top:100px;}

.solution_list { margin:0 auto;}
.solution_list li { width:300px; height:462px; margin:0 12px; position:relative; overflow:hidden; background:url(../images/s_box_bg.png) center center no-repeat; background-size:100% 100%; text-align:center; float:left;
 -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.solution_list li .icon {
	width:115px; height:144px;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
}
.solution_list li:hover .icon{ transform: perspective(180px) rotateY(360deg);}
.solution_list li a { display:block; position:absolute; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.solution_list li a:hover {/*background:rgba(254,101,0,.67); */background:url(../images/solution_a_hover.png) center center no-repeat; background-size:100% 100%;}
.solution_list li .tit { font-size:24px; color:#fff; font-weight:bold; line-height:50px; margin-top:30px; }
.solution_list li .line { width:30px; height:2px; background:#fff; display:inline-block; margin:0 auto;}
.solution_list li .des { color:#fff; line-height:20px; margin:0 30px; margin-top:30px; text-align:justify; text-justify:distribute-all-lines; text-align:center;}

.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:55px; overflow:hidden; position:relative; background:#00376a;}
.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; height:auto; font-weight:bold; text-align:center; overflow:hidden; color:#da0225; font-size:20px; line-height:34px;/* text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;*/}
.topbox_bg .topbox .tel { font-family:Arial; font-size:28px;}


.topbox_bg .hotkeywords { font-size:14px; color:#fff; float:left; line-height:55px;}
.topbox_bg .hotkeywords a { color:#fff;}
.topbox_bg .searchbox { width:423px; height:37px; overflow:hidden; float:right; margin-top:10px; position:relative;}
.topbox_bg .searchbox .keys { width:343px;  height:37px; background:#fff; color:#000; border:0; line-height:37px; text-indent:6px; position:absolute; left:0; top:0;}
.topbox_bg .searchbox .keys:-moz-placeholder { color: #666; font-size:14px;}
.topbox_bg .searchbox .keys::-webkit-input-placeholder{ color: #666; font-size:14px;}
.topbox_bg .searchbox .submit { width:80px;  height:37px; line-height:37px; text-align:center; position:absolute; right:0; top:0; border:0; color:#fff; cursor:pointer; background:#ce1711;}

.slide { width:761px; height:481px; overflow:hidden; position:relative;}
.indexbox .left_box { width:761px; height:auto; overflow:hidden; float:left; margin:0 0 0 -800px;}
.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);}


.indexbox .right_box { width:100%; height:auto; overflow:hidden; float:left;}
.kjdt_box { width:100%; height:auto; overflow:hidden;}
.kjdt_box dt { width:100%; height:80px; overflow:hidden; background:url(../images/kjdt_tit_line.png) 0 bottom no-repeat;}
.kjdt_box dt .tit { color:#0473bc; line-height:80px; font-size:31px; font-weight:bold;}
.kjdt_box dt .more { float:right; margin-top:20px;}
.kjdt_box dd { width:100%; height:auto; overflow:hidden;}
.kjdt_box dd ul { font-size:15px; line-height:30px;}
.kjdt_box dd ul li { width:100%; height:30px; overflow:hidden; line-height:30px;}
.kjdt_box dd ul li .tit .date { float:right;}
.kjdt_box dd ul li .des .date { display:none; float:right; margin:0 3px;}
.kjdt_box dd ul li .des { width:100%; height:66px; line-height:22px; margin-top:8px; display:none; overflow:hidden; color:#707070; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:distribute-all-lines;}
.kjdt_box dd ul li .tit { width:100%; line-height:30px; height:30px; color:#707070; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; display:block;}
.kjdt_box dd ul li.hover { width:100%; height:auto; overflow:hidden; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; margin-bottom:5px;}
.kjdt_box dd ul li.hover .tit { color:#000; font-size:18px; line-height:2; margin-top:10px; font-weight:bold;}
.kjdt_box dd ul li.hover .des { display:block;}
.kjdt_box dd ul li.hover .tit .date { display:none;}
.kjdt_box dd ul li.hover .des .date { display:inline-block; color:#b40101;}


/*关于我们*/
.aboutbox { max-width:1200px; height:auto; margin:0 auto; background:#fff; overflow:hidden;}
.aboutbox dt{ max-width:100%; min-width:960px; height:auto; overflow:hidden; position:relative; text-align:center;}
.aboutbox dt .tit { width:100%; color:#000; font-size:26px; line-height:40px; font-weight:bold; display:inline-block; background:url(../images/aboutbox_tit_line.png) center center no-repeat;}
.aboutbox dt .tit span { color:#da251c;}
.aboutbox dt .tit1 { width:100%; color:#a1a1a1; line-height:30px; font-family:'Arial'; text-transform:uppercase; /* text-transform:uppercase; display:inline-block; background:#fff; padding:0 10px;*/ font-size:19px;}
.aboutbox dt .des { color:#929292; font-size:15px; line-height:24px; text-align:center;}
.aboutbox dt .line { background:#efb70d; height:3px; width:45px; margin:0 auto; margin-top:5px;}
.aboutbox dt a { display:block;}
.aboutbox dd{ width:100%; height:auto; overflow:hidden;}
.aboutbox dd .box { height:auto; overflow:hidden; padding-left:533px;}
.aboutbox dd .box  .pic { display:block; width:494px; height:321px; overflow:hidden; float:left; margin:0 0 0 -533px;}
.aboutbox dd .box .about { width:100%; height:321px; overflow:hidden; float:left; position:relative;}
.aboutbox dd .box .about .des { line-height:33px; font-size:16px; margin:0; overflow:hidden; color:#545454; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; text-align:justify; text-justify:distribute-all-lines;}
.aboutbox dd .box .about .des strong { color:#be0000;}
.aboutbox dd .box .about .more { display:block; width:147px; height:41px; line-height:41px; background:#ce1610; color:#fff; text-align:center; font-size:15px; position:absolute; left:0; bottom:0;}
/*****内页样式******/
.about_other { width:100%; height:auto; overflow:hidden; margin-top:5%;}
.about_other li { float:left; width:33.333%; height:auto; overflow:hidden;}
.about_other li .icon { float:left; margin-left:1%;}
.about_other li .brief { float:left; height:auto; overflow:hidden; color:#fff; margin-left:5%; margin-top:5%;}
.about_other li .brief .tit { font-size:28px; line-height:30px; font-weight:bold;}
.about_other li .brief .des { font-size:17px; line-height:30px;}
/*企业简介*/
.about_us { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.about_us dt { width:100%; height:auto; overflow:hidden; display:none;}
.about_us dt .pic { width:160px; height:160px; overflow:hidden; border-radius:50%; margin:0 auto;}
.about_us dt .tit1 { font-size:57px; line-height:57px; color:#f1f1f1; text-transform:uppercase; font-family:'Arial';}
.about_us dt .tit { width:100%; height:30px; line-height:30px; font-size:30px; color:#0a0a0a; position:relative; top:-26px;}
.about_us dd { height:auto; overflow:visible; padding-left:600px;}
.about_us dd .info { height:auto; overflow:visible; float:left; margin-top:40px; padding-left:50px; padding-right:20px;}
.about_us dd .picbox { float:left; width:959px; height:541px; overflow:visible; margin:0 0 0 -959px; _display:inline; position:relative;}
.about_us dd .picbox .pic { display:block; width:959px; height:541px; overflow:hidden;}
.about_us dd .picbox .bg { position:absolute; right:-29px; bottom:-23px;}
.about_us dd .tit { line-height:80px; color:#fff; font-size:30px; font-weight:bold; position:relative;}
.about_us dd .tit .line { width:76px; height:2px; background:#fac034; position:absolute; bottom:0; left:0;}
.about_us dd .des { font-size:14px; line-height:30px; margin-top:20px; line-height:30px; color:#fff; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-align:justify; text-justify:distribute-all-lines;}
.about_us dd .des .b { font-size:17px; color:#fac034;}
.about_us dd .more { width:242px; height:53px; line-height:53px; text-align:center; font-size:16px; border:2px solid #fff; display:inline-block; color:#fff; margin-top:40px;}
.about_us dd .more:hover { background:#fff; color:#007958;}
.about_us dd .about_us_point { width:100%; height:auto; overflow:hidden; margin-top:40px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; }
.about_us dd .about_us_point li {/* flex:0 0 20%;*/ height:auto; overflow:hidden; float:left; text-align:center;}
.about_us dd .about_us_point li .num { color:#a0a0a0; line-height:60px; color:#f55a0c;}
.about_us dd .about_us_point li .num span { font-size:55px; font-family:'Aparajita';}
.about_us dd .about_us_point li .tit { color:#505050; line-height:40px;}

.commonbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; margin-top:50px; overflow:hidden;}
.commonbox ul { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.commonbox ul li { width:32%; height:auto; overflow:hidden; flex:0 0 32%; position:relative;}
.commonbox ul li .box { display:block; position:absolute; left:0; top:0; height:100%; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; padding-left:100px;}
.commonbox ul li .box .icon { float:left; width:100px; height:auto; overflow:hidden; margin:0 0 0 -100px; text-align:center;}
.commonbox ul li .box .brief { float:left; width:100%; height:auto; text-align:center;}
.commonbox ul li .box .brief .tit { font-size:18px; line-height:20px; color:#000; font-weight:bold;}
.commonbox ul li .box .brief .des { margin:0 10px; font-size:14px; line-height:22px; margin-top:20px; color:#fff; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
/*文化&机构*/
.about_box_bg { height:auto; overflow:hidden;}
.about_box_bg .about_box { width:50%; height:auto; overflow:hidden; position:relative; float:left;}
.about_box_bg .box { position:absolute; left:0; top:0; width:100%; height:100%; display:block;}
.about_box_bg .brief { width:50%; text-align:center;}
.about_box_bg .brief .tit{ font-size:30px; color:#fff; line-height:40px;}
.about_box_bg .brief .tit1{ font-size:14px; color:#fff; line-height:40px; line-height:22px; text-transform:uppercase;}
.about_box_bg .brief.style01 { position:absolute; width:40%; top:15%; right:15%;}
.about_box_bg .brief.style02 { position:absolute; padding-left:40%; right:5%; top:45%;}
.about_box_bg .brief.style03 { position:absolute; width:40%; top:15%; left:5%;}
.about_box_bg .brief.style01 .tit { text-align:left;}
.about_box_bg .brief.style01 .tit1 { text-align:left;}
.about_box_bg .brief.style03 .tit { text-align:left;}
.about_box_bg .brief.style03 .tit1 { text-align:left;}
/*荣誉资质*/
.honor_box { max-width:1200px; min-width:960px; height:auto; overflow:hidden; margin:0 auto; padding-bottom:80px;}
.honor_box dt { width:100%; height:auto; overflow:hidden; margin-top:40px; text-align:center;}
.honor_box dt .tit { font-size:40px; line-height:60px; font-weight:bold; color:#000; background:url(../images/honor_box_tit_bg.gif) center center no-repeat;}
.honor_box dt .tit1 { color:#292929; font-family:Arial; text-transform:uppercase; font-size:28px; line-height:40px;}
.honor_box dt .des { color:#010101; line-height:27px; font-size:15px; margin-top:20px;}
.honor_box dd { width:100%; height:auto; overflow:visible; position:relative;}
.honor_box dd .honor_box_ctrl_prev { width:53px; height:99px; display:block; position:absolute; top:50%; left:-80px; margin-top:-49.5px; background:url(../images/honor_box_ctrl_prev.png) no-repeat; z-index:999;}
.honor_box dd .honor_box_ctrl_next { width:53px; height:99px; display:block; position:absolute; top:50%; right:-80px; margin-top:-49.5px; background:url(../images/honor_box_ctrl_next.png) no-repeat; z-index:999;}
/*品牌*/
.brand_box_bg { height:auto; overflow:hidden; position:relative;}
.brand_box { position:absolute; left:0; top:0; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:stretch;}
.brand_box .brandbox { width:30%; flex:0 0 30%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; float:left;}
.brand_box .brand { width:285px; height:100%; position:absolute; top:0; left:50%; margin-left:-142.5px; overflow:hidden; background:#ef2626; color:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.brand_box .brand .tit { font-size:46px; line-height:50px;}
.brand_box .brand .tit1 { font-size:18px; line-height:30px;}


/*视频*/
.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;}
/*技术优势*/
.superiority { width:90%; height:auto; margin:0 auto; margin-top:30px; overflow:hidden;}
.superiority dt { width:100%; height:auto; text-align:center;}
.superiority dt .pic { width:160px; height:160px; overflow:hidden; border-radius:50%; margin:0 auto;}
.superiority dt .tit { width:100%; height:50px; line-height:50px; font-size:42px; color:#4e4d4d; font-weight:bold;}
.superiority dt .tit1 { color:#a8a8a8; font-size:22px; line-height:60px; height:60px; font-weight:bold; position:relative;}
.superiority dt .tit1 .line { position:absolute; width:68px; height:3px; background:#d21010; bottom:0; margin-left:-34px; left:50%;}
.superiority dd { width:100%; height:auto; overflow:hidden;}
.superiority dd .des { font-size:16px; line-height:24px; color:#4e4d4d; margin-top:20px;}
.superiority dd .pic_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.superiority dd .pic_list li { width:33%; float:left; flex:0 0 33%; height:auto; overflow:hidden; position:relative;}
.superiority dd .pic_list li .tit { width:100%; height:52px; line-height:52px; width:100%; text-align:center; z-index:2; font-size:18px; color:#fff; background:#d21010; background:rgba(210,16,16,.68); position:absolute; left:0; bottom:0; z-index:1;}
.superiority dd .pic_list li a { display:block; position:relative;}
/*科技创新*/
.innovate { width:90%; height:auto; margin:0 auto; margin-top:30px; overflow:hidden;}
.innovate dt { width:100%; height:auto; text-align:center;}
.innovate dt .pic { width:160px; height:160px; overflow:hidden; border-radius:50%; margin:0 auto;}
.innovate dt .tit { width:100%; height:50px; line-height:50px; font-size:42px; color:#4e4d4d; font-weight:bold;}
.innovate dt .tit1 { color:#a8a8a8; font-size:22px; line-height:60px; height:60px; font-weight:bold; position:relative;}
.innovate dt .tit1 .line { position:absolute; width:68px; height:3px; background:#d21010; bottom:0; margin-left:-34px; left:50%;}
.innovate dd .des { font-size:16px; line-height:24px; color:#4e4d4d; margin-top:20px;}
.innovate dd .innovate_case { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.innovate dd .innovate_case li { width:24%; flex:0 0 24%; height:auto; overflow:hidden; float:left; text-align:center;}
.innovate dd .innovate_case li .icon { width:55%; height:auto; overflow:hidden; margin:0 auto; position:relative;transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(0deg);}
.innovate dd .innovate_case li .icon img { /*position:absolute; top:0; left:0; z-index:1;*/ width:100%;}
.innovate dd .innovate_case li .icon .icon00 { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.innovate dd .innovate_case li .icon .icon01 { position:absolute; top:0; left:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.innovate dd .innovate_case li .tit { color:#4e4e4e; font-size:18px; line-height:30px; font-weight:bold; margin-top:20px;}
.innovate dd .innovate_case li .des { color:#646464; font-size:14px; line-height:24px;}
.innovate dd .innovate_case li a { display:block; position:relative;}
.innovate dd .innovate_case li a:hover .tit { color:#f50000;}
.innovate dd .innovate_case li a:hover .des { color:#f50000;}
.innovate dd .innovate_case li a:hover .icon .icon00 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.innovate dd .innovate_case li a:hover .icon .icon01 {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;} 
.innovate dd .innovate_case li a:hover .icon{transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);}

.picbox_show { width:100%; height:auto; overflow:hidden; margin-top:50px;}
.picbox_show dt { width:100%; height:70px; line-height:70px; text-align:center; border-bottom:1px solid #dcdcdc; position:relative; overflow:visible;}
.picbox_show dt .tit { font-size:37px; line-height:70px; font-weight:bold; color:#cd0404;}
.picbox_show dt .line { background:#d21010; height:3px; width:60px; position:absolute; left:50%; bottom:-2px; margin-left:-30px;}
.picbox_show .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.picbox_show .swiper-slide {
  width: 45%;
  height: auto;

}
.picbox_show .swiper-slide a { display:block;}
/*向下*/
.go-down { display:none;}
.active .go-down { display:block; width:398px; height:98px; background:url(../images/down_bg.png) top center no-repeat; text-align:center; /*position:fixed; left:50%; margin-left:-199px; bottom:100px; margin:0 auto; bottom:-98px;*/ filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; z-index:999999999; position:absolute; bottom:0; left:50%; margin-left:-199px;}
.active .go-top { background:#fff url(../images/up_ico.png) center center no-repeat; background-size:50% auto; bottom:10px; right:10px; position:absolute; width:50px; height:50px; border-radius:50%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; text-align:center; z-index:99999;}
.active .go-down .down { position:absolute; top:20px; left:50%; margin-left:-20px; }
.active .go-down:hover { }
.active .go-down .down{
	-webkit-animation: down_ami 1s linear infinite 0s;
	-moz-animation: down_ami 1s linear infinite 0s;
	-o-animation: down_ami 1s linear infinite 0s;
	-ms-animation: down_ami 1s linear infinite 0s;
	animation: down_ami 1s linear infinite 0s;
}

@keyframes down_ami { 
	0% {
		top:20px;
	}
	50% {
	 	top:30px;
	}
	100% {
	  top:40px;
	}
}
/*联系我们*/
.section-7{ background:#fff url(../images/contactbox_bg.jpg) center center no-repeat; background-size:100% 100%;color:#fff;font-size:16px; position: relative;display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:space-around;}
.section-7 .am-local{ height:auto; overflow:hidden; margin-top:5%;font-size:18px; text-align:center;}
.section-7 .am-local .am-local-icon { width:55px; height:70px; margin:0 auto;}
.section-7 .am-local .am-local-shadow { width:67px; height:27px; margin:0 auto;}
.section-7 .am-local .am-btn{ background:#fff; border-color:#0d3175;color:#0d3175;font-size:15px; border-radius:10px; font-weight:700; display:inline-block; width:149px; line-height:38px;}
.section-7 .am-local .am-btn:hover{ background:#f00; color:#fff;}

.section-7 .am-run {width:294px; height:294px; margin:0 auto; text-align:center;}
.section-7 .am-run p { width:294px; height:auto; overflow:hidden; background:;}

.section-7 .footer_box { height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:rows wrap; justify-content:center; align-items:space-around; position:absolute; left:10%; bottom:20px; width:80%;}
.section-7 .footer_box li { width:33.3333333%; height:auto; overflow:hidden; flex:0 0 33.3333333%; float:left;}
.section-7 .footer_box li .ico { float:left; height:48px; overflow:hidden; margin-right:10px; margin-top:5px;}
.section-7 .footer_box li .info { line-height:24px;}
@keyframes rotateInRun { 
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
	   -webkit-transform: rotate3d(0, 0, 1, -360deg);
		transform: rotate3d(0, 0, 1, -360deg);
		
	}
}
.rotateInRun {
	-webkit-animation: rotateInRun 1s linear infinite 0s;
	-moz-animation: rotateInRun 1s linear infinite 0s;
	-o-animation: rotateInRun 1s linear infinite 0s;
	-ms-animation: rotateInRun 1s linear infinite 0s;
	animation: rotateInRun 1s linear infinite 0s;
}
@keyframes jumpRun { 
	0% {
		top:0;
	}
	60% {
		top:10px;
	}
	100% {
	  top:0;
		
	}
}
@-webkit-keyframes jumpRun {
	0% {
		top:0;
	}
	60% {
		top:10px;
	}
	100% {
	  top:0;
		
	}
}
.jumpRun {
	position:relative;
	-webkit-animation: jumpRun 1s ease infinite 0s;
	-moz-animation: jumpRun 1s ease infinite 0s;
	-o-animation: jumpRun 1s ease infinite 0s;
	-ms-animation: jumpRun 1s ease infinite 0s;
	animation: jumpRun 1s ease infinite 0s;
}
.scaleInOut {
	-webkit-animation: scaleInOut 1s ease infinite 0s;
	-moz-animation: scaleInOut 1s ease infinite 0s;
	-o-animation: scaleInOut 1s ease infinite 0s;
	-ms-animation: scaleInOut 1s ease infinite 0s;
	animation: scaleInOut 1s ease infinite 0s;
}
@-webkit-keyframes scaleInOut {
	0% {
		/*font-size:101px;*/
		-webkit-transform: scale(1);
	}
	80% {
	 	/*font-size:120px;*/
		-webkit-transform: scale(1.15);
	}
	100% {
	    /*font-size:101px;*/
		-webkit-transform: scale(1);
		
	}
}

@keyframes scaleInOut { 
	0% {
		-webkit-transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.15);
	}
	100% {
	    /*font-size:101px;*/
		-webkit-transform: scale(1);
		
	}
}

/*园区环境*/
.environment { width:100%; height:auto;}
.environment dt { width:100%; height:50px; overflow:hidden;}
.environment dt .tit { color:#ffde00; font-size:36px; line-height:50px; text-align:center; font-family:'幼圆';}
.environment 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:space-around;}
.environment dd .tabs a { display:inline-block; height:70px; line-height:70px; text-align:center; color:#fff; font-size:18px;}
.environment dd .tabs a:before { content:''; width:55px; height:55px; background:#f00; display:block; border-radius:44%; float:left; margin-right:15px;}
.environment dd .tabs a:hover,.environment dd .tabs a.hover { }
.environment dd .tabs a.icon1:before { background:url(../images/eico01.png) center center no-repeat; background-size:104% 104%;}
.environment dd .tabs a.icon2:before { background:url(../images/eico02.png) center center no-repeat; background-size:104% 104%;}
.environment dd .tabs a.icon3:before { background:url(../images/eico03.png) center center no-repeat; background-size:104% 104%;}
.environment dd .tabs a.icon4:before { background:url(../images/eico04.png) center center no-repeat; background-size:104% 104%;}
.environment dd .tabs a.icon5:before { background:url(../images/eico05.png) center center no-repeat; background-size:104% 104%;}
.environment dd .tabs a:hover:before,.environment dd .tabs a.hover:before { background-color:#eaa103;}
.environment dd .show_list { width:100%; height:auto; overflow:hidden; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;*/}
.environment dd .show_list li { float:left; overflow:hidden; width:24%; margin-left:2%; padding-bottom:2%;}
.environment dd .show_list li.first { width:43%; margin-right:1%;}
.environment dd .show_list li a { display:block; overflow:hidden;}
/*学校特点*/
.aboutbox .textami { height:auto; overflow:hidden; font-size:32px; line-height:58px; color:#777777;}
.aboutbox .textami a { height:auto; display:block; position:relative; top:0;}
.aboutbox .textami a:hover {/* top:-72px; transform: rotateY(360deg); -webkit-transform: rotateY(360deg);*/}
.aboutbox .main_point { width:100%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.aboutbox .main_point li { flex:0 0 30%; width:30%; float:left; text-align:center; margin-left:3.33333%;}
.aboutbox .main_point li.ml0 { margin-left:0;}
.aboutbox .main_point li .unit { color:#929292; font-size:31px; font-family:'Microsoft YaHei'; font-weight:normal;}
.aboutbox .main_point li .tit { color:#515151; font-size:16px; line-height:40px;}
.aboutbox .main_point li .num { color:#2fc9bb; font-size:101px; line-height:110px;

/*-webkit-animation: iconsAnimation 1s linear infinite 0s;
-moz-animation: iconsAnimation 1s linear infinite 0s;
-o-animation: iconsAnimation 1s linear infinite 0s;
-ms-animation: iconsAnimation 1s linear infinite 0s;
animation: iconsAnimation 1s linear infinite 0s;*/
}
@keyframes textAnimation { 
	0% {
		/*font-size:101px;*/
		top:0;
	}
	30% {
	 	/*font-size:120px;*/
		top:0;
	}
	60% {
	 	/*font-size:120px;*/
		top:-72px;
	}
	90% {
	 	/*font-size:120px;*/
		top:-72px;
	}
	100% {
	    /*font-size:101px;*/
		top:0;
		
	}
}
@keyframes iconsAnimation { 
	0% {
		/*font-size:101px;*/
		-webkit-transform: scale(1);
	}
	65% {
	 	/*font-size:120px;*/
		-webkit-transform: scale(1.15);
	}
	100% {
	    /*font-size:101px;*/
		-webkit-transform: scale(1);
		
	}
}

@keyframes iconsAnimation { 
	0% {
		/*font-size:101px;*/
		-webkit-transform: scale(1);
	}
	50% {
	 	/*font-size:120px;*/
		-webkit-transform: scale(1.15);
	}
	100% {
	    /*font-size:101px;*/
		-webkit-transform: scale(1);
		
	}
}
/*服务项目*/
.servicecase { width:100%; height:auto; overflow:hidden;}
.servicecase dt { width:100%; height:54px; line-height:54px; border-bottom:1px solid #e3e3e3; position:relative;}
.servicecase dt .line { width:5px; height:28px; background:#fa2f14; position:absolute; left:3px; top:14px;}
.servicecase dt .tit { color:#fa2f14; font-size:24px; font-weight:bold; margin-left:15px;}
.servicecase dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.servicecase dd { width:100%; height:auto; overflow:hidden;}
.servicecase dd ul { width:1000%; height:auto; overflow:hidden;}
.servicecase dd ul li { width:291px; height:auto; overflow:hidden; float:left; margin-left:13px;}
.servicecase dd ul li.ml0 { margin-left:0;}
.servicecase dd ul li .tit { width:100%; height:73px; line-height:73px; font-size:22px; margin-top:20px;}
.servicecase dd ul li .pic { display:block; background:#f7eeee; border:1px solid #dddddd; padding:8px;}
.servicecase dd ul li:hover .pic { background:#fa2f14;}
/*工程案例*/
.projectcase { width:100%; height:auto; overflow:hidden;}
.projectcase dt { width:100%; height:54px; line-height:54px; border-bottom:1px solid #e3e3e3; position:relative;}
.projectcase dt .line { width:5px; height:28px; background:#fa2f14; position:absolute; left:3px; top:14px;}
.projectcase dt .tit { color:#fa2f14; font-size:24px; font-weight:bold; margin-left:15px;}
.projectcase dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.projectcase dd { width:100%; height:auto; overflow:hidden;}
.projectcase dd .show_list { width:100%; height:auto; margin-top:22px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.projectcase dd .show_list li { width:24%; float:left; flex:0 0 24%; height:auto; overflow:hidden; margin-bottom:10px; position:relative;}
.projectcase dd .show_list li .box { position:absolute; left:0; bottom:0; top:0; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; text-align:center;}
.projectcase dd .show_list li .box .tit { font-size:22px; color:#fff; font-weight:bold; line-height:30px;}
.projectcase dd .show_list li .box .tit1 { color:#fff; line-height:30px;}
.projectcase dd .more { display:block; width:225px; height:45px; line-height:45px; text-align:center; margin:0 auto; border:1px solid #dddddd; margin-top:10px;}
.projectcase dd .show_local { width:100%; height:150px; background:#f8f8f8; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center;}
.projectcase dd .show_local li { width:12.5%; height:auto; overflow:hidden; float:left; flex:0 0 12.5;}
.projectcase dd .show_local li .pic { width:100%; height:auto; overflow:hidden;}
.projectcase dd .show_local li .tit { font-size:12px; line-height:40px; text-align:center;}
/*首页新闻资讯*/
.newsbox { width:100%; height:auto; overflow:hidden;}
.newsbox dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative;}
.newsbox dt .tit { width:100%; color:#000; font-size:26px; line-height:40px; font-weight:bold; display:inline-block; background:url(../images/aboutbox_tit_line.png) center center no-repeat;}
.newsbox dt .tit span { color:#da251c;}
.newsbox dt .tit1 { width:100%; color:#a1a1a1; line-height:30px; font-family:'Arial'; text-transform:uppercase; /* text-transform:uppercase; display:inline-block; background:#fff; padding:0 10px;*/ font-size:19px;}
.newsbox dt .des { color:#929292; font-size:15px; line-height:24px; text-align:center;}
.newsbox dt .line { position:absolute; width:233px; left:50%; margin-left:-116.5px; top:26%; height:2px; background:#d1d1d1; z-index:-1;}
.newsbox dd { height:auto; overflow:hidden; padding-right:390px;}
.newsbox dd .dt { width:100%; height:40px; line-height:40px; overflow:hidden; border-bottom:1px solid #d6d6d6; float:left;}
.newsbox dd .dt .tit { font-size:20px; color:#00376a; font-weight:bold; float:left;}
.newsbox dd .dt .tit1 { font-family:Arial; color:#b8b8b8; float:left; font-size:18px; margin-left:10px;}
.newsbox dd .dt .more { float:right;}
.newsbox dd .box { height:auto; overflow:hidden; padding-left:320px;}
.newsbox dd .picbox { width:290px; height:auto; margin:30px 0 0 -320px; float:left; overflow:hidden;}
.newsbox dd .picbox .pic { display:block; position:relative;}
.newsbox dd .picbox .pic .tit { position:absolute; left:0; bottom:0; width:100%; height:38px; line-height:38px; text-align:center; font-size:15px; color:#fff; background:#b90620; background:rgba(185,6,32,.51);}
.newsbox dd .picbox .brief { width:100%; height:auto; overflow:hidden;}
.newsbox dd .picbox .brief .des { line-height:26px; margin:10px 0; color:#3a3a3a;}
.newsbox dd .picbox .brief .date { color:#bf4d4d;}
.newsbox dd ul.news_list { width:100%; height:auto; overflow:hidden; float:left; margin-top:35px;}
.newsbox dd ul.news_list li { height:78px; overflow:hidden; padding-left:100px; position:relative; margin-bottom:35px;}
.newsbox dd ul.news_list li .bg { width:0; height:100%; position:absolute; top:0; left:0;}
.newsbox dd ul.news_list li .bg {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsbox dd ul.news_list li .date { float:left; width:78px; height:78px; position:relative; margin:0 0 0 -100px; color:#8f8f8f; z-index:1; text-align:center; background:#ededed; border-radius:3px;}
.newsbox dd ul.news_list li .date .d { font-size:36px;line-height:40px; font-family:'Arial';}
.newsbox dd ul.news_list li .date .ym {  font-size:18px; line-height:30px; font-family:'Arial'; color:#9e9e9e;}
.newsbox dd ul.news_list li:hover .bg{ width:100%; background:#116ccf; }
.newsbox dd ul.news_list li:hover .brief { width:100%; height:auto; overflow:hidden;}
.newsbox dd ul.news_list li:hover .date { /*color:#fff;*/}
.newsbox dd ul.news_list li:hover .brief .tit { /*color:#fff;*/}
.newsbox dd ul.news_list li:hover .brief .des { /*color:#a7d1ff;*/}
.newsbox dd ul.news_list li .brief { float:right; width:100%; height:auto; overflow:hidden; margin-top:10px; position:relative; z-index:1;}
.newsbox dd ul.news_list li .brief .tit { width:96%; color:#545454; font-size:16px; line-height:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight:bold;}
.newsbox dd ul.news_list li .brief .des { width:96%; height:auto; line-height:22px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#545454;}

.newsbox dd .contact_way { width:339px; height:auto; overflow:hidden; margin:45px -390px 0 0; _display:inline; float:right; background:#eeeeee; padding-bottom:10px;}
.newsbox dd .contact_way .tit { color:#d63d38; font-size:16px; font-weight:bold; line-height:46px; text-align:center;}
.newsbox dd .contact_way .des { line-height:46px; height:auto; margin-left:11px; background:url(../images/contact_line_bg.gif) repeat-y;}
.newsbox dd .contact_way .info { background:url(../images/contact_info_bg.jpg) top center no-repeat; color:#393939; padding-left:35px;}

/*月度排名*/
.rankingbox { width:364px; height:auto; overflow:hidden; float:right; margin-top:20px; border-bottom:4px solid #cae1f1; border-radius: 0 0 4px 4px;}
.rankingbox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.rankingbox dt .tabs { width:100%; height:34px; overflow:hidden; line-height:34px; font-size:15px; background:url(../images/rankingbox_tit_bg.png) bottom no-repeat; position:absolute; left:0; bottom:0; width:100%; color:#fff;}
.rankingbox dt .tabs .tit { float:right; font-size:16px; margin-right:10px;}
.rankingbox dt .tabs a { color:#fff; display:inline-block; padding:0 10px; margin:0 5px;}
.rankingbox dt .tabs a.hover { font-size:16px;}
.rankingbox dd { width:100%; height:auto; overflow:hidden;}
.ranking_scroll_box { width:100%; height:224px; overflow-y:auto;}
.rankingbox dd table { border-collapse:collapse; color:#000; border:1px solid #e8ebf0;}
.rankingbox dd table tr td { border:1px solid #e3e3e3; line-height:28px; height:28px; text-align:center;}
.rankingbox dd table tr th { background:#e3e3e3; height:30px; line-height:30px; text-align:center; font-size:15px; color:#0473bc; border-left:1px solid #0473bc;}
.rankingbox dd table tr th:nth-child(1) { border-left:0;}
.ranking_scroll_box::-webkit-scrollbar-track-piece {width:2px;background-color:#f4f4ff;}
.ranking_scroll_box::-webkit-scrollbar { width:2px; background-color:#f00;}
.ranking_scroll_box::-webkit-scrollbar-thumb { width:2px; height:50px; background-color:#bb1818; border-radius:1px;}
.ranking_scroll_box::-webkit-scrollbar-thumb:hover { width:2px; background-color:#bb1818;}
/*图说石矿*/
.picshowbox { width:100%; height:auto; overflow:hidden; margin-top:20px}
.picshowbox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.picshowbox dt .line { position:absolute; width:246px; left:50%; top: 49%; margin-left:-123px; height:1px; background:#cdcdcd;}
.picshowbox dt .tit { color:#0473bc; font-size:33px; line-height:40px; background:#fff; display:inline-block; position:relative; padding:0 20px; z-index:1;}
.picshowbox dd { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.picshowbox dd .pic_list { width:100%; height:auto; overflow:hidden;}
.picshowbox dd .pic_list li { float:left; margin-right:23px; height:auto; overflow:hidden; position:relative;}
.picshowbox dd .pic_list li .tit { width:100%; height:40px; line-height:40px; text-align:center; z-index:2; font-size:15px; color:#fff; background:#000; background:rgba(0,0,0,.70); position:absolute; left:0; bottom:0; z-index:1;}
.picshowbox dd .pic_list li a { display:block; position:relative;}
/*系统链接*/
.syslink { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.syslink dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative;}
.syslink dt .line { position:absolute; width:246px; left:50%; top: 49%; margin-left:-123px; height:1px; background:#cdcdcd;}
.syslink dt .tit { color:#0473bc; font-size:33px; line-height:40px; background:#fff; display:inline-block; position:relative; padding:0 20px; z-index:1;}
.syslink dd { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.syslink dd ul { width:100%; height:auto; overflow:hidden; font-size:16px;}
.syslink dd ul li { float:left; background:url(../images/syslink_list_bg.png) bottom repeat-x; width:91px; height:91px; margin:3px; border-radius:5px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.syslink dd ul li a { color:#fff; display:block; width:81px; height:81px; margin:3px; text-align:center; border:1px solid #fff; border:1px solid rgba(255,255,255,.40); border-radius:3px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.syslink dd ul li:hover a { font-size:18px;}
.syslink dd ul li.color0{ background-color:#6da3d7;}
.syslink dd ul li.color1{ background-color:#5dbae0;}
.syslink dd ul li.color2{ background-color:#73cfb2;}
.syslink dd ul li.color3{ background-color:#9ad37e;}
.syslink dd ul li.color4{ background-color:#c7ce74;}
.syslink dd ul li.color5{ background-color:#dfbd7b;}
.syslink dd ul li.color6{ background-color:#f4b185;}
.syslink dd ul li.color7{ background-color:#e790a7;}
.syslink dd ul li.color8{ background-color:#eba3e5;}
.syslink dd ul li.color9{ background-color:#6fb8fc;}
.syslink dd ul li.color10{ background-color:#60bee5;}
.syslink dd ul li.color11{ background-color:#5e91c5;}
/*链接滚动*/
.link_box .scroll_left_ctrl { width:5%; height:107px; display:block; float:left; background:url(../images/link_scroll_left.png) center center no-repeat;}
.link_box .scroll_right_ctrl {  width:5%;height:107px; display:block; float:left; background:url(../images/link_scroll_right.png) center center no-repeat;}
.link_box { width:100%; height:auto; overflow:hidden; margin-top:20px; float:left;}
.link_box .link_list { width:1000%; float:left; position:relative; left:0; top:0;}
.link_box .link_list li { float:left; overflow:hidden; margin:0 0;}
.link_box .link_list li .icon { width:107px; height:107px; margin:0 auto; overflow:hidden; border-radius:50%;}
.link_box .link_list li .icon img {
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
}
.link_box .link_list li .icon.bg01 { background:#f5b13d;}
.link_box .link_list li .icon.bg02 { background:#fa6e7d;}
.link_box .link_list li .icon.bg03 { background:#33d3f0;}
.link_box .link_list li .icon.bg04 { background:#59d964;}
.link_box .link_list li .tit { width:167px; height:50px; line-height:50px; text-align:center; font-size:15px;}
.link_box .link_list li:hover .icon img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);/*-webkit-transform: scale(1.2);-moz-transform: scale(1.2);*/} 
/*企业视频*/
.videobox { width:100%; height:auto; overflow:hidden;}
.videobox dt { width:100%; height:auto; height:auto; overflow:hidden; text-align:center;}
.videobox dt .tit { font-size:36px; line-height:50px; color:#070707;}
.videobox dt .tit1 { line-height:40px; font-size:16px; color:#6f6f6f; text-transform:uppercase; text-align:center;}
.videobox dt .more { float:right; text-transform:uppercase;}
.videobox dd { width:100%; height:auto; overflow:hidden; position:relative;}
.videobox dd .box { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.videobox dd .play { display:block; background:url(../images/video_play.png) center center no-repeat; width:113px; height:66px; overflow:hidden; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7;}
.videobox dd .play:hover {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.videobox dd .pic { text-align:center;} 
.videobox dd ul.ask_list { width:100%; height:auto; overflow:hidden;}
.videobox dd ul.ask_list li { height:123px; border-bottom:1px solid #ebebeb; line-height:27px; overflow:hidden;}
.videobox dd ul.ask_list li .a { width:40px; line-height:27px; height:auto; color:#0dbd4b; display:block; float:left;}
.videobox dd ul.ask_list li .ask { color:#0dbd4b; }
/*banner*/

.banner_shadow { background:url(../images/banner_shadow.png) top center repeat-x; position:absolute; left:0; top:0; width:100%; height:9px; z-index:99999;}
.fullSlide{ position:relative; background:#000;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top;  } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;
	 /*background:#000; filter:alpha(opacity=60);opacity:0.6*/
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 
	font-size:0;
}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-14% 0 0 3%; float:left;  background:url(../images/arrow.png) 0 0 no-repeat; filter:alpha(opacity=20);opacity:0.2  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }
/*关于我们*/
.about_us_box { max-width:1200px; min-width:960px; 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_bg.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 { 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:50%; 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 { font-size:24px; line-height:40px; margin:0 15%;}
.about_us_box dd .culture .brief .des { 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:50%; 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 { font-size:24px; line-height:40px; margin:0 15%;}
.about_us_box dd .team .brief .des { font-size:16px; line-height:24px; margin:0 15%;}

.innovate_box dt { width:100%; height:auto; overflow:hidden; text-align:center; margin:40px 0;}
.innovate_box dt .tit { width:100%; height:50px; line-height:50px; font-size:36px; margin-top:20px; color:#545454; font-weight:bold}
.innovate_box dt .tit1 { font-size:16px; line-height:24px; margin-top:20px; color:#545454;}
.innovate_box dd { width:100%; height:auto; margin-top:20px; background:url(../images/innovate_list_bg.jpg) top center no-repeat; background-size:100% 100%;}
.innovate_box dd a { color:#fff; }
.innovate_box dd ul { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.innovate_box dd ul li { flex:0 0 25%; width:25%; height:278px; display:flex; overflow:hidden; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; background:url(../images/innovate_list_line.gif) right center no-repeat; position:relative;}
.innovate_box dd ul li .bg { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.innovate_box dd ul li a { display:block; height:auto; overflow:hidden; position:absolute; left:0; top:0; width:100%; height:100%; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.innovate_box dd ul li .iconbox { overflow:hidden; float:left;}
.innovate_box dd ul li .icon { text-align:center; margin:0 auto; width:60px;}
.innovate_box dd ul li .tit { color:#fff; font-size:33px; line-height:70px; font-weight:bold;}
.innovate_box dd ul li .des { width:0%; height:120px; overflow:hidden; float:right; margin-left:20px; padding-left:20px; border-left:1px solid #fff; line-height:30px; font-size:16px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display:none;}
.innovate_box dd ul li.hover { flex:0 0 49%; width:49%; background:#125ca9;}
.innovate_box dd ul li.hover1 { flex:0 0 17%; width:17%;}
.innovate_box dd ul li.hover .des { width:60%; display:block;}
.innovate_box dd ul li.hover .bg { filter:alpha(opacity=9); -moz-opacity:0.1; -khtml-opacity: 0.1; opacity: 0.1;}
.innovate_box dd ul li.hover .iconbox { }

.honorbox_bg { height:523px; margin-top:50px; overflow:hidden; background-image:url(../images/honorbox_bg.jpg); background-repeat:no-repeat; background-size:100% 100%;}
.honorbox { width:1200px; min-width:960px; margin:0 auto;}
.honorbox dt { width:100%; height:auto; overflow:visible; text-align:center; margin-top:60px;}
.honorbox dt .tit { width:100%; height:50px; line-height:50px; font-size:36px; margin-top:20px; color:#fff; font-weight:bold}
.honorbox dt .tit1 { font-size:16px; line-height:24px; margin-top:20px; color:#fff;}
.honorbox dd { width:100%; height:auto; overflow:hidden;}
.honorbox dd ul { width:100%; height:auto; margin:80px auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-items:center;}
.honorbox dd ul li { width:30%; flex:0 0 30%; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.honorbox dd ul li .tit { color:#c79556; font-size:37px; line-height:80px; font-weight:bold; width:100%; text-align:center;}

.ny_banner { height:397px; 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;}

/*公告*/
.noticebox { width:100%; height:auto; overflow:hidden;}
.noticebox dt { width:100%; height:auto;}
.noticebox dt .tit { font-size:25px; line-height:30px;}
.noticebox dt .refere { float:right;}
.noticebox dd { width:100%; height:auto; position:relative;}
.noticebox dd.mh400 { min-height:400px;}
.noticebox dd .line { background:#dfdfdf; width:1px; position:absolute; left:3px; top:20px; bottom:48px; z-index:-1;}
.noticebox dd ul { width:100%; height:auto; font-size:15px;}
.noticebox dd ul li { width:100%; height:auto;}
.noticebox dd ul li .tit { padding-left:30px; height:40px; line-height:40px; display:block; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; background:url(../images/noticebox_list_icon.png) 0 center no-repeat;}
.noticebox dd ul li .time { color:#a2a2a2; background:url(../images/icon_clock.jpg) 0 center no-repeat; line-height:30px; padding-left:30px; margin-left:30px;}
/*ico容器*/
.ico_bg { height:153px; background:#ededed; overflow:hidden; margin:0 auto;}
.ico_bg .icobox { width:1200px; height:153px; margin:0 auto; overflow:hidden;}
.ico_bg .icobox ul li { float:left; width:15%; height:153px; overflow:hidden; position:relative;}
.ico_bg .icobox ul li.focus { width:40%;}
.ico_bg .icobox ul li p { position:absolute; width:100%; text-align:center; left:0; top:55px; font-size:20px;
/*IE*/
filter:
 Dropshadow(offx=1,offy=0,color=white)
 Dropshadow(offx=0,offy=1,color=white)
 Dropshadow(offx=0,offy=-1,color=white)
 Dropshadow(offx=-1,offy=0,color=white);
 /*非IE*/
 text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1);
}
.ico_bg .icobox ul li span { position:absolute; left:40px; top:75px; font-size:14px; font-family:Arial;
/*IE*/
filter:
 Dropshadow(offx=1,offy=0,color=white)
 Dropshadow(offx=0,offy=1,color=white)
 Dropshadow(offx=0,offy=-1,color=white)
 Dropshadow(offx=-1,offy=0,color=white);
 /*非IE*/
 text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1);
}
/*其它链接*/
.commlink { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.commlink li { width:48%; height:195px; float:left; margin-left:2%;}
.commlink li.ml0 { margin-left:0;}
.commlink li a { display:block; height:195px; color:#fff;}
.commlink li a .tit { font-size:32px; line-height:1.3;}
.commlink li a .tit1 { font-size:17px; line-height:1.2;}
.commlink li a .icon { width:40px; height:40px; float:left; margin-top:10px; margin-left:30%; margin-top:13%;}
.commlink li a:hover .icon { margin-left:10%; transform: perspective(120px) rotateY(180deg);}
.commlink li a .brief { float:left; margin-left:20px; margin-top:11%;}

/*产品展示*/

.productbox {max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.productbox dt { width:100%; height:auto; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.productbox dt .tit { width:100%; color:#000; font-size:26px; line-height:40px; font-weight:bold; display:inline-block; background:url(../images/aboutbox_tit_line.png) center center no-repeat;}
.productbox dt .tit span { color:#da251c;}
.productbox dt .tit1 { width:100%; color:#a1a1a1; line-height:30px; font-family:'Arial'; text-transform:uppercase; /* text-transform:uppercase; display:inline-block; background:#fff; padding:0 10px;*/ font-size:19px;}
.productbox dt .des { color:#929292; font-size:15px; line-height:24px; text-align:center;}
.productbox dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.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;}
.productbox dd .tabs li { display:inline-block; width:122px; height:39px; line-height:41px; text-align:center; margin:2px;/* color:#5f5f5f;*/ position:relative;}
.productbox dd .tabs li a { display:block;/* border:1px solid #e2e2e2;*/ background:#da251c; color:#fff; font-size:15px;}
.productbox dd .tabs li:before {/* content:''; position:absolute; left:0; bottom:0; height:0; width:100%; background:#00ab69; -webkit-transition: 0.5s; transition: 0.5s; z-index: 0;*/}
.productbox dd .tabs li:hover:before,.productbox dd .tabs li.hover:before { /*height:100%;*/}
.productbox dd .tabs li:hover,.productbox dd .tabs li.hover {/* color:#fff; background:#00ab69;*/}
.productbox dd .tabs li:hover a,.productbox dd .tabs li.hover a { /*border:1px solid #00ab69;color:#fff;*/  background:#00376a;}
.productbox dt .tit2 { color:#fff; text-align:center;}
.productbox .sort_box { width:240px; height:auto; min-height:670px; overflow:hidden; float:left; margin:0 0 0 -240px; _display:inline; background:#243f9b; /*background:rgba(20,47,136,.68);*/ padding:0; position:relative;}
.productbox .sort_box .tit { height:70px; line-height:70px;/* text-align:center; */font-size:16px; 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:#142f88;}
.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 #3a56b5; /*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 { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; }
.productbox .product_list li { width:30%; float:left; flex:0 0 30%; margin:0 1.5%; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0; margin-top:3%;
-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 .tit { width:100%; height:45px; line-height:45px; text-align:center; z-index:2; font-size:16px; color:#3c3c3c; background:rgba(227,227,227,.75); position:absolute; left:0; bottom:0; z-index:1;}
.productbox .product_list li .tit .line_l { background:#e64f22; height:1px; position:absolute; top:50%; left:0; width:0%;}
.productbox .product_list li .tit .line_r { background:#e64f22; height:1px; position:absolute; top:50%; right:0; width:0%;}
.productbox .product_list li a { display:block; position:relative; 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_list li .mask { position:absolute; left:0; top:-100%; /*background:#07913f url(../images/productbox_list_mask_logo.png) center center no-repeat; background:rgba(7,145,63,.89) url(../images/productbox_list_mask_logo.png) center center no-repeat;*/ width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.productbox .product_list 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; overflow:hidden;}
.productbox .product_list li:hover .pic {-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 { top:0;}
.productbox .product_list li:hover .tit { background:#00376a; /*background:rgba(0,55,106,.93);*/ color:#fff;}
.productbox .product_list li:hover .tit .line_l{ width:70px;}
.productbox .product_list li:hover .tit .line_r{ width:70px;}

.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:19%; height:auto; float:left; margin-bottom:44px; 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);
}
.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:46px; line-height:46px; background:#000; background:rgba(0,0,0,.69);/* border-top:1px solid #e8e8e8;*/ width:100%; text-align:center; z-index:2; font-size:14px; color:#fff; font-weight:bold; position:absolute; left:0; bottom:0;}
.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 {}
.productbox dd .more { background:#e34f19; color:#fff; width:214px; height:47px; line-height:47px; display:block; margin:0 auto; margin-top:46px; text-align:center; font-size:15px; border-radius:3px;}

/*案列展示*/
.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:5px; height:28px; background:#fa2f14; position:absolute; left:3px; top:14px;*/ margin-top:10px;}
.casebox dt .tit { color:#ff6b08; font-size:40px; font-weight:bold; position:relative; display:inline-block;}
.casebox dt .tit:before { content:'“'; font-size:97px; font-family:"宋体"; position:absolute; left:-100px; top:20px;}
.casebox dt .tit:after { content:'”'; font-size:97px; font-family:"宋体"; position:absolute; rgiht:-100px; top:20px;}
.casebox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}
.casebox dt .line { position:absolute; width:216px; left:50%; top:26%; margin-left:-108px; height:1px; background:#72ba1f; z-index:-1;}
.casebox dt .solgan { color:#555555;}
.casebox dd { width:100%; height:auto; overflow:hidden;}
.casebox 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;}
.casebox dd .tabs a { display:inline-block; width:106px; height:34px; line-height:34px; text-align:center; margin:0 1px; color:#8a8a8a; background:#fff; font-size:18px; border:1px solid #72ba1f;}
.casebox dd .tabs a:hover,.casebox dd .tabs a.hover { background:#72ba1f; color:#fff; border:1px solid #72ba1f;}
.casebox .case_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.casebox .case_list li { width:24%; float:left; flex:0 0 24%; margin-top:1.5%; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0;
-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
}
.casebox .case_list li.ami0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:0; overflow:hidden;}
.casebox .case_list li.ami1 { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; width:24%;}
.casebox .case_list li.ami1 a { }
.casebox .case_list li .tit { width:100%; height:43px; line-height:43px;/* border-top:1px solid #e8e8e8;*/ width:100%; text-align:center; z-index:2; font-size:15px; color:#3b3b3b; background:#dedede; /*background:rgba(0,0,0,.68);*/ position:relative; left:0; bottom:0; z-index:1;}
.casebox .case_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%;*/}
.casebox .case_list 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;}
.casebox .case_list li:hover .pic {-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;}
.casebox .case_list li:hover .mask { bottom:0;}
.casebox .case_list li:hover .tit { /*background:#25b7be; background:rgba(37,183,190,.68); color:#fff;*/}

/*内页页面布局*/
.insidebox_bg { max-width:1200px; min-width:960px; margin:0 auto; height:auto; margin-top:35px;}
.insidebox { max-width:1200px; min-width:960px; margin:0 auto; height:auto; overflow:hidden; margin-top:20px;}
/*.insidebox { margin:0 auto; overflow:hidden; padding-left:304px;}*/
.leftbox { width:100%; height:auto; min-height:50px; overflow:visible;}
/*.leftbox.fixed { position:fixed; left:0; top:0; width:100%; z-index:99999999; box-shadow: 3px 3px 10px rgba(0,0,0,0.3);}*/
/*.leftbox { width:277px; min-height:617px; height:auto; overflow:hidden; float:left; _display:inline; margin:0 0 0 -304px; 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:22%; flex:0 0 22%; margin:1.5%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 20px #ddd; display:block; box-shadow:0px 0px 20px #ddd;}
.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:48px; line-height:48px; text-align:center; background:#002e4a;  color:#fff;}
.goods-list li:hover .name { background:#7a0a0a; color:#fff;}

.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%; flex:0 0 22%; margin:1.5%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 20px #ddd; display:block; box-shadow:0px 0px 20px #ddd;}
.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:48px; line-height:48px; text-align:center;  background:#002e4a; color:#fff;}
.pic-list li:hover .name { background:#7a0a0a; color:#fff;}

.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:#ff4208;}
.news-list li:hover .brief .des { color:#ff4208;}
.news-list li:hover .date .date-day { color:#ff4208;}

.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%;}

.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;}
.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:auto; overflow:hidden; position:relative;}
.adbox_bg .adbox { max-width:1200px; min-width:960px; margin:0 auto; height:auto;}
.adbox_bg .adbox p { width:60%;}
/*内页导航*/
.guidebox { width:100%; height:auto; overflow:visible;}
.guidebox dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative;}
.guidebox dt .tit { width:100%; color:#000; font-size:26px; line-height:40px; font-weight:bold; display:inline-block; background:url(../images/aboutbox_tit_line.png) center center no-repeat;}
.guidebox dt .tit span { color:#da251c;}
.guidebox dt .tit1 { width:100%; color:#a1a1a1; line-height:30px; font-family:'Arial'; text-transform:uppercase; margin-top:10px; /* text-transform:uppercase; display:inline-block; background:#fff; padding:0 10px;*/ font-size:19px;}
.guidebox dt .des { color:#929292; font-size:15px; line-height:24px; text-align:center; margin-top:10px;}
.guidebox dt .location { color:#012d93;}
.guidebox dt .location a { color:#012d93;}
.guidebox dd { width:100%; height:auto; overflow:visible; margin-top:20px;}

.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:15px;}
.guidebox dd ul li { width:129px; height:auto; line-height:41px; text-align:center; color:#5f5f5f; background:#da251c; margin:2px; position:relative;}
.guidebox dd ul li:nth-child(1) a { /*border-left:1px solid #e2e2e2;*/}
.guidebox dd ul li:hover { color:#fff;}
.guidebox dd ul li a { color:#fff; display:block; height:39px; padding:0 8px; margin:1px; margin-left:0;}
.guidebox dd ul li:hover a,.guidebox dd ul li.hover a { background:#00376a; color:#fff;}
.guidebox dd ul li:hover,.guidebox dd ul li.hover { background:#00376a;}
.guidebox dd ul li:nth-child(1):hover a,.guidebox dd ul li.hover:nth-child(1) a {border-left:1px solid #00ab69;}
.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:#00376a; color:#fff;}
.guidebox dd .subnav a.on { background:#00376a; color:#fff;}
/*左则导航搜索框*/
.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;}
/*左则导航二维码*/
.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;}

/*详细内容显示*/
.contentbox {width:100%; height:auto; overflow:hidden; /* background:#fff;  */ padding-bottom:20px;}
.contentbox dt { width:100%; height:50px; line-height:50px; margin:0 auto; overflow:hidden; border-bottom:1px solid #e5e5e5; margin-top:10px; position:relative; display:none;}
.contentbox dt .location { float:left; color:#9e9e9e; font-size:14px; font-weight:normal;/* background:url(../images/location_home.png) 0 center no-repeat; padding-left:25px;*/}
.contentbox dt .location a { color:#9e9e9e;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { color:#ff6600; font-size:20px; font-weight:bold; position:relative; display:block; float:right; 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; text-align:justify; text-justify:distribute-all-lines; font-size:16px; line-height:2;}
/*服务与支持*/
.contactway { max-width:1200px; min-width:960px; height:auto; margin:0 auto;}
.contactway dt { width:100%; height:auto; overflow:hidden; text-align:center; position:relative; padding-bottom:10px;}
.contactway dt .tit { color:#000; font-size:30px; margin-top:20px;}
.contactway dt .tit1 { font-size:14px; color:#666; margin-top:10px;}
.contactway dt .line { position:absolute; left:50%; bottom:0; width:27px; height:1px; background:#c6c6c6;}
.contactway dd { width:100%;  height:auto; overflow:visible; padding-top:15px;}
.contactway dd .inputbox { width:100%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; padding-bottom:25px;}
.contactway dd .inputbox .input { flex:0 0 31%; border:1px solid #d5d5d5;}
.contactway dd .vcodebox,.contactway dd .submitbox { width:50%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; padding-bottom:25px; float:left;}
.contactway dd .submitbox { width:45%; float:right;}
.contactway dd .allbox { flex:0 0 100%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; padding-bottom:25px;}
.contactway dd .allbox .textarea { border:1px solid #d5d5d5;}
.contactway .feedback { width:80%; height:auto; margin:0 auto; overflow:visible; font-size:14px;}
.contactway .feedback table { border-collapse:collapse;}
.contactway .feedback .tit { font-size:23px; color:#fff; line-height:60px; height:60px;}
.contactway .feedback th { width:100px; font-weight:normal; text-align:right;}
.contactway .feedback th span { display:none;}
.contactway .feedback .input { width:99.5%; height:48px; line-height:48px; font-size:14px; background-color:#fff; background-position: 95% center; background-repeat: no-repeat; border:1px solid #fff; text-indent:10px; color:#3e3a39;}
.contactway .feedback .input.name { background-image:url(../images/icon_input_name.gif);}
.contactway .feedback .input.phone { background-image:url(../images/icon_input_phone.gif);}
.contactway .feedback .input.email { background-image:url(../images/icon_input_email.gif);}
.contactway .feedback .input.vcode { flex:0 0 158px; border:1px solid #d5d5d5;}
.contactway .feedback .textarea.text { background-image:url(../images/icon_input_text.gif);}
.contactway .feedback .show_tip { height:20px; line-height:20px; width:100%;}
.contactway .feedback .input:hover { /*background:#fff;*/}
.contactway .feedback .textarea { width:100%; height:170px; line-height:20px; overflow:hidden; font-size:14px; background-color:#fff; background-position: 99% 10px; background-repeat: no-repeat; border:0; padding:5px; color:#3e3a39; border:1px solid #fff;}
.contactway .feedback .textarea:hover { /*background:#fff;*/}
.contactway .feedback .input:focus,.contactway .feedback .select:focus,.contactway .feedback .textarea:focus{ border:1px solid #dc1c19; -webkit-box-shadow:0 0 12px #dc1c19 ;-moz-box-shadow:0 0 12px #dc1c19 ;box-shadow:0 0 12px #dc1c19 ;}
.contactway .feedback .submit { width:236px; height:45px; line-height:45px; border:0; cursor:pointer; background:#848484; font-size:16px; font-weight:bold; color:#fff;}
.contactway dd .submitbox .submit { flex:0 0 40%; width:40%;}
.contactway .feedback .submit:hover {/*  width:100%;*/background:#dc1c19; letter-spacing:5px; text-align:center;}

.contactway .contactbox { width:50%; margin-left:2%; height:auto; overflow:hidden; font-size:16px; float:left;}
.contactway .contactbox .tit { font-size:23px; color:#fff; line-height:60px; height:60px;}
.contactway .contactbox .des { font-size:16px; color:#fff; line-height:31px;}
.contactway .contactbox .info { width:80%; height:auto; overflow:hidden;}
.contactway .contactbox .info li { color:#fff; height:60px; line-height:60px; position:relative;}
.contactway .contactbox .info li .line { position:absolute; left:40px; bottom:0; width:0; height:1px; background:#fff;}

.contactway .contactbox .info li:hover .line { width:100%;}

.contactway .qrcodebox { width:95%; height:auto; float:left; margin-left:5%; overflow:hidden; text-align:center; position:relative; z-index:1;}
.contactway .qrcodebox .pic { width:110px; height:110px; overflow:hidden; float:left;}
.contactway .qrcodebox .tit { height:auto; margin-top:20px; font-size:17px; color:#fff; float:left; margin-left:20px; line-height:30px;}

.jobs_adbox_bg { max-width:1200px; min-width:960px; margin:0 auto; position:relative;}
.jobs_adbox { position:absolute; left:0; bottom:0; z-index:9999; width:456px; height:332px; overflow:hidden; background:#e2352b; text-align:center;}
.jobs_adbox .tit { font-size:82px; line-height:100px; color:#fff; font-weight:bold; margin:10px 20px;}
.jobs_adbox .tit1 { font-size:47px; line-height:50px; color:#fff; font-weight:bold; margin:10px 20px;}
.jobs_adbox .des { font-size:17px; line-height:30px; color:#fff; margin-top:10px; margin:10px 20px;}

.ad_tit { color:#000; font-size:42px; line-height:80px; height:80px; text-align:center; font-weight:bold;}
.jobsinfo_bg { width:100%; min-width:960px; height:auto; overflow:hidden; background:#ebebeb;}
.jobsbox { width:50%; float:left; position:relative; overflow:hidden;}
.jobsbox .bg { background:#3d77e0; background:rgba(61,119,224,.62); position:absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
.jobsbox .box { position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index:2;}
.jobsbox .box .tit { font-size:54px; line-height:60px; color:#fff; margin-top:10%; margin-left:10%;}
.jobsbox .box .tit1 { font-size:30px; line-height:40px; color:#fff; margin-top:1%; margin-left:10%;}
.jobsbox dt { width:100%; height:260px; overflow:hidden;}
.jobsbox dt a { display:block; width:50%; height:100%; overflow:hidden; background:#109db6; float:left; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.jobsbox dt a .tit { font-size:30px; line-height:40px; color:#fff; margin-left:10%;}
.jobsbox dt a .tit1 { font-size:16px; line-height:30px; color:#fff; margin-top:5px; margin-left:10%;}
.jobsbox dt a.hover { background:#ce6e20;}
.jobsbox dd { width:100%; height:auto; overflow:hidden;}
.jobsbox dd .dt { width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:4%;}
.jobsbox dd .dt .tit { width:100%; line-height:40px; height:40px; font-size:31px; color:#080103;}
.jobsbox dd .dt .more { font-size:15px; color:#838383; float:right;}
.jobsbox dd .jobs_list { width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:2%; font-size:15px; color:#494949;}
.jobsbox dd .jobs_list li { height:60px; line-height:60px; color:#494949; border-bottom:1px dashed #818080; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.indexbox .welcome { margin:100px 0 200px 0;}
.indexbox .welcome .tit { font-weight:bold; color:#010000; font-size:42px; line-height:80px; text-align:center;}
.indexbox .welcome dd { text-align:center; }
.indexbox .welcome dd .info { line-height:30px; margin:10px 0;}
/*联系我们*/
.contact_info { margin:40px 0;}
.contact_info dt { text-align:center;}
.contact_info dt .tit { font-size:30px; color:#1a1a1a; line-height:40px; text-align:center;}
.contact_info dt .tit1 { color:#d7d7d7; font-size:30px; line-height:40px; text-align:center; text-transform:uppercase;}
.contact_info dt .slogan { font-size:30px; line-height:52px;}
.contact_info dt .slogan span { color:#0553a5;}
.contact_info dd .addr_box ul { width:100%; height:auto; overflow:hidden; font-size:14px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.contact_info dd .addr_box ul li { width:30%; height:auto; overflow:hidden; flex:0 0 30%; float:left;}
.contact_info dd .addr_box ul li .ico { float:left; height:56px; overflow:hidden; margin-right:10px; margin-left:5px;}
.contact_info dd .addr_box ul li .info { height:56px; line-height:20px; color:#838383;display:flex; display:-webkit-flex; flex-flow:row wrap; align-items:center;}
.contact_info dd .addr_box ul li a { color:#838383;}
.contact_info dd .addr_box .tit { color:#2c2c2c; font-size:24px; line-height:50px;}
.contact_info dd .contact_table { font-size:15px; border-collapse:collapse; color:#a0a0a0; font-family:Arial;}
.contact_info dd .contact_table th { width:33.3333%; background:#d21010; height:54px; line-height:54px; color:#fff; padding:0 20px;}
.contact_info dd .contact_table td { line-height:59px; height:59px; border-bottom:1px solid #dcdcdc; padding:0 20px;}
.contact_info dd  { width:100%; height:auto; overflow:hidden;}
.contact_info dd .jobs_box { height:auto; overflow:hidden; padding-right:380px; margin-top:40px;}
.contact_info dd .jobs_box .list_box{ float:left; width:100%; height:auto; overflow:hidden; position:relative; background:#fff; padding:25px 0;}
.contact_info dd .jobs_box .pic { width:357px; height:301px; overflow:hidden; float:right; margin:0 -380px 0 0;}
.contact_info dd .jobs_box .tit { width:84%; line-height:40px; height:40px; font-size:25px; color:#3f3f3f; margin-left:5%;}
.contact_info dd .jobs_box .more { font-size:14px; color:#979696; line-height:20px; position:absolute; top:15%; right:5%;}
.contact_info dd .jobs_list { width:84%; height:192px; overflow:hidden; font-size:16px; color:#4b4b4b; float:left; margin-left:8%; margin-top:20px;}
.contact_info dd .jobs_list li { width:100%; height:48px; overflow:hidden; line-height:48px; color:#494949; border-bottom:1px dashed #8f8f8f;display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contact_info dd .jobs_list li a { color:#cc0e0e;}
.contact_info dd .map { margin:40px 0; height:448px; background:#0553a5; border:1px solid #ccc;}
.contact_info dd .contact_box { margin:40px 0; padding-left:380px;}
.contact_info dd .contact_box .pic { width:357px; height:301px; float:left; overflow:hidden; margin:0 0 0 -380px;}
.contact_info dd .contact_box .contact_list { width:100%; height:auto; overflow:hidden; float:left; font-size:16px; line-height:35px; color:#4b4b4b; background:#fff; padding:40px 0;}
.contact_info dd .contact_box .contact_list .info { margin:0 5%;}
.contact_info dd .contact_box .contact_list .info img { margin-right:20px;}
.contact_info dd .contact_box .contact_list .tel { color:#0553a5; line-height:35px; font-size:30px; margin-left:5%; margin-top:10px;}

/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden;}
.friendlinks dt{ width:100%; height:45px; line-height:45px; overflow:hidden; position:relative; background:url(../images/friendlinks_tit_text.png) top center no-repeat;}
.friendlinks dt .tit { color:#e30404; font-size:21px; 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;}
.friendlinks dd .linklist { width:100%; line-height:34px; height:auto; margin-top:10px; overflow:hidden;/* display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;*/}
.friendlinks dd a { display:inline-block; font-size:16px; line-height:24px; padding:5px 10px; color:#000;}
.friendlinks dd a:hover { color:#da0325;}
/*页脚*/
.footer_bg { height:143px; overflow:hidden; background:#002e4a;}
.footer_nav_box { width:100%; height:auto; overflow:hidden; float:left; margin-top:27px; position:relative;}
.footer_nav { width:14.28571428571429%; height:143px; overflow:hidden; font-size:14px; float:left; text-align:center; border-radius:5px 5px 0 0; margin-left:5px;}
.footer_nav dt { font-size:16px; line-height:47px; height:47px; color:#89c2f8; margin-bottom:10px; cursor:pointer;}
.footer_nav dt:hover,.footer_nav dt.hover { background:#013f7a;}
.footer_nav dd { width:100%; line-height:30px; height:auto; overflow:hidden; color:#d9e6f6; display:none; position:absolute; left:0; top:47px; bottom:0; background:#013f7a; border-radius:5px 5px 0 0;}
.footer_nav dd.block { display:block;}
.footer_nav dd .subnav { line-height:30px; margin:10px 20px; font-size:16px; text-align:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.footer_nav dd a { /*flex:0 0 14.28571428571429%; width:14.28571428571429%; */color:#89c2f8; display:inline-block; padding:0 10px; float:left; line-height:30px;}
.footer_nav dd a:hover { background:#1962a7; border-radius:3px; color:#fff;}

.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-right:143px;}
.footer a { color:#197db9;}
.footer .info { width:50%; height:auto; line-height:27px; color:#197db9; float:left; margin-top:20px;}
.footer .company { font-size:23px; line-height:40px;}
.footer .logobox { height:auto; overflow:hidden; float:left; margin-top:37px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.footer .logobox .telbox { width:80%; height:auto; overflow:hidden; margin-left:15%; margin-top:60px; line-height:24px; font-size:30px; color:#00377a;}
.footer .logobox .telbox .icon { float:left; margin-right:5px;}
.footer .logobox .telbox .lab { font-size:14px; color:#00377a; line-height:20px;}

.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:#7a0a0a; height:43px; overflow:hidden;}
.copyright { max-width:1200px; min-width:960px; height:40px; line-height:40px;  margin:0 auto; overflow:hidden; color:#fff; text-align:center;}
.footerbox .qrcodebox { width:143px; height:143px; overflow:hidden; margin:0 -143px 0 0; background:url(../images/footer_qrcodebox_bg.jpg) no-repeat; float:right;}
.footerbox .qrcodebox .qrcode { width:110px; height:auto; margin:0 auto;}
.footerbox .qrcodebox .qrcode .pic { width:110px; height:110px; margin:0 auto; margin-top:13px;}
.footerbox .qrcodebox .qrcode .tit { width:100%; text-align:center; height:20px; line-height:20px; color:#666; display:none;}
.copyright .info { margin:30px 0; color:#fff; text-align:center;}
.copyright a { color:#fff;}
.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}

/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:30%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3; margin-bottom:51px;}
.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:"宋体"; border:1px solid red;}
.fenye{ text-align:center; height:auto; overflow:hidden; margin-top:20px;}
.fenye a{ border:1px #ff9c00 solid; padding:0 10px; /*border-radius:2px;*/ color:#ff9c00; background:#fff;display:inline-block;  height:30px; line-height:30px; font-weight:normal; margin-left:8px;}
.fenye a:hover,.fenye .sel{background:#ff9c00; color:#fff; border:1px #ff9c00 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;}*/