@charset "utf-8";
* {
	/*font-family: "微软雅黑" !important;
	margin: 0;
	padding: 0;
	outline: none !important;
	-webkit-font-smoothing: antialiased !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;*/
	/*修正手持设备字体变化*/
}
* {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;*/
}
* { 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;}
.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.visible{ visibility:visible;}
.ispc { display:block;}
.ismobile { display:none;}
.hidden { display:none;}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
	background:#fff;
	background-attachment:fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body,html{height:100%}
ol,ul,li,p {
		list-style:none;font-weight:normal;
}
dl,dt,dd {border:0;}
a {
		color:#282828;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#fe0000;}
a img {
		border:0;
		margin:0;
		padding:0;
}
img { border:0;vertical-align: middle; }

.animated{visibility:hidden}
.visible{visibility:visible}
.clear:after,.clear:before{clear:both;content:'';display:table;}
.fp-section{overflow:hidden}
.flex-control-nav{bottom:100px;z-index:99}
#fp-nav ul li .fp-tooltip{background:#000;padding:0 5px;border-radius:10px;}

.alpha0 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha13 {filter:alpha(opacity=13); -moz-opacity:0.13; -khtml-opacity: 0.40; opacity: 0.13;}
.color1 { background:#cccccc;}
.color2 { background:#ffffff;}
.color3 { background:#000000;}
.color4 { background:#0baecb;}
.alpha70 { filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha40 { filter:alpha(opacity=40); -moz-opacity:0.40; -khtml-opacity: 0.40; opacity: 0.40; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.h50 { height:50px; display:none;}
.h60 { height:60px; display:none;}
.h65 { height:65px; display:none;}
*.fl { float:left;}
*.fr { float:right;}
*.mt3 { margin-top:3px;}
*.mt5 { margin-top:5px;}
*.mt8 { margin-top:8px;}
*.mt10 { margin-top:10px;}
*.mt20 { margin-top:20px;}
*.mt24 { margin-top:24px;}
*.mt30 { margin-top:30px;}
*.mt40 { margin-top:40px;}
*.mt45 { margin-top:45px;}
*.mt50 { margin-top:50px;}
*.mt60 { margin-top:60px;}
*.mt70 { margin-top:70px;}
*.mt80 { margin-top:80px;}
*.mt90 { margin-top:80px;}
*.mt100 { margin-top:100px;}
*.mt150 { margin-top:150px;}

*.f12 { font-size:12px; line-height:24px;}
*.f14 { font-size:14px; line-height:26px;}
*.f15 { font-size:15px; line-height:29px;}
*.f16 { font-size:16px; line-height:30px;}
*.f18 { font-size:18px; line-height:32px;}
*.f21 { font-size:21px; line-height:34px;}
*.f20 { font-size:20px; line-height:36px;}
*.f22 { font-size:22px; line-height:38px;}
*.f40 { font-size:40px; line-height:60px;}
*.f50 { font-size:50px; line-height:80px;}
*.center { text-align:center;}
*.strong { font-weight:bold;}
.cfff { color:#fff;}

.fullpage_menu { position:fixed; left:0; top:0; height:100%; width:130px;/* background:#000; background:rgba(0,0,0,.5);*/ z-index:999; font-size:18px; font-family:Arial; text-transform:uppercase; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center;}
.fullpage_menu li { width:100%; height:45px; line-height:45px; position:relative; display:block; text-align:left;}
.fullpage_menu li a { color:#fff; display:block; width:100%; line-height:45px; height:45px; width:12px; margin-left:20px; overflow:hidden;}
.fullpage_menu li.active a { color:#17850b; font-weight:bold;}
.fullpage_menu li:after { content:''; width:0%; height:1px; background:#17850b; position:absolute; bottom:0; left:0;
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
}
.fullpage_menu li.active:after { width:100%;}
.fullpage_menu li.active a { width:100%;}

.text_shadow { text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff; color:#76ac0a;}
/*页眉*/
.top_bg{ width:100%; height:107px; overflow:visible; /*background:rgba(0,0,0,.83); background:#fff; box-shadow: 3px 3px 5px rgba(0,0,0,0.1);*/ border-bottom:1px solid rgba(255,255,255,.20); position:fixed; top:0; z-index:99999999;}
.top_bg.style01,
.top_bg .top{ max-width:1680px; min-width:320px; height:107px; margin:0 auto; position:relative;}
.top_bg:hover { background:#fff; border-bottom:1px solid rgba(0,0,0,.20);}
.ny .top_bg:after,
.top_bg:hover:after { content:''; position:absolute; left:0; right:0; top:0; height:6px; background:#fcbc10;
background: linear-gradient(left, #f67814, #fed20f);
background: -ms-linear-gradient(left, #f67814, #fed20f);
background: -webkit-linear-gradient(left, #f67814, #fed20f);
background: -moz-linear-gradient(left, #f67814, #fed20f);}
.ny .top_bg { background:#fff; -moz-box-shadow:0px 0px 5px #999; -webkit-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999;}
.top_bg.hover { border-bottom:1px solid rgba(0,0,0,.20);}
.top_bg:hover .top .logo,
.top_bg.hover .top .logo,
.ny .top_bg .top .logo { background:url(../images/logo-text-black.png) center center no-repeat; background-size:auto 100%; }
.top_bg:hover .top .searchbox i,
.top_bg.hover .top .searchbox i,
.ny .top_bg .top .searchbox i { color:#000;}
.top_bg:hover .top .searchbox .keys,
.top_bg.hover .top .searchbox .keys,
.ny .top_bg .top .searchbox .keys { background:#eee;}
.top_bg:hover .top .telbox .tel,
.top_bg.hover .top .telbox .tel,
.ny .top_bg .top .telbox .tel { border-bottom:1px solid rgba(0,0,0,.30); color:#d00d0d;}
.top_bg:hover .top .telbox .icon,
.top_bg.hover .top .telbox .icon,
.ny .top_bg .top .telbox .icon { color:#595959;}
.top_bg:hover .top .lang_switch,
.top_bg.hover .top .lang_switch,
.ny .top_bg .top .lang_switch { border-bottom:1px solid rgba(0,0,0,.30);}
.top_bg:hover .top .lang_switch .tag,
.top_bg.hover .top .lang_switch .tag,
.ny .top_bg .top .lang_switch .tag { color:#000;}
.top_bg:hover .top .menu_pop,
.top_bg.hover .top .menu_pop,
.ny .top_bg .top .menu_pop { color:#000;}

.top_bg:hover .navmenu #menu li a,
.top_bg.hover .navmenu #menu li a,
.ny .top_bg .navmenu #menu li a { color:#000;}
.top_bg.hover .navmenu #menu li.hover a,
.ny .top_bg .navmenu #menu li.hover a { color:#4c9a35;}
.ny .top_bg .navmenu #menu li.hover .subnav a { color:#000;}
.ny .top_bg .navmenu #menu li.hover .subnav a:hover { color:#fff;}


.top_bg .top .welcome { height:35px; line-height:35px; background:#f1f1f1; color:#5c5c5c; font-size:14px; text-indent:20px;}
.top_bg .top .welcome a { color:#6d6d6d;}
/*.top_bg .top .logobox { float:left; position:relative; height:auto; overflow:hidden;}
.top_bg .top .logo { position:absolute; left:99px; top:43px; width:471px; height:93px; overflow:hidden; text-align:center; border-radius:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.top_bg .top .logo a { display:block;}*/

.top_bg .top .logobox { position:absolute; left:40px; top:14px; height:auto; overflow:hidden;}
.top_bg .top .logo { float:left; width:113px; height:82px; overflow:hidden; margin-right:12px; margin-top:0px; background:url(../images/logo-text-white.png) center center no-repeat; background-size:auto 100%; display:block;}
.top_bg .top .info { height:78px; overflow:hidden; float:left; color:#fff;}
.top_bg .top .info .tit { font-size:33px; line-height:50px; font-weight:bold; letter-spacing:2px; margin-top:10px;}
.top_bg .top .info .tit1 { font-size:20px; line-height:18px; letter-spacing:1.6px; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}

.top_bg .top .menu_pop { color:#fff; position:absolute; right:40px; top:50%; margin-top:-10px; font-size:40px; line-height:30px; display:none;}
.top_bg .top .menu_pop.scroll_footer { bottom:100px; height:auto;}
.top_bg .top .menu_pop a { height:auto; line-height:59px; font-size:16px; display:block; color:#000;}

.top_bg .top .telbox { width:160px; height:42px; position:absolute; right:280px; top:50%; margin-top:-21px; color:#fff; z-index:0;}
.top_bg .top .telbox .icon { font-size:35px; width:45px; height:40px; line-height:40px; float:left; position:relative; color:#fff; position:relative; text-align:center;}
.top_bg .top .telbox .tel { font-size:16px; color:#fff; line-height:40px; position:relative; letter-spacing:0px; font-weight:bold; font-family:Arial; float:left; border-bottom:1px solid rgba(255,255,255,.30); /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}

.top_bg .top .ad_text { position:absolute; right:200px; top:75px; left:670px;}
.top_bg .top .ad_text .tit { color:#ec0101; font-size:18px; line-height:30px; font-weight:bold;}
.top_bg .top .ad_text .des { color:#404040; font-size:14px; line-height:25px;}

.top_bg .top .toplink { height:35px;  line-height:35px; position:absolute; top:0; right:0; color:#747474; font-size:13px; padding-right:10px;}
.top_bg .top .toplink a { line-height:35px; color:#747474; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#cb161c;}
.top_bg .top .toplink .qrcodebox { width:104px; height:104px; position:absolute; left:20px; top:45px; border-left:0; background:#fff; border:1px solid #ccc; padding:5px; border-radius:2px; display:none;}


.top_bg .top .qrcodebox { width:90px; height:auto; overflow:hidden; position:absolute; right:21px; top:53px;}
.top_bg .top .qrcodebox .tit { text-align:center; color:#333333; line-height:30px;}
.top_bg .top .qrcodebox .pic { width:88px; height:88px; border:1px solid #76ac0a;}

.top_bg .top .searchbox { width:40px; height:40px; overflow:visible; position:absolute; top:50%; margin-top:-20px; right:250px; border-radius:0px; border-radius:0px; z-index:1;}
.top_bg .top .searchbox .keys { width:0%; height:40px; line-height:40px; border:0; color:#666; position:absolute; right:-10px; top:0; text-indent:10px;  border-radius:20px; }
.top_bg .top .searchbox i { display:block; line-height:40px; color:#fff; font-size:26px; position:absolute; right:0; bottom:0; z-index:1; color:#fff;}
.top_bg .top .searchbox .submit { width:40px; height:40px; line-height:20px; border:0; position:absolute; right:0; top:0; color:#fff; font-size:0px; z-index:1; cursor:pointer; background:none;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:200px;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px;}
.top_bg .top .searchbox:hover i { color:#000;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #ccc;/*opacity:0.5; font-size:12px;*/
	line-height:40px;
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #ccc;/*opacity:0.5; font-size:12px;*/
	line-height:40px;
}
.top_bg .top .lang_switch { position:absolute; top:50%; right:100px; height:40px; line-height:40px; margin-top:-22px; border-bottom:1px solid rgba(255,255,255,.30);}
.top_bg .top .lang_switch .tag { width:100%; line-height:40px; text-align:center; color:#fff;}

.top_bg .top .lang_switch .tag:before { padding-right:10px; font-size:22px; position:relative; top:4px;}
.top_bg .top .lang_switch .tag:after { content:'>'; display:inline-block; padding:0 10px; text-align:center;
transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */
}
.top_bg .top .lang_list { width:100%; height:auto; overflow:hidden; display:none; position:absolute; left:0%; top:41px; border-radius:0px;}
.top_bg .top .lang_list a { display:block; color:#000; background:#fff; line-height:30px; font-size:13px; text-align:center; padding:5px 10px;}
.top_bg .top .lang_switch:hover .lang_list{ display:block;}

.index .fixed_video_box { position:fixed; right:80px; bottom:40px; width:320px; height:240px; background:#000; z-index:999999999; border-radius:10px;}
.index .fixed_video_box.bounceOutDown {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode:both;
animation-fill-mode: both;
-webkit-animation-name: bounceOutDown  ;
animation-name: bounceOutDown;
}
.index .fixed_video_box video { border-radius:10px;}
.index .fixed_video_box .close { width:20px; height:20px; border:1px solid #fff; background:#000; border-radius:50%; text-align:center; line-height:20px; color:#fff; position:absolute; bottom:-30px; left:50%; margin-left:-10px;}
.index .fixed_video_box .close:hover { background:#f00;}
.ny .fixed_video_box { display:none;}


/*快捷链接*/
.index .comm-link { display:block;}
.ny .comm-link { display:none;}
.comm-link { position:fixed; right:0px; bottom:0px; width:59px; height:198px; background:#4a9f41; z-index:9999999999; display:none; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-content:center; align-items:center;}
.comm-link a { display:inline-block; width:59px; height:59px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.comm-link a:hover { background:#003891;}
.comm-link.scroll_footer { bottom:100px;}

body.index { overflow:hidden; }
.section { background:#fff;}
.section_bg { position:absolute; bottom:0; left:0; top:0; right:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; align-content:center; overflow:hidden;}

.guidebox_list_bg { height:55px; background:url(../images/guidebox_list_bg.png) top center no-repeat;}
/*主导航样式*/
.navmenu_bg { height:96px; position:relative; z-index:9999999; background:#0c4294; /*background:linear-gradient(to right,#1c7c2b, 60%, #4ea00e); filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #1c7c2b, endColorstr = #4ea00e);*/ /* background:rgba(255,255,255,.68);*/}

.navmenu { height:107px; overflow:visible; position:absolute; right:33%; bottom:0; left:25%;}
.navmenu .navmenu_close { display:none;}
.navmenu #menu { width:100%; height:107px; position:relative; font-size:16px;}
.navmenu #menu li { height:107px; width:16.66666666666667%; float:left; position:relative; /*background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
.navmenu #menu li.home {}
.navmenu #menu li.home:before {/* content:''; position:absolute; width:1px; height:19px; background:#4aa3d3; left:0; top:0; z-index:-2;*/}
.navmenu #menu li a { display:block; width:100%; height:107px; line-height:107px; text-align:center; overflow:hidden; position:relative; color:#fff;}
.navmenu #menu li.sub a:after { content:'>'; margin-left:5px; display:inline-block;
transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */
}
.navmenu #menu li.home a:before {}
.navmenu #menu li:hover a .cn,
.navmenu #menu li.hover a .cn{ /*color:#0657a8; background:#001f52;*/}
.navmenu #menu li:hover a .en{ color:#83bbba;}
.navmenu #menu li:hover a+.subnav{ /*display:block;*/}
.navmenu #menu li.hover a ,
.navmenu #menu li:hover a{ /*  background:#ed1e1e; font-weight:bold; */color:#2aab1c; }
.navmenu #menu li.hover:after,
.navmenu #menu li:hover:after { width:10px; height:10px;}
.navmenu #menu li.hover,
.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#0aa843;/* letter-spacing:2px; */}
.navmenu #menu li:hover a+.subnav { /*display:block;*/}
.navmenu #menu li a:before{
	content: '';
	position:absolute;
	left:50%;
	bottom:-10px;
	width:85px;
	margin-left:-43px;
	height:1px;
	background:#45c437;
	z-index:-1;
	border-radius:3px;
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
}
.navmenu #menu li:hover a:before,
.navmenu #menu li.hover a:before { bottom:0px;}
/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:hidden; display:none; position:absolute; top:107px; left:0; right:0; background:#fff; /* background:rgba(69,196,55,.62); background:rgba(1,75,148,.83);*/ background-size:100% 100%; font-size:14px; font-weight:normal; border-radius:10px;}
.navmenu #menu li .subnav a { display:block; width:100%; height:50px; line-height:50px; font-weight:normal; color:#000; top:0; margin-top:0; background:none; position:relative; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; padding:0;}
.navmenu #menu li .subnav a:before { background:none;}
.navmenu #menu li .subnav a:after { display:none;}
.navmenu #menu li .subnav a:hover { background:#4c9a35; color:#fff;}

.navmenu .searchbox { width:199px; height:36px; overflow:hidden; border-radius:18px; background:#d8d8d8; border-radius:4px; position:relative; float:right; margin:12px -199px 0 0;}
.navmenu .searchbox .keys { width:152px; height:36px; line-height:36px; border:0; color:#000; position:absolute; left:0; top:0;  background:#fff; text-indent:10px;}
.navmenu .searchbox .submit { width:46px; height:36px; line-height:36px; background:#fff url(../images/search_icon.png) center center no-repeat; font-size:0px; border:0; position:absolute; right:0; top:0; color:#000; cursor:pointer;}
.navmenu .searchbox.open { height:24px;}
.navmenu .searchbox .keys:-ms-input-placeholder{
    color: #afafaf;/*opacity:0.5; font-size:12px;*/
}
.navmenu .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;/*opacity:0.5; font-size:12px;*/
}


/*页面布局*/
.indexbox{  max-width:1440px; min-width:320px; height:auto; margin:0 auto; background:#f7f9fd; overflow:visible;}
.ny_banner { width:100%; height:688px; margin:0 auto; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:center center; margin-top:108px;}
.ny_banner:after { content:''; position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,.2);}


/*内页联系*/
.contact_way { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.contact_way dt { width:100%; height:auto; overflow:visible; text-align:center; padding-top:40px;}
.contact_way dt .tit1 { color:#f6f6f6; font-size:175px; line-height:175px; font-family:Arial black; text-transform:uppercase;}
.contact_way dt .icon { color:#d00000; font-size:40px; line-height:60px; margin-top:-210px;}
.contact_way dt .tit { color:#000; font-size:30px; line-height:36px;}
.contact_way dt .tit:after { content:'—'; display:block;}
.contact_way dd { width:100%; height:auto; overflow:hidden;}
.contact_way dd ul { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-around; align-items:center; margin-top:20px;}
.contact_way dd ul li { width:33.33333%; height:auto; overflow:hidden; float:left; text-align:center;}
.contact_way dd ul li .icon { width:95px; height:95px; margin:0 auto; line-height:95px; text-align:center; font-size:48px; color:#d00000; border:3px solid #dfdfdf;}
.contact_way dd ul li:nth-child(2) .icon { font-size:33px;}
.contact_way dd ul li:hover .icon { background:#d00000; color:#fff;}
.contact_way dd ul li .tit { font-size:20px; line-height:57px; color:#3d3d3d; width:100%; height:57px; position:relative;}
.contact_way dd ul li .tit:after { content:''; width:188px; height:2px; background:#434343; position:absolute; left:50%; margin-left:-94px; bottom:0;}
.contact_way dd ul li .tit:before { content:''; width:20px; height:20px; border-radius:50px; background:#fed20f; position:absolute; left:50%; margin-left:-10px; bottom:-10px;}
.contact_way dd ul li .tit1 { font-size:18px; color:#3d3d3d; line-height:40px; margin-top:10px;}
/*企业位置*/
.contact_location { width:100%; min-width:320px; height:auto; overflow:hidden; margin-top:40px;}
.contact_location dt { width:100%; height:auto; overflow:visible; text-align:center; padding-top:40px;}
.contact_location dt .tit1 { color:#f6f6f6; font-size:135px; line-height:175px; font-family:Arial black; text-transform:uppercase;}
.contact_location dt .icon { color:#d00000; font-size:50px; line-height:60px; margin-top:-210px;}
.contact_location dt .tit { color:#000; font-size:30px; line-height:36px;}
.contact_location dt .tit:after { content:'—'; display:block;}
.contact_location dd { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.contact_location dd .emap_box { height:535px; background:#ccc; border:3px solid #000000;}
.contact_location dd .tit { width:274px; height:59px; line-height:59px; margin:0 auto; position:relative; top:-30px; text-align:center; background:#fed20f; font-size:18px; color:#232323;}
/*联系留言板*/
.feedback_box { width:100%; min-width:320px; height:auto; overflow:hidden; margin-top:20px; padding-bottom:78px;}
.feedback_box dt { width:100%; height:auto; overflow:visible; text-align:center; padding-top:40px;}
.feedback_box dt .tit1 { color:#f6f6f6; font-size:150px; line-height:175px; font-family:Arial black; text-transform:uppercase;}
.feedback_box dt .icon { color:#d00000; font-size:50px; line-height:60px; margin-top:-210px;}
.feedback_box dt .tit { color:#000; font-size:30px; line-height:36px;}
.feedback_box dt .tit:after { content:'—'; display:block;}
.feedback_box dd { width:100%; height:auto; overflow:hidden;}
.feedback_box dd .feedback { margin:0; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.feedback_box dd .feedback .input { width:49.5%; flex:0 0 49.5%; height:71px; line-height:71px; background-color:#f0f0f0; border:0; text-indent:40px; margin-top:24px; font-size:16px; color:#000; position:relative;}
.feedback_box dd .feedback .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #3d3d3d; font-size:16px;
}
.feedback_box dd .feedback .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3d3d3d; font-size:16px;
}
.feedback_box dd .feedback .input:-ms-input-placeholder{
    color: #3d3d3d; font-size:16px;
}
.feedback_box dd .feedback .input::-webkit-input-placeholder{
    color: #3d3d3d; font-size:16px;
}
.feedback_box dd .feedback .textarea { width:95%; flex:0 0 95.8%; height:auto; height:188px; line-height:28px; padding:1.5% 2%; border:0; background:#f0f0f0; margin-top:24px; font-size:16px; color:#3d3d3d;}
.feedback_box dd .feedback .submit { width:379px; height:71px; line-height:71px; background:#fed20f; color:#010101; font-size:20px; border:0; border-radius:0px 0 0px 0; cursor:pointer;}
.feedback_box dd .feedback .reset { width:379px; height:71px; line-height:71px; background:#d00000; color:#fff; font-size:20px; border:0; border-radius:0px 0 0px 0; margin-top:2%; cursor:pointer;}
.feedback_box dd .feedback .authcode { margin-top:2%; width:155px; flex:0 0 155px;}
.feedback_box dd .feedback .btn { width:100%; height:auto; overflow:hidden; margin-top:24px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.feedback_box dd .feedback .btn input { margin:0px 6px;}
.feedback_box dd .feedback .yzm {cursor:pointer; border:1px solid #eee; margin-top:2%;}
.feedback_box dd .feedback .yzm_ref { width:100%; line-height:45px; margin-top:2%;}

/**/
.insidebox_bg { height:auto; /*background:rgba(255,255,255,.89);*/ margin-top:-95px; position:relative; z-index:999;}
.indexbox_bg { max-width:1440px; min-width:320px; margin:0 auto; height:auto;/* background:#fff; background:rgba(255,255,255,.89);*/ margin-top:0; position:relative; z-index:999;}
.insidebox { max-width:1543px; min-width:320px; margin:0 auto; height:auto; overflow:visible; /*background:#fff;*/}
/*.insidebox { height:auto; overflow:hidden; padding-left:248px}*/
.leftbox { width:auto; height:auto; min-height:128px; margin:0; overflow:visible; position:relative; z-index:9999;}
.leftbox:after { /*content:''; position:absolute; left:0px; right:0px; bottom:0; height:1px; background:#f2f2f2;*/}
.leftbox_bg { height:67px; background:#fff;}
/*.leftbox.fixed { position:fixed; left:0; top:0; width:100%; z-index:99999999; box-shadow: 3px 3px 10px rgba(0,0,0,0.3);}*/
/*.leftbox { width:223px; min-height:617px; height:auto; overflow:hidden; float:left; _display:inline; margin:0 0 0 -248px; 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;}
.locationbox { width:100%; height:66px; line-height:66px; overflow:hidden; background:url(../images/locationbox_bg.png) right 0 no-repeat; margin-top:-66px; position:relative; z-index:999; color:#f2f2f2; text-align:right;}
.locationbox a { color:#f2f2f2;}
.locationbox .curr_path { max-width:1200px; min-height:320px; line-height:60px; margin:0 auto; margin-top:6px;}

/*大屏Slide 底部指示点*/
.fp-slidesNav.bottom { }
.fp-slidesNav.bottom ul { text-align:center;}
.fp-slidesNav.bottom ul li { display:inline-block;}
.fp-slidesNav.bottom ul li a.active { border:1px solid #0042aa;}
.fp-slidesNav.bottom ul li a.active span { background:#0042aa;}
/*大屏Slide 左右切换点*/
.fp-controlArrow.fp-prev {
    left: 125px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent rgba(255,255,255,.5) transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 125px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent rgba(255,255,255,.5);
}
.banner { position:absolute; left:0; top:0; bottom:0; right:0px;}
.banner .swiper-container,
.banner .swiper-slide,
.banner .swiper-slide a {
	width:100%;
	height:100%;
}
.banner .swiper-slide a {
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	/*-webkit-transform: scale(1.2);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1750ms;
	-moz-transform: scale(1.2);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1750ms;*/
}
.banner .swiper-slide.swiper-slide-active {}
.banner .swiper-slide.swiper-slide-active a {
	/*-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1750ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1750ms;*/
}

.banner .swiper-pagination { width:100%; position:absolute; bottom:66px; text-align:center; z-index:999;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { width:10px; height:10px; border-radius:5px; background:#fff; opacity:1; cursor:pointer; margin:0 20px; position:relative;
-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after { content:''; width:10px; height:10px; position:absolute; left:0px; top:0px; border-radius:50%; z-index:-1; border:1px solid transparent;
-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction { bottom:5%; width:auto; right:0px; margin:0 20px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff; width:10px; height:10px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { content:''; width:40px; height:40px; position:absolute; left:-16px; top:-16px; border-radius:50%; z-index:-1; border:1px solid #fff;}
/*大*/
.bannerBox{ width:100%; height:100%; overflow:hidden; position:relative;}
.bannerBox .hd{ width:100%;
	height:30px;
	text-align:center;
	position:absolute;
	bottom:20px; z-index:1; }
.bannerBox .hd ul{ width:100%; overflow:hidden; zoom:1; float:left; text-align:center;}
.bannerBox .hd ul li{ display:inline-block;
	_display:inline;
	_zoom:1;
	background:#ccc;
	width:20px;
	height:20px;
	line-height:20px;
	_font-size:0;
	margin:5px;
	cursor:pointer;
	z-index:1;
	border-radius:10px;
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
	
	color:#fff; font-size:12px;}
.bannerBox .hd ul li.on{ background:#0144a6; width:40px; color:#fff;}
.bannerBox .bd{ position:relative; height:100%; z-index:0;}
.bannerBox .bd ul { height:100%;}
.bannerBox .bd li{ zoom:1; vertical-align:middle; height:100%;}
/*.bannerBox .bd li img { display:block; height:100%;}*/
.bannerBox .bd li a { display:block; height:100%; overflow:hidden; background-size:cover; background-position:center center; background-repeat:no-repeat;}
/*.bannerBox .bd ul li {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);

}
.bannerBox .bd ul li.on {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);

}*/

/* 下面是前/后按钮代码，如果不需要删除即可 */
.bannerBox .prev,
.bannerBox .next{ position:absolute; left:3%; top:50%; margin-top:-30px; display:block; width:50px; height:60px; background:url(../images/slider-arrow.png) -177px 0 no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.bannerBox .next{ left:auto; right:3%; background-position:-52px 0; }
.bannerBox .prev:hover{ filter:alpha(opacity=100);opacity:1; background-position:-117px 0;}
.bannerBox .next:hover{ filter:alpha(opacity=100);opacity:1; background-position:0 0;}
.bannerBox .prevStop{ display:none;  }
.bannerBox .nextStop{ display:none;  }

.topbox_bg { height:50px; background:#eeeeee; overflow:hidden; position:relative; z-index:999;}
.topbox_bg .topbox { max-width:1330px; min-width:320px; margin:0 auto; height:50px; overflow:visible; position:relative;}
.topbox_bg .topbox .tit { width:173px; height:50px; overflow:hidden; line-height:50px; background:#283890; float:left; font-size:18px; color:#fff; text-align:center;}
/*装修报价*/
.offerbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.offerbox dt { width:100%; height:68px; line-height:68px; overflow:hidden; position:relative;}
.offerbox dt:after { content:''; width:6px; height:22px; background:#ed0707; position:absolute; left:0; top:50%; margin-top:-11px; border-radius:3px;}
.offerbox dt .tit { color:#0e0e0e; font-size:25px; margin-left:20px;}
.offerbox dt .tit1 { color:#7c7c7c; font-size:14px; margin-left:10px;}
.offerbox dt .tit1 .cred { color:#ed0707;}
.offerbox dd .offerform form { display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between;}
.offerform .input { width:18.5%; height:38px; line-height:38px; background:#f9f9f9; border:1px solid #eaeaea; padding:0 10px;}
.offerform .submit { width:157px; height:39px; border:0; cursor:pointer; border-radius:3px; background:#dd2a0d; color:#fff;}
/*案例展示*/
.casebox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:50px;}
.casebox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.casebox dt .tit1 { font-size:40px; line-height:60px; color:#027fe0; text-transform:uppercase;}
.casebox dt .tit { width:100%; line-height:40px; font-size:31px; color:#000; font-weight:bold; position:relative;}
.casebox dt .tit:after { content:''; width:584px; height:73px; background:url(../images/casebox_line_bg.png) top center no-repeat; display:block; position:absolute; left:50%; top:20px; margin-left:-292px;}
.casebox dt .line { width:66px; height:4px; margin:0 auto; margin-top:18px; background:#027fe0;}
.casebox dt .des { line-height:30px; margin-top:15px;}
.casebox dd { width:100%; height:auto; overflow:hidden;}
.casebox dd .case_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; margin-top:30px;}
.casebox dd .case_list li { width:24%; height:auto; overflow:hidden; float:left; margin-bottom:2%; position:relative;}
.casebox dd .case_list li a { display:block; height:auto; overflow:hidden;}
.casebox dd .case_list li .title { width:100%; height:46px; line-height:46px; position:absolute; bottom:0; left:0; z-index:2; background:#e2e2e2;}
.casebox dd .case_list li .tit { width:100%; height:46px; line-height:46px; font-size:16px; text-align:center; color:#4c4c4c;}
.casebox dd .case_list li .more { display:block; text-transform:uppercase; font-size:14px; text-align:center; line-height:20px; color:#fff;}
.casebox dd .case_list li:hover .title { background:#d81515; height:79px;}
.casebox dd .case_list li:hover .tit { color:#fff;}
.casebox dd .case_list li:hover .more { line-height:20px;}
/**/
.caseshowbox_bg { height:autou; overflow:hidden; background:#fafafa;}
.caseshowbox { max-width:100%; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:40px;}
.caseshowbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.caseshowbox dt .tit { font-size:38px; line-height:38px; color:#2e2e2e; margin-top:20px; position:relative; display:inline-block; margin-top:51px;}
.caseshowbox dt .line { content:''; width:86px; height:1px; background:#868686; display:inline-block; margin:0 66px; position:relative; top:-10px;}
.caseshowbox dt .tit:after { content:''; width:227px; height:51px; position:absolute; left:86px; top:-45px; display:block; background:url(../images/caseshowbox_title_icon.png) top center no-repeat;}
.caseshowbox dt .cred { color:#dd2815;}
.caseshowbox dt .tit1 { font-size:14px; line-height:50px; color:#474747;}
.caseshowbox dd { width:100%; height:auto; overflow:hidden;}
.caseshowbox dd .tabs { width:100%; height:auto; overflow:hidden; color:#868686; font-size:16px; text-align:center}
.caseshowbox dd .tabs li { width:124px; height:33px; line-height:33px; text-align:center; border:1px solid transparent; display:inline-block; color:#868686;}
.caseshowbox dd .tabs li:hover,
.caseshowbox dd .tabs li.on { background:#fff; color:#fb3f3e; border:1px solid #eaeaea;}
.caseshowbox dd .tabs li a { color:#868686;}
.caseshow_list li { position:relative; height:auto; overflow:hidden;}
.caseshow_list li .infobox_wrapbox { position:absolute; top:0; width:100%; height:100%;}
.caseshow_list li .infobox_wrap { max-width:1200px; min-width:320px; height:100%; overflow:visible; position:relative; margin:0 auto;}
.caseshow_list li .infobox { width:320px; height:319px; background:#000; background:rgba(0,0,0,.22); color:#fff; position:absolute; top:50%; margin-top:-159.5px; right:0; border-radius:4px;}
.caseshow_list li .infobox .tit { font-size:38px; line-height:72px; position:relative;}
.caseshow_list li .infobox .tit:after { content:''; width:27px; height:4px; background:#ed0707; position:absolute; top:0; left:0; border-radius:2px;}
.caseshow_list li .infobox .des { font-size:19px; line-height:30px;}
.caseshow_list li .infobox .more { width:127px; height:37px; line-height:37px; margin:20px 0; display:block; text-align:center; font-size:14px; color:#fff; border-radius:3px; border:1px solid #d82121;}
.caseshow_list li .infobox .margin { margin:30px;}
.caseshow_list li .infobox .more:hover { background:#d82121;}
/*选择我们*/
.chooseusbox_bg { height:auto; overflow:hidden; background:#f5f5f5; padding-bottom:64px;}
.chooseusbox { max-width:1200px; min-width:320px; height:auto; overflow:visible; margin:0 auto; margin-top:53px;}
.chooseusbox dt { width:100%; height:186px; overflow:hidden; text-align:center; position:relative;}
.chooseusbox dt:before { content:''; width:238px; height:64px; background:url(../images/chooseusbox_line_left.png) no-repeat; position:absolute; left:15%; top:0;}
.chooseusbox dt:after { content:''; width:238px; height:64px; background:url(../images/chooseusbox_line_right.png) no-repeat; position:absolute; right:15%; bottom:0;}
.chooseusbox dt .tit { font-size:36px; line-height:40px; color:#009de7; font-weight:bold;letter-spacing:3px; margin-top:50px;}
.chooseusbox dt .tit1{ color:#868686; font-size:22px; line-height:30px; font-family:Arial; font-style:oblique;}
.chooseusbox dt .des{ color:#6d6d6d; font-size:16px; line-height:30px;}
.chooseusbox dt .line { width:291px; height:25px; margin:10px auto; background:url(../images/chooseusbox_line.gif) top center no-repeat;}

.chooseusbox dd .reason_box { height:auto; overflow:hidden; margin-top:60px; padding-right:610px;}
.chooseusbox dd .reason_box.style02 { padding-left:610px; padding-right:0;}
.chooseusbox dd .reason_list { width:100%; height:auto; overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; float:left;}
.chooseusbox dd .reason_list li { width:100%; height:auto; float:left; height:auto; overflow:hidden; margin-bottom:60px;}
.chooseusbox dd .reason_list li:hover { /*box-shadow: 3px 3px 5px rgba(0,0,0,0.1);*/}
.chooseusbox dd .reason_list li a { padding-left:94px; height:auto; overflow:hidden; display:block;}
.chooseusbox dd .reason_list li .icon { width:113px; height:113px; overflow:hidden; border:1px solid #e6e6e6; border-radius:50%; margin:0 auto; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.chooseusbox dd .reason_box .reason_pic { width:560px; margin:20px -610px 0 0; float:right; text-align:right;} 
.chooseusbox dd .reason_box.style02 .reason_pic { width:560px; margin:20px 0 0 -610px; float:left;}
.chooseusbox dd .reason_list li .num { width:94px; margin:0 0 0 -94px; font-size:79px; line-height:100px; color:#a3a2a2; font-weight:bold; font-family:Arial; float:left;}
.chooseusbox dd .reason_list li .icon .img1 { display:block;}
.chooseusbox dd .reason_list li .icon .img2 { display:none;}
.chooseusbox dd .reason_list li:hover .icon .img1 { display:none;}
.chooseusbox dd .reason_list li:hover .icon .img2 { display:block;}
.chooseusbox dd .reason_list li .tit { color:#de0c0c; font-size:25px; line-height:32px; font-weight:bold; width:100%; height:auto; overflow:hidden; border-bottom:1px dashed #7c7c7c; padding:20px 0;}
.chooseusbox dd .reason_list li .tit1 { color:#0453ab; line-height:40px; font-weight:bold; font-size:38px; margin-top:5px; float:left; margin-right:27px;}
.chooseusbox dd .reason_list li .des { font-size:16px; line-height:32px; color:#7c7c7c; margin:10px 0; text-align:left;}
.chooseusbox dd .reason_list li:hover .icon { background:#db0101; border:1px solid #db0101;box-shadow: 3px 3px 5px rgba(0,0,0,0.1);}
/*产品展示*/
.product_bg_slide { position:absolute; left:0; right:0; bottom:0; top:0;}
.product_bg_slide li { position:absolute; left:0; top:0; width:100%; height:100%;}
.product_bg_slide li:nth-child(1) { z-index:1;}
.product_bg_slide li { background-repeat:no-repeat; background-size:cover; background-position:top center;}

.productbox_bg { height:auto; overflow:hidden; position:relative; z-index:1; margin-top:-120px;}
.productbox { width:100%; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.productbox dt { width:100%; height:auto; overflow:hidden; position:relative; text-align:center;}
.productbox dt .tit { font-size:36px; line-height:60px; color:#000; position:relative;}
.productbox dt .line { width:66px; height:2px; background:#cecece; display:inline-block; margin:10px auto;}
.productbox dt .tit1 { font-size:92px; line-height:100px; color:#eef3f8; text-transform:uppercase; margin-top:-80px; font-weight:bold; position:relative; z-index:-1; letter-spacing:10px;}
.productbox dt .more { display:inline-block; width:39px; height:39px; line-height:39px; font-size:29px; font-family:Arial; text-align:center; color:#fff; background:#f0c176; border-radius:50%;}
.productbox dt .more:hover { background:#b70713;}
/*.productbox dt .more:after { content:'+'; color:#fff;}*/
.productbox dt .des { color:#606060; font-size:14px; line-height:40px;}
.productbox dd { width:100%; height:auto; overflow:hidden;}
.productbox dd .tabs { width:100%; height:auto; overflow:visible; text-align:center; font-size:16px; color:#2e2e2e; margin-top:10px;}
.productbox dd .tabs a { color:#2e2e2e; line-height:36px; height:36px; display:inline-block; position:relative; margin:5px 3px; padding:0 15px; border:1px solid #e3e3e3; border-radius:18px;}
.productbox dd .tabs a:after { content:''; width:0px; height:0px; position:absolute; left:50%; margin-left:-6px; bottom:0px; 
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
	border-top: 10px solid #d1150a;
	border-bottom: 0px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
}
.productbox dd .tabs a:hover,
.productbox dd .tabs a.hover { background:#d1150a; color:#fff; border:1px solid #d1150a;}
.productbox dd .tabs a:hover:after,
.productbox dd .tabs a.hover:after{ bottom:-11px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.productbox dd .prev { width:24px; height:100%; position:absolute; left:-80px; top:0; z-index:1; background:url(../images/product_list_ctrl_prev.png) center center no-repeat;}
.productbox dd .next { width:24px; height:100%; position:absolute; right:-80px; top:0; z-index:1; background:url(../images/product_list_ctrl_next.png) center center no-repeat;}
.productbox dd .product_box { height:auto; overflow:visible; padding-left:600px; margin-top:20px;}
.productbox dd .searchbox { margin-top:20px;}
.productbox dd .product_sort_box { width:50%; height:auto; float:left; position:relative; z-index:999;}
.productbox dd .product_list_box { width:100%; height:100%; overflow:visible; position:relative; float:left;}
.productbox dd .product_sort_list_box { width:100%; height:auto; overflow:visible; margin-top:2px; background:#f5f5f5;}
.productbox dd .product_sort_list { width:100%; line-height:45px; font-size:16px; float:left;}
.productbox dd .product_sort_list li { width:100%; height:285px; overflow:hidden; position:relative;}
.productbox dd .product_sort_list li .brief { height:auto; overflow:hidden; position:relative; z-index:999; margin-top:70px;}
.productbox dd .product_sort_list li .pic { width:160px; height:auto; overflow:hidden; float:left; margin:75px 0 0 -185px;}
.productbox dd .product_sort_list li .tit { width:370px; height:40px; color:#fff; line-height:40px; font-size:22px; font-weight:bold;}
.productbox dd .product_sort_list li .des { width:370px; height:60px; color:#fff; line-height:30px; font-size:14px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.productbox dd .product_sort_list li .sort_list { color:#fff; line-height:30px; margin-top:5px;}
.productbox dd .product_sort_list li .sort_list a { color:#fff; font-weight:bold;}
.productbox dd .product_sort_list li .sort_box { height:285px; overflow:hidden; position:relative; padding-left:185px; z-index:999;}
.productbox dd .product_sort_list li .sort_box:before { content:''; color:#fff; font-size:52px; position:absolute; right:0; top:0; width:230px; height:100%; line-height:285px; text-align:center; z-index:999; font-family:'宋体';}
.productbox dd .product_sort_list li .sort_box:after { content:''; width:100%; height:100%; position:absolute; background:#014b94; background:rgba(1,75,148,.40); left:0; top:0; z-index:-1;}
.productbox dd .product_sort_list li:hover { width:140%;}
.productbox dd .product_sort_list li:hover .sort_box:before { content:'+';}
.productbox dd .product_sort_list li .sort_box:hover { color:#fff;}

.productbox dd .product_sort_tabs { width:100%; height:auto; overflow:hidden; margin-top:15px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:space-between;}
.productbox dd .product_sort_tabs li { width:108px; float:left; overflow:hidden; margin:0 10px;}
.productbox dd .product_sort_tabs li a { display:block; position:relative; overflow:hidden;}
.productbox dd .product_sort_tabs li:hover,
.productbox dd .product_sort_tabs li.hover { width:1157px;}
.productbox dd .product_sort_tabs li .more { width:68px; height:68px; line-height:66px; background:#fed20f; font-size:36px; font-family:'微软雅黑'; text-align:center; color:#000; position:absolute; left:-68px; top:0px;}
.productbox dd .product_sort_tabs li .brief { position:absolute; right:0; top:116px; width:0; height:197px; overflow:visible; background:#fff;}
.productbox dd .product_sort_tabs li .brief .margin { margin:20px 37px; overflow:hidden; height:auto;}
.productbox dd .product_sort_tabs li .brief .tit { color:#010203; font-weight:bold; line-height:40px; font-size:24px;}
.productbox dd .product_sort_tabs li .brief .des { font-size:16px; line-height:30px; color:#585858; margin-top:20px;}
.productbox dd .product_sort_tabs li .brief:hover { width:369px;}
.productbox dd .product_sort { width:20%; height:100%; float:left; position:relative; z-index:999; color:#fff; text-align:center;}
.productbox dd .product_sort.rline:after { content:''; position:absolute; right:0; top:0; bottom:0; width:1px; background:#758497;}
.productbox dd .product_sort .tit { font-size:26px; line-height:40px; margin-top:20px; color:#fff;}
.productbox dd .product_sort .list { font-size:16px; color:#fff;}
.productbox dd .product_sort .line { width:154px; height:5px; background:url(../images/product_sort_line.png) no-repeat; background-size:100% auto; margin:30px auto;}
.productbox dd .product_sort .list a { color:#fff; line-height:34px; display:block;}
.productbox dd .product_sort .list a:hover { font-size:18px; font-weight:bold; color:#17850b;}

.productbox .product_list { width:100%; height:auto; overflow:hidden; margin-top:15px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.productbox .product_list li { width:32%; float:left; margin-left:2%; margin-bottom:1.5%; /* flex:0 0 32%;*/ 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);
background:#fff;
}
.productbox .product_list li.ml0 { margin-left:0%;}
.productbox .product_list li .tit { width:100%; height:39px; line-height:39px; text-align:center; z-index:2; font-size:16px; background:#eaeaea; color:#6f6f6f; background-size:100% 100%; margin-top:2px; position:relative; z-index:1;}
/*.productbox .product_list li .tit:before { content:''; background:#e64f22; height:1px; position:absolute; top:50%; left:0; width:0%;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.productbox .product_list li .tit:after { content:''; background:#e64f22; height:1px; position:absolute; top:50%; right:0; width:0%;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}*/
.productbox .product_list li .tit1 { font-size:14px; line-height:48px; color:#fff; z-index:1; position:relative;}
.productbox .product_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.productbox .product_list li .pic { display:block; overflow:hidden;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 750ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 750ms;
position:relative; z-index:0;}
.productbox .product_list 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-out;
-moz-transition-duration: 750ms;}
.productbox .product_list li .brief { /*position:absolute; left:0; bottom:0; */width:100%; height:116px; overflow:hidden; background:url(../images/product_list_brief_x.png) repeat-x; position:relative; z-index:1; /*background:rgba(246,171,0,.87);*/}
.productbox .product_list li .brief .margin { margin:15px 25px; height:auto; overflow:hidden; background:url(../images/product_list_icon.png) right 60px no-repeat;}
.productbox .product_list li:hover { background:#395daa;}
.productbox .product_list li:hover .tit { background:#d81515; color:#fff;}
/*.productbox .product_list li:hover .tit:before { width:70px;}
.productbox .product_list li:hover .tit:after { width:70px;}*/
.productbox .product_more_ctrl { width:100%; height:auto; text-align:center; margin-top:23px;}
.productbox .ctrl_prev { display:inline-block; margin-right:100px;}
.productbox .ctrl_next { display:inline-block; margin-left:100px;}
.productbox .product_more { width:141px; height:49px; line-height:49px; background:#fed20f; color:#000; text-align:center; display:inline-block; border-radius:0px;}
.productbox .product_more:after { content:'>';}
.productbox .product_more:hover { background:#4c9a35; color:#fff;}
.productbox_bg.style01 { background:url(../images/productbox_bg1.jpg);}
.productbox_bg.style01 .tabs a { background:#54282f;}
.productbox_bg.style01 .productbox .product_more { background:#bf001f;}
.productbox_bg.style01 .productbox .product_list li { background:#c6c6c6;}
.productbox_bg.style01 .productbox .product_list li:hover { background:#b4273e;}

/*出厂流程*/
.showbox { max-width:1440px; min-width:320px; height:auto; overflow:hidden; margin:0 auto;}
.showbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.showbox dt .tit { color:#000; font-size:36px; line-height:60px;}
.showbox dd { width:100%; height:auto; overflow:visible; position:relative;}
.showbox dd .show_list { width:100%; height:auto; overflow:visible; margin-top:10px; text-align:center;}
.showbox dd .show_list li { width:100%; height:auto; overflow:hidden; position:relative;}
.showbox dd .show_list li .pic { position:relative; z-index:1;}
.showbox dd .show_list img { width:auto; max-width:100%;}
.showbox dd .show_list li .brief { background:#fff; z-index:1; position:absolute; bottom:-200px; left:40px; right:40px; height:103px;}
.showbox dd .show_list li .brief .num { color:#cac9c9; font-size:48px; line-height:103px; float:left; margin-left:20px;}
.showbox dd .show_list li .brief .tit { font-size:16px; line-height:103px; color:#000; float:left; margin-left:20px;}
.swiper-container .swiper-slide.swiper-slide-active .brief { bottom:40px;}
.showbox dd .swiper-pagination { position:absolute; text-align:center; z-index:999;}
.showbox dd .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; border-radius:50%; opacity:1; margin:0 6px; cursor:pointer; background:none; border:1px solid #000;}
.showbox dd .swiper-container-horizontal>.swiper-pagination-bullets,
.showbox dd .swiper-pagination-custom, .swiper-pagination-fraction { bottom:77px;}
.showbox dd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#d1150a; border:1px solid #d1150a;}
.showbox .show_more { width:141px; height:49px; line-height:49px; background:#fed20f; color:#000; text-align:center; display:block; margin:0 auto; margin-top:30px; border-radius:0px;}
.showbox .show_more:after { content:'>';}
.showbox .show_more:hover { background:#4c9a35; color:#fff;}

.showbox dd .ctrl_box { width:200px; height:103px; position:absolute; right:40px; bottom:40px; z-index:999; text-align:center;}
.showbox dd .ctrl_box a { display:inline-block; color:#cac9c9; font-size:38px; line-height:103px; margin:0 20px;}
.showbox dd .ctrl_box a:hover { color:#d1150a;}


/*应用领域*/
.application_bg { height:auto; overflow:hidden; background:url(../images/application_bg.jpg) top center no-repeat; position:relative;}
.application { max-width:1200px; min-width:320px; min-height:655px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.application .title { font-size:30px; line-height:50px; color:#fff; margin-top:40px;}
.application .desc { font-size:16px; line-height:30px; color:#fff; margin-top:20px;}
.application .application_list { width:100%; height:auto; overflow:hidden; position:absolute; bottom:0; left:0; z-index:2;}
.application .application_list li { width:25%; height:173px; overflow:hidden; float:left; text-align:center;}
.application .application_list li a { color:#fff; font-size:24px; height:173px; display:block; overflow:hidden;}
.application .application_list li .icon { width:80px; height:80px; margin:0 auto; margin-top:10px; background:#ccc;}
.application .application_list li .tit { line-height:40px;}
.application .application_list li:hover a { background:#00368f; background:rgba(0,54,143,.75);}
.application_bg:after { content:''; background:#1c1c1c; background:rgba(28,28,28,.87); height:173px; width:100%; position:absolute; left:0; bottom:0; z-index:1;}
/*人才招聘*/
.jobsbox_bg { height:auto; min-height:368px; overflow:hidden; background:url(../images/jobsbox_bg.jpg) top center no-repeat;}
.jobsbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; color:#fff; text-align:center;}
.jobsbox .tit { font-size:37px; line-height:50px; margin-top:80px;}
.jobsbox .line { width:28px; height:5px; background:#003a82; border-radius:3px; margin:20px auto;}
.jobsbox .des { font-size:14px; line-height:30px;}
.jobsbox .telbox { height:auto; overflow:hidden; margin:30px; width:100%; text-align:center; line-height:60px;}
.jobsbox .telbox .tel { color:#fff; font-family:Arial; font-size:45px;}
.jobsbox .telbox .icon { position:relative; top:-10px; margin-right:10px; margin-left:-50px;}

.newsbox_title  { text-align:center; height:auto; overflow:hidden; margin-top:30px;}
.newsbox_title .tit { color:#010101; font-size:36px; font-weight:bold; line-height:50px;}
.newsbox_title .tit1 { font-size:15px; color:#8e8e8e; line-height:40px;}


/*公司动态*/
.newsbox_bg { height:auto; overflow:hidden;}
.newsbox { max-width:1440px; min-width:320px; height:auto; overflow:visible; margin:0 5%;}
.newsbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.newsbox dt .tit1 { font-size:47px; line-height:50px; color:#63c758; text-transform:uppercase;}
.newsbox dt .tit { font-size:36px; line-height:40px; color:#000;}
.newsbox dt .icon { margin-right:10px; position:relative; top:-2px;}
.newsbox dt .line { width:66px; height:2px; background:#cecece; display:inline-block; margin:10px auto;}
.newsbox dt .more { float:right; width:20px; height:20px; margin-top:20px; margin-right:20px; background:url(../images/news_more.png) no-repeat;}

.newsbox dt .tabs { height:auto; overflow:hidden; margin-top:20px; font-size:0;}
.newsbox dt .tabs a { width:121px; height:37px; line-height:37px; color:#6f6f6f; position:relative; display:inline-block; text-align:center; font-size:16px; margin:0 12px; /*border:solid transparent; */border-radius:18px; border:1px solid #c8c8c8;}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { color:#fff; background:#d1150a; border:1px solid #d1150a;}
.newsbox dd { width:100%; height:auto; overflow:visible;}

/*图片新闻列表样式*/

.newsbox .pic_news_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; margin-top:30px;}
.newsbox dd .pic_news_list { width:100%; height:auto; overflow:visible; margin-top:30px;}
.newsbox dd .pic_news_list li { width:30%; height:auto; overflow:hidden; position:relative; background:#fff; float:left;}
.newsbox dd .pic_news_list li a { height:auto; overflow:hidden; display:block; border:1px solid #c8c8c8;}
.newsbox dd .pic_news_list li .pic { width:100%; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .brief { width:100%; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .brief:after { content:''; width:100%; height:1px; background:#ccc; position:absolute; left:0; bottom:63px;}
.newsbox dd .pic_news_list li .brief .margin { margin:20px 25px; margin-bottom:0; overflow:visible;}
.newsbox dd .pic_news_list li .date { height:40px; line-height:40px; overflow:hidden; color:#000; position:relative; font-size:14px; float:left;}
.newsbox dd .pic_news_list li .date .y { width:100%; font-size:18px; line-height:20px; font-family:Arial;}
.newsbox dd .pic_news_list li .date .m-d { width:100%; font-size:25px; line-height:30px; height:16px; color:#747474; font-family:Arial; font-weight:bold;}
.newsbox dd .pic_news_list li .tit { width:100%; line-height:50px; height:50px; color:#292929; overflow:hidden; position:relative; font-size:18px; font-weight:bold; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; }
.newsbox dd .pic_news_list li .des { width:100%; height:72px; overflow:hidden; line-height:24px; font-size:16px; margin-top:0px; color:#aaaaaa; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .more { text-transform:uppercase; color:#c0c0c0; font-size:14px; line-height:63px; display:block; width:100%; margin-top:20px;}
.newsbox dd .pic_news_list li .more:after { content:''; background:url(../images/pic_news_list_more0.png) 0 center no-repeat; width:28px; height:28px; display:inline-block; margin-left:10px; float:right; margin-top:15px;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.newsbox dd .pic_news_list li .time { color:#292929; font-size:16px; line-height:40px; font-family:Arial; position:relative; font-weight:bold;}
.newsbox dd .pic_news_list li:hover a { background:#4d9a35; border:1px solid #4d9a35;}
.newsbox dd .pic_news_list li:hover .tit,
.newsbox dd .pic_news_list li:hover .time,
.newsbox dd .pic_news_list li:hover .des,
.newsbox dd .pic_news_list li:hover .date { color:#fff;}
.newsbox dd .pic_news_list li:hover .date .m-d {}
.newsbox dd .pic_news_list li:hover .more { color:#d8d8d8;}
.newsbox dd .pic_news_list li:hover .more:after { background:url(../images/pic_news_list_more1.png) 0 center no-repeat;}
.newsbox dd .pic_news_list li.style02 .pic { float:right;}
.newsbox dd .pic_news_list li.style02 .brief { float:left;/*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.newsbox dd .pic_news_list li.style02 .brief .line { left:auto;right:-50px;}

.newsbox dd .news_more { width:141px; height:49px; line-height:49px; background:#fed20f; color:#000; text-align:center; display:block; margin:0 auto; margin-top:30px; border-radius:0px;}
.newsbox dd .news_more:after { content:'>';}
.newsbox dd .news_more:hover { background:#4c9a35; color:#fff;}

.newsbox .news_list_scroll { width:100%; height:auto; overflow:hidden; position:relative; margin-top:40px; float:left;}
.newsbox .news_list { width:100%; height:auto; overflow:hidden; margin-top:0; float:left;}
.newsbox .news_list li { width:100%; height:auto; overflow:hidden; position:relative;}
.newsbox .news_list li:before { content:''; height:1px; position:absolute; bottom:0; left:30px; right:0; background:#0144a6;}
.newsbox .news_list li a { display:block; overflow:hidden; position:relative; padding:20px 30px;}
.newsbox .news_list li .time { font-size:16px; line-height:30px; color:#0144a6; margin-top:0;}
.newsbox .news_list li .date { width:88px; height:70px; line-height:70px; float:left; margin:0 0 0 -90px; overflow:hidden; color:#7d7d7d; position:relative;}
.newsbox .news_list li .date .d { width:100%; font-size:46px; line-height:50px;}
.newsbox .news_list li .date .y-m { width:100%; font-size:14px; line-height:20px;}
.newsbox .news_list li .tit { width:100%; height:30px; line-height:30px; overflow:hidden; color:#0144a6; font-size:20px; font-weight:bold; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsbox .news_list li .des { width:100%; height:30px; line-height:30px; overflow:hidden; font-size:16px; color:#0144a6; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox .news_list li .more { text-transform:uppercase; color:#e71a1a; font-size:14px; line-height:40px;}
.newsbox .news_list li .more:after { content:''; background:url(../images/icon_curror.png) 0 center no-repeat; width:10px; height:10px; display:inline-block; margin-left:10px;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.newsbox .news_list li .pic { display:block; overflow:hidden;}
.newsbox .news_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; z-index:1; float:left;}
.newsbox .news_list li a:after { content:''; position:absolute; width:0%; left:0; top:4px; bottom:4px; background:#0d4daa; background:rgba(13,77,170,.80); background-image:url(../images/newsbox_list_bg.jpg); z-index:-1;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.newsbox .news_list li:hover a:after { width:100%;}
.newsbox .news_list li:hover .tit,
.newsbox .news_list li:hover .des,
.newsbox .news_list li:hover .time,
.newsbox .news_list li:hover .time{ color:#fff;}
.newsbox dd .news_list li.line {  border-bottom:1px dashed #cecece; padding-bottom:15px; margin-bottom:20px;}
.newsbox dd .ctrl_box { width:100%; height:25px;}
.newsbox dd .news_list_scroll .prev { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:left;}
.newsbox dd .news_list_scroll .next { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:right;}
.newsbox dd .news_list li.top_news { font-size:18px; font-weight:bold; color:#db0a0a; border-bottom:1px dashed #cecece; padding:15px 0; padding-bottom:30px; margin-bottom:20px;}
.newsbox dd .news_list li.top_news a { font-weight:bold; color:#db0a0a; line-height:23px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; white-space:normal; text-align:center;}
.newsbox dd .news_list li.top_news .time { display:none;}
.newsbox dd .news_list li.top_news:before { display:none;}



.newsbox .pic_list { width:100%; height:auto; overflow:hidden; margin-top:15px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.newsbox .pic_list li { width:230px; float:left; margin-right:13px; 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);
background:#fff;
}
.newsbox .pic_list li.ml0 { margin-left:0%;}
.newsbox .pic_list li .tit { width:100%; height:33px; line-height:33px; text-align:center; z-index:2; font-size:16px; background:#000; background:rgba(0,0,0,.66); color:#fff; position:absolute; left:0; bottom:0; z-index:1;}
.newsbox .pic_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.newsbox .pic_list li .pic { display:block; overflow:hidden;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 750ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 750ms;
position:relative; z-index:0;}
.newsbox .pic_list 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-out;
-moz-transition-duration: 750ms;}

.news_list1 li { float:left;}
.news_list1 li.pic_news { width:}


.newsbox dd .news_box { height:auto; overflow:hidden;}
/*图片新闻幻灯*/
.slidebox { width:464px; height:auto; overflow:hidden; float:left; margin-top:30px; margin-left:26px; position:relative; padding-bottom:26px; background:#f2f5f9;}
.slidebox .bd ul li { height:auto; overflow:hidden; float:left;}
.slidebox .bd ul li .brief { background:#f2f5f9; height:auto; overflow:hidden; padding:10px;}
.slidebox .bd ul li .tit { width:95%; height:23px; overflow:hidden; font-size:18px; color:#db0a0a; font-weight:bold; line-height:23px; margin-top:10px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.slidebox .bd ul li .des { width:95%; height:44px; font-size:13px; color:#717171; line-height:22px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-align:center;}
.slidebox .hd { position:absolute; bottom:0; width:100%; left:0;}
.slidebox .hd ul { width:100%; height:30px; overflow:hidden; text-align:center;}
.slidebox .hd ul li { display:inline-block; width:35px; height:6px; background:#dae0e8; cursor:pointer;}
.slidebox .hd ul li.on { background:#ff1200;}
/*通知公告*/
.noticebox { width:290px; height:auto; overflow:hidden; float:right; margin-top:30px;}
.noticebox dt { width:290px; height:70px; background:url(../images/noticebox_title_bg.jpg) no-repeat;}
.noticebox dt .tit { line-height:70px; font-weight:bold; color:#fff; font-size:18px; margin-left:15px;}
.noticebox dd { width:100%; height:auto; overflow:hidden;}
.noticebox dd ul li { line-height:18px; height:36px; overflow:hidden; padding-bottom:20px; position:relative; padding-left:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.noticebox dd ul li:before { content:''; width:6px; height:100%; position:absolute; left:0; top:0; background:url(../images/notice_list_icon.png) 0 0 no-repeat;}
.noticebox dd ul li a { display:block;}
.noticebox dd ul li .date { float:right;}
.noticebox dd ul li.top_news { height:auto; overflow:hidden; padding:15px 0; border-bottom:1px dashed #cecece; margin-bottom:20px;}
.noticebox dd ul li.top_news a { height:auto; overflow:hidden; text-align:center; color:#d60d0d; font-weight:bold; font-size:18px; line-height:27px;}
.noticebox dd ul li.top_news .date { display:none;}
.noticebox dd ul li.top_news:before { display:none;}
/*快速链接*/
.link_btn { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.link_btn a { display:block; width:100%; height:94px; float:left; line-height:94px; text-align:center; color:#0189be; font-size:24px;}
.link_btn li { width:24%; height:94px; overflow:hidden; float:left;}
.link_btn li.btn01 { background:url(../images/link_bg01.jpg) center center no-repeat;}
.link_btn li.btn02 { background:url(../images/link_bg02.jpg) center center no-repeat;}
.link_btn li.btn03 { background:url(../images/link_bg03.jpg) center center no-repeat;}
.link_btn li.btn04 { background:url(../images/link_bg04.jpg) center center no-repeat;}
/**/

.zhuantibox { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.zhuantibox a { display:block; width:32%; height:auto; overflow:hidden;}
/*基地*/
.servicebox_bg { height:auto; overflow:hidden; background:#efefef; margin-top:85px;}
.servicebox { width:290px; height:auto; overflow:hidden; float:right; margin-top:0px; padding-bottom:20px; background:#fff;}
.servicebox dt { width:290px; height:70px; background:url(../images/servicebox_title_bg.jpg) no-repeat; margin-top:5px;}
.servicebox dt .tit { line-height:70px; font-weight:bold; color:#fff; font-size:18px; margin-left:10px;}
.servicebox dd { width:100%; height:auto; overflow:hidden;}
.servicebox dd .service_link { width:255px; height:auto; overflow:hidden; margin:0 auto; margin-top:20px; font-size:15px;}
.servicebox dd .service_link a { width:123px; height:29px; line-height:29px; text-align:center; background:#f2f5f9; display:block; float:left; margin:1.5px;}
.servicebox dd .qrcodebox { width:250px; height:auto; overflow:hidden; margin:0 auto; margin-top:3px; background:url(../images/servicebox_qrocebox_bg.jpg) no-repeat; position:relative;}
.servicebox dd .qrcodebox .qrcode { margin:15px; float:left;}
.servicebox dd .qrcodebox .tit { font-size:12px; line-height:19px; color:#6f6f6f; position:absolute; right:20px; bottom:5px; text-align:center;}
.servicebox dd ul { width:100%; height:auto; overflow:hidden; margin-top:30px;}
.servicebox dd ul li { width:33.33333%; height:auto; overflow:hidden; float:left; position:relative;}
.servicebox dd ul li a { display:block; position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.servicebox dd ul li .tit { font-size:34px; line-height:60px; text-align:center; position:relative; z-index:1;}
.servicebox dd ul li .des { font-size:16px; line-height:26px; text-align:center; margin:0 20%; text-align:center; position:relative; z-index:1;}
.servicebox dd ul li a:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/service_list_circle.png) center center no-repeat; background-size:0% 0%; z-index:0;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.servicebox dd ul li a:hover:after { background:url(../images/service_list_circle.png) center center no-repeat; background-size:55% 55%; background-color:#014b94; background-color:rgba(1,75,148,.54);}
/*联系我们*/
.contactbox_bg { background:#f1ad00 url(../images/contact_pic.jpg) 10% center no-repeat; background-size:45% auto;}
.contactbox { width:1440px; min-width:320px; margin:0 auto; overflow:hidden; height:auto; position:relative;}
.contactbox .info { float:left; height:auto; overflow:hidden;}
.contactbox .info .tit { color:#fff; font-size:37px; line-height:60px; font-weight:bold; margin-top:70px;}
.contactbox .info .tit1 { color:#fff; font-size:17px; line-height:40px;}
.contactbox .info .des { font-size:14px; color:#54bc88; line-height:30px;}
.contactbox .info_point { float:right; height:auto; overflow:hidden; margin-right:35px; margin-top:30px; }
.contactbox .info_point li { width:140px; height:auto; overflow:hidden; float:left;}
.contactbox .info_point li .icon { width:100px; height:100px; margin:0 auto; border-radius:50%;}
.contactbox .info_point li .tit { color:#fff; line-height:20px; font-size:16px; text-align:center;}
.contactbox .tel { font-size:26px; font-weight:bold; color:#fff; line-height:40px; position:absolute; right:50px; bottom:18px;}
.contactbox .contact_box { width:540px; height:auto; overflow:visible; float:right; background:#fff; border:3px solid #4f4f4f; padding-bottom:35px; position:relative;}
.contactbox .contact_box:before { content:''; position:absolute; width:58px; height:37px; left:-58px; top:40%; z-index:1; background:url(../images/contact_box_left_curr.png) no-repeat;}
.contactbox .feedback { margin:0 44px; height:auto; overflow:hidden;}
.contactbox .feedbackbox { width:100%; height:auto; float:left;}
.contactbox .feedbackbox .tit { width:100%; line-height:40px; height:40px; font-size:30px; color:#f0f0f0; margin-top:40px; font-family:Arial;}
.contactbox .feedbackbox .tit1 { font-size:18px; color:#fff; line-height:30px;}
.contactbox .feedbackbox .input { background:#f5f5f5; width:100%; height:52px; line-height:52px; border:0; color:#000; margin-top:10px; text-indent:16px;}
.contactbox .feedbackbox .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; opacity:1;  font-size:16px;
}
.contactbox .feedbackbox .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .input:-ms-input-placeholder{
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .input::-webkit-input-placeholder{
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .textarea { width:92%; height:86px; line-height:26px; border:0; color:#000; background:#f5f5f5; float:left; margin-top:10px; padding:16px;}
.contactbox .feedbackbox .textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; opacity:1;  font-size:16px;
}
.contactbox .feedbackbox .textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .textarea:-ms-input-placeholder{
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .textarea::-webkit-input-placeholder{
    color: #000;opacity:1; font-size:16px;
}
.contactbox .feedbackbox .submit { background:#d1150a; color:#fff; width:220px; height:52px; line-height:52px; border-radius:0; margin-top:10px; cursor:pointer; font-size:14px; border:0; float:left;}
.contactbox .feedbackbox .reset { background:#fed20f; color:#fff; width:220px; height:52px; line-height:52px; border-radius:0; margin-top:10px; cursor:pointer; font-size:14px; border:0; float:right;}
.contactbox .feedbackbox .reset:hover { background:#cde4cc; color:#4a9f41;}


.contactbox .contact_info { margin:40px; height:auto; overflow:hidden; }
.contactbox .contact_info .tit { color:#000; font-size:36px; line-height:40px; margin-top:20px;}
.contactbox .contact_info .tit1 { color:#000; font-size:16px; line-height:30px;}
.contactbox .contact_info .des { color:#000; font-size:16px; line-height:30px; margin-top:10px; margin-top:40px;}
.contactbox .contact_info .info { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:center;}
.contactbox .contact_info .info li { width:25%; float:left; margin:0 0%;}
.contactbox .contact_info .info li .text { font-size:14px; line-height:24px; color:#000; margin-top:20px; font-weight:bold;}
.contactbox .contact_info .other_info { height:auto; width:100%; margin-top:30px; position:relative;}
.contactbox .contact_info .other_info .qrcode { border:1px solid #4a9f41; display:inline-block; padding:10px; position:relative;}
.contactbox .contact_info .other_info a { display:inline-block; margin:0 7px;}
.contactbox .contact_info .other_info:before { content:''; height:1px; background:#4a9f41; position:absolute; left:10%; right:443px; top:50%;}
.contactbox .contact_info .other_info:after { content:''; height:1px; background:#4a9f41; position:absolute; left:443px; right:10%; top:50%;}

/**/
.adbox_bg { height:auto; overflow:hidden; height:254px; background:url(../images/adbox_bg.jpg) top center no-repeat; margin-top:40px;}
.adbox { max-width:1200px; min-width:320px; margin:0 auto; height:254px; text-align:center; color:#fff; text-align:right;}
.adbox .tit1 { font-size:51px; line-height:80px;}
.adbox .tit2 { font-size:18px; line-height:40px;}
.adbox .telbox { float:right; height:auto; overflow:hidden; text-align:left; margin-top:68px; width:250px;}
.adbox .telbox:before { content:''; width:53px; height:53px; margin-top:5px; background:url(../images/adbox_telbox_icon.png) no-repeat; float:left; margin-right:8px;}
.adbox .telbox .lab { font-size:16px; line-height:30px;}
.adbox .telbox .tel { font-size:26px; color:#68cf32; font-weight:bold; line-height:30px;}
.adbox .tit { width:250px; height:37px; font-size:16px; line-height:37px; text-transform:uppercase; clear:both; background:#009de7; color:#fff; text-align:center; float:right; margin-top:20px;}
/*关于我们*/
.aboutbox_bg { height:auto; overflow:hidden; position:relative;}
.aboutbox { width:1580px; min-width:320px; height:auto; overflow:hidden; margin:0 5%;/* margin-top:60px;*/ }
.aboutbox dt { width:100%; height:auto; overflow:hidden; background:url(../images/aboutbox_title_line.png) center center no-repeat; text-align:center;}
.aboutbox dt .tit { font-size:47px; line-height:60px; color:#fff; font-weight:bold;}
.aboutbox dt .tit1{ color:#014b94; font-size:44px; line-height:50px; text-transform:uppercase; margin-top:-24px; text-indent:30px;}
.aboutbox dt .des{ color:#6d6d6d; font-size:16px; line-height:30px;}
.aboutbox dt .line { width:291px; height:25px; margin:10px auto; background:url(../images/aboutbox_line.gif) top center no-repeat;}
.aboutbox dd { width:100%; height:auto; overflow:visible; margin-top:40px; position:relative;}
.aboutbox dd .about_box { height:auto; overflow:hidden;}
.aboutbox dd .about_text { width:98%; height:auto; overflow:hidden; margin:0 auto; color:#fff; line-height:40px; font-size:18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.about_pic_box { overflow:hidden; position:absolute; left:50%; top:0; bottom:0; right:0;}
.about_pic_box .swiper-container,
.about_pic_box .swiper-wrapper,
.about_pic_box .swiper-slide { width:100%; height:100%;}
.about_pic_box .swiper-slide { position:relative; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.about_pic_box .swiper-slide a { display:block; width:100%; height:100%;}

.about_pic_box .swiper-pagination { position:absolute; bottom:28px; text-align:center; z-index:999;}
.about_pic_box .swiper-pagination .swiper-pagination-bullet { width:49px; height:3px; border-radius:0px; background:#019030; opacity:1; margin:0 6px; cursor:pointer;}
.about_pic_box .swiper-container-horizontal>.swiper-pagination-bullets,
.about_pic_box .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:30px;
}
.about_pic_box .about_pic_ctrl { width:85%; position:absolute; left:0; bottom:28%; z-index:999; text-align:right;}
.about_pic_box .about_pic_prev { width:60px; height:60px; background:#005371; border-radius:50%; z-index:999; display:inline-block; line-height:60px; text-align:center; font-size:30px; font-family:'微软雅黑'; color:#fed20f; margin-right:20px;}
.about_pic_box .about_pic_prev:after { content:'<'; position:relative; top:-2px;}
.about_pic_box .about_pic_next { width:60px; height:60px; background:#005371; border-radius:50%; z-index:999; display:inline-block; line-height:60px; text-align:center; font-size:30px; font-family:'微软雅黑'; color:#fed20f; margin-right:40px;}
.about_pic_box .about_pic_next:after { content:'>'; position:relative; top:-2px;}
.about_pic_box .about_pic_prev:hover,
.about_pic_box .about_pic_next:hover { background:#fed20f; color:#005371;}
.about_pic_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;}

/*.aboutbox dd .pic .telbox { position:absolute; left:0; bottom:0; right:0; height:71px; line-height:71px; background:rgba(246,246,246,.79); font-size:27px; color:#da0225; font-style:oblique; text-align:center;}
.aboutbox dd .pic .ctrl_box { width:122px; height:61px; position:absolute; left:-61px; top:50%; margin-top:-30px; z-index:999;}
.aboutbox dd .pic .ctrl_box a { display:block; width:61px; height:61px; background:url(../images/about_ctrl_bg.png) no-repeat; float:left;}
.aboutbox dd .pic .ctrl_box a.next { background-position:-61px 0;}
.aboutbox dd .pic .ctrl_box a.prev:hover { background-position:0 -61px;}
.aboutbox dd .pic .ctrl_box a.next:hover { background-position:-61px -61px;}*/
.aboutbox dd .about { width:40%; height:auto; overflow:hidden; float:left; margin-left:5%;}
.aboutbox dd .about .margin { margin:30px 115px 0 35px; overflow:hidden;}
.aboutbox dd .about:hover .icon {
/*-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode:both;
animation-fill-mode: both;
-webkit-animation-name: rubberBand  ;
animation-name: rubberBand;*/
}
.aboutbox dd .about .tit1 { font-size:49px; line-height:60px; overflow:hidden; color:#6ed963; font-family:Arial; text-transform:uppercase;}
.aboutbox dd .about .tit { font-size:24px; line-height:60px; overflow:hidden; color:#000;}
.aboutbox dd .about .text { width:100%; height:180px; margin-top:30px; color:#303030; font-size:16px; line-height:30px; text-align:left; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .more { width:106px; height:37px; line-height:37px; text-align:center; background:#fed20f; color:#000; margin-top:40px; display:block;}
.aboutbox dd .about .more:after { content:'>'; display:inline-block;}
.aboutbox dd .about .more:hover { background:#4d9b36; color:#fff;}
.aboutbox dd .about .line { height:1px; width:59px; background:#f0f0f0; display:inline-block; position:relative; top:-5px; margin:0 10px;}

.aboutbox dd .about_link { width:75%; height:auto; margin-top:40px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-content:flex-end; align-items:center;}
.aboutbox dd .about_link a { display:block; width:auto; height:auto; float:left; text-align:center;}
.aboutbox dd .about_link a .icon { width:50px; height:50px; line-height:50px; font-size:50px; margin:0 auto; text-align:center; color:#000; font-size:36px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.aboutbox dd .about_link a .brief { text-align:right; height:auto; overflow:hidden; margin-right:30px;}
.aboutbox dd .about_link a .tit { font-size:16px; line-height:40px; color:#303030;}
.aboutbox dd .about_link a .tit1 { font-size:14px; line-height:30px; color:#cecece; text-transform:capitalize;}
.aboutbox dd .about_link a:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand; color:#b40006; }
.aboutbox dd .about_link a:hover .tit,
.aboutbox dd .about_link a:hover .tit1 { color:#d62c09;}
.aboutbox dd .about_honor_scroll ul { width:100%; height:auto; overflow:hidden;}
.aboutbox dd .about_honor_scroll ul li { float:left; height:auto; overflow:hidden; margin-right:13px;}

.about_point_list { width:1440px; min-width:320px; height:auto; overflow:hidden; z-index:1; margin:0 auto; margin-top:80px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; background:#fff; padding:20px 80px;}
.about_point_list li { float:left; height:auto; overflow:hidden;}
.about_point_list li .num { font-size:48px; color:#666666; line-height:50px;}
.about_point_list li .num .unit { font-size:16px; line-height:20px; font-weight:normal; margin-left:5px; position:relative; top:-25px;}
.about_point_list li .num .unit.app { font-size:38px;}
.about_point_list li .tit2 { font-size:16px; line-height:30px; color:#666666;}


.aboutbox .pic_list { width:100%; height:auto; overflow:hidden; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between;*/}
.aboutbox .pic_list li { width:290px; float:left; margin-right:13px; 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);
background:#fff;
}

.aboutbox dd .prev { width:27px; height:100%; position:absolute; left:-80px; top:0; z-index:1; background:url(../images/pic_list_ctrl_prev.png) center center no-repeat;}
.aboutbox dd .next { width:27px; height:100%; position:absolute; right:-80px; top:0; z-index:1; background:url(../images/pic_list_ctrl_next.png) center center no-repeat;}

.aboutbox .pic_list li.ml0 { margin-left:0%;}
.aboutbox .pic_list li .tit { width:100%; height:35px; line-height:35px; text-align:center; z-index:2; font-size:14px; background:#0c4294; background:rgba(12,66,148,.58); color:#fff; position:absolute; left:0; bottom:0; z-index:1;}
.aboutbox .pic_list li a { display:block; position:relative; overflow:hidden;/* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/ }
.aboutbox .pic_list li .pic { display:block; overflow:hidden;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 750ms;
-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 750ms;
position:relative; z-index:0;}
.aboutbox .pic_list 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-out;
-moz-transition-duration: 750ms;}


/*企业优势*/
/*.about_point { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; background:url(../images/point_line_r.png) 55% 60% no-repeat;}
.about_point li { overflow:hidden; position:relative;}
.about_point li a { display:block; width:203px; height:203px; overflow:hidden; border:3px solid #fff border-radius:50%; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; position:relative; background-size:100% 100%; background-position:center center; background-repeat:no-repeat;}
.about_point li .icon { width:100%; height:auto; overflow:hidden; text-align:center; position:relative; z-index:1;}
.about_point li .tit { width:100%; overflow:hidden; height:0px; font-size:20px; line-height:50px; color:#fff; text-align:center; font-weight:bold; position:relative; z-index:1;}
.about_point li .des { color:#707070; font-size:16px; line-height:30px; margin-left:26px; position:relative; z-index:1;}
.about_point li.style01 a{  width:203px; height:203px; margin-top:50%; background-image:url(../images/point_pic01.jpg);}
.about_point li.style02 a{  width:236px; height:236px; margin-top:20%; background-image:url(../images/point_pic02.jpg);}
.about_point li.style03 a{  width:207px; height:207px; margin-top:100%; background-image:url(../images/point_pic03.jpg);}
.about_point li.style04 a{  width:180px; height:180px; margin-top:10%; background-image:url(../images/point_pic04.jpg);}
.about_point li a:before {
content:''; position:absolute; width:100%; height:100%;  z-index:1;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
background:rgba(0,0,0,0);
}
.about_point li:hover a:before { background:rgba(0,0,0,.38);}
.about_point li:hover .tit { height:50px;}*/
/*专家介绍*/   
.expertbox_bg { width:100%; height:auto; overflow:hidden; background:#e8f4ff url(../images/expertbox_bg.jpg) top center no-repeat; margin-top:60px; padding-bottom:80px;}
.expertbox { max-width:1200px; min-width:320px; height:auto; overflow:hidden; margin:0 auto; margin-top:70px;}
.expertbox dt { width:100%; height:auto; overflow:hidden; text-align:center;}
.expertbox dt .tit { color:#010101; font-size:36px; font-weight:bold; line-height:50px;}
.expertbox dt .tit1 { font-size:16px; color:#9c9c9c; line-height:30px;}
.expertbox dd { width:100%; height:auto; overflow:hidden;}
.expert_list_scroll { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.expert_list_scroll .hd { width:100%; height:50px; overflow:hidden;}
.expert_list_scroll .hd ul { width:100%; height:auto; overflow:hidden; text-align:center; font-size:18px;}
.expert_list_scroll .hd ul li { display:inline-block; width:127px; height:42px; margin:0 6px; line-height:42px; text-align:center; border-radius:8px; cursor:pointer; color:#282828; border:1px solid #929292;}
.expert_list_scroll .hd ul li.on { background:#0c4294; color:#fff; border:1px solid #1563d8;}

.expert_list_scroll .bd { position:relative; width:100%; height:auto; overflow:hidden; margin-top:56px;}
.expert_list_scroll .bd ul li { padding-left:478px; height:auto; overflow:hidden;}
.expert_list_scroll .bd ul li .picbox { width:420px; height:466px; overflow:visible; margin:0 0 0 -478px; float:left; position:relative;}
.expert_list_scroll .bd ul li .picbox .pic { position:relative; left:15px;}
.expert_list_scroll .bd ul li .picbox:before { content:''; left:0; top:15px; right:15px; background:#dfdfdf; position:absolute; left:0px; bottom:0px;}
.expert_list_scroll .bd ul li .brief { width:100%; height:auto; overflow:hidden; float:left;}
.expert_list_scroll .bd ul li .brief .tit { width:100%; height:60px; line-height:60px; border-bottom:1px solid #c9c9c9; font-size:26px; font-weight:bold; color:#09589d; text-indent:60px; background:url(../images/icon_expert.png) 0 center no-repeat;}
.expert_list_scroll .bd ul li .brief .lab { font-size:18px; line-height:40px; color:#8b8b8b; font-weight:bold; margin-top:10px;}
.expert_list_scroll .bd ul li .brief .des { font-size:16px; line-height:30px; color:#000; text-indent:2em;}
.expert_list_scroll .bd ul li .brief .line { width:200px; height:3px; margin:20px 0; background:#e7b211;}
.expert_list_scroll .bd ul li .brief .more_link{ width:129px; height:39px; line-height:39px; text-align:center; background:#0c4294; color:#fff; border-radius:8px; display:inline-block; margin-top:30px;}
.expert_list_scroll .bd ul li .brief .reserve_link{ width:129px; height:39px; line-height:39px; text-align:center; background:#e7b211; color:#fff; border-radius:8px; display:inline-block; margin-top:30px; margin-left:10px;}
.expert_list_scroll .bd ul li .brief .reserve_link:before { content:''; display:inline-block; width:22px; height:20px; position:relative; top:5px; margin-right:5px; background:url(../images/icon_reserve.png) no-repeat;}
/*内页*/
.about_us_bg { height:auto; overflow:hidden; background:#fff;}
.about_us { max-width:1440px; min-width:320px; height:auto; margin:0 auto; overflow:visible; margin-top:80px;}
.about_us dt { width:100%; height:150px; overflow:visible; position:relative; text-align:center;}
.about_us dt .icon { font-size:50px; color:#d00000; line-height:50px;}
.about_us dt .tit { font-size:30px; line-height:36px; color:#000; letter-spacing:3px; margin-top:10px; position:relative; z-index:1;}
.about_us dt .tit:after { content:'—'; display:block; text-align:center;}
.about_us dt .tit1 { font-size:175px; line-height:175px; color:#f6f6f6; margin-top:-100px; text-transform:uppercase; font-family:Arial black;}
.about_us dd { width:100%; height:auto; overflow:hidden; position:relative;}
.about_us dd .about_us_box { height:auto; overflow:hidden; padding-right:715px;}
.about_us dd .more { width:125px; height:42px; line-height:42px; text-align:center; color:#000; font-size:16px; border-radius:0px; background:#fed20f;display:block; margin:0 auto; margin-top:40px;}
.about_us dd .more:hover { background:#4a9f41; color:#fff;}
.about_us dd .title { height:auto; overflow:hidden; display:inline-block;}
.about_us dd .tit { font-size:36px; line-height:40px; color:#000;}
.about_us dd .pic { float:left; width:715px; height:auto; overflow:hidden; margin:0 -715px 0 0; text-align:center}
.about_us dd .brief { width:90%; height:auto; overflow:hidden; float:left; margin-left:10%; }
.about_us dd .text { font-size:16px; line-height:33px; color:#595959; height:auto; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical; margin:0 20px; margin-top:0px;}
.about_us dd .line_span { width:1px; height:82px; background:#fff; display:inline-block; margin:0 20px; position:relative; top:-10px;}
.about_us dd .tit2 { font-size:30px; font-family:"Times New Roman", Times, serif; line-height:50px; color:#fff;}
.about_us dd .about_us_point_list { width:100%; height:auto; overflow:hidden; margin-top:50px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-content:space-between; background:#fff; padding:20px 0px;}
.about_us dd .about_us_point_list li { float:left; height:auto; overflow:hidden; padding:0 20px;}
.about_us dd .about_us_point_list li .num { font-size:48px; color:#d00000; line-height:60px; font-weight:bold; font-family:'MicrosoftYaHei';}
.about_us dd .about_us_point_list li .num .unit { font-size:18px; line-height:20px; position:relative; font-weight:normal; top:-25px; margin-left:5px;}
.about_us dd .about_us_point_list li .tit { font-size:16px; line-height:30px; color:#666666;}
.about_us dd .line { width:577px; height:1px; background:#fff; margin:10px 0; margin-top:100px;}
/*企业文化*/
.corporate_culture_bg { height:auto; overflow:hidden; position:relative; background:#bcdce9 url(../images/corporate_culture_bg.jpg) top center; background-size:cover; margin-top:40px; padding-bottom:66px;}
.corporate_culture { width:100%; height:auto; overflow:visible; margin-top:40px; position:relative; z-index:1;}
.corporate_culture dt { width:100%; height:150px; overflow:visible; position:relative; text-align:center;}
.corporate_culture dt .icon { font-size:35px; color:#d00000; line-height:50px;}
.corporate_culture dt .tit { font-size:30px; line-height:36px; color:#000; letter-spacing:3px; margin-top:10px; position:relative; z-index:1;}
.corporate_culture dt .tit:after { content:'—'; display:block; text-align:center;}
.corporate_culture dt .tit1 { font-size:160px; line-height:160px; color:#cbeaf5; margin-top:-95px; text-transform:uppercase; font-family:Arial black;}
.corporate_culture dd { max-width:1440px; min-width:320px; margin:0 auto; height:auto; overflow:visible; position:relative;}
.corporate_culture_prev { position:absolute; left:-180px; top:50%; font-size:60px;}
.corporate_culture_next { position:absolute; right:-180px; top:50%; font-size:55px;}
.corporate_culture dd .culture_list { width:100%; height:auto; overflow:visible; color:#fff; margin-top:0%;}
.corporate_culture dd .culture_list li { width:25%; float:left; height:auto; overflow:hidden;}
.corporate_culture dd .culture_list li a:after { content:''; position:absolute; left:0; right:0; bottom:0; top:0;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.corporate_culture dd .culture_list li a:hover:after { left:10px; right:10px; bottom:10px; top:10px; background:rgba(0,0,0,.3); z-index:0;}
.corporate_culture dd .culture_list li a { display:block; position:relative;}
.corporate_culture dd .culture_list li .info { text-align:center; position:absolute; left:34px; bottom:59px; right:34px; background:#fff; z-index:1;}
.corporate_culture dd .culture_list li .info .tit{ font-size:24px; line-height:60px; margin-top:30px; color:#d00000;}
.corporate_culture dd .culture_list li .info .des{ font-size:16px; height:96px; line-height:24px; color:#404040; margin:0 20px;}
.corporate_culture dd .culture-pagination { display:none;}

/*企业视频*/
.videobox_bg { height:auto; overflow:hidden; position:relative; background:#fff; background-size:cover; margin-top:0px; padding-bottom:66px;}
.videobox { max-width:1440px; min-width:320px; margin:0 auto; height:auto; overflow:visible; margin-top:40px; position:relative; z-index:1;}
.videobox dt { width:100%; height:150px; overflow:visible; position:relative; text-align:center;}
.videobox dt .icon { font-size:35px; color:#d00000; line-height:50px;}
.videobox dt .tit { font-size:30px; line-height:36px; color:#000; letter-spacing:3px; margin-top:10px; position:relative; z-index:1;}
.videobox dt .tit:after { content:'—'; display:block; text-align:center;}
.videobox dt .tit1 { font-size:155px; line-height:155px; color:#f6f6f6; margin-top:-95px; text-transform:uppercase; font-family:Arial black;}
.videobox dd { width:100%; height:auto; overflow:visible; position:relative;}

.videobox dd .video_box { height:auto; margin:0 20px; overflow:hidden; margin-top:0%; border-radius:0px; background:#000; position:relative;}
.videobox dd .video_box video { height:680px;}
.videobox dd .video_box .controls { height:40px; position:absolute; left:20px; bottom:20px; right:20px; overflow:hidden;}
.videobox dd .video_box video { object-fit:fill; display:block;}
.videobox dd .video_box .play_pause_btn { display:block; background:url(../images/video_play_icon.png) center center no-repeat; width:70px; height:70px; position:absolute; left:50%; top:50%; margin-top:-35px; margin-left:-35px;  cursor:pointer;
-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);

}
.videobox dd .video_box .full_screen_btn { background:url(../images/video_full_screen_icon.png) center center no-repeat; width:26px; height:22px; position:absolute; right:0px; bottom:0px; cursor:pointer;}
.videobox dd .video_box .play_pause_btn1 { background:url(../images/video_play_icon1.png) center center no-repeat; width:22px; height:25px; position:absolute; left:0px; bottom:0px; cursor:pointer;}
.videobox dd .video_box .play_pause_btn1.pause { background:url(../images/video_pause_icon1.png) center center no-repeat;}
.videobox dd .video_box .video_title { color:#000; line-height:40px; font-size:24px; position:absolute; left:20px; top:20px;}
.videobox dd .video_box .play_pause_btn.pause { background:url(../images/video_pause_icon.png) center center no-repeat; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.videobox dd .video_box .play_pause_btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	overflow: hidden;
	filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;

}
.videobox dd .video_box .play_process_line { height:1px; position:absolute; left:125px; bottom:12px; right:40px; background:#fff; cursor:pointer;}
.videobox dd .video_box .process_line { width:0%; height:1px; position:absolute; left:0; top:0; background:#e26b6f;}
.videobox dd .video_box .play_curr_time { position:absolute; left:30px; bottom:3px; color:#fff; font-size:15px; line-height:20px;}

/*资质证书*/
.honorbox_bg { height:auto; overflow:hidden; background:#fed20f; background-size:cover; padding-bottom:30px;}
.honorbox { height:auto; overflow:visible; margin-top:40px; position:relative; z-index:1;}
.honorbox dt { width:100%; height:150px; overflow:visible; position:relative; text-align:center;}
.honorbox dt .icon { font-size:35px; color:#d00000; line-height:50px;}
.honorbox dt .tit { font-size:30px; line-height:36px; color:#000; letter-spacing:3px; margin-top:10px; position:relative; z-index:1;}
.honorbox dt .tit:after { content:'—'; display:block; text-align:center;}
.honorbox dt .tit1 { font-size:150px; line-height:150px; color:#ffde00; margin-top:-95px; text-transform:uppercase; font-family:Arial black;}
.honorbox dd { max-width:1440px; min-width:320px; margin:0 auto; height:auto; overflow:visible; position:relative;}
.honorbox dd .swiper-container { margin-top:0px; margin:0 20px; overflow:hidden;}
.honorbox dd .honor_list { padding:20px 0;}
.honorbox dd .honor_list li { text-align:center;/* border:10px solid rgba(69,35,7,.74);*/-moz-box-shadow:0px 0px 10px #999; -webkit-box-shadow:0px 0px 10px #999; box-shadow:0px 0px 10px #999;}
.honorbox dd .honor_list li a { display:block; position:relative;}
.honorbox dd .honor_list li a:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.50);}
.honorbox dd .honor_list li.swiper-slide-active a:after,
.honorbox dd .honor_list li.swiper-slide-prev a:after,
.honorbox dd .honor_list li.swiper-slide-next a:after {  background:rgba(0,0,0,0);}
.honorbox dd .honor-pagination { position:relative; margin:30px 0; text-align:center; display:none;}
.honorbox dd .honor-pagination .swiper-pagination-bullet { width:36px; height:5px; border-radius:0px; background:#cfcfcf; opacity:1; margin:0 3px;}
.honorbox dd .honor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#4cac42;}
.honorbox dd .honor-button-prev,
.honorbox dd .honor-button-next { position:absolute; width:150px; height:300px; top:50%; margin-top:-150px; font-size:0; z-index:999;}
.honorbox dd .honor-button-prev { background:url(../images/honor_list_prev.png) center center no-repeat; cursor:pointer; left:100px;}
.honorbox dd .honor-button-next { background:url(../images/honor_list_next.png) center center no-repeat; cursor:pointer; right:100px;}
.honorbox dd .honorbox_scroll { width:100%; position:relative; height:auto; overflow:visible;}
/*厂房设备*/
.equipment_bg { height:auto; overflow:hidden; position:relative; background:url(../images/equipment_bg.jpg) top center no-repeat; background-size:cover; margin-top:20px; padding-bottom:40px;}
.equipment_bg:after { content:''; background:rgba(0,0,0,.72); position:absolute; width:100%; height:100%; left:0; top:0;}

/*生产工序*/

.produce_process { max-width:1440px; min-width:320px; margin:0 auto; padding-bottom:100px;}
.produce_process li { margin:0 5%; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center; position:relative; margin-bottom:100px;}
.produce_process li:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; top:60%; background:url(../images/arror_left.png) center center no-repeat; z-index:-1;}
.produce_process li .pic { width:40%; height:auto; overflow:hidden; text-align:left;}
.produce_process li .pic img { max-width:100%; width:auto;}
.produce_process li .brief { width:50%; height:auto; overflow:hidden; margin-right:10%;}
.produce_process li .num { color:#656565; font-weight:bold; font-weight:bold; font-family:Arial; font-size:113px; line-height:120px; position:relative; top:-18px; float:left;}
.produce_process li .num:after { content:''; width:33px; height:94px; background:url(../images/process_title_space.png) no-repeat; display:inline-block; font-size:0; position:relative;}
.produce_process li .tit {  width:100%; height:auto; overflow:hidden; font-weight:bold; position:relative;}
.produce_process li .tit:after { content:''; position:absolute; left:150px; bottom:0; right:0; height:1px; background:#aaaaaa;}
.produce_process li .tit2 { float:left; margin-right:15px;}
.produce_process li .tit1 { color:#0d8f28; font-size:24px; line-height:36px; height:36px;}
.produce_process li .des { margin-left:150px; color:#000; font-size:18px; line-height:36px; margin-top:40px;}
.produce_process li:nth-child(2n) { flex-flow:row-reverse wrap;}
.produce_process li:nth-child(2n):after {  background:url(../images/arror_right.png) center center no-repeat;}
.produce_process li:nth-child(2n) .pic { text-align:right;}
.produce_process li:nth-child(2n) .brief { margin-left:5%; margin-right:0;}
.produce_process li:nth-last-child(1):after { display:none;}
/*销售区域*/
/*国内*/
.domestic_area_bg { height:auto; overflow:hidden; background:url(../images/domestic_area_bg.jpg) top center no-repeat; background-size:cover; margin-top:111px; padding-bottom:160px;}
.domestic_area { max-width:1440px; min-width:320px; margin:0 auto;}
.domestic_area dt { width:100%; height:auto; overflow:hidden; text-align:center; padding-top:54px;}
.domestic_area dt .tit { display:inline-block; width:310px; height:59px; line-height:59px; font-size:30px; color:#fff; letter-spacing:10px; overflow:hidden; background:#4a9f41; text-align:center; border-radius:8px; position:relative;}
.domestic_area dt .tit:before,
.domestic_area dt .tit:after { content:''; position:absolute; left:-10px; top:50%; width:20px; height:20px; border-radius:50%; margin-top:-10px; background:#c8dbf8;}
.domestic_area dt .tit:after { left:auto; right:-10px;}
.domestic_area dd { width:100%; height:auto; overflow:hidden;}
.domestic_area dd  .map_box { max-width:892px; min-width:320px; margin:0 auto; position:relative;}

.domestic_area dd  .map_box { max-width:892px; min-width:320px; margin:0 auto; position:relative;}
.domestic_area_point_group { position:absolute; width:100%; height:100%; left:0; top:0;}
.domestic_area_point_group a { position:absolute; width:22px; height:28px;}
.domestic_area_point_group a:before { content:''; position:absolute; border:2px solid #dd1113; width:80px; height:80px; left:50%; top:50%; border-radius:50%; margin-left:-42px; margin-top:-42px; overflow:hidden; z-index:-1;}
.domestic_area_point_group a:after { content:''; position:absolute; border:2px solid #dd1113; width:50px; height:50px; left:50%; top:50%; border-radius:50%; margin-left:-27px; margin-top:-27px; overflow:hidden;  z-index:-1;}
.domestic_area_point_group a:before,
.domestic_area_point_group a:after{
	-webkit-animation: zoom_circle 3s linear infinite 0s;
	-moz-animation: zoom_circle 3s linear infinite 0s;
	-o-animation: zoom_circle 3s linear infinite 0s;
	-ms-animation: zoom_circle 3s linear infinite 0s;
	animation: zoom_circle 3s linear infinite 0s;
}
@keyframes zoom_circle { 
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	80% {
	 	-webkit-transform: scale(1.2);
		-moz-transform: scale(1.5);
	}
	100% {
	   -webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;
	}
}
.domestic_area_point_group a:hover { }
.domestic_area_point_group a.point1 { left:551px; top:263px;}
.domestic_area_point_group a.point2 { left:588px; top:263px;}
.domestic_area_point_group a.point3 { left:635px; top:299px;}
.domestic_area_point_group a.point4 { left:571px; top:326px;}
.domestic_area_point_group a.point5 { left:499px; top:333px;}
.domestic_area_point_group a.point6 { left:683px; top:393px;}
.domestic_area_point_group a.point7 { left:423px; top:403px;}
.domestic_area_point_group a.point8 { left:565px; top:408px;}
.domestic_area_point_group a.point9 { left:661px; top:415px;}
.domestic_area_point_group a.point10 { left:480px; top:431px;}
.domestic_area_point_group a.point11 { left:607px; top:228px;}
.domestic_area_point_group a.point12 { left:543px; top:456px;}
.domestic_area_point_group a.point13 { left:469px; top:483px;}
.domestic_area_point_group a.point14 { left:636px; top:497px;}
.domestic_area_point_group a.point15 { left:392px; top:524px;}
.domestic_area_point_group a.point16 { left:565px; top:538px;}
.domestic_area_point_group a.point17 { left:491px; top:552px;}
/*国际*/
.international_area_bg { height:auto; overflow:hidden; background:url(../images/international_area_bg.jpg) top center no-repeat; background-size:cover; padding-bottom:60px;}
.international_area { max-width:1440px; min-width:320px; margin:0 auto;}
.international_area dt { width:100%; height:auto; overflow:hidden; text-align:center; padding:54px 0;}
.international_area dt .tit { display:inline-block; width:310px; height:59px; line-height:59px; font-size:30px; color:#fff; letter-spacing:10px; overflow:hidden; background:#2f4db0; text-align:center; border-radius:8px; position:relative;}
.international_area dt .tit:before,
.international_area dt .tit:after { content:''; position:absolute; left:-10px; top:50%; width:20px; height:20px; border-radius:50%; margin-top:-10px; background:#cee2f5;}
.international_area dt .tit:after { left:auto; right:-10px;}
.international_area dd { width:100%; height:auto; overflow:hidden;}
.international_area dd  .map_box { max-width:1215px; min-width:320px; height:auto; margin:0 auto; position:relative;}

.international_area dd  .map_box { max-width:1215px; min-width:320px; height:auto; margin:0 auto; position:relative;}
.international_area_point_group { position:absolute; width:100%; height:100%; left:0; top:0;}
.international_area_point_group a { position:absolute; width:22px; height:28px;}
.international_area_point_group a:hover:before { content:''; position:absolute; border:2px solid #dd1113; width:80px; height:80px; left:50%; top:50%; border-radius:50%; margin-left:-42px; margin-top:-42px; overflow:hidden; z-index:-1;}
.international_area_point_group a:hover:after { content:''; position:absolute; border:2px solid #dd1113; width:50px; height:50px; left:50%; top:50%; border-radius:50%; margin-left:-27px; margin-top:-27px; overflow:hidden; z-index:-1;}
.international_area_point_group a:before,
.international_area_point_group a:after{
	-webkit-animation: zoom_circle 3s linear infinite 0s;
	-moz-animation: zoom_circle 3s linear infinite 0s;
	-o-animation: zoom_circle 3s linear infinite 0s;
	-ms-animation: zoom_circle 3s linear infinite 0s;
	animation: zoom_circle 3s linear infinite 0s;
}
.international_area_point_group a:hover .tip { width:100px; height:29px; top:-90px; margin-left:-50px; font-size:16px;}
.international_area_point_group a .tip { width:0; height:0; overflow:hidden; line-height:29px; text-align:center; font-size:0; position:relative; z-index:1; top:0; left:50%; margin-left:0px; background:#db2c2d; color:#fff; border-radius:0px;}
.international_area_point_group a:hover {}
.international_area_point_group a.point1 { left:558px; top:90px;}
.international_area_point_group a.point2 { left:207px; top:134px;}
.international_area_point_group a.point3 { left:601px; top:106px;}
.international_area_point_group a.point4 { left:682px; top:144px;}
.international_area_point_group a.point5 { left:715px; top:159px;}
.international_area_point_group a.point6 { left:687px; top:173px;}
.international_area_point_group a.point7 { left:1039px; top:148px;}
.international_area_point_group a.point8 { left:742px; top:177px;}
.international_area_point_group a.point9 { left:704px; top:199px;}
.international_area_point_group a.point10 { left:650px; top:193px;}
.international_area_point_group a.point11 { left:993px; top:158px;}
.international_area_point_group a.point12 { left:882px; top:222px;}
/*人才系统*/
.talent_sys_box_bg { background:#f8f8f8; height:auto; overflow:hidden;}
.talent_sys_box { max-width:1200px; min-width:320px; margin:0 auto; height:auto; overflow:hidden;}
.talent_sys_box dt { width:100%; height:auto; overflow:hidden; text-align:center; margin-top:20px;}
.talent_sys_box dt .tit { color:#3b75cb; font-size:36px; line-height:60px; font-weight:bold;}
.talent_sys_box dt .tit1 { font-size:18px; line-height:30px; color:#808080;}
.talent_sys_box dd .sys_info{ width:100%; height:570px; overflow:hidden; margin-top:60px; position:relative;/* display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;*/}
.talent_sys_box dd .sys_info .sys_detail { width:300px; height:277px; overflow:hidden;}
.talent_sys_box dd .sys_info .sys_detail.center { width:auto; flex:0 0 auto; height:500px;}
.talent_sys_box dd .sys_info .tit { padding-left:23px; height:44px; line-height:44px; background:#879fc2; font-size:20px; color:#fff;}
.talent_sys_box dd .sys_info .info { color:#000; padding:0 15px;}

.talent_sys_box dd .sys_info .tit1 { font-size:20px; font-weight:bold; line-height:44px;}
.talent_sys_box dd .sys_info .des { font-size:16px; line-height:22px;}
.talent_sys_box dd .sys_info .sys_circlc { width:500px; height:500px; background:url(../images/sys_circle_bg.png) center center no-repeat; overflow:hidden; position:absolute; left:50%; margin-left:-250px; z-index:1; border-radius:50%;}

.talent_sys_box dd .sys_info .sys_detail.pos01 { position:absolute; right:0; top:0;}
.talent_sys_box dd .sys_info .sys_detail.pos02 { position:absolute; right:0; top:50%;}
.talent_sys_box dd .sys_info .sys_detail.pos03 { position:absolute; left:0; top:50%;}
.talent_sys_box dd .sys_info .sys_detail.pos04 { position:absolute; left:0; top:0;}

.talent_sys_box dd .sys_detail_list { width:100%; height:auto; overflow:hidden; margin-top:20px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.talent_sys_box dd .sys_detail_list li { width:30%; height:162px; float:left; color:#000;}
.talent_sys_box dd .sys_detail_list li .tit { padding-left:23px; height:44px; line-height:44px; background:#b3b3b3; font-size:20px;}
.talent_sys_box dd .sys_detail_list li .des { font-size:16px; line-height:22px; margin:20px 15px;}

.jobs_info_box_bg { background:#fff; height:auto; overflow:hidden; padding:58px 0;}
.jobs_info_box { max-width:1200px; min-width:320px; margin:0 auto;}
.jobs_info_left { width:50%; height:auto; overflow:hidden; float:left;}
.jobs_info { height:230px; width:100%; color:#fff; background-size:cover; background-position:center center; background-repeat:no-repeat;}

.jobs_info .tit { font-size:48px; line-height:60px; font-weight:bold; font-family:Arial;}
.jobs_info .des { font-size:14px; line-height:22px;}
.jobs_info .more { color:#fff; line-height:30px;}
.jobs_info .brief { width:50%; float:right; height:230px; background:#10af55; background:rgba(16,175,85,.90); display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.jobs_info .brief .margin { margin:0 32px;}
.jobs_info.style01 { background-image:url(../images/jobs_info_pic01.jpg);}
.jobs_info.style02 { background-image:url(../images/jobs_info_pic02.jpg);}
.jobs_info.style02 .tit,
.jobs_info.style03 .tit { font-size:38px;}
.jobs_info.style03 { background-image:url(../images/jobs_info_pic03.jpg); width:50%; height:460px; float:right; position:relative;}
.jobs_info.style03 .brief { width:337px; height:227px; background:#0144a6; background:rgba(1,68,166,.76); position:absolute; right:0; bottom:0; text-align:right;}
.jobs_info.style03 .more { width:100%; float:left; margin-top:15px;}

.jobs_info.style02 .brief { width:100%; background:none; text-align:center; }
.jobs_info.style02 .brief .margin { height:200px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:space-around; align-items:center;}
/*产品概况*/
.goods_index_box_bg { height:auto; overflow:hidden; margin-top:111px; background:url(../images/goods_index_bg.jpg) center center no-repeat; background-attachment:fixed; background-size:cover; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; padding-top:70px; padding-bottom:200px;}
.goods_index_box_bg:after { content:''; background:rgba(0,0,0,.74); position:absolute; width:100%; height:100%; left:0; top:0;}
.goods_index_box { max-width:1440px; min-width:320px; margin:0 auto; height:100%; overflow:visible;}
.goods_index { }
.goods_class { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; font-size:28px; position:relative; z-index:1;}
.goods_class a { display:inline-block; width:182px; height:182px; overflow:hidden; margin:0 3%; background:url(../images/goods_class_bg0.png) center center no-repeat; color:#fff; font-weight:bold; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center; text-align:center;}
.goods_class a:hover { background:url(../images/goods_class_bg1.png) center center no-repeat;}

.goods_index_line { width:545px; height:9px; margin:50px auto; background:url(../images/goods_index_line.png) center center no-repeat; position:relative; z-index:1;}

.goods_index .swiper-slide { float:left; text-align:center;}
.goods_index .swiper-slide .pic { display:block; height:auto; overflow:hidden; /*-moz-box-shadow:0px 0px 10px #fff; -webkit-box-shadow:0px 0px 10px #fff; box-shadow:0px 0px 10px #fff;*/}
.goods_index .swiper-slide .tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#000; font-size:21px; text-align:center; background:#fff;}
.bgbox { margin-top:30px; padding:25px; background:#f7f9fc; height:auto; overflow:hidden;}
.hot_area { margin:10px; display:block; overflow:hidden;}
.goods_class_scroll { position:relative;}
.goods_class_scroll .swiper-button-prev,
.goods_class_scroll .swiper-button-next { color:#828282; top:50%;}
.goods_class_scroll .swiper-button-prev:hover,
.goods_class_scroll .swiper-button-next:hover { color:#fff;}
.goods_class_scroll .swiper-button-prev:after,
.goods_class_scroll .swiper-button-next:after { font-size:70px;}
.goods_class_scroll .swiper-button-prev { left:-10%;}
.goods_class_scroll .swiper-button-next { right:-10%;}
/*常见问答*/
.faqbox { width:358px; height:auto; overflow:hidden; float:right; margin:0 -415px 0 0;}
.faqbox dt { width:100%; height:72px; line-height:72px; background:#024683;}
.faqbox dt .tit { color:#fff; float:left; font-size:20px; margin-left:10px;}
.faqbox dt .tit:before { content:''; height:33px; width:31px; display:inline-block; position:relative; top:10px; background:url(../images/icon_faq.jpg) center center no-repeat; margin-right:10px;}
.faqbox dt .more { color:#fff; text-transform:uppercase; float:right; margin-right:10px;}
.faqbox dd { background:#f4f4f4; height:auto; overflow:hidden; min-height:395px;}
.faqbox dd .faq_list { margin:0px 15px; font-size:15px; color:#4f4f4f;}
.faqbox dd .faq_list li { width:100%; height:auto; overflow:hidden; border-bottom:1px solid #dbdbdb; padding:20px 0;}
.faqbox dd .faq_list li .q { position:relative; padding-left:40px; line-height:25px; height:25px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.faqbox dd .faq_list li .a { position:relative; padding-left:40px; line-height:25px; height:auto; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.faqbox dd .faq_list li .q:before { content:'Q'; width:19px; height:19px; line-height:19px; text-align:center; display:inline-block; background:#024683; color:#fff; position:absolute; left:0; top:3px;}
.faqbox dd .faq_list li .a:before { content:'A'; width:19px; height:19px; line-height:19px; text-align:center; display:inline-block; background:#b12923; color:#fff; position:absolute; left:0; top:3px;}

/*信息列表*/
.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.goods-list li { width:23%; flex:0 0 23%; margin:1.3% 0; margin-left:0%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 4px #ccc; box-shadow:0px 0px 4px #ccc; display:block; background:#fff;}
.goods-list li.ml0 { margin-left:0;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .brief { margin:20px;}
.goods-list li .tit{ height:50px; line-height:50px; background:#fff; font-size:24px; color:#000;}
.goods-list li:hover .tit { /*background:#48b03d; color:#fff;*/}
.goods-list li .more { color:#c40e14; text-transform:uppercase; line-height:40px; font-size:16px; display:block; position:relative; width:100%;}
.goods-list li .more:after { content:'-'; position:absolute; left:50%; top:0; line-height:40px;}

.pic-list { margin:15px; overflow:visible; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;*/}
.pic-list li {  width:48%; /*flex:0 0 48%;*/ margin:1%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 4px #ccc; display:block; box-shadow:0px 0px 4px #ccc; background:#eaeaea;}
.pic-list li.ml0 { margin-left:0;}
.pic-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.pic-list li .brief { margin:0 20px; height:111px; font-size:18px; color:#010101; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.pic-list li .brief .tit { display:block; width:100%; line-height:49px; height:49px; text-align:left; position:relative;}
.pic-list li .brief .tit:after { content:''; position:absolute; right:0; top:0; width:49px; height:49px; background:url(../images/pic_list_more0.png) no-repeat;}
.pic-list li:hover .brief .tit:after { background:url(../images/pic_list_more1.png) no-repeat;}
.pic-list li:hover { background:#4e9a36;}
.pic-list li:hover .brief { color:#fff;}

.video-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.video-list li { width:23.5%; flex:0 0 23.5%; margin:1.3% 0; margin-left:1.2%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #999; display:block; box-shadow:0px 0px 10px #999;}
.video-list li.ml0 { margin-left:0;}
.video-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.video-list li .name{ text-align:center; height:50px; line-height:50px; text-align:center; background:#fff; font-size:16px; color:#000;}
.video-list li:hover .name { background:#48b03d; color:#fff;}

/*新闻二级列表*/
.news-list { width:100%; height:auto; overflow:visible; float:left; margin-top:40px;}
.news-list li { width:100%; height:auto; overflow:hidden; position:relative; margin-top:29px;}
.news-list li a { height:auto; overflow:hidden; padding:45px 0; padding-left:135px; padding-right:30px;  display:block; border:1px solid #f2f2f2;}
.news-list li .date { width:70px; height:auto; margin:0px 0 0 -105px; float:left; font-family:Arial; color:#45c437; text-align:center; position:relative; display:flex; display:-webkit-flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
.news-list li .date .date-day { width:68px; font-size:45px; line-height:68px; font-family:Arial; background:#000; color:#fff;}
.news-list li .date .date-year-month{ font-size:16px; line-height:50px; font-family:Arial; color:#000;}
.news-list li .pic { width:213px; height:150px; overflow:visible; display:block; float:right; margin:40px -290px 0 0; text-align:center; position:relative;}
.news-list li .pic:after { content:''; position:absolute; width:100%; height:100%; /*border:1px solid transparent;*/ left:-11px; top:11px; z-index:-1; background:#d3d3d3;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list li .brief { width:100%; height:auto; overflow:visible; float:left; position:relative;}
.news-list li .brief .tit { width:100%; display:block; font-size:24px; height:30px; line-height:30px; color:#000; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .tit1 { line-height:40px; height:40px; color:#8f8f8f; font-size:14px; position:relative; padding-right:5px; display:inline-block;}
.news-list li .brief .tit1:after { content:''; width:100%; height:1px; background:#adadad; left:0; bottom:0; position:absolute; }
.news-list li .brief .des { width:100%; height:60px; color:#8f8f8f; font-size:16px; line-height:30px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { width:124px; height:45px; line-height:45px; text-align:center; color:#fff; background:#d00000; border-radius:5px; margin-top:20px; font-size:16px;}
.news-list li:hover .pic:after { /*left:10px; top:10px; border:1px solid #b2d1f9;*/}
.news-list li:hover .brief .tit { color:#ce0615;}
.news-list li:hover .brief .des { color:#272727;}
.news-list li:hover .date { color:#fff;}
.news-list li:hover .date .date-day { background:#d00000;}
.news-list li:hover .date .date-year-month { color:#d00000;}
.news-list li:hover .more { background:#ce0615;}
.news-list li:hover { background:#f8f8f8;  -moz-box-shadow:0px 0px 15px #ccc; -webkit-box-shadow:0px 0px 15px #ccc; box-shadow:0px 0px 15px #ccc;}

.news-list li .line_ly { background:#c60000; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#c60000; width:0%; height:2px; position:absolute; left:0; top:0;}
.news-list li .line_ry { background:#c60000; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li .line_bx { background:#c60000; width:0%; height:2px; position:absolute; right:0; bottom:0;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
.news-list li:hover .line_bx { width:100%;}
/*新闻列表样式*/
.news-list1 { width:100%; height:auto; overflow:hidden; font-size:16px;}
.news-list1 li { width:100%; line-height:50px; height:50px; border-bottom:1px dotted #999; position:relative; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list1 li .date { float:right;}
.news-list1 li .tit { margin-left:20px;}
.news-list1 li:hover { border-bottom:1px solid #999; }
.news-list1 li:before { content:''; position:absolute; left:0; bottom:22px; width:6px; height:6px; background:#000;}
.news-list1 li:after { content:''; position:absolute; left:0; bottom:-1px; width:0; height:1px; background:#0e6c6b;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.news-list1 li:hover:after { width:100%;}

.jobs-list { width:100%; height:auto; overflow:hidden; float:left;}
.jobs-list li { width:100%; height:60px; overflow:hidden; position:relative; background:#fff; border-bottom:1px dashed #dbdbdb;}
.jobs-list li .date { float:right; line-height:60px; font-family:Arial;}
.jobs-list li .tit { width:100%; font-size:16px; height:60px; line-height:60px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs-list li .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.jobs-list li:hover .tit { color:#ff4208;}
.jobs-list li:hover:before { background:#599e49;}
.jobs-list li:hover .des { color:#ff4208;}
.jobs-list li:hover .date { color:#ff4208;}

.upresume { border:1px solid #ccc; background:#eee; padding:10px; border-radius:5px;}
.upresume:hover { border:1px solid #f00; background:#f00; color:#fff;}
/*内容详情*/
.detail { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.detail .tit { font-size:24px; line-height:40px; margin:10px 0; font-weight:normal; text-align:center; color:#000;}
.detail .des { width:100%; line-height:42px; color:#8f8f8f; text-align:center;/* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px; position:relative;}
.detail .des:after { content:''; width:200px; height:1px; background:#adadad; position:absolute; left:50%; bottom:0; margin-left:-100px;}
.detail .time { text-align:center; line-height:40px; }
.detail .pic { text-align:center;}
.detail .con { padding:10px; line-height:2; color:#000; margin-top:20px; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph;}
.detail .con p { font-size:16px;}
/*上一条下一条*/
.detail .prev_next { height:130px; font-size:14px; margin:0; padding:0px; margin-top:45px; background:#f6f6f6;}
.detail .prev_next a { width:50%; color:#666; display:block; position:relative; float:left; }
.detail .prev_next a:nth-child(1):before { content:''; width:96px; height:130px; display:block; float:left; background:url(../images/prev_next_left.png) center center 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;
}
.detail .prev_next a:nth-child(2):before { content:''; width:96px; height:130px; display:inline-block; float:right; background:url(../images/prev_next_right.png) center center 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;
}
.detail .prev_next a:hover { color:#c00;}
.detail .prev_next a:nth-child(1) { float:left; text-align:left;}
.detail .prev_next a:nth-child(2) { float:right; text-align:right;}
.detail .prev_next .prev_label,
.detail .prev_next .next_label { color:#4a4a4a; font-size:16px; line-height:38px; margin-top:3.5%;}
.detail .prev_next .prev_tit,
.detail .prev_next .next_tit { color:#000; font-size:16px; line-height:38px;}
.detail .prev_next a:hover:before { background-color:#eee;}
.detail .label { margin:10px 0; font-size:16px; font-weight:bold; color:#666;}


/*产品详情*/
.product_detail { max-width:1543px; min-width:320px; height:auto; overflow:visible; margin:0 auto; margin-top:128px; /*display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-around; align-content:space-between; align-items:flex-start;*/}
.product_show { width:48%; flex:0 0 48%; height:auto; overflow:hidden; float:left;} 
.product_show .product_pic { height:auto; overflow:hidden; position:relative;}
.product_show .swiper-pagination { position:absolute; margin:0px; width:100%; text-align:center;}
.product_show .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio { bottom:10%;}
.product_show .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; border-radius:50%; background:none; border:3px solid #000; opacity:1; margin:0 20px;}
.product_show .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000;}

.product_show .thumb_list { height:auto; overflow:hidden; padding:20px 0; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:center; align-items:stretch;}
.product_show .thumb_list .swiper-container { width:90%;}
.product_show .thumb_list ul {}
.product_show .thumb_list ul li { cursor:pointer;}
.product_show .thumb-button-prev { display:block; width:26px; height:auto; font-size:24px; cursor:pointer; overflow:hidden; background:#e7e7e7; color:#080102; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.product_show .thumb-button-next { display:block; width:26px; height:auto; font-size:24px; cursor:pointer; overflow:hidden; background:#e7e7e7; color:#080102; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.product_show .thumb-button-prev:hover,
.product_show .thumb-button-next:hover { background:#009944; color:#fff;}
.product_show .thumb-button-prev:after { content:'<'; display:block; position:relative; top:-2px; left:-2px; text-align:center;}
.product_show .thumb-button-next:after { content:'>'; display:block; position:relative; top:-2px; right:-2px; text-align:center;}
.product_show .swiper-slide-thumb-active:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #ccc; z-index:1;}
.product_show .prev_next { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.product_show .prev_next a { width:30%; height:auto; font-size:24px; background:#f0c919; text-align:center; display:inline-block; float:left; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.product_show .prev_next a:hover { background:#4c9a35; color:#fff;}

.product_info { width:48%; flex:0 0 48%; height:auto; overflow:visible; float:right;}
.product_info dt { width:100%; height:auto; line-height:74px; border-bottom:1px solid #fff;}
.product_info dt .tit { width:100%; line-height:88px; font-size:36px; color:#000; border-bottom:1px solid #e4e4e4; position:relative;}
.product_info dt .tit .go-back { position:absolute; right:0; top:50%; margin-top:-20px; font-size:12px; line-height:18px; text-align:center;}
.product_info dt .tit .go-back:before { display:block; font-size:36px; line-height:36px;}
.product_info dt .location { width:100%; line-height:20px; color:#8f8f8f; font-size:16px; background:url(../images/icon_home.png) 0 center no-repeat; padding:0px; text-align:right;}
.product_info dt .location a { color:#8f8f8f;}
.product_info dt .location:before { color:#d00000; font-size:22px; font-weight:bold; margin-right:10px;}
.product_info dd .info { height:auto; overflow:hidden; color:#5a5a5a; margin-top:30px; background:#fff; padding-bottom:80px; -webkit-box-shadow:2px 2px 2px #eee; box-shadow:2px 2px 2px #eee;}
.product_info dd .datatable { margin:0 5%; width:90%; font-size:16px; color:#585858; line-height:40px; border-collapse:collapse;  margin-top:10px;}
.product_info dd .datatable td { line-height:40px; padding:10px; border-bottom:1px solid #e4e4e4; padding-top:55px;}
.product_info dd .datatable td:nth-child(2n) { font-size:18px; color:#000000;}
.product_info dd .datatable td:nth-child(2n-1) { width:100px;}
.product_info dd .feedback { width:100%; height:auto; overflow:visible; margin-top:0px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.product_info dd .feedback .input { width:49%; height:77px; line-height:77px; border:0; margin-top:20px; background:#fff; text-indent:40px; font-size:16px; color:#585858; float:left; -webkit-box-shadow:2px 2px 2px #eee; box-shadow:2px 2px 2px #eee;}
.product_info dd .feedback .textarea { width:100%; height:77px; line-height:77px; border:0; margin-top:20px; background:#fff; text-indent:40px; font-size:16px; color:#585858; float:left; -webkit-box-shadow:2px 2px 2px #eee; box-shadow:2px 2px 2px #eee;}
.product_info dd .feedback .submit { width:192px; height:55px; line-height:55px; margin-top:30px; background:#fff; border:2px solid #2a2a2a; cursor:pointer; font-size:16px; color:#585858;}
.product_info dd .feedback .submit:hover { background:#2a2a2a; color:#fff;}
.product_info dd .info::-webkit-scrollbar-track-piece {width:10px;background-color:#efefef; border-radius:5px;}
.product_info dd .info::-webkit-scrollbar { width:10px; background-color:#fff;}
.product_info dd .info::-webkit-scrollbar-thumb { width:10px; height:195px; background-color:#ccc; border-radius:5px;}
.product_info dd .info::-webkit-scrollbar-thumb:hover { width:10px; background-color:#000;}

.product_detail .label { width:100%; line-height:90px; color:#000; font-size:24px; border-bottom:1px solid #e4e4e4; margin-top:15px; text-indent:10px;}

.product_brief { width:100%; height:auto; overflow:visible; position:relative;}
.related_list_prev { position:absolute; top:45%; margin-top:-28px; left:-100px; font-size:55px; z-index:999;}
.related_list_next { position:absolute; top:45%; margin-top:-28px; right:-100px; font-size:55px; z-index:999;}
.product_brief .content { width:100%; height:auto; overflow:hidden; padding-top:30px; border-top:1px solid #fff;}
.product_brief .related_box { width:100%; height:auto; position:relative;}
.product_brief .related_list { width:100%; height:auto; overflow:visible; padding-top:34px; padding-bottom:65px; border-top:1px solid #fff;}
.product_brief .related_list li { width:20%; height:auto; overflow:hidden; background:#fff; -webkit-box-shadow:0px 0px 4px #ccc; box-shadow:0px 0px 4px #ccc;}
.product_brief .related_list li a { display:block; overflow:hidden;}
.product_brief .related_list li .brief { margin:10px 20px;}
.product_brief .related_list li .tit{ height:50px; line-height:50px; font-size:24px; color:#000;}
.product_brief .related_list li:hover .tit { /*background:#48b03d; color:#fff;*/}
.product_brief .related_list li .more { color:#c40e14; text-transform:uppercase; line-height:40px; font-size:13px; display:block; position:relative; width:100%;}
.product_brief .related_list li .more:after { content:'-'; position:absolute; left:50%; top:0; line-height:40px;}

/*相关标签*/
.detail .tag a { display:inline-block; color:#f00; border-bottom:1px dashed #f00; margin:0 3px;}
/*相关新闻列表*/
.detail .news-related-list { width:100%; height:auto; overflow:hidden;}
.detail .news-related-list li { height:30px; border-bottom:1px dashed #ccc; line-height:30px; text-indent:20px; position:relative;}
.detail .news-related-list li:before { content:''; width:6px; height:6px; position:absolute; left:5px; top:50%; margin-top:-3px; background:#999; border-radius:50%;}
.detail .news-related-list li span { float:right;}
/*相关图片列表*/
.detail .news-related-pic { width:100%; height:auto; overflow:hidden;}
.detail .news-related-pic  li { width:120px; height:110px; float:left; margin-right:10px; position:relative;}
.detail .news-related-pic  li .picture { width:120px; height:80px;}
.detail .news-related-pic  li .title { height:20px; line-height:30px; text-align:center; width:100%; font-size:12px;}

.ny_topbox { max-width:1200px; min-width:320px; height:auto; margin:0 auto; overflow:hidden; color:#000; text-align:center;}
.ny_topbox .title { display:inline-block; margin-top:30px;}
.ny_topbox .tit { font-size:34px; line-height:60px; font-weight:bold;}
.ny_topbox .line { display:inline-block; width:3px; height:16px; overflow:hidden; background:#000; margin:0 20px;}
.ny_topbox .tit1 { font-size:34px; font-family:Arial; text-transform:uppercase; font-weight:normal; margin-left:10px;}
.ny_topbox .des { margin:16px auto;}
/*内页导航*/
.guidebox_bg { height:64px;}
.guidebox { width:100%; height:auto; overflow:visible; margin-top:0; position:relative;}
.guidebox dt { width:100%; height:auto; overflow:hidden; text-align:center; position:absolute; top:-450px;}
.guidebox dt .tit { color:#fff; font-size:48px; line-height:48px;}
.guidebox dt .tit:after { content:'—'; display:block; text-align:center;}
.guidebox dt .tit1 { font-size:16px; color:#9c9c9c; line-height:40px;}
.guidebox dt .more { width:62px; line-height:40px; margin:0 auto; color:#fff; font-size:14px; display:block; text-transform:uppercase; margin-top:10%;}
.guidebox dt .more:before { content:''; width:62px; height:62px; display:block; background:url(../images/more_icon.png) center center no-repeat;}
/*.guidebox dt .tit1:first-letter { color:#fff; font-size:57px; font-weight:bold; margin-right:5px; font-family:Arial;}*/
.guidebox dt .line { width:45px; height:1px; margin:0 20px; background:#a0a0a0; display:inline-block; position:relative; top:-8px;}
.guidebox dt .des { position:relative; height:40px; margin-top:15px; color:#797979; font-size:20px; line-height:40px; font-family:"宋体"; font-weight:bold;}
.guidebox dt .des span { display:block; margin-top:-40px; color:#797979; font-size:20px; line-height:40px; font-family:"宋体"; font-weight:bold; position:relative; left:1px;}
.guidebox dd { padding:0 26px; min-height:128px; overflow:hidden; background:#fff; position:relative; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.guidebox dd .location { text-align:right; color:#8f8f8f; font-size:16px; float:left; line-height:128px; padding:0 35px; float:right;}
.guidebox dd .location:before { color:#d00000; font-size:22px; font-weight:bold; margin-right:10px;}
.guidebox dd .location a { color:#8f8f8f;}

.guidebox dd .sub_menu_icon { display:none;}
.guidebox dd:after { content:''; position:absolute; left:26px; right:26px; bottom:0; height:1px; background:#f2f2f2;}

.guidebox dd ul { min-height:54px; overflow:visible; margin-top:37px; text-align:left; font-size:18px; float:left;}
.guidebox dd ul li { display:inline-block; height:54px; margin:0px; line-height:49px; text-align:center; cursor:pointer; border-radius:0px; position:relative;}
.guidebox dd ul li a { display:block; height:54px; line-height:54px; color:#2e2e2e; position:relative; padding:0 20px; overflow:hidden;}
.guidebox dd ul li a:before { content:''; width:0; height:2px; background:#afafaf; position:absolute; left:50%; bottom:0px; margin-left:0px; z-index:1;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.guidebox dd ul li a:after { /*content:'|'; position:absolute; left:-10px;*/}
.guidebox dd ul li:hover,
.guidebox dd ul li.hover { color:#fff;}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a { color:#d00000; }
.guidebox dd ul li:hover a:before,
.guidebox dd ul li.hover a:before { width:27px; margin-left:-13.5px;}
.guidebox dd ul li:hover a+.subnav{ /*display:block;*/}
.guidebox dd .subnav { width:100%; height:auto; position:absolute; top:49px; left:0; display:none; overflow:hidden; z-index:999;}
.guidebox dd .subnav a { display:block; line-height:32px; height:32px; text-align:center; color:#8fec66; font-size:14px; background:none; border:0; padding:0; margin-top:1px;}
.guidebox dd .subnav a:hover,
.guidebox dd .subnav a.hover { background:#147fe6;}

.guidebox dd .subnav a:before {}


.leftbox .contact { width:100%; height:auto; overflow:hidden; position:relative; margin-top:10px;}
.leftbox .contact dt { width:100%; height:50px; overflow:hidden; position:relative; background:url(../images/guidebox_dt_line.gif) 0 bottom no-repeat;}
.leftbox .contact dt .tit { color:#030303; font-size:18px; line-height:50px; height:50px; position:relative;}
.leftbox .contact dt .line { width:100%; height:3px; overflow:visible; text-align:center; position:relative; margin:10px 0;}
.leftbox .contact dd { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dd .info { margin:30px 0; padding:10px 8px; font-size:14px; line-height:36px; color:#000; border:1px solid #dcdcdc; border-radius:5px;}
.leftbox .contact dd .info .tel { font-weight:bold; font-size:18px; color:#283890;}

.leftbox .contact_info { width:100%; height:173px; overflow:hidden; text-align:center; color:#fff; background:url(../images/product_sort_contact_info_bg.jpg) no-repeat;}
.leftbox .contact_info .tit { font-size:16px; line-height:40px; margin-top:20px;}
.leftbox .contact_info .tel { font-size:24px; line-height:40px; font-weight:bold;}
.leftbox .contact_info .faq_btn { width:137px; height:35px; line-height:35px; color:#0073bc; background:#fff; border-radius:3px; margin:10px auto; display:block;}



.leftbox .qrcodebox { width:80%; margin:0 auto; height:auto; overflow:hidden; margin-top:180px; border-top:1px solid #d1d1d1;}
.leftbox .qrcodebox .pic { width:105px; height:105px; margin:0 auto; margin-top:36px;}
.leftbox .qrcodebox .tit { font-size:12px; line-height:40px; color:#4b4b4b; text-align:center;}

.leftbox .news_box {width:100%; height:auto; overflow:hidden;}
.leftbox .news_box dt { width:100%; height:44px; overflow:hidden; position:relative; background:url(../images/guidebox_tit_bg.png) no-repeat;}
.leftbox .news_box 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;}
.leftbox .news_box dt .tit { display:inline-block; color:#fff; font-size:16px; line-height:40px; position:relative; z-index:2; margin-left:5%; font-weight:bold;}
.leftbox .news_box dd { height:auto; overflow:hidden; background:#e6f2fa; border:1px solid #d4dfe3; border-top:none; padding-bottom:20px;}
.leftbox .news_box dd .news_list { width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:20px;}
.leftbox .news_box dd .news_list li { height:24px; line-height:24px; overflow:hidden; color:#292929; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.leftbox .news_box dd .news_list li .tit { display:block; line-height:24px; height:24px; margin-left:15px; position:relative; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.leftbox .news_box dd .news_list li .tit:after { content:''; background:#d5d5d5; height:2px; width:0%; position:absolute; left:0; bottom:0;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.leftbox .news_box dd .news_list li:hover .tit:after { width:100%;}
.leftbox .news_box dd .news_list li .time { color:#292929; line-height:30px; float:right;}

/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden; background:#ececec;}
.leftbox .searchbox dt { line-height:35px; height:35px; width:100%; background:url(../images/searchbox_bg.png) no-repeat;}
.leftbox .searchbox dt .tit { color:#fff; font-size:18px; margin-left:10px;}
.leftbox .searchbox dd { width:100%; height:auto; overflow:hidden; background:#dfedf8; padding:20px 10px; padding-bottom:30px;}
.leftbox .searchbox .keys { width:150px; height:28px; position:absolute; left:6px; top:0; line-height:52px; border:0; background:none; margin-left:0;}
.leftbox .searchbox .searchbox_inputbox { width:197px; height:28px; line-height:28px; background:url(../images/searchbox_keys.png) no-repeat; position:relative;}
.leftbox .searchbox .submit { width:62px; height:52px; position:absolute; right:0; top:0; font-size:16px; border:0; background:none; cursor:pointer;}

/*详细内容显示*/
.contentbox { width:100%; height:auto; overflow:visible; /*  border:1px solid #e2e2e2; */ margin-top:0px; padding-bottom:20px;}
.contentbox dt { width:100%; height:50px; line-height:50px; overflow:hidden; position:relative; border-bottom:2px solid #237ec9; display:none;}
.contentbox dt .location { text-align:left; color:#757575; font-size:14px; float:left; background:url(../images/icon_home.png) 0 center no-repeat; padding-left:35px;}
.contentbox dt .location a { color:#757575;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:18px; position:relative; display:block; float:left; margin-right:20px; font-weight:; color:#030303; position:relative; padding:0; display:none;}
.contentbox dt .tit:before{ content:''; background:#da0e1c; width:3px; height:18px; position:absolute; top:15px; left:5px; display:none;}
.contentbox dt .tit:after{ content:''; background:#03479c; width:100%; height:3px; position:absolute; bottom:0; left:0; display:none;}
.contentbox dd { width:100%; min-height:550px; margin-top:30px; height:auto;/* margin:0 auto;*/ margin-top:20px; overflow:visible;}
.contentbox dd #content {}

/*友情链接*/
.friendlinks_bg { height:auto; overflow:hidden; background:#fff;}
.friendlinks { max-width:1200px; min-width:320px; margin:0 auto; height:auto; overflow:hidden; background:#f7f9fc; margin-top:33px; padding-bottom:6px;}
.friendlinks dt{ width:100%; height:auto; overflow:hidden; text-align:center; margin-top:10px;}
.friendlinks dt .tit { color:#0868aa; font-size:18px; line-height:40px; font-weight:bold; position:relative;}
.friendlinks dt .tit:before { content:''; width:111px; height:1px; background:#ceddf2; display:inline-block; position:relative; top:-5px; margin-right:20px;}
.friendlinks dt .tit:after { content:''; width:111px; height:1px; background:#ceddf2; display:inline-block; position:relative; top:-5px; margin-left:20px;}
.friendlinks dt .line { width:111px; height:1px; background:#ceddf2; display:inline-block;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0;}
.friendlinks dd .linklist { width:100%; line-height:35px; height:auto; overflow:hidden; text-align:center;}
.friendlinks dd a { display:inline-block; font-size:14px; line-height:35px; padding:0; margin:0 4px; text-align:center; background:#fff; border:1px solid #bfd5e6; color:#747474; position:relative; border-radius:0px; overflow:hidden;}
.friendlinks dd a:before { /*content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#ef0924;*/
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.friendlinks dd a:hover { border:1px solid #0868aa;} 

.footer_nav_box { width:100%; height:auto; float:left; margin-top:40px;}
.footer_nav { width:25%; height:auto; overflow:hidden; float:left;}
.footer_nav .tit { margin-left:24px; color:#fff; font-size:20px; line-height:40px; font-weight:bold;}
.footer_nav .list { margin-left:24px; height:auto; overflow:hidden; color:#a9a9a9; line-height:30px; font-size:16px; margin-top:30px;}
.footer_nav .list a { width:100%; color:#a9a9a9; line-height:27px; display:block;}
.index .footer_bg  { display:none;}
.footer_bg { height:auto; overflow:hidden; min-height:373px; background:#242424; position:relative;}
.section_footer_bg { height:106px; overflow:hidden; background:#242424; position:relative;}
.section_footer_bg .footerbox { margin-top:0;}
.footerbox { max-width:1440px; min-width:320px; height:auto; margin:0 auto; margin-top:40px; height:auto; overflow:visible;}
.footer { color:#197db9; position:relative; height:auto; padding-left:390px; padding-right:403px;}
.footer a { color:#95b4da;}
.footer .contact_info { width:377px; height:auto; line-height:24px; float:left; margin:0 0 0 -390px; position:relative; }
.footer .contact_info li { width:100%; height:auto; overflow:hidden; color:#7c7c7c; font-size:16px; line-height:24px; margin:20px 0;}
.footer .contact_info li:nth-child(1) .icon { top:10px;}
.footer .contact_info li .tel { color:#fff; font-size:30px; font-weight:bold; line-height:50px; margin-top:-10px;}
.footer .contact_info li .email { line-height:50px;}
.footer .contact_info li .icon { line-height:51px; float:left; margin-right:30px; text-align:left; position:relative;}
.footer .contact_info a { color:#7c7c7c;}
.footerbox .contact_title { font-size:115px; line-height:115px; font-family:'Microsoft YaHei'; font-weight:bold; text-transform:uppercase; color:#272727; text-align:center;}
.footer .feedback { width:100%; height:auto; overflow:hidden; float:left; text-align:center; position:relative; margin-top:-80px; float:left;}
.footer .feedback .tit { font-size:30px; height:60px; line-height:60px; color:#fff;}
.footer .feedback .feed_back { margin-top:20px;}
.footer .feedback .input { width:100%; flex:0 0 100%; height:58px; line-height:58px; text-indent:30px; font-size:18px; background:#2f2f2f; color:#fff; position:relative; border:0; margin-top:14px;}
.footer .feedback .submit{ width:141px ; height:47px; line-height:47px; background:#f5b711; text-align:center; border:0; font-size:16px; color:#000; margin-top:20px; cursor:pointer;}
.footer .feedback .submit:hover { background:#4d9b36; color:#fff;}

.footer .info { margin-top:40px; height:auto; overflow:visible; position:relative; z-index:1;}
.footer .info .tit{ font-size:20px; line-height:40px; color:#fff; font-weight:bold;}
.footer .info .text { line-height:30px; font-size:15px; color:#fff; margin-top:20px;}
.footer .info .qlink { margin-right:50px; height:auto; overflow:visible; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:flex-start;}
.footer .info .qlink a { display:inline-block; position:relative; flex:0 0 20%;}
.footer .info .qlink a .qrcode_pic { width:80px; height:auto; overflow:hidden; position:absolute; left:50%; margin-left:-40px; bottom:40px; display:none;}
.footer .info .qlink a .qrcode_pic img { max-width:100%; width:auto;}
.footer .info .qlink a .qrcode_tit { width:100%; color:#fff; line-height:20px; height:20px; text-align:center;}
.footer .info .qlink a:hover .qrcode_pic { }
.footer .info .search { width:300px; height:50px; line-height:50px; background:none; color:#fff; margin-left:0; margin-top:30px; font-size:16px; position:relative; float:left; border:1px solid #ccc; position:relative;}
.footer .info .search .input{ display:block; line-height:50px; width:80%; height:50px; color:#fff; background:none; border:0; padding-left:20px;}
.footer .info .search .sbumit { content:''; display:block; width:22px; height:22px; position:absolute; right:10px; top:15px; background:url(../images/icon_search_up.png) right center no-repeat; cursor:pointer; border:0;}

.footer .info .search .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; font-size:14px;
}
.footer .info .search .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff; font-size:14px;
}
.footer .info .search .input:-ms-input-placeholder{
    color: #fff; font-size:14px;
}
.footer .info .search .input::-webkit-input-placeholder{
    color: #fff; font-size:14px;
}

.footer .info .text .tel { font-weight:bold; font-size:24px; color:#fff;}
.footer .info .qrcode { width:100%; height:auto; overflow:hidden; margin-top:100px;}
.footer .info .qrcode .pic { width:102px; height:102px; overflow:hidden; float:left;}
.footer .info .qrcode .tit { color:#afafaf; line-height:24px; float:left; font-size:14px; margin-left:20px; margin-top:60px;}

.footer .telbox { width:50%; color:#fff; position:relative; float:left; margin-top:50px;}
.footer .telbox .lab { font-size:18px; line-height:20px;}
.footer .telbox .tel { font-size:30px; line-height:50px; font-family:Arial; font-weight:bold;}

.footerbox .footer_links { width:100%; line-height:76px; font-size:16px; text-align:center;}
.footerbox .footer_links a { color:#868686; margin:0 2%;}
.footerbox .footer_links a:hover { color:#f5b711;}
/*版权*/
.copyright_bg { height:66px; line-height:66px; overflow:hidden; background:#1b1b1b; text-transform:uppercase;}
.copyright { max-width:1440px; min-width:320px; height:66px; line-height:66px; margin:0 auto; overflow:hidden; color:#414141; font-size:14px; text-align:center;}
.copyright a { color:#414141;}

.footerbox .qrcodebox { width:395px; height:auto; overflow:hidden; float:right; margin:12px -403px 0 0;}
.footerbox .qrcodebox .qrcode { width:48%; height:auto; float:left; background:#2f2f2f; margin-left:2%;}
.footerbox .qrcodebox .qrcode .pic { height:auto; margin:15px; margin-bottom:0;}
.footerbox .qrcodebox .qrcode .tit { width:100%; text-align:center; height:32px; line-height:32px; color:#7c7c7c; font-size:14px;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { float:right;}

.index .footerbox { width:auto; max-width:100%;}
.index .footer_bg { height:auto; min-height:106px; overflow:hidden; background:#414141; z-index:1;}
.index .footer { padding-right:355px; padding-left:0; margin:0 5%;}
.index .footer a { color:#fff;}
.index .footer .logobox { margin:0px -355px 0 0; color:#787878; float:right;}
.index .footer .logobox:after { background:none;}
.index .footer .logobox .tit { font-size:24px; line-height:106px;}
.index .footer .logobox .tit1 { font-size:16px; line-height:20px;}
.index .footer .info { width:100%; float:left; font-size:16px; color:#787878; line-height:106px; margin-top:0;}
.index .footer .info a {  color:#787878;}
/*自定义新闻列表样式*/
.contentbox dd .news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd .news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd .news_list li.ml0 { margin-left:0;}
.contentbox dd .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 .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 .news_list li:hover img {
	-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;
}
.contentbox dd .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 .news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd .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 .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 .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 .news_list li .pic { overflow:hidden; display:block;}
.contentbox dd .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 .news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd .news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd .news_list li:hover .tit { color:#05adb8; font-weight:bold;}


@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {
	
}
/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*表单表格*/
.form_table{padding:25px 0 50px 20px; font-size:14px;}
.form_table td{ color:#666; border:0;}
.form_table td p{ line-height:20px; height:20px;}
.form_table .submit {background:#FF4001; border-radius:2px; width:170px; height:40px; text-align:center; line-height:30px; color:#fff; border:0; font-size:16px; font-weight:bold; cursor:pointer;}
/*表单控件控制*/
.num{font-family:"Arial";}
.num1{font-family:Verdana, Arial, Helvetica, sans-serif}
.num5{font-family:"微软雅黑";}
.strong{font-weight:bold;}
.normal{font-weight:normal;}
.aright{text-align:right;}
.aleft{text-align:left;}
.xuxian{border-bottom:1px dashed #ddd;}
.xuxian1{border-bottom:1px dotted #ddd;}
.inputall{height:28px; line-height:28px; border:1px #ddd solid; padding:2px 5px; font-size:14px; background:#fefefe}
.inputall30{border:1px #bababa solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; height:30px; line-height:30px; font-size:16px;}
.inputselect{line-height:22px; border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.textarea{border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.input60{width:60px;}
.input100{width:100px;}
.input150{width:150px;}
.input200{width:200px;}
.input250{width:250px;}
.input300{width:300px;}
.input350{width:350px;}
.input400{width:400px;}
.input500{width:500px;}
.input550{width:550px;}
.input600{width:600px;}
.input650{width:650px;}
.inputfix{vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
/*分页样式*/
.fenye{ width:100%; margin:30px 0%; text-align:center; height:43px; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.fenye a { font-size:16px;}
.fenye a:first-child { min-width:86px;}
.fenye a:last-child { min-width:86px;}
.fenye a { border:1px #a7a7a7 solid; color:#242424; background:#fff;display:inline-block; min-width:50px;  height:41px; line-height:41px; padding:0 0; font-weight:normal; margin-right:8px; border-radius:2px;}
.fenye a:hover,.fenye .sel{ background:#c40e14; color:#fff; border:1px #ce0615 solid;}
.fenye .sel{ font-weight:bold;}
/*chrome  浏览器滚动条的美化 */
/*::-webkit-scrollbar-track-piece {width:8px;background-color:#f4f4ff;}
::-webkit-scrollbar { width:8px; background-color:#f00;}
::-webkit-scrollbar-thumb { width:8px; height:50px; background-color:#999;}
::-webkit-scrollbar-thumb:hover { width:8px; background-color:#bb1818;}*/

/*.swiper-button-prev { background:url(../images/swiper-button-prev.png); width:58px; height:58px;}
.swiper-button-next { background:url(../images/swiper-button-next.png); width:58px; height:58px;}*/