@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;

}
.ismobile{display: none;}
.ispc{display: block;}

.navicon{position:absolute;top:-45px; display:none; right:calc(5% - -30px);height:40px;width:90px;transition:1s;z-index:9999;}
.navicon.close span{opacity:0;transition:.3s cubic-bezier(.53,0,.15,.3)}
.navicon i{font-size:24px;padding:5px 8px;background:#dd1e19; color:#fff; border-radius:5px}
.navicon.close .am-icon-bars:before{content:"\f00d";transition:1.3s cubic-bezier(.53,0,.15,.3)}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	background:#ffffff;
	color:#555555;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
}
ol,ul,li,p {
		list-style:none;
}
dl,dt,dd {border:0;}
a {
		color:#5b5b5b;
		text-decoration:none;
		outline:none;
}
a:hover { color:#ff6b08;}
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;
}
.topbox_bg .searchbox .keys:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #eee; opacity:0.5;  font-size:15px;
}
.topbox_bg .searchbox .keys::-webkit-input-placeholder{
    color: #eee;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;}
.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;}
.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{ height:124px; margin:0 auto; overflow:visible; background:url(../images/top_bg_x.png) repeat-x; position:relative; z-index:99999;}
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}
.top_bg .top{ max-width:1200px; min-width:960px; height:124px;  /*background:#007958;background:rgba(0,121,88,.95);*/ margin:0 auto; position:relative;}
.top_bg .top .welcome{ height:36px; line-height:36px;}
.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}
.top_bg .top .telbox { position:absolute; top:64px; right:0px; height:40px; color:#ff6b08; font-size:12px;}
.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 .lab { float:left; position:relative; top:5px;}
.top_bg .top .telbox .tel { font-size:27px; font-family:'Arial'; line-height:40px; float:left;font-weight:bold;  /*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:2px; top:44px; overflow:visible;}
.top_bg .top .logo .slogan { position:absolute; left:105%; top:10px;}

.top_bg .top .toplink { line-height:30px; height:30px; position:absolute; top:0; right:0;}
.top_bg .top .toplink a { color:#818181; line-height:30px;}
.top_bg .top .toplink a:hover {}
.top_bg .top .toplink a.user { background:url(../images/link_space.gif) right center no-repeat;}
.top_bg .top .toplink a.search { height:40px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; background:none; border-left:1px solid #fd7c4c;}
.top_bg .top .toplink a:hover { }
.top_bg .top .toplink .lang { width:auto;/* padding:0 10px;*/ height:40px; line-height:40px; margin-top:30px; display:inline-block; position:relative; float:left; color:#fff; background:url(../images/toplink_spa.gif) right center no-repeat; font-size:16px; font-style:normal; text-align:center; cursor:pointer;}
.top_bg .top .toplink .lang:hover { }
.top_bg .top .toplink .tel { height:40px; line-height:40px; color:#fff; font-family:Arial;/* font-weight:bold;*/ font-size:24px; float:left; margin:29px 10px;}
.top_bg .top .toplink .lang .lang_list { /*position:absolute; left:0; top:0; background:#12a14d; */ height:48px; padding:0 10px; overflow:hidden;}
.top_bg .top .toplink .lang .lang_list.open { height:48px;}
.top_bg .top .toplink .lang .lang_list a {  margin:0; padding:0; height:48px; line-height:48px;/* font-weight:bold;*/ font-size:16px; display:inline-block; float:inherit;/* float:left; display:block; border-top:1px solid #1ec261; font-size:12px;*/ background:none;}

.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:51px; overflow:visible; background:url(../images/navmenu_bg.png) top center no-repeat;}

.navmenu { max-width:1200px; min-width:960px; height:51px; margin:0 auto; overflow:visible; position:relative; z-index:999999;}
.navmenu #menu { width:100%; height:51px; position:relative; right:0;}
.navmenu #menu li { height:51px; width:11.11111111111111%; float:left; position:relative;/*writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li:after { content:''; background:url(../images/navmenu_spa.gif) center center no-repeat; width:2px; height:51px; display:block; position:absolute; left:-1px; top:0;}
.navmenu #menu li.home:after { background:none;}
.navmenu #menu li a { display:block; width:100%; height:51px; line-height:51px; text-align:center; overflow:hidden; color:#fff; font-size:16px;}
.navmenu #menu li a:hover { background:#fff; background:rgba(255,255,255,.15);}
.navmenu #menu li a .cn { line-height:51px; font-size:16px; display:block;}
.navmenu #menu li a .en { line-height:14px; font-size:12px; font-family:'Arial'; display:block; display:none;}
.navmenu #menu li:hover a { /*background:#dd1e19;*/}
.navmenu #menu li:hover a+.subnav{display:block;}
.navmenu #menu li.hover a { /*font-weight:bold; background:#dd1e19;*/}
.navmenu #menu li.hover a,.navmenu #menu li:hover a { background:#fff; background:rgba(255,255,255,.15);/* letter-spacing:2px;font-weight:bold; */}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li a:before{
	content: '';
  	position: absolute;
  	top: 0;
	left:0;
	width:100%;
  	height:0%;
  	background:#ff6b08;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	z-index: -1;
}
.navmenu #menu li a:hover:before,.navmenu #menu li:hover a:before,.navmenu #menu li.hover a:before { height:100%;}

/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:hidden; display:none; position:absolute; top:51px; left:0; background:#ff6b08; background:rgba(255,107,8,.95);/* border-top:1px solid #f1cecf;*/ font-weight:normal;}
.navmenu #menu li .subnav a { display:block; line-height:40px; width:100%; height:40px; color:#fff; background:none; position:relative; font-weight:normal;}
.navmenu #menu li .subnav a:hover { background:#0ba67c;}
.navmenu #menu li .subnav a:before{ display:none;}


#focusindex { position:relative; height:auto; overflow:hidden; z-index:1;}
#focusindex .waver { position:absolute; left:0; bottom:0; width:100%; height:62px; background:url(../images/wave_fff_bg.png) top center repeat-x; z-index:9999;

-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;

}
@keyframes waver_run { 
	0% {
		background-position:1920px 0;
	}
	50% {
	   background-position:0 0;
		
	}
	100% {
	   background-position:-1920px 0;
		
	}
}
.section { overflow:hidden;}
.flexcc { display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
/*首页一句话*/
.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:auto; overflow:hidden; position:relative;}
.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;}
.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:16px; color:#fff; float:left; line-height:46px;}
.topbox_bg .hotkeywords a { color:#fff;}
.topbox_bg .searchbox { height:24px; float:right; width:247px; overflow:hidden; margin-top:10px; background:url(../images/searchbox_bg.gif) no-repeat; position:relative;}
.topbox_bg .searchbox .keys { width:247px;  height:24px; background:none; color:#fff; border:0; line-height:24px; text-indent:6px; position:absolute; left:0; top:;}
.topbox_bg .searchbox .submit { width:24px;  height:24px; position:absolute; right:0; top:0; border:0; cursor:pointer; background:none;}

/*关于我们*/
.aboutbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; 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:#142f88; font-size:32px; line-height:50px; font-weight:bold; display:inline-block;}
.aboutbox dt .tit1 { width:100%; color:#a9a9a9; line-height:40px; font-family:'Arial'; text-transform:uppercase; /* text-transform:uppercase; display:inline-block; background:#fff; padding:0 10px;*/ font-size:22px;}
.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-right:602px; position:relative;}
.aboutbox dd .info { width:90%; height:auto; overflow:hidden; float:left; position:relative;}
.aboutbox dd .info .des { line-height:30px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-align:justify; text-justify:distribute-all-lines;}
.aboutbox dd .info .tit { font-size:20px; line-height:70px; height:70px; color:#000; position:relative;}
.aboutbox dd .info .tit .line { width:41px; height:2px; overflow:hidden; position:absolute; left:0; bottom:0; background:#000;}
.aboutbox dd .box .more { display:block; width:124px; height:38px; line-height:38px; text-align:center; background:#142f88; color:#fff; font-size:14px; text-transform:uppercase; font-family:Arial; text-align:center; display:inline-block; position:absolute; left:0; bottom:0;}
.aboutbox dd .box .more:hover { background:#efb70d; color:#142f88;}
.aboutbox dd .picbox { width:460px; height:360px; overflow:hidden; float:left; margin:0 0 0 -460px; _display:inline; position:relative;}
.aboutbox dd .picbox .telbox { position:absolute; left:0; bottom:0; width:100%; height:71px; background:#f6f6f6; background:rgba(246,246,246,.79); text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.aboutbox dd .picbox .telbox .tel { font-style:italic; color:#01872a; font-size:30px;}
.aboutbox dd .picbox a { width:50%; display:block; float:left; overflow:hidden;}
.aboutbox dd .about_us li .tit1 { width:100%; height:60px; line-height:60px; font-size:16px;}
.aboutbox dd .videobox { width:602px; height:350px; float:right; overflow:hidden; margin:20px -602px 0 0; _display:inline; position:relative;}
.aboutbox dd .videobox .pic {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}


.aboutbox dd .videobox: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;
}
.aboutbox dd .videobox .iconbox { background:rgba(0,0,0,.55); 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; color:#fff;}
.aboutbox dd .videobox .iconbox .tit { font-size:16px; line-height:20px;}
.aboutbox dd .videobox .iconbox .tit1 { font-size:12px; text-transform:uppercase; line-height:20px;}
.aboutbox dd .other { width:100%; height:auto; overflow:hidden; float:left; position:relative;}
.aboutbox dd .other a { width:50%; height:auto; float:left; overflow:hidden; position:relative;}
.aboutbox dd .other a .infobox { background:#000; background:rgba(0,0,0,.55); 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;}
.aboutbox dd .other a .infobox .iconbox { width:150px; height:150px; margin:0 auto; /*background:url(../images/iconbox_bg.png) center center no-repeat;*/ color:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; border-radius:50%; border:1px solid #fff;}
.aboutbox dd .other a:hover .infobox .iconbox { background:#000; background:rgba(0,0,0,.55);}
.aboutbox dd .other a:hover .infobox { background:rgba(0,0,0,0);}
/*****内页样式******/
/*企业简介*/
.about_us { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:visible;}
.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; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.newsbox dt .line { width:3px; height:34px; display:inline-block; background:#ff6b08; position:relative; top:3px; margin:0 35px;}
.newsbox dt .tit { color:#ff6b08; font-size:40px; font-weight:bold; position:relative; display:inline-block;}
.newsbox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}

.newsbox dt a { display:block;}
.newsbox dt .title { }
.newsbox dt .des { color:#484747; line-height:24px; text-align:center;}
.newsbox dt .tabs { height:auto; overflow:hidden; text-align:center; font-size:17px;}
.newsbox dt .tabs li {display:inline-block; width:auto; height:34px; line-height:34px;}
.newsbox dt .tabs li a { display:block; color:#000; border-radius:3px;}
.newsbox dt .tabs li:hover a,.newsbox dt .tabs li.hover a { color:#ff3a0c; /*background:#247cdf;*/}
.newsbox dd{ height:auto; overflow:hidden; margin-top:20px; padding-right:393px;}
/*图片新闻列表样式*/
.newsbox dd .label_tit { width:100%; height:60px; line-height:60px; width:100%; float:left; font-size:18px; background:#1f783a; color:#fff; text-align:center;}
.newsbox dd .label_tab { width:100%; height:60px; line-height:60px; font-size:18px; background:#eeeeee;}
.newsbox dd .label_tab li{ height:60px; line-height:60px; width:50%; float:left; text-align:center;}
.newsbox dd .label_tab li a {display:block; height:60px; }
.newsbox dd .label_tab li.hover a { background:#1f783a; color:#fff;}
.newsbox dd .news_box_list { width:100%; height:auto; overflow:hidden;}
.newsbox dd .contact_box { width:30%; height:auto; overflow:hidden; float:right;}
.newsbox dd .contact_box .info { font-size:17px; line-height:31px; color:#000; width:75%;}
.newsbox dd .qrcodebox { width:85%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.newsbox dd .qrcodebox .qrcode { width:118px; height:118px; border-left:1px solid #d2d2d2; margin:0 auto; border:1px solid #ababac;}
.newsbox dd .qrcodebox .tit { font-size:19px; width:100%; height:50px; line-height:50px; overflow:hidden; text-align:center; color:#0056c1; font-weight:bold;}
/*图片新闻列表样式*/
.newsbox dd .newpicbox { width:50%; height:auto; float:left; margin-top:20px; /* margin-top:18px; line-height:30px; flex:0 0 49%; width:49%; float:left; */ overflow:hidden;}
.newsbox dd .newpicbox .news_box { height:auto; overflow:hidden; padding-left:280px;}
.newsbox dd .newpicbox .pic { width:248px; height:166px; overflow:hidden; float:left; margin:0 0 0 -280px; _display:inline;}
.newsbox dd .newpicbox .brief { width:100%; height:166px; float:left; position:relative;/* padding:18px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/}
.newsbox dd .newpicbox .brief .tit { font-size:14px; line-height:40px; height:40px; color:#000; font-weight:bold; /*font-weight:bold;*/ white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .newpicbox .brief .des { width:100%; height:auto; overflow:hidden; line-height:24px; font-size:14px; color:#666666; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.newsbox dd .newpicbox .brief .date { line-height:20px; color:#888; margin-top:20px;}
.newsbox dd .newpicbox .tit1 .time { float:right; color:#6a6a6a;}

.newsbox dd .newpicbox .tit1 { font-size:14px; height:30px; line-height:30px; color:#191919; /*font-weight:bold;*/ white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .newpicbox .tit1:before { content:''; display:inline-block; width:11px; height:11px; margin-right:5px; background:url(../images/newsbox_list_icon.png) 0 center no-repeat;}

.newsbox dd .newpicbox .brief .more { background:#247cdf; font-size:14px; color:#fff; line-height:17px; text-transform:uppercase; width:90px; height:24px; line-height:24px; text-align:center; float:left; position:absolute; left:0; bottom:10px; /*border-radius:17px;*/}
.newsbox dd .newpicbox .brief .more:hover { background:#efb70d; color:#000;}
/*新闻列表样式*/
.newsbox dd .news_list_box { width:350px; height:auto; min-height:385px; overflow:hidden; margin:0 -393px 0 0; border-left:1px solid #e8e8e8; float:right; margin-top:32px;}
.newsbox dd .news_list_box .line { background:#e8e8e8; height:1px; margin:10px 0; margin-left:10%;}
.newsbox dd .news_list_box .tit2{ margin-left:10%; font-weight:normal; font-size:24px;}
.newsbox dd .news_list_box .more { float:right; font-weight:normal; font-size:14px;}
.newsbox dd ul.news_list { width:90%; margin-left:10%; margin-top:20px; height:auto; overflow:hidden;}
.newsbox dd ul.news_list li { height:34px; line-height:34px}
.newsbox dd ul.news_list li .tit { line-height:34px; height:34px; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd ul.news_list li:hover .tit { color:#ff3a0c;}

.newsbox dd .pic_news_list { width:100%; height:auto; overflow:hidden; float:left; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; margin-top:18px; background:url(../images/newsbox_list_line.gif) center center no-repeat;}
.newsbox dd .pic_news_list li { width:48%; height:auto; float:left; margin-top:20px; line-height:30px; flex:0 0 45%; width:45%; float:left; overflow:hidden; border-bottom:1px solid #e8e8e8;}
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden; display:block;}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; float:left; position:relative;/* padding:18px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;*/}
.newsbox dd .pic_news_list li .brief .tit { font-size:16px; line-height:40px; height:40px; color:#4c4c4c; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox dd .pic_news_list li .brief .des { width:100%; height:auto; overflow:hidden; line-height:24px; color:#b6b6b6; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.newsbox dd .pic_news_list li .brief .date { line-height:40px; color:#007958; margin-top:10px;}


.about_contact { float:right; width:50%; height:auto; overflow:hidden;}
.about_contact li { width:46%; margin:0 2%; float:left;}
.about_contact li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.about_contact li .pic .tit { position:absolute; left:0; bottom:0; display:block; width:100%; height:41px; line-height:41px; text-align:center; color:#fff; font-size:16px; font-weight:bold; background:#5a0b00; background:rgba(90,11,0,.76);}
.about_contact li .des { margin-top:10px; line-height:29px; color:#000;}


.news_pic_list { float:right; width:50%; height:auto; overflow:hidden;}
.news_pic_list li { width:46%; margin:0 2%; float:left;}
.news_pic_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.news_pic_list li .tit { font-size:18px; line-height:40px; margin-top:10px;}
.news_pic_list li .date { font-size:12px;}
.news_pic_list li .des { margin-top:10px; line-height:29px; color:#000;}

/*企业视频*/
.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 }


.ny_banner { height:auto; background-color:#ccc; overflow:hidden; position:relative;}

/*焦点图*/
.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:1200px; height:67px; overflow:hidden;}
.noticebox dt { width:60px; height:67px; float:left; background:url(../images/noticebox_ico.jpg) 0 center no-repeat;}
.noticebox dd { width:80%; height:67px; line-height:67px; float:left;}
.noticebox dd a.more { display:block; width:74px; height:23px; line-height:23px; margin-top:20px; float:left; text-align:center; margin-left:10px; color:#002855; background:url(../images/noticebox_more.png) no-repeat;}
.noticebox dd ul { width:80%; height:67px; float:left;}
.noticebox dd ul li { line-height:67px; height:67px; width:100%;}

/*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%;}




/*联系方式*/
.contactbox { height:100%; height:auto; overflow:visible;}
.contactbox dt{ width:100%; height:auto; overflow:hidden; float:left; position:relative; text-align:center;}
.contactbox dt .tit { font-size: 40px; color:#f1003e; line-height:50px; font-weight:bold;}
.contactbox dt .tit1 { font-size:33px; line-height:50px; color:#6a6a6a; text-transform:uppercase;}
.contactbox dd{ width:100%; height:auto; overflow:hidden; position:relative; color:#fff;}
.contactbox dd ul  { width:100%; height:auto; overflow:hidden; padding-bottom:10px;}
.contactbox dd ul li { width:45%; height:119px; float:left; margin-top:20px; margin-left:3%; background:rgba(255,255,255,.47); border-radius:10px; -moz-box-shadow:0px 0px 10px #999; -webkit-box-shadow:0px 0px 10px #999; box-shadow:0px 0px 10px #999;}
.contactbox dd .tit { font-size:24px; line-height:29px; margin-left:5%; margin-top:15px; font-weight:bold;}
.contactbox dd .tit.c1 { color:#00bdf8;}
.contactbox dd .tit.c2 { color:#61b81b;}
.contactbox dd .tit.c3 { color:#f2a501;}
.contactbox dd .tit.c4 { color:#0ac3d4;}
.contactbox dd .tit.c5 { color:#f85160;}
.contactbox dd .tit.c6 { color:#045cb8;}
.contactbox dd .tit.c7 { color:#26b536;}
.contactbox dd .des { font-size:17px; line-height:30px; margin-left:5%; color:#002d5c;}
/*产品展示*/

.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 { color:#ff6b08; font-size:40px; font-weight:bold; position:relative; display:inline-block;}
.productbox dt .line { width:3px; height:34px; display:inline-block; background:#ff6b08; position:relative; top:3px; margin:0 35px;}
.productbox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}
.productbox dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { height:auto; overflow:hidden;/* padding-left:240px; background:#fff; -moz-box-shadow:1px 6px 8px #999999; -webkit-box-shadow:1px 6px 8px #999999; box-shadow:1px 6px 8px #999999;*/}

.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .topbox .hotkeys { width:100%; height:30px; overflow:hidden;margin-top:22px; font-size:12px; /* margin-left:26px;*/ line-height:30px; float:left;}
.productbox dd .tabs { width:100%; height:auto; overflow:hidden; text-align:center; font-size:0;}
.productbox dd .tabs li { display:inline-block; width:129px; height:41px; line-height:41px; text-align:center; margin:2px;/* color:#5f5f5f;*/ position:relative;}
.productbox dd .tabs li a { display:block;/* border:1px solid #e2e2e2;*/ background:#00ab69; color:#fff; font-size:14px;}
.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:#ff6b08;}
.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:24%; float:left; flex:0 0 24%; margin:0 0.5%; height:auto; overflow:hidden; position:relative; top:0; left:0; line-height:0; margin-top:1%;
-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
}

.productbox .product_list li .tit { width:100%; height:46px; line-height:46px; text-align:center; z-index:2; font-size:16px; color:#fff; background:rgba(0,0,0,.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:#00ab69; background:rgba(0,171,105,.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:3px; height:34px; display:inline-block; background:#ff6b08; position:relative; top:3px; margin:0 35px;}
.casebox dt .tit { color:#ff6b08; font-size:40px; font-weight:bold; position:relative; display:inline-block;}
.casebox dt .tit1 { color:#707070; font-size:16px; line-height:40px;}
.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;*/}
.case_ctrl_box { background:url(../images/case_ctrl_bg_line.gif) center center no-repeat; text-align:center; height:auto; overflow:hidden; margin-top:20px;}
.case_ctrl_box a{ display:inline-block;}
.case_ctrl_box a.ctrl_left:hover{ position:relative; left:-5px;}
.case_ctrl_box a.ctrl_right:hover{ position:relative; right:-5px;}
/*内页页面布局*/
.insidebox_bg { max-width:1300px; min-width:960px; height:auto; overflow:hidden; margin:0 auto; margin-top:20px; background:#fff; background:rgba(255,255,255,.80);}
.insidebox { margin:0 auto; overflow:hidden; margin-top:20px;}
/*.insidebox { margin:0 auto; overflow:hidden; padding-left:299px;}*/
.leftbox { width:100%; height:auto; overflow:visible;/* min-height:200px; float:left; background:#fff;*/}
/*.leftbox { width:279px; min-height:617px; height:auto; overflow:hidden; float:left; background:#000; _display:inline; margin:50px 0 0 -299px; 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;  color:#383636;}
.goods-list li:hover .name { background:#00ab69; 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:30%; flex:0 0 30%; 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;  color:#383636;}
.pic-list li:hover .name { background:#00ab69; color:#fff;}

.news-list { width:95%; height:auto; margin:0 auto; overflow:hidden;}
.news-list li { width:100%; height:342px; overflow:hidden; position:relative; background:#fff; margin-top:10px;}
.news-list li .box { margin:60px; height:auto; overflow:visible; padding-left:340px;}
.news-list li .pic { width:300px; height:233px; 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;}
.news-list li .brief .tit { font-size:17px; line-height:50px; color:#272727; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .date { line-height:40px; font-size:14px; color:#919191; background:url(../images/news-list-date-icon.png) 0 center no-repeat; padding-left:20px;}
.news-list li .brief .des { color:#919191; font-size:14px; line-height:30px; margin-top:10px;}
.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 .brief .more:after { content:''; position:absolute; right:-25px; top:50%; width:32px; height:1px; background:#ef7626;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-list li .brief .more:before { content:''; position:absolute; right:-1px; top:8%; width:1px; height:84%; background:#ef7626;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-list li .brief .more:hover:after { right:-40px;}
.news-list li .brief .more:hover:before { right:-25px;}

.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%;}

.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;}
.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:20px 10px; margin:30px 0;}
.detail .con table { border:1px solid #ccc; border-collapse:collapse; margin:0 auto;}
.detail .con table tr td { border:1px solid #000;}
.detail .con table tr.firstRow { background:#eee;}
.detail .prev_next { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px;}
.detail .prev_next a { color:#666;}
.detail .prev_next a:hover { color:#c00;}

.adbox_bg { height:auto; overflow:hidden; position:relative;}
.adbox_bg .adbox { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.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 { color:#ff6b08; font-size:40px; line-height:50px; font-weight:bold; position:relative; display:inline-block;}
.guidebox dt .line { width:3px; height:34px; display:inline-block; background:#ff6b08; position:relative; top:3px; margin:0 35px;}
.guidebox dt .tit1 { color:#707070; font-size:16px; line-height:50px;}
.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:14px;}
.guidebox dd ul li { width:129px; height:auto; line-height:41px; text-align:center; color:#5f5f5f; background:#e2e2e2; 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 { background:#fff; color:#5f5f5f; 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:#00ab69; color:#fff;}
.guidebox dd ul li:hover,.guidebox dd ul li.hover { background:#00ab69;}
.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:#e28353; color:#fff;}
.guidebox dd .subnav a.on { background:#e28353; color:#fff;}


.leftbox .qrcodebox { width:80%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.leftbox .qrcodebox .pic { width:132px; height:132px; float:left;}
.leftbox .qrcodebox .title { border-left:1px solid #d2d2d2; font-size:15px; width:16px; height:auto; overflow:hidden; float:left; line-height:17px; margin-top:5px; padding-left:14px; margin-left:14px;}

.contact {width:100%; height:auto; overflow:hidden;}
.contact dt{ width:100%; height:60px; overflow:hidden; line-height:60px; position:relative; border-bottom:1px solid #cccccc; display:none;}
.contact dt .entitle {font-size: 24px;  line-height:26px; text-transform: uppercase; color:#cccccc; font-family: 'Courier New'; position:absolute; left:0; top:0; z-index:1;}
.contact dt .title { font-size:20px; line-height:22px; color:#000000; margin-left:95px; font-weight:bold; letter-spacing:3px; margin-top:15px; position:relative; z-index:2;}
.contact dd { width:100%; height:auto; overflow:hidden; background:#fff;}
.contact dd .text { padding:10px; margin-top:20px; line-height:30px;}

/*详细内容显示*/
.contentbox {width:100%; height:auto; overflow:hidden; /* background:#fff; border:1px solid #e2e2e2; */margin-top:30px; padding-bottom:20px;}
.contentbox dt { width:100%; height:60px; line-height:60px; overflow:hidden; border-bottom:2px solid #b9b9b9; position:relative; display:none;}
.contentbox dt .location { float:left; color:#4d4d4d; font-size:14px; line-height:20px; margin-top:30px; /*background:url(../images/icon_home.png) 0 center no-repeat; */}
.contentbox dt .location a { color:#4d4d4d;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { color:#ff6600; font-size:31px; font-weight:bold; position:relative; display:block; float:right;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd {/* width:100%;*/ min-height:550px; padding:0 20px; margin-top:10px; height:auto; overflow:hidden; text-align:justify; text-justify:distribute-all-lines;}
/*服务与支持*/
.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 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 dd 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 ul li { width:30%; height:auto; overflow:hidden; flex:0 0 30%; float:left;}
.contact_info dd ul li .ico { float:left; height:56px; overflow:hidden; margin-right:10px; margin-left:5px;}
.contact_info dd 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 ul li a { color:#838383;}
.contact_info dd .tit { color:#2c2c2c; font-size:24px; line-height:50px;}
.contact_info dd .contact_list { font-size:15px; border-collapse:collapse; color:#a0a0a0; font-family:Arial;}
.contact_info dd .contact_list th { width:33.3333%; background:#d21010; height:54px; line-height:54px; color:#fff; padding:0 20px;}
.contact_info dd .contact_list td { line-height:59px; height:59px; border-bottom:1px solid #dcdcdc; padding:0 20px;}

/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px;}
.friendlinks dt{ width:115px; height:71px; line-height:71px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left; background:url(../images/friendlinks_tit_text.png) top center no-repeat;}
.friendlinks dt .tit { color:#000; font-size:18px; font-weight:bold;}
.friendlinks dt .line { position:absolute; width:88px; height:3px; bottom:0; left:0; background:#de0a0a;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0; float:right;}
.friendlinks dd .linklist { width:100%; line-height:34px; height:auto; margin-top:20px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; color:#423e00;}
.friendlinks dd a { display:inline-block; font-size:14px; line-height:24px; padding:2px 10px; text-align:center; color:#423e00;}
.friendlinks dd a:hover { color:#da0325;}
/*页脚*/
.footer_bg { height:auto; overflow:hidden; background:#048864; border-top:13px solid #fac034;}
.footer_nav_box { width:70%; height:auto; overflow:hidden; float:left; margin-top:44px;}
.footer_nav { width:25%; height:auto; min-height:201px; overflow:hidden; font-size:14px; float:left; background:url(../images/footer_nav_line.gif) 0 center repeat-y; text-align:center;}
.footer_nav li.tit { font-size:16px; line-height:40px; height:40px; border:#3667a3; font-weight:bold; margin-bottom:20px;}
.footer_nav li { width:100%; line-height:24px; height:24px; color:#3667a3;}
.footer_nav li a { color:#3667a3; display:block; display:block;}

.footerbox {max-width:1200px; min-width:960px; height:auto; margin:0 auto; height:auto; overflow:visible;}
.footerbox .footer_links { width:100%; height:auto; overflow:hidden; border-top:1px solid #3be17e;}
.footerbox .footer_links p { text-align:center;}
.footerbox .footer_links a { color:#fff; margin:0 10px;}
.footer { overflow:visible; color:#fff; position:relative; height:auto; overflow:hidden; padding-bottom:0; padding-right:300px;}
.footer a { color:#fff;}
.footer .info { width:100%; height:auto; line-height:24px; color:#65d487; float:left;}
.footer .info .logo { padding-top:30px; width:50%; float:left;}
.footer .info .text { float:left; height:auto; padding:10px 0; width:50%; color:#fff;}
.footer .info .text .lab { font-size:18px; line-height:40px; display:block;}
.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:#001023; height:auto; overflow:hidden; color:#2c4563;}
.copyright { width:100%; height:auto; line-height:50px;  margin:0 auto; line-height:50px; overflow:hidden; color:#fff; border-top:1px solid #43caa5;}
.footer .qrcodebox { width:280px; height:auto; overflow:hidden; float:right; margin:25px -300px 0 0;}
.footer .qrcodebox .qrcode { width:140px; float:left; height:auto; overflow:hidden;}
.footer .qrcodebox .pic { width:120px; height:auto; border:1px solid #3db695; margin:0 auto; padding:6px;}
.footer .qrcodebox .tit { width:120px; text-align:center; height:40px; line-height:40px; margin-top:10px; color:#fff;}

.top_bg .qrcodebox { width:144px; height:auto; overflow:hidden; position:fixed; top:120px; right:5px;}
.top_bg .qrcodebox .qrcode { width:144px; height:auto; overflow:hidden; margin-top:5px;}
.top_bg .qrcodebox .pic { width:100%; height:auto;}
.top_bg .qrcodebox .tit { width:100%; text-align:center; height:30px; line-height:30px; margin-top:0px; color:#000; background:rgba(255,255,255,.5); text-align:center;}

.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;
}

/*chrome  浏览器滚动条的美化 */
/*::-webkit-scrollbar-track-piece {width:15px;background-color:#f4f4ff;}
::-webkit-scrollbar { width:15px; background-color:#ccc;}
::-webkit-scrollbar-thumb { width:4px; height:50px; background-color:#007958;}
::-webkit-scrollbar-thumb:hover { width:15px; background-color:#d20000;}*/