﻿@charset "utf-8";

@font-face {font-family:abd; src:url("DJBTHISMOMENT.ttf");}

@font-face {font-family:ArgentumSans-Regular; src:url("ArgentumSans-Regular.ttf");}
@font-face {font-family:ArgentumSans-Medium; src:url("ArgentumSans-Medium.ttf");}
@font-face {font-family:ArgentumSans-Light; src:url("ArgentumSans-Light.ttf");}
@font-face {font-family:ArgentumSans-Light_0; src:url("ArgentumSans-Light_0.ttf");}
@font-face {font-family:ArgentumSans-Lightbd_0; src:url("ArgentumSans-Lightbd_0.ttf");}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	font-family:"ArgentumSans-Light";
}
a{ text-decoration:none;
font-family:"ArgentumSans-Light"}
a:hover{ color:#fb6800;font-family:"ArgentumSans-Light"}
img{ border:none; text-indent:0px;}
ul{list-style:none; margin:0; padding:0;font-family:"ArgentumSans-Light"}
li{list-style:none; margin:0; padding:0;font-family:"ArgentumSans-Light"}
.gangan:hover{-webkit-animation-name:bounce;animation-name:bounce;}
.gangan2:hover{-webkit-animation-name:shake;animation-name:shake;}
.gangan3:hover{-webkit-animation-name:rubberBand;animation-name:rubberBand;}
.zongcaidan a{font-size:14px; color:#353535; line-height:40px; background-color:#FFFFFF; height:40px; display:block; }
.zongcaidan a:hover{ color:#FFFFFF; background-color:#615d60;}
.zicaidan a{font-family:"ArgentumSans-Light"; font-size:14px; color:#efefef; text-align:center;}
.zicaidan a:hover{ font-size:16px;}
.transparent_class {filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7; opacity: 0.7;}
.clear { clear:both;}

.pangslow{transition:all 0.2s linear;}
.pangimg{transition: all 0.6s linear;}
.pangimg:hover{transition: all 0.6s linear; transform: scale(1.1);}

.wenzhangtitle1{color:#000000; line-height:40px; height:40px; overflow:hidden; font-size: 18px;font-weight:bold;padding-bottom:1px; text-align:center;font-family:"ArgentumSans-Light"}

.wenzhangphoto1{ width:100%; text-align:center; margin:20px auto 20px;}
.wenzhangphoto1 img{margin:auto; display:block; max-width:100%; height:auto;}


#baodingwei{ position:fixed; margin:auto; left:0; right:0; top:0; z-index:9999; background:#FFFFFF;}

	
.our-team{
		overflow: hidden;
		border-radius: 50%;
		position: relative;
		margin-top:30px; 
		margin-bottom:30px;
	}
	.our-team img{
		width: 100%;
		height: auto;
		position: relative;
		right: 0;
		transition: all 0.4s ease-in-out 0s;
	}
	.our-team:hover img{
		right: 60%;
	}
	.our-team .team-content{
		width: 80%;
		height: 100%;
		background:#6fa037;
		padding: 20% 30px 0;
		position: absolute;
		top: 0;
		right: -80%;
		transition: all 0.4s ease-in-out 0s;
	}
	.our-team .team-content a{ color:#fff;}
	.our-team .team-content a:hover{ color:#fff;}
	.our-team:hover .team-content{
		right: 0;
	}	
	
	.pangtitle{ line-height:25px; height:25px; margin-bottom:20px; overflow:hidden;}
	.pangtitle a{ font-size:16px;  font-family:"ArgentumSans-Light"; font-weight:bold;}
	.pangcontent{ font-size:14px; line-height:20px; height:100px; overflow:hidden; font-family:"ArgentumSans-Light"; color:#fff;}



.more1-js{width:130px; height:38px; line-height:38px; color:#FFFFFF; margin:5px auto 0; background:#6fa037; overflow:hidden; z-index:1; position:relative; text-align:center;}
.more1-js:after{content: ""; position: absolute; top:0; left:0; width:500%; height:1000%; background:#84b946; z-index:-1; transform-origin:0% 0%; transform:translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg); /transform: translateY(10%) translateX(16%) rotate(-45deg); transition: transform .3s;}
.more1-js:hover::after{transform: translateY(10%) translateX(-25px) rotate(-45deg);}

.more2-js {
width:130px; height:38px;
line-height:38px;
text-align:center;
margin:10px auto 70px;
  border: none;
  background: transparent;
  color: #333;
  position:relative;
  
}
.more2-js span {
  position: absolute;
  background-color: #6fa037;
  display: block;
  transition: all 200ms;
}
.more2-js .line1,
.more2-js .line3 {
  height: 2px;
  width: 20px;
}
.more2-js .line2,
.more2-js .line4 {
  height: 20px;
  width: 2px;
}
.more2-js .line1,
.more2-js .line2 {
  top: 0;
  right: 0;
}
.more2-js .line3,
.more2-js .line4 {
  bottom: 0;
  left: 0;
}
.more2-js.reverse .line1,
.more2-js.reverse .line3 {
  width: 100%;
}
.more2-js.reverse .line2,
.more2-js.reverse .line4 {
  height: 100%;
}
.more2-js:hover,
.more2-js:active {
  background-color: transparent;
  color:#6fa037;
}
.more2-js:hover .line1,
.more2-js:active .line1,
.more2-js:hover .line3,
.more2-js:active .line3 {
  width: 100%;
}
.more2-js:hover .line2,
.more2-js:active .line2,
.more2-js:hover .line4,
.more2-js:active .line4 {
  height: 100%;
}
.more2-js:hover.reverse .line1,
.more2-js:active.reverse .line1,
.more2-js:hover.reverse .line3,
.more2-js:active.reverse .line3 {
  width: 20px;
}
.more2-js:hover.reverse .line2,
.more2-js:active.reverse .line2,
.more2-js:hover.reverse .line4,
.more2-js:active.reverse .line4 {
  height: 20px;
}


.more3-js {position:relative; text-align:center; width:130px; margin:5px auto 50px; height:38px; line-height:38px; overflow:hidden; position:relative; z-index:0; color:#fff;}
.more3-js.raised {-moz-transition: all 0.1s; -o-transition: all 0.1s; -webkit-transition: all 0.1s; transition: all 0.1s; background: #6fa037;}
.more3-js.raised:active {background: #515151; box-shadow: 0px 1px 1px #063e6b;}
.anim{ -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1;}
.anim:before {position: relative; content: ''; display: block; margin-top: 100%;}
.anim:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%;}
.clickable .toggle:checked + .anim{-moz-animation: anim-in 0.75s; -webkit-animation: anim-in 0.75s; animation: anim-in 0.75s;}
.clickable .toggle:checked + .anim:after{-moz-animation: anim-in-pseudo 0.75s; -webkit-animation: anim-in-pseudo 0.75s; animation: anim-in-pseudo 0.75s;}
.clickable .toggle:not(:checked) + .anim{-moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s;}
.clickable .toggle:not(:checked) + .anim:after{-moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s;}
.hoverable:hover > .anim {-moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s;}
.hoverable:hover > .anim:after {-moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s;}
@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
  }
  
  

.wid { width:90%;}
.anniu { border:1px solid #aaaaaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset; border-radius:0.6em 0.6em 0.6em 0.6em; background:linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9; color:#333333;}
.paa { padding:10px;}
.mb { margin-bottom:10px;}
.text_c{text-align:center;}
.pa { padding:5px;}

.prdoc1 .stop .plt .dl1{cursor: pointer;margin-bottom: 4px;}
.prdoc1 .stop .plt .dl1 dt{line-height: 78px;border:1px solid #ddd;padding: 0 20px 0 30px;background: #fff;color: #444;margin-bottom: 4px;}
.prdoc1 .stop .plt .dl1 dt .img{display: block;float: right;margin-top: 10px;position: relative;}
.prdoc1 .stop .plt .dl1 dt .img img{display: block;}
.prdoc1 .stop .plt .dl1 dt .img img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 2;opacity: 0;}
.prdoc1 .stop .plt .dl1 dt.act{background: #da251d;color: #fff;}
.prdoc1 .stop .plt .dl1 dt.act .img img:nth-child(1){opacity: 0;}
.prdoc1 .stop .plt .dl1 dt.act .img img:nth-child(2){opacity: 1;}
.prdoc1 .stop .plt .dl1 dd{border:1px solid #ddd;margin-bottom: 4px;display: none;}
.prdoc1 .stop .plt .dl1 dd .dtp{line-height: 60px;padding: 0 20px 0 30px;background: #fff url(../img1/jia.png) 95% center no-repeat;background-size: 12px;}
.prdoc1 .stop .plt .dl1 dd .dtp.act{background: #fff url(../img1/jian.png) 95% center no-repeat;background-size: 12px;color: #d9251c;}
.prdoc1 .stop .plt .dl1 dd .dtp8{line-height: 60px;padding: 0 20px 0 30px;background: #fff url(../img1/jian.png) 95% center no-repeat;background-size: 12px;}
.prdoc1 .stop .plt .dl1 dd .dbt{display:none ;}
.prdoc1 .stop .plt .dl1 dd .dbt.act{display:block ;}
.prdoc1 .stop .plt .dl1 dd .dbt a{display: block;line-height: 60px;border-top: 1px solid #ddd;padding: 0 20px 0 30px;background: #fff;color: #999;}
.prdoc1 .stop .plt .dl1 dd .dbt a:hover,.prdoc1 .stop .plt .dl1 dd .dbt a.act{background:#f6f6f6;color: #d9251c;}
.prdoc1 .stop .prt{width: calc(100% - 330px);float: right;}
.prdoc1 .stop .prt .nday{padding-top: 0;}
.prdoc1 .stop .prt li{width: 32%;float: left;margin-right: 2%;margin-bottom: 2%;background: #fff;border:1px solid #e5e5e5;position: relative;overflow: hidden;}
.prdoc1 .stop .prt li a{display: block;}
.prdoc1 .stop .prt li:nth-child(3n){margin-right: 0;}
.prdoc1 .stop .prt li:nth-child(3n+1){clear:both;}
.prdoc1 .stop .prt li .img{overflow: hidden;padding: 10px 0;width: 100%;padding-bottom: 71.8%;height: 0;}
.prdoc1 .stop .prt li .img img{margin: 0 auto;display: block; width: 75%;}







  







	

/*手机*/
 @media screen and (max-width:500px)
 {
 
 body,td,th {
	font-family:"ArgentumSans-Light"; font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
 
 .xidinggepc{ display:none;} 
 .myleft1{ display:none;} 
 .neiyetitle1{ display:none;}
 .myneiye1{ width:94%; margin:15px auto 15px;} 
 
 
#prolist1nei{ width:100%; margin:0 auto;}
#prolist1nei ul li{ width:48%;  text-align:center; float:left; padding-left:1%; padding-right:1%; padding-top:2px; padding-bottom:2px;}
.pro117{width:160px; height:140px; text-align:center; border:1px solid #ccc;}

.pro117title{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; height:30px;}
.pro117title a{ font-size:14px; color:#666;}

#prolist1neiquan{ width:99%; margin:0 auto;}
#prolist1neiquan ul li{ width:42%; text-align:center; height:140px; float:left; padding:4%;}
.pro117quan{width:100%; text-align:center; height:120px; margin-bottom:10px; border:1px solid #ccc;}
.pro117quan img{width:100%; height:120px;}
.pro117titlequan{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}


#prolist1neizhengshu{ width:99%; margin:0 auto;}
#prolist1neizhengshu ul li{ width:42%; text-align:center; height:220px; float:left; padding:4%;}
.pro117zhengshu{width:100%; text-align:center; height:200px; margin-bottom:10px; border:1px solid #ccc;}
.pro117zhengshu img{width:100%; height:200px;}
.pro117titlezhengshu{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}


#prolist1neistyle{ width:99%; margin:0 auto;}
#prolist1neistyle ul li{ width:42%; text-align:center; height:130px; float:left; padding:4%;}
.pro117style{width:100%; text-align:center; height:110px; margin-bottom:10px; border:1px solid #ccc;}
.pro117style img{width:100%; height:110px;}
.pro117titlestyle{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}
 
 .rryidong{ height:50px; background-color:#545454; text-align:center; line-height:25px; padding-top:15px; padding-bottom:15px; color:#FFFFFF; font-size:13px;}
 


.bymore1{ width:20%; height:30px; margin:5px auto 25px;}
.bymore1 img{ width:100%;}

 
 #top2{display:none;}

 .kong{ display:none;}
 .kong240{ display:none;}


#my2pro{ display:none;}

#mylabel{ width:80%; margin:0 auto; text-align:center;}
#mysearch123{ padding-top:10px;}
.input1{ color:#d0d0d0; text-align:center;}


.myneiye1a{ width:94%; margin:0 auto; margin-top:15px; margin-bottom:15px;}
.myright1aaaaa{ width:100%;}


#leileftbig{padding-top:20px; padding-left:6px;  width:96%; text-align:center; margin:0 auto;}

#leileft8{ margin:0 auto;}

#leileftbig12345{padding-top:0px; padding-left:6px;  width:96%; text-align:center; margin:0 auto;}

.bigzongcaidan{ margin:0 auto; width:100%; text-align:center;}

.zongcaidan72{ width:46%; background:#005bac; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan72 a{color:#ffffff;}
.zongcaidan71{ width:46%; background:#eaeaea; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan71 a{color:#525252;}

.zongcaidan72big{ width:100%; background:#005bac; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan72big a{color:#ffffff;}
.zongcaidan71big{ width:100%; background:#eaeaea; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan71big a{color:#525252;}

.kong7{ width:6%; float:left; line-height:32px;}
.kong77{ width:7%; float:left; line-height:32px;}
#leileft{ padding-left:12px;}
.huixian1{ height:1px; background:#e1e1e1; width:100%; margin:25px auto 25px;}
.signup{ width:94%; margin:0 auto; text-align:left; line-height:30px; font-size:16px; color:#767676;}

#yidongqiehuan{ width:98%; margin:0 auto;}
#yidongqiehuan ul li{ width:48%; padding-left:1%; padding-right:1%; margin-bottom:2px; float:left;}
#yidongqiehuan ul li img{ width:100%;}
.line01{ height:1px; width:100%; background:#e1e1e1;}

.zicaidan71{ width:45%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}
.zicaidan72{ width:45%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}

.zicaidan71big{ width:99%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}
.zicaidan72big{ width:99%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}

#huidian1{ width:92%; height:10px; line-height:10px; background:url(../img1/huidian1.jpg) repeat-x center; margin:0 auto;}

#pcqiehuan{ display:none;}
#pcbannerneiye { display:none;}

 .img-scroll7 {margin:65px auto 25px; width:100%; text-align:center;}
 .img-list7 {}
 .img-list7 ul {}
 .img-list7 li {  width:90%; margin:0 auto; text-align:center;}
 .img-list7myimg{  width:92%; margin:0 auto;}
 .img-list7myimg img{ width:100%;}
 .img-list7myword{width:94%; margin:0 auto 20px;}
 .img-list7mywordaaaaa{  margin:0 auto; font-size:18px; color:#333; height:40px; text-align:center; line-height:40px; padding-top:10px; padding-bottom:0px;  text-indent:0em; overflow:hidden;}
 .img-list7mywordbbbbb{  margin:0 auto; text-align:center; height:120px; line-height:30px; margin-top:0px; margin-bottom:0px; font-size:15px; color:#666; text-indent:0em; overflow:hidden;}
 
 
/* 单个图片的总宽度（比单个图片大一点）、总高度  3333333333333 */

 .img-scroll7pan { position:relative; margin:10px auto 50px; width:337px; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:0px;cursor:pointer; padding-top:150px;}
 .img-scroll7pan .prev7pan img{ width:30px; height:52px;}
 .img-scroll7pan .next7pan { right:0px;cursor:pointer; padding-top:150px;}
 .img-scroll7pan .next7pan img{ width:30px; height:52px;}
 .img-list7pan { position:relative; width:228px; height:338px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:228px; height:338px; text-align:center;}
 .img-list7panmyimg{  width:228px; height:338px;}
 .img-list7panmyimg img{ width:228px; height:338px;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */

.toprotitle000{ height:675px; background:#f4f5f7;}
.toprotitle{ width:300px; margin:0 auto; padding-top:25px; text-align:center; height:27px; line-height:27px; font-family:"ArgentumSans-Light"; font-size:17px; color:#3468a1;}
.toprotitleen{ margin:0 auto; text-align:center; height:26x; line-height:26px; font-family:"ArgentumSans-Light"; font-size:13px; color:#888;}

.manjianjiebg{ width:100%; height:430px; background:url(../img1/manjianjiebg1.jpg) no-repeat center; background-size:100% 100%;}
.mantitle1{ width:45%; margin:0 auto; padding-top:38px; padding-bottom:16px; font-size:16px; color:#114898; text-align:center; font-weight:bold;}
.mantitle2{ width:85%; margin:0 auto; height:160px; line-height:32px; overflow:hidden; text-indent:2em; font-size:14px; color:#666;}



.xwzxtitile{ width:95%; padding-left:5px; margin:0 auto; text-align:left; padding-top:42px; padding-bottom:30px;}
.xwzxtitile img{ width:100%;}
.xwzx1{ width:100%; margin:0 auto; text-align:center;}
.xwzx1 ul li{ width:89%; margin:0 auto; text-align:center;}
.xwzx2{ width:60px; height:60px; margin-right:9px; background-image:url(../img1/xwzx2.jpg); background-size:100% 100%; float:left;}
.xwzx2_1{ width:60px; color:#444444; font-size:21px; float:left;text-align:center; padding-top:10px; }
.xwzx2_2{ width:60px; color:#444444; font-size:12px; float:left;text-align:center; }
.xwzx3{ width:250px; height:16px; line-height:16px; text-align:left; overflow:hidden;}
.xwzx3 a{ font-size:14px; color:#2b2b2b;}
.xwzx4{ width:245px; font-size:13px; color:#717171; padding-top:2px; text-align:left; line-height:23px; height:46px; overflow:hidden;}
.xwzx5{ width:99%; margin-top:17px; margin-bottom:24px;}
.xwzx5 img{ width:100%;}


.lkgc0{ width:100%; height:1045px; margin:2px auto 2px;}
.lkgc1{ width:100%; height:310px;}
.lkgctitle{ width:76%; margin-top:38px; padding-left:4%;}
.lkgctitle img{ width:100%;}
.lkgc2{ width:95%; padding-left:5%; margin-top:18px; height:273px; background:url(../img1/lkgc2.jpg) no-repeat center; background-size:100% 100%;}
.lkgc2 ul li{ width:96%; padding-left:2%; padding-right:2%; height:39px; line-height:39px; overflow:hidden;}
.lkgc2 ul li a{ color:#545454; font-size:14px;}
.lkgc2 ul li a:hover{ color:#005a93; font-size:14px; padding-left:3px;}

.dongbbg{ width:100%; height:746px; margin-bottom:50px; background:url(../img1/myservicebg.jpg) no-repeat center; background-size:100% 100%;}
.dongb100{ width:96%; height:208px; margin:0 auto;}
.dongb1{ width:46%; height:208px; padding-left:2%; padding-right:2%; float:left;}
.dongb1 img{ width:100%;}
.dongbtitle{ width:59%; padding-left:3%; padding-top:40px; padding-bottom:30px;}
.dongbtitle img{ width:100%;}


.sibanglianxi1{ width:94%; margin:0 auto 50px;;}
.sibanglianxi3{ width:94%; height:20px; font-size:16px; color:#333333; font-weight:bold; text-align:left;}
.sibanglianxi2{ width:94%; height:120px; padding-left:3%; padding-right:3%; margin-top:28px; margin-bottom:28px; font-size:14px; line-height:30px; text-align:left;}
.sibanglianxi22{width:100%; font-size:14px; line-height:24px; text-align:left;}
.sibanglianxi4{ width:100%; font-size:14px; color:#ff6600; font-weight:bold; text-align:left;}

.runprotitle{ width:300px; margin:0 auto; padding-top:65px; text-align:center; height:33px; line-height:33px; font-family:"ArgentumSans-Light"; font-size:26px; color:#323232; font-weight:bold;}
.runprotitleen{width:300px; margin:0 auto; text-align:center; height:20px; line-height:20px; font-family:"ArgentumSans-Light"; font-size:15px; color:#7a7a7a;}
.runlittleimg{width:217px; height:31px; margin:15px auto 30px;}


.runzhuanli00{ background:#f1f3f6; height:520px;}
.runprotitle{ width:300px; margin:0 auto; padding-top:28px; text-align:center; height:25px; line-height:25px; font-family:"ArgentumSans-Light"; font-size:16px; color:#323232;}
.runprotitleen{width:300px; margin:0 auto; text-align:center; height:15px; line-height:15px; font-family:"ArgentumSans-Light"; font-size:13px; 

color:#7a7a7a;}
.runlittleimg{width:217px; height:31px; margin:2px auto 13px;}


.runnewsbg0{ width:96%; margin:0 auto;}
.runnewsbg0 ul li{width:100%; height:56px; }
.runnews111{ display:none;}

.runnews222{ height:56px; padding-left:26px; background:url(../img1/runnewsimg123.jpg) no-repeat 10px 8px;}
.runnews222a{ width:100%; height:28px; line-height:28px; overflow:hidden;}
.runnews222a a{ font-size:15px;}

.runnews222b{ width:100%; height:28px; overflow:hidden; line-height:28px;}
.runnews222b a{ font-size:13px;}

.runmore3{ width:26%; margin:5px auto 0;}
.runmore3 img{ width:100%;}


.kangfenleititle{ width:38%; margin:25px auto 20px;}
.kangfenleititle img{ width:100%;}
.kangfenlei1{ width:100%; margin:0 auto 9px;}
.kangfenlei1 ul li{ width:46%; height:225px; padding-top:25px; padding-left:2%; padding-right:2%; float:left}

.kangtitle2{width:100%; height:25px; line-height:5px; text-align:center; font-family:"ArgentumSans-Light"; font-weight:bold; color:#666;}
.kangimg1{ width:95%; margin:0 auto; padding-bottom:10px;}
.kangimg1 img{ width:100%}
.kangtitle1{ width:100%; height:75px; line-height:25px; text-align:center; overflow:hidden; }
.kangtitle1 a{color:#666; font-size:14px;}

.wenzhangcontent1{ width:94%; margin:0 auto 20px; line-height:30px; text-indent:2em; font-size:15px; color:#666;}
.wenzhangcontent1 img{margin:auto; display:block; max-width:100%; height:auto;}



.yangtitlenews{ font-size:14px; height:20px; font-family:"ArgentumSans-Light"; width:300px; text-align:center; margin:0 auto; padding-top:28px; padding-bottom:15px;}
.yangnewstwo{ width:84%; height:33px; margin:0 auto;}
.yangbuliang {BACKGROUND-IMAGE: url(../img1/yangsecond.jpg); background-repeat:no-repeat; WIDTH: 48%; HEIGHT: 33px; line-height:33px; font-size:11px; color:#000000; text-align:center; float:left; background-size:100% 100%;}
.yangliang {BACKGROUND-IMAGE: url(../img1/yangfirst.jpg); background-repeat:no-repeat; WIDTH: 48%; HEIGHT: 33px; line-height:33px; font-size:11px; color:#FFFFFF; text-align:center; float:left;background-size:100% 100%;}
.yangnewszhong{ width:12px; height:33px; float:left;}

 .news1cap{ width:94%; margin: 20px auto 10px;}
   #pangnews11{ width:22%; margin:0 auto; margin-top:24px;}
   #pangnews11 img{ width:100%;}
   
   .pangnews11-1{ width:90%; margin:0 auto;} 
 .pangnews11-1aa{ width:90%; margin:0 auto;}
 .monthday111{ font-size:20px; color:#000; padding-left:20px; float:left; background:url(../img1/yellow1.jpg) left no-repeat;}
 .year111{ font-size:14px; font-weight:bold; color:#e8494e; float:left; padding-left:12px; padding-top:7px;}
 .pangnewswordtitle111{ margin-top:16px; height:22px; line-height:22px; overflow:hidden;}
 .pangnewswordtitle111 a{font-size:16px; font-family:"ArgentumSans-Light"; color:#333;}
 .pangnewsword111{ margin-top:5px; font-size:14px; line-height:26px; height:78px; overflow:hidden; font-family:"ArgentumSans-Light"; color:#888; margin-bottom:9px;}
 .newstitleimg1 img{ width:100%; margin:0 auto 30px;}
 .more111{ width:35%; margin: 15px auto 30px;}
 .more111 img{ width:100%;}
  .allnet1{ width:94%; margin:0 auto; padding-top:23px;}
 .allnet1 img{ width:100%;}
 
  .ruinewstotal1{ width:90%; margin:0 auto;}
.ruinewsleft1{ display:none;}
.ruinewsright1{width:100%; height:350px;}
.ruinewsli{ width:96%; margin:8px auto 0; height:350px;}
.ruinewsli ul li{ width:100%; height:70px; padding-top:10px; padding-bottom:25px;}
.ruinewslititle{ height:35px; line-height:35px; overflow:hidden;}
.ruinewslititle a{ font-size:16px; color:#333;}
.ruinewslicontent{ height:65px;font-size:14px; line-height:21px; color:#888; overflow:hidden;text-indent:0em;}


.yangyangtitlepro0{ height:800px; background:#f5f5f5;}
.yangyangtitlepro{ font-size:14px; height:20px; font-family:"ArgentumSans-Light"; width:300px; text-align:center; margin:0 auto; padding-top:28px; padding-bottom:2px;}
.yangyangtitlebiao{ width:14%; margin:0 auto;}
.yangyangtitlebiao img{ width:100%;}
.yangyangpro111{ width:96%; margin:0 auto; padding-top:22px;}
.yangyangpro111 ul li{ width:46%; margin-left:2%; margin-right:2%; margin-bottom:15px; background:url(../img1/yangblackprobg8.jpg) no-repeat center; background-size:100% 100%; float:left;}
.yangyangpro111img{ width:98%; margin:1px auto 0;}
.yangyangpro111img img{ width:100%; height:130px;}
.yangyangpro111li{ width:100%; padding-top:4px; padding-bottom:4px; margin:0 auto; text-align:center; height:12px; line-height:12px;}
.yangyangpro111li a{ font-size:10px; color:#FFFFFF;}
.yangyanpromore{ width:144px; height:42px; margin:40px auto 0;}
.yanpromore{ width:28%; margin:5px auto 0;}
.yanpromore img{ width:100%;}

.xdgjianjie0{ width:100%; margin:0 auto;}
.xdgjianjie0img{ display:none;}
.xdgjianjie0word{ width:100%;}

.everymyxdgnewsbg000{ width:100%;}
.everymyxdgnewsbg{ width:100%; height:355px; margin:0 auto 20px; padding-top:30px; text-align:center; background:#f6f6f6;}

.everymyxdgnewsimg{ width:85%; margin:0 auto;}
.everymyxdgnewsimg img{ width:100%;}
.everymyxdgnewsword{ width:85%; margin:0 auto;  padding-top:15px;}
.everymyxdgnewsword1{ width:100%; padding-top:4px; height:40px; line-height:40px; overflow:hidden;}
.everymyxdgnewsword1 a{font-size:16px; color:#db9f01; font-weight:bold;}
.everymyxdgnewsword2{ width:100%; height:52px; padding-top:2px; padding-bottom:5px; line-height:26px; font-size:13px; color:#898886; overflow:hidden;}
.everymyxdgnewsdate{ width:85%; margin:0 auto; height:25px; padding-bottom:45px;}
.everymyxdgnewsdate1{text-align:left; padding-left:8px; padding-right:8px; height:25px; line-height:25px; color:#a9a9a9; font-family:ArgentumSans-Light; font-size:15px; float:left;}
.everymyxdgnewsdate2{text-align:left; height:25px;  line-height:25px; color:#a9a9a9; font-family:ArgentumSans-Light; font-size:15px; float:left;}


.mysan{ width:100%; margin:0 auto; height:35px; line-height:35px;}
.first11{ width:4%; padding-top:14px; height:21px; line-height:35px; text-align:left; float:left;}
.first11 img{ width:3px; height:5px;}
.second11{ width:60%; height:35px; line-height:35px; text-align:left; float:left; overflow:hidden;}
.second11 a{ font-size:15px; color:#666;}
.third11{ width:36%; height:35px; line-height:35px; font-size:15px; color:#666; text-align:right; float:left;}


.mysan-haveleft{ width:100%; margin:0 auto; height:35px; line-height:35px; float:left;}
.first11-haveleft{ width:4%; padding-top:8px; height:26px; line-height:35px; text-align:left; float:left;}
.first11-haveleft img{ width:5px; height:5px;}
.second11-haveleft{ width:60%; height:35px; line-height:35px; text-align:left; float:left; overflow:hidden;}
.second11-haveleft a{ font-size:15px; color:#666;}
.third11-haveleft{ width:36%; height:35px; line-height:35px; font-size:15px; color:#666; text-align:right; float:left;}


.wenzhangline1{background:#dfdfdf; height:1px; margin:1px auto 1px;}

#prolist1nei-haveleft{ width:99%; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:42%; text-align:center; height:140px; float:left; padding:4%;}
.pro117-haveleft{width:100%; text-align:center; height:120px; margin-bottom:10px; border-bottom:1px #CCCCCC solid;border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
.pro117-haveleft img{width:100%; height:120px;}
.pro117title-haveleft{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}
.pro117title-haveleft a{ color:#666;}

.renyingshititle{ width:22%; margin:30px auto 0px;}
.renyingshititle img{ width:100%;}
.renyingshititleword{ width:85%; height:40px; line-height:20px; text-align:center; margin:10px auto 13px; color:#666;}

.renyingshititlehui{ width:22%; margin:18px auto 0px;}
.renyingshititlehui img{ width:100%;}
.renyingshititlewordhui{ width:85%; height:40px; line-height:20px; text-align:center; margin:10px auto 13px; color:#666;}

.renyingshicontent{ width:94%; margin:0 auto 17px;}
.renyingshicontent img{ width:100%;}
.renlanmubg000{ background:url(../img1/renlanmubg.jpg) no-repeat center; background-size:100% 100%; height:500px;}
.renlanmubg{ width:100%; height:500px; margin:0 auto;}
.renlanmumore{ width:33%; margin:0 auto;}
.renlanmumore img{ width:100%;}
.renlanmutitle1{ width:22%; margin:0 auto; padding-top:30px; padding-bottom:7px;}
.renlanmutitle1 img{ width:100%;}
.renlanmu111{ width:273px; height:15px; margin:10px auto 20px;}
.renlanmu222{ width:259px; height:15px; margin:10px auto 10px;}
.renlanmu333{ width:86%; margin:0 auto; line-height:28px; font-size:14px; color:#333;}

.renlanmuyuan{ width:70%; display:none;}


.renshipin012{width:94%; margin:0 auto;}
.renshipin1{ width:100%;}
.renshipin1 img{ width:100%;}
.renshipin2{ background:#f8f8f8; width:100%;}


.renshipin2en{ text-align:center; line-height:30px; padding-top:30px; font-size:16px; color:#666;}
.renshipin2title{text-align:center; line-height:31px; font-size:15px; color:#000;}
.renshipin2content{line-height:24px; width:97%; margin:0 auto; font-size:14px; color:#666;}
.renshipin2more{ width:28%; margin:12px auto 0px;}
.renshipin2more img{ width:100%;}

.renshipin034{width:94%; margin:0 auto;}
.renshipin3{background:#f8f8f8; width:100%;  padding-top:13px;}

.renshipin3en{ text-align:center; line-height:30px; padding-top:15px; font-size:16px; color:#666;}
.renshipin3title{text-align:center; line-height:31px; font-size:15px; color:#000;}
.renshipin3content{line-height:24px; width:97%; margin:0 auto; font-size:14px; color:#666;}
.renshipin3more{ width:28%; margin:12px auto 0px; padding-bottom:30px;}
.renshipin3more img{ width:100%;}

.renshipin4{ width:100%; margin:0 auto 30px;}
.renshipin4 img{ width:100%;}

.dianschool1{ width:55%; margin:30px auto 18px;}
.dianschool1 img{ width:100%;}
.dianschool2{ width:93%; line-height:26px; margin:0 auto 18px; color:#666; text-indent:2em;}

.dianjiang0{ width:100%;}
.dianjiang1{ width:55%; margin:25px auto 25px;}
.dianjiang1 img{ width:100%;}
.dianjiang2{ width:52%; margin:5px auto 25px;}
.dianjiang2 img{ width:100%;}

.dianqianyue0{ height:320px; background:#f96a0e;}
.dianqianyue1{ width:94%; margin:0 auto; padding-top:35px;}
.dianqianyue1 ul li{ width:46%; margin-left:2%; margin-right:2%; margin-bottom:11px; float:left;}
.dianqianyue1 ul li img{ width:100%;}

.dianstory1{ width:76%; margin:33px auto 13px;}
.dianstory1 img{ width:100%;}



.dianstoryimg0{ width:94%; margin:0 auto 25px; padding-top:15px;}
.dianstoryimg0 ul li{width:46%; margin-left:2%; margin-right:2%; margin-bottom:11px; float:left;}
.dianstoryimg0 ul li img{ width:100%;}

.dianbigthings0{ height:380px; background:#f7f7f7; }
.dianbigthings1{ width:50%; padding-top:30px; padding-bottom:15px; margin:0 auto;}
.dianbigthings1 img{ width:100%;}

.dianbigthingsbg1{ width:94%; margin:0 auto; height:290px; background:url(../img1/dianbigthingsbg1.jpg) no-repeat center; background-size:100% 100%;}

.dianbigthingsmore1{ width:22%; padding-top:240px; margin:0 auto;}
.dianbigthingsmore1 img{ width:100%;}

.xijie{padding-left:25px; padding-right:20px; line-height:29px; padding-top:10px; padding-bottom:10px; font-size:13px; color:#333333; background:#f8f8f8;}
.biao1{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg1aa.jpg) no-repeat center; color:#000000; padding-left:20%; margin:0 auto; }
.biao2{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg2aa.jpg) no-repeat center; color:#FFFFFF; padding-left:20%; margin:0 auto;}
.biao3{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg3aa.jpg) no-repeat center; color:#FFFFFF; padding-left:20%; margin:0 auto;}

.lvliubg{ width:100%; margin:0 auto; background:#0974c4;}
.myname6{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}
.biaoti6{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}
.shijian61{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}

.neirong6bgbg{width:100%; margin:0 auto; padding-top:12px; padding-bottom:12px; background:#f6fafd; font-size:14px; color:#333;}
.neirong6aaa{ width:92%; padding-left:8%; background:#f6fafd; line-height:30px; font-size:14px; color:#333;}
.neirong6bbb{ width:88%; padding-left:8%; padding-right:4%; background:#f6fafd; line-height:30px; font-size:14px; color:#333;}

.shijianbgbg{ width:100%; margin:0 auto; background:#e3f1fc;}
.shijian62{width:92%; padding-left:8%; line-height:38px; color:#333; font-size:14px;}


.herwid { width:60%;}
.heranniu { border:1px solid #aaaaaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset; border-radius:0.6em 0.6em 0.6em 0.6em; background:linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9; color:#333333;}
.herpaa { padding:10px;}
.hermb { margin-bottom:10px;}
.hertext_c{text-align:center;}
.herpa { padding:5px;}
.hertwotwo{ width:100%; margin:0 auto 40px; text-align:center; }
.baohantitle{margin:8px auto 10px; text-align:left; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}

.abc{ width:98%; height:115px; margin:20px auto 0; text-align:center; line-height:25px;}
.abc1{ padding-left:5px; padding-right:5px; float:left;}
.abc1 a{color:#fa7526; font-size:14px;}
.abc1 a:hover{ color:#000;}

.hismessageaaa{margin:0 auto 5px; text-align:center; width:80%; font-size:17px; color:#ff6600; font-family:'ArgentumSans-Light'; height:40px; line-height:40px;}


.productssnei{ width:96%; margin:0 auto;}
.productssnei ul li{
    float: left;
    width: 100%;
    padding: 40px 0 20px ;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.productssnei ul li:nth-child(3n){
    margin-right: 0;
}
.productssnei ul li img{
    width: 100%;
    height:auto;
}
.productss_img{
    padding: 0 70px 30px;
}
.productss_text{
    padding: 20px 30px 0;
    border-top:1px solid #ebebeb ;
    position:relative ;
}
.productss_text a:hover,.productss_text a:active,.productss_text a:focus{
    text-decoration: none;
}
.productss_text h4{
    font-size: 20px;
    color: #333;
	text-align:center;
}
a:hover{
    text-decoration: none;
}
.productss_text p{
    color: #a7a7a7;
}
.productss_jian{
    width: 20px;
    height: 13px;
    position: absolute;
    top:40px;
    right: 30px;
}
.productss_top{
    width: 71px;
    height: 71px;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.productss_top img{
    width:100%;
    height: auto;
}
.productssnei ul li:hover{
    -moz-box-shadow:0px 0px 22px #ccc;
    -webkit-box-shadow:0px 0px 22px #ccc;
    box-shadow:0px 0px 22px #ccc;
}
.productssnei ul li:hover .productss_top{
    display: block;
}
.productss_img>img:nth-child(2){
    display: none;
}
.productssnei ul li:hover .productss_img>img:nth-child(1){
    display: none;
}
.productssnei ul li:hover .productss_img>img:nth-child(2){
    display: block;
}
.productssnei ul li:hover .productss_text  h4{
    color: #ff9714;
}


.ourpre1{ width:90%; margin: 5px auto 0px; overflow:hidden; height:25px; line-height:25px; color:#666; font-size:15px;}
.ourpre1 a{ color:#666; font-size:15px;}
.ournext1{ width:90%; margin:0px auto 15px; overflow:hidden; height:25px; line-height:25px; color:#666; font-size:15px;}
.ournext1 a{ color:#666; font-size:15px;}


.liangfankuileft1{ width:100%; background:url(../img1/liangfankuileft1.jpg) no-repeat center; background-size:100% 100%; height:285px;}

.liangfankuibg0{}
.liangfankuibg1{ width:327px; margin:0 auto;}
.liangfankuisubmit1{width:187px;height:39px;margin-top:25px;margin-bottom:40px;float:left; border:1px solid #3398cc; margin-right:5px;text-align:center;color:#888; font-size:15px; font-family:ArgentumSans-Light;}
.liangfankuisubmit2{ width:133px; height:43px; margin-top:25px; margin-bottom:40px; float:left;}

.liangjianjietitle{ width:96%; text-align:center; height:54px; line-height:27px; margin:30px auto 10px; color:#0d3862; font-size:21px; font-weight:bold;}
.liangjianjiecontent{ width:93%; margin:0 auto 20px;; line-height:23px; height:92px; overflow:hidden; color:#666; font-size:15px;}
.liangjianjieimg{ width:98%; height:58px; margin:0 auto 47px;}
.liangjianjieimg ul li{ width:19%; border-radius:50%; margin-left:0.5%; margin-right:0.5%; float:left;}
.liangjianjieimg ul li img{ width:100%;}

.liangjianjiemore{ width:35%; margin:0 auto 40px; text-align:center;}
.liangjianjiemore img{ width:100%;}


.lianghezuotitle{ width:96%; text-align:center; height:54px; line-height:27px; margin:30px auto 10px; font-size:21px; color:#555;}
.lianghezuocontent{ width:93%; margin:0 auto 0px;; line-height:23px; color:#666; font-size:15px;}
.lianghezuoul{ width:98%; height:58px; text-align:center; margin:0 auto;}
.lianghezuoul ul li{ width:23%; text-align:center; margin-left:1%; margin-right:1%; margin-top:5px; margin-bottom:5px; float:left;}
.lianghezuoul ul li img{ width:100%;}


.liangkeep{ width:70%; margin:0px auto 10px; text-align:center; color:#123761; font-size:28px; font-weight:bold;}
.liangkeep2{ width:94%x; margin:0px auto 10px; line-height:24px; text-align:center; color:#68c191; font-size:16px;}
.liangkeepmore1{ width:45%; margin:10px auto 35px;}
.liangkeepmore1 img{ width:100%;}


.hqwhat1{ width:340px; height:82px; margin:15px auto 0px;}
.hqwhat1a{ width:148px; line-height:82px; font-weight:bold; text-align:left; font-size:28px; color:#333; float:left;}
.hqwhat1b{ width:96px; height:82px; float:right;}
.hqwhat1c{ width:96px; height:82px; float:right;}
.hqwhatline1{ height:1px; background:#eeeeee;}
.hqwhatline2{ margin:0px auto 26px; height:1px; background:#eeeeee;}
.hqwhat2{ height:52px; line-height:52px; margin:0 auto;}
.hqwhat2aaa{ line-height:52px; color:#666; }
.hqwhat2aaa a{ color:#666; font-size:13px;}
.hqwhat2aaa a:hover{ color:#0e66b4;}
.hqwhat30000{ padding-top:5px; background:#f9f9f9;}
.hqwhat300{  margin:0 auto;}
.hqwhat3a{  border:1px solid #e3e3e3; padding-top:20px; float:left; background:#fff;}
.hqwhat3a11111{ width:13px; height:13px; background:#014683; margin-left:10px; margin-right:12px; margin-top:15px; float:left;}


.hqwhat3a22222{ font-size:13px; color:#666; margin-top:15px; float:left;}
.hqwhat3a22222 a{ font-size:13px; color:#666;}
.hqwhat3a22222 a:hover{ font-size:13px; padding-left:1px; color:#0e66b4;}
.hqwhat3b{ font-size:12px; border:1px solid #e3e3e3; color:#666; background:#fff;}
.whatfang{ width:13px; height:13px; background:#00529b;}

.hqwhat3b-good{ width:1000px;}
.hqwhat3b-goodline{ height:1px; background:#e3e3e3;}
.hqwhat3b-goodline123{ height:1px; background:#e3e3e3; margin-top:12px; margin-bottom:1px;}
.hqwhat3b-good-1{ width:75px; height:75px; padding:5px; float:left;}
.hqwhat3b-good-2{ width:421px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-3hhh{ width:220px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-3{ width:120px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-4{ width:141px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-5{ width:81px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-6{ width:147px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}

.hqwhat3b-goodA{ width:1000px; height:53px;}
.hqwhat3b-good-1A{ width:85px; height:53px; float:left;}
.hqwhat3b-good-2A{ width:422px; height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-3A{ width:121px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-4A{ width:142px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-5A{ width:82px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-6A{ width:148px; height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}

.panghqubit1000{width:1001px; float:left; font-size:12px;  color:#666; }
.panghqubit1000 img{width:100% }
.panghqubit0{}
.panghqubit1word{ font-size:10px; color:#777; line-height:25px;}

.panghqubit1{ width:240px; height:360px; border:1px solid #e3e3e3;  background:#fff; margin:4px; float:left;}
.panghqubit2{ width:230px; height:320px; margin:20px 5px;}

.panghqubit1mmm{ width:240px; height:290px; border:1px solid #e3e3e3;  background:#fff; margin:4px; float:left;}
.panghqubit2mmm{ width:230px; height:270px; margin:10px 5px;}


.hqwhat3b-goodA-first{ width:1000px; height:80px;}
.hqwhat3b-goodA-first1{ width:250px; height:80px; float:left; font-family:ArgentumSans-Light;}
.hqwhat3b-goodA-first2{ width:500px; height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-first3{ width:200px;  height:80px; line-height:80px; float:left; color:#666;}

.hqwhat3b-goodA-firstfirst1{ padding-left:70px; height:80px; float:left;}
.hqwhat3b-goodA-firstfirst2{ padding-left:100px; width:500px; height:80px; line-height:80px; float:left; color:#000;}
.hqwhat3b-goodA-firstfirst3{ width:250px;  height:80px; line-height:80px; float:left; color:#000;}

.hqwhat3b-goodA-fifth{ width:1000px; height:80px;}
.hqwhat3b-goodA-fifth1{ width:250px; height:80px; float:left; font-family:ArgentumSans-Light;}
.hqwhat3b-goodA-fifth2{ width:500px; height:80px; line-height:80px; float:left; color:#666;}


.hqwhat3b-goodA-fifthfifth1{ padding-left:70px; height:80px; float:left;}
.hqwhat3b-goodA-fifthfifth2{ padding-left:100px; width:500px; height:80px; line-height:80px; float:left; color:#000;}





.hqwhat3b-goodA-fourth{ width:1000px;}
.hqwhat3b-goodA-fourth1{ width:130px; height:80px; float:left;}
.hqwhat3b-goodA-fourth2{ width:189px; height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth3{ width:165px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth4{ width:190px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth5{ width:179px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth6{ width:130px;  height:80px; line-height:80px; float:left; color:#666;}

.hqwhat3b-goodA-fourthfourth1{ padding-left:15px; float:left;}
.hqwhat3b-goodA-fourthfourth2{ width:150px; padding-left:30px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000;}
.hqwhat3b-goodA-fourthfourth3{ width:150px; padding-left:30px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000;}
.hqwhat3b-goodA-fourthfourth4{ width:150px; padding-left:10px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000;}
.hqwhat3b-goodA-fourthfourth5{ width:130px; padding-left:30px; padding-right:40px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000;}
.hqwhat3b-goodA-fourthfourth6{ width:120px; padding-left:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000;}

.bitcase0{ width:94%; margin:20px auto 40px;}
.bitcase0 img{ width:100%;}

.hqnewabout0{ width:95%; font-size:15px; margin:15px auto 15px;}
.hqnewabout1{ width:92%; margin:0px auto 10px; font-size:25px; line-height:50px; color:#0d68a1;}
.hqnewabout2{ width:95%; margin:0 auto 22px; line-height:32px;}
.hqnewabout3{}
.hqnewabout3 img{ width:100%;}

.hqwhat3b10000{ width:100%; background:#fff;}
.hqwhat3b10000 img{ width:100%;}

.hqnewcontact{ width:100%; margin:20px auto 20px;}
.hqnewcontact img{ width:100%;}

.banner{ position:relative;}
.bannergood{ position:absolute; z-index:1; left:30px; top:42px; width:45%;}
.bannergood img{ width:100%;}

.haihai1111{ width:80%; height:30px; line-height:30px; padding:8px; margin:5px auto 5px; text-align:center; border:1px solid #2671b2; color:#2671b2; background:#f4f9fd; font-size:15px; border-radius:15px;}
.haihai2222{ width:80%; height:30px; line-height:30px; padding:8px; margin:3px auto 5px; text-align:center; border:1px solid #2671b2; color:#2671b2; background:#f4f9fd; font-size:15px; border-radius:15px;}
.haihai3333{ width:80%; height:30px; line-height:30px; padding:8px; margin:5px auto 5px; text-align:center; border:1px solid #2671b2; color:#2671b2; background:#f4f9fd; font-size:15px; border-radius:15px;}

.banner1352{ width:140px; height:40px; margin-left:30px; margin-right:10px; float:left; line-height:45px; text-align:center; border:1px solid #e2e2e2; background:#fafafa; font-size:16px; color:#000; border-radius:15px;}
.banner1353{ width:140px; height:40px; float:left; line-height:45px; text-align:center; border:1px solid #e2e2e2; background:#fafafa; font-size:16px; color:#000; border-radius:15px;}

.liangjianjieimg999{ width:90%; margin:45px auto 5px;}
.liangjianjieimg999 ul li{ width:28.33333%; border-radius:50%; margin-left:2.5%; margin-right:2.5%; margin-bottom:8px; float:left;}
.liangjianjieimg999 ul li img{width:100%;}

.haimore1{ width:200px; margin:25px auto 0px; height:48px; line-height:48px; border:1px solid #2671b2; color:#2671b2; background:#f4f9fd; font-size:16px; border-radius:35px; text-align:center;}
.haimore2{ width:200px; margin:0px auto 55px; height:48px; line-height:48px; border:1px solid #2671b2;color:#2671b2;background:#f4f9fd; font-size:16px; border-radius:35px; text-align:center;}

.haifankui1{ font-size:21px; font-weight:bold; text-align:center; padding-top:50px; }
.haifankui2{font-size:15px; color:#666; width:96%; margin:0 auto; text-align:center; line-height:26px; padding-top:24px; }


.banner999{ font-family:"ArgentumSans-Light";  width:85%; height:0px; margin:0 auto; position:relative;}
.banner999888{ font-family:"ArgentumSans-Light";  position:absolute; z-index:1; width:100%; height:700px; top:50px; left:0px;}
.banner9998881{ color:#fff; width:75%; font-size:32px; font-family:"ArgentumSans-Light"; font-weight:bold; line-height:40px;}
.banner9998882{ font-family:"ArgentumSans-Light";  width:30px; height:3px; margin-top:20px; margin-bottom:30px; background:#fff;}
.banner9998883{ font-family:"ArgentumSans-Light"; width:90%; color:#fff; font-size:23px;}
.banner9998884{ font-family:"ArgentumSans-Light";  width:130px; height:50px; line-height:50px; background:#373737; display:block; text-align:center; margin-top:65px;}
.banner9998884 a{font-family:"ArgentumSans-Light"; width:130px; height:50px; background:#373737; font-weight:400; display:block; color:#fff; font-size:17px;}

.hqubittwo0{ font-family:"ArgentumSans-Light";  width:86%; margin:0 auto; padding-top:55px; padding-bottom:44px; }
.hqubittwo01{font-family:"ArgentumSans-Regular"; padding-bottom:23px; color:#000; font-weight:500; font-size:26px;}
.hqubittwo02{ font-family:"ArgentumSans-Light"; line-height:30px; font-weight:300; color:#666; font-size:16px;}
.hqubittwohengxian{ height:1px; background:#ccc;}



.pangemail0{ font-family:"ArgentumSans-Light"; padding-top:18px; padding-bottom:35px; background:#f7f7f7;}
.pangemail{ font-family:"ArgentumSans-Light";  width:90%; margin:0 auto; height:236px;}
.pangemailtitle{ font-family:"ArgentumSans-Light";  text-align:center; color:#000; font-size:24px; padding-top:40px; font-weight:bold;}
.pangemailcontent{ font-family:"ArgentumSans-Light"; width:96%; margin:22px auto 35px; text-align:center; color:#929292; font-size:16px;}
.pangemailinput{ font-family:"ArgentumSans-Light";  width:94%; margin:0 auto; height:48px; position:relative; border:1px solid #e9e9e9; border-radius:20px; background:#fff;}

.liangfankuisubmit1{ font-family:"ArgentumSans-Light";  width:65%; padding-left:20px; height:48px; line-height:48px; left:0px; top:-23px; position:absolute;background-color:transparent;border:0; text-align:left; color:#666; font-size:17px;}
.liangfankuisubmit2{ font-family:"ArgentumSans-Light";  width:35%; position:absolute; right:2px; top:-23px; cursor:pointer;}
.liangfankuisubmit2 img{ width:100%;}
input {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}



.lineline{ width:100%; margin:0 auto; height:0px; position:relative;}

.solutionchenchen1{ width:47%; height:50px; text-align:center;  position:absolute; border-radius:25px; left:2%; top:-25px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen1 a{width:100%; height:50px; line-height:50px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen1 a:hover{ width:100%; background:#fb6800; color:#fff;}

.solutionchenchen2{ width:47%; height:50px; text-align:center;  position:absolute; border-radius:25px; right:2%; top:-25px;  translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen2 a{width:100%; height:50px; line-height:50px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.solutionchenchen2 a:hover{ width:100%; background:#fb6800; color:#fff;}


.solutionchenchenr1{ width:55%; margin:0 auto; height:50px; text-align:center; position:relative; border-radius:25px; top:-25px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr1 a{width:100%; height:50px; line-height:50px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr1 a:hover{ width:100%; background:#fb6800; color:#fff;}

.solutionchenchenr2{ width:47%; height:50px; text-align:center;  position:absolute; border-radius:25px; right:2%; top:-25px;  translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr2 a{width:100%; height:50px; line-height:50px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.solutionchenchenr2 a:hover{ width:100%; background:#fb6800; color:#fff;}




.chenchen{ width:40%; height:40px; text-align:center;  position:absolute; left:8%; top:-20px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.chenchen a{ height:100%; height:40px; line-height:40px; display:block; background:#fb6800; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:500; color:#fff; border-radius:30px;}

.chenchen111{ width:45%; height:40px; text-align:center;  position:absolute; left:4%; top:-20px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.chenchen111 a{ height:100%; height:40px; line-height:40px; display:block; background:#fb6800; font-family:"ArgentumSans-Light"; font-size:14px; font-weight:500; color:#fff; border-radius:30px;}


.whitewhite{ width:40%; height:40px; text-align:center; position:absolute; right:8%; top:-20px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.whitewhite a{width:100%; height:40px; line-height:40px; display:block; background:#f5f5f5; font-family:"ArgentumSans-Light"; font-size:17px; font-weight:500; color:#000; border-radius:30px;}

.whitewhite111{ width:45%; height:40px; text-align:center; position:absolute; right:4%; top:-20px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.whitewhite111 a{width:100%; height:40px; line-height:40px; display:block; background:#f5f5f5; font-family:"ArgentumSans-Light"; font-size:14px; font-weight:500; color:#000; border-radius:30px;}

.bodybody{ width:92%; margin:0 auto; padding-top:85px; font-family:"ArgentumSans-Light";}

.bodybody1{ font-size:26px; font-weight:bold; color:#333; font-family:"ArgentumSans-Light";}
.bodybody2{ font-size:16px; line-height:30px; font-weight:400; padding-top:35px; color:#333; font-family:"ArgentumSans-Light";}

.bodybody3{ margin:50px auto 0px;}
.bodybody3 img{ width:100%;}

.bodybody4{ font-size:26px; font-weight:bold; color:#333;font-family:"ArgentumSans-Light"; padding-top:70px;}
.bodybody5{ font-size:16px; line-height:30px; font-weight:400; padding-top:35px; color:#333; font-family:"ArgentumSans-Light";}

.bodybody6{ font-size:26px; font-weight:bold; color:#333;font-family:"ArgentumSans-Light"; padding-top:58px;}
.bodybody7{ font-size:16px; line-height:30px; font-weight:400; padding-top:35px; color:#333; font-family:"ArgentumSans-Light"; padding-bottom:65px;}



.juansolutionfoot0{ background:#f7f7f7; padding-top:45px; padding-bottom:45px;}
.juansolutionfoot1{ width:88%; margin:0 auto;}
.juansolutionfoot1aaa{ width:100%; padding-bottom:30px;}
.juansolutionfoot1aaatitle{font-family:"ArgentumSans-Regular"; font-size:26px; color:#707070; font-weight:400;}
.juansolutionfoot1aaacontent{font-family:"ArgentumSans-Regular"; line-height:24.54px; font-size:14px; color:#707070; font-weight:300; padding-top:27px;}


.juansolutionfoot1bbb{ width:96%; margin:0 auto; background:#fff;}



.solution159000{width:90%; margin:0 auto; padding-top:10px;}

.solution1591a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1591b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.solution1592a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1592b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.solution1593a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1593b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}


.solution1594a{font-family:"ArgentumSans-Regular"; height:150px; padding-top:0px; border-bottom:1px #909090 solid;}
.solution1594b{font-family:"ArgentumSans-Regular"; height:150px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

textarea{border: none;}
textarea:focus {outline: none;}



.juansubmit1{font-family:"ArgentumSans-Regular"; width:90px; margin-top:22px;  height:34px; float:right; font-size:14px; line-height:34px; text-align:center; display:block; color:#362E4E; background:#fff; font-weight:400;border:1px solid #909090;box-sizing:border-box;}
.juansubmit1:hover{font-family:"ArgentumSans-Regular"; width:90px; text-align:center; height:34px; line-height:34px; color:#fff; background:#fb6800; border:1px solid #fb6800; box-sizing:border-box; }

#searchjinling8 {font-family:"ArgentumSans-Light"; width:221px; height:32px; margin:25px auto 25px;}

.incshow1{text-align:center;}
.incshow2{color:#ccc; width:300px; margin:0 auto; text-align:center; font-size:14px; font-family:"ArgentumSans-Light";}
.incshow3{ width:80%; margin:0 auto; padding-top:10px; padding-bottom:0px;}
.incshow3 img{ width:100%;}
.incshow4{margin-top:20px; margin-bottom:15px;}

.doher{ width:92%; margin:0 auto; padding-top:65px; padding-bottom:60px; margin:0 auto 0px;}
.doherword{ font-size:16px; color:#333; font-weight:300; line-height:26px; font-family:"ArgentumSans-Light"; }

.doyou{ width:92%; margin:0 auto 0px;}
.doyoutitle1{ color:#000;font-family:"ArgentumSans-Light"; font-weight:bold; font-size:24px; line-height:38px; padding-top:50px; padding-bottom:25px;}
.doyoutitle2{ color:#333;font-family:"Arial"; font-weight:700; font-size:18px; line-height:43px; padding-top:23px;}
.doyou1{ width:100%;}
.doyou1 img{ width:100%;}
.doyou2{ width:100%; color:#333; font-size:16px; line-height:26px; font-weight:300; font-family:"ArgentumSans-Light";}

.doyouyouyou{ height:1px; margin-top:62px; background:#C7C7C7; margin-bottom:35px;}


.doyouline{ width:92%; margin:20px auto 20px; height:1px; background:#C7C7C7; }

.specialefficacy0280000{ height:0px; position:relative;}

.specialefficacy028{ width:88%; margin:0 auto; padding-top:30px; height:580px; background:#fff; position:absolute;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; top:-25px; left:6%;}
.specialefficacy{ width:100%; margin:0 auto; }

.specialefficacy ul li{}
.poline1{ width:100%; height:60px; padding-top:25px; font-size:70px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}
.poline2{ width:100%; height:60px; padding-top:25px; font-size:70px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}
.poline3{ width:100%; height:60px; padding-top:25px; font-size:70px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}



.poline111{ height:50px; padding-top:25px; font-size:17px; font-weight:500; color:#333; text-align:center; font-family:"ArgentumSans-Light";}
.poline222{ height:50px; padding-top:25px; font-size:17px; font-weight:500; color:#333; text-align:center; font-family:"ArgentumSans-Light";}
.poline333{ height:50px; padding-top:25px; font-size:17px; font-weight:500; color:#333; text-align:center; font-family:"ArgentumSans-Light";}


.aiai{ width:92%; margin:0 auto;}
.aiaititle1{ color:#000;font-family:"ArgentumSans-Light"; font-weight:bold; font-size:24px; line-height:38px; padding-top:50px; padding-bottom:25px;}


.aiaiimg{ width:100%;}
.aiaiimg img{ width:100%;}

.aiaicontact{ width:100%; padding-top:25px; padding-bottom:40px;}

.aiaicontact1{ width:94%; margin:0 auto;}
.aiaicontact1aaa{ color:#333; padding-top:40px; font-size:20px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact1bbb{ height:1px; margin-top:10px; margin-bottom:22px; background:#909090;}
.aiaicontact1ccc{ font-size:16px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}

.aiaicontact2{ width:94%; margin:0 auto;}
.aiaicontact2aaa{ color:#333; padding-top:40px; font-size:20px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact2bbb{ height:1px; margin-top:10px; margin-bottom:22px; background:#909090;}
.aiaicontact2ccc{ font-size:16px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}

.aiaicontact3{ width:94%; margin:0 auto;}
.aiaicontact3aaa{ color:#333; padding-top:40px; font-size:20px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact3bbb{ height:1px; margin-top:10px; margin-bottom:20px; background:#909090;}
.aiaicontact3ccc{ font-size:16px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}



.xiaojuansolutionfoot0{ width:88%; margin:0 auto; background:#fff; border:1px solid #ccc; padding-bottom:25px;}
.xiaojuansolutionfoot1{ width:88%; margin:0 auto; padding-top:33px;}
.xiaojuansolutionfoot1aaa{ width:100%; padding-bottom:0px; position:relative; }

.pang1closeclose{ width:18px; height:18px; position:absolute; right:7px; top:-12px;}
.pang1closeclose img{ width:18px; height:18px;}

.xiaojuansolutionfoot1aaatitle{font-family:"ArgentumSans-Regular"; font-size:20px; color:#707070; font-weight:400;}
.xiaojuansolutionfoot1aaacontent{font-family:"ArgentumSans-Regular"; line-height:24.54px; font-size:14px; color:#707070; font-weight:300; padding-top:15px;}

.xiaojuansolutionfoot1bbb{ width:96%; margin:0 auto; background:#fff;}

.xiaosolution159000{width:90%; margin:0 auto; padding-top:0px;}

.xiaosolution1591a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1591b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.xiaosolution1592a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1592b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.xiaosolution1593a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1593b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}


.xiaosolution1594a{font-family:"ArgentumSans-Regular"; height:80px; padding-top:0px; border-bottom:1px #909090 solid;}
.xiaosolution1594b{font-family:"ArgentumSans-Regular"; height:80px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

textarea{border: none;}
textarea:focus {outline: none;}

.xiaojuansubmit1{font-family:"ArgentumSans-Regular"; width:90px; margin-top:22px;  height:34px; float:right; font-size:14px; line-height:34px; text-align:center; display:block; color:#362E4E; background:#fff; font-weight:400;border:1px solid #909090;box-sizing:border-box;}
.xiaojuansubmit1:hover{font-family:"ArgentumSans-Regular"; width:90px; text-align:center; height:34px; line-height:34px; color:#fff; background:#fb6800; border:1px solid #fb6800; box-sizing:border-box; }


#pang100{ z-index:9999; position:absolute; top:100px; left:0;}

.pangview1{width:90%; margin:0 auto; font-family:"ArgentumSans-Light"; font-size:15px; color:#fff;  line-height:28px; padding-left:25px; background:url(../img1/yuan.jpg) no-repeat 8px top;}

.pangdemo{ font-family:"ArgentumSans-Light";  width:100%;}
.pangdemo1{ font-family:"ArgentumSans-Light";  width:100%;}
.pangdemo1 img{ font-family:"ArgentumSans-Light";  width:100%;}
.pangdemo2{ font-family:"ArgentumSans-Light";  text-align:left; font-size:15px; color:#333; height:72px; line-height:24px; overflow:hidden; margin-top:15px; margin-bottom:15px;}

.haoproductstitle{font-family:"ArgentumSans-Light"; width:86%; margin:0 auto; padding-top:160px; padding-bottom:18px; font-size:24px; color:#000; line-height:40px; font-weight:bold;}
.haoproductscontent{ width:92%; margin:0 auto; padding-top:10px; padding-bottom:13px;}
.haoproductscontent ul li{ width:46%; margin-left:2%; margin-right:2%; margin-top:10px; margin-bottom:10px; float:left;}
.haoproductscontent ul li img{ width:100%;}

.pangdemo3{ font-family:"ArgentumSans-Light"; height:1px; background:#ccc;}
.pangdemo4{ font-family:"ArgentumSans-Light";  padding-top:18px; padding-bottom:25px; padding-left:10px; text-align:left;}
.pangdemo4 a{ font-family:"ArgentumSans-Light";  text-decoration: underline; font-size:17px; color:#333;}



 }
 
 /*电脑*/
 @media screen and (min-width:700px)
  {  
  
  body,td,th {
	font-family:"ArgentumSans-Light"; font-size:15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	
}
  
  .xidinggeyidong{ display:none;}
			
			
			
			   .rhuizong{font-size:14px; color:#1b1b1b; background-color:#efefef; width:190px; height:41px; line-height:41px; display:block; padding-left:32px; }
			.rhuizong a{font-size:14px; color:#1b1b1b; background-color:#efefef;}

	
			.rhuizi{font-size:13px; color:#727272;  width:180px; height:41px; line-height:41px; display:block; padding-left:42px; text-align:left;}
			.rhuizi a{font-size:13px; color:#727272;}
			.rhuizi a:hover{ color:#FF0000; padding-left:2px;}
			
			
			
			
			
.huiimg { width:538px; height:203px; overflow: hidden; }
.huiimg .bgimg{ cursor: pointer; transition: all 2.8s;  }
.huiimg:hover .bgimg {  transform: scale(1.3); }

	.myzong3 a{ width:120px; height:60px; text-align:center; line-height:60px; display:block; font-size:15px; color:#4f4f4f;}
	.myzong3 a:hover{font-size:16px; color:#ff9a2e;}			
			



.myright1aaaaa{ width:1280px; padding-bottom:45px;}


.mycontent1aaaaa{width:1280px; color:#333;}
.mycontent2{ padding-left:7px; padding-right:7px; width:947px; color:#333;}


#prolist1nei{ width:1280px; margin:0 auto;}
#prolist1nei ul li{ width:320px; text-align:center; height:291px; float:left; margin-bottom:23px; }
.pro117{ width:286px; height:251px; margin-left:16px; margin-right:16px; border:1px solid #ccc;}/* 少了2px，是因为有边缘两个1px */

.pro117title{width:286px; margin:0 auto; overflow:hidden; text-align:center; line-height:40px; height:40px; color:#666;}
.pro117title a{color:#666;}
.pro117title a:hover{color:#f87726;}

#prolist1neiquan{ width:957px; margin:0 auto;}
#prolist1neiquan ul li{ width:319px; text-align:center; height:251px; float:left; margin-bottom:23px; }
.pro117quan{ width:271px; height:201px; margin-left:24px; margin-right:24px; border:1px solid #ccc;}
.pro117quan img{width:271px; height:201px;}
.pro117titlequan{width:271px; margin:0 auto; overflow:hidden; text-align:center; line-height:40px; height:40px;}

#prolist1neizhengshu{ width:952px; margin:0 auto;}
#prolist1neizhengshu ul li{ width:238px; text-align:center; height:378px; float:left; margin-bottom:23px; }
.pro117zhengshu{ width:228px; height:338px; margin-left:5px; margin-right:5px; border:1px solid #ccc;}
.pro117zhengshu img{width:228px; height:338px;}
.pro117titlezhengshu{width:228px; margin:0 auto; overflow:hidden; text-align:center; line-height:40px; height:40px;}

#prolist1neistyle{ width:969px; margin:0 auto;}
#prolist1neistyle ul li{ width:323px; text-align:center; height:258px; float:left; margin-bottom:23px; }
.pro117style{ width:307px; height:218px; margin-left:8px; margin-right:8px; border:1px solid #ccc;}
.pro117style img{width:307px; height:218px;}
.pro117titlestyle{width:307px; margin:0 auto; overflow:hidden; text-align:center; line-height:40px; height:40px;}

.yidongimg123{ display:none;}

.zhong1 {POSITION: relative; height:284px; text-align:center; width:286px;}
.pcimg123{ width:286px; height:284px;}
.pcimg123 img{ width:286px; height:284px;}
.zhong1aa {POSITION: relative; height:284px; text-align:center; width:286px;}
.pcimg123aa{ width:286px; height:284px;}
.pcimg123aa img{ width:286px; height:284px;}

.pcxiangguan{ width:59px; height:231px; float:left;}  




.bymore1{ width:157px; height:65px; margin:20px auto 30px;}


  #top2{ width:1220px; height:110px; line-height:110px;  margin:0 auto;}
  #top2-0{ width:50px; height:110px; text-align:left; float:left;}
  #top2-1{ width:400px; height:60px; text-align:left; float:left; padding-top:50px;}
  #top2-2{ width:370px; height:110px; line-height:110px; text-align:center; float:left;}
  #top2-3{ width:400px; height:110px;  text-align:right; float:right;}
  .myword a{ float:right; height:62px; line-height:15px; width:60px; color:#5b5b5b; padding-top:48px;}
  .myword a:hover{color:#e70101; padding-right:2px;}
  .myimg a{ float:right; height:110px; width:59px;}
  

  .kong{ height:21px;}
  .kong240{ height:240px;}
 
	
#my2pro { width:100%; height:545px; text-align:center; background:url(../img1/2pro.jpg) no-repeat center;}
#my2proyidong{ display:none;}

#mylabel{ width:660px; float:left;}
#mysearch123{ width:200px; padding-left:14px; float:left;}
.input1{ color:#d0d0d0; text-align:center; font-size:14px;}

.myneiye1a{ width:1438px; margin:0 auto; margin-top:45px; margin-bottom:25px;}
  
  #leileftbig{ display:none;}
#leileft{ display:none;}
.huixian1{ height:1px; background:#e1e1e1; width:100%; margin:25px auto 25px;}
.signup{ width:1420px; margin:0 auto; text-align:left; line-height:30px; font-size:16px; color:#767676;}
#pcqiehuan{}
#yidongqiehuan{ display:none;}

.line01{ height:1px; width:100%; background:#e1e1e1; margin-top:30px; margin-bottom:10px;}

#yidongbannerneiye{ display:none;}

  #yidongbannerneiye{ display:none;}
     
.pcimg123{ display:none;}


#logo1{ width:186px; height:126px; float:left;}
#logo2{ width:1024px; height:126px; float:left;}
#logo2-1{ width:1024px; height:60px; text-align:right;}
#logo2-2{ width:1024px; height:66px; text-align:right;}

 .img-scroll7pan { position:relative; margin:38px auto 50px; width:1200px; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .prev7pan img{ width:30px; height:52px;}
 .img-scroll7pan .next7pan { right:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .next7pan img{ width:30px; height:52px;}
 .img-list7pan { position:relative; width:1072px; height:338px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:228px; padding-left:20px; padding-right:20px; height:338px; text-align:center;}
 
 .img-list7panmyimg{  width:228px; height:338px;}
 .img-list7panmyimg img{ width:228px; height:338px;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */


#dingwei1{
 z-index:999;
 top:84px;}
  
#dingwei2{
 z-index:999;
 top:84px;} 
 
 

  
  
  .myzi3 a{color:#0d689f; font-size:14px; font-family:ArgentumSans-Light; background-color:#f3f3f3; text-align:center; line-height:58px; height:58px; width:505px; display:block;}
  .myzi3 a:hover{ background:#0d68a1; font-size:15px; color:#ffffff;}
  
      .myzi3-index a{color:#c7cbd4; font-size:14px; font-family:ArgentumSans-Light; background-color:#31353e; text-align:center; line-height:58px; height:58px; width:505px; display:block;}
  .myzi3-index a:hover{ background:#2b2e35; font-size:15px; color:#ffffff;}
  
  
  
  
  .myzi3bb { background:#e5f4ff;  text-align:center; line-height:45px; height:45px;  width:505px; display:block;}
    .myzi3bb a{color:#6a6a6a;  height:45px;  font-size:13px; font-family:ArgentumSans-Light; display:block; }
  .myzi3bb a:hover{background:#5a9ccc; color:#fff; font-size:14px; }
  

.toprotitle000{ height:468px; background:#f4f5f7;}
.toprotitle{ width:300px; margin:0 auto; padding-top:45px; text-align:center; height:45px; line-height:45px; font-family:"ArgentumSans-Light"; font-size:24px; color:#3468a1;}
.toprotitleen{width:500px; margin:0 auto; text-align:center; height:32px; line-height:32px; font-family:"ArgentumSans-Light"; font-size:14px; color:#888;}


.mantop0{ height:38px; background:#eeeeec;}
.mantop1{ width:1360px; margin:0 auto;}
.mantop1aaa{float:left; font-size:14px; height:38px; line-height:38px; color:#666;}
.mantop1bbb{float:right; font-size:14px; height:38px; line-height:38px; color:#666;}

.mantop2{ width:1360px; height:119px; margin:0 auto;}
.mantop2aaa{ width:751px; height:119px; padding-right:433px; float:left;}
.mantop2bbb{ width:176px; height:119px; float:left;}

.mannav{ height:60px; background:#0152ad;}
.mannav1{ width:1190px; margin:0 auto; height:60px; line-height:60px; position:relative;}
.mannav1 ul li a{width:170px; height:60px; display:block; color:#fff; font-size:15px; text-align:center; float:left;}
.mannav1 ul li a:hover{ background:#023b7e;}

.manjianjiebg{ width:100%; height:489px; background:url(../img1/manjianjiebg.jpg) no-repeat center;}
.mantitle1{ width:800px; margin:0 auto; padding-top:58px; padding-bottom:28px; font-size:25px; color:#114898; text-align:center; font-weight:bold;}
.mantitle2{ width:800px; margin:0 auto; height:140px; line-height:35px; overflow:hidden; text-indent:2em; font-size:15px; color:#666;}



.xwzxtitile{ width:1419px; margin:0 auto; text-align:left; height:20px; padding-top:64px; padding-bottom:36px;}
.xwzx1{ width:1419px; height:400px; margin:0 auto;}
.xwzx1 ul li{ width:405px; margin-left:34px; margin-right:34px; float:left;}
.xwzx2{ width:85px; height:85px; margin-right:16px; background-image:url(../img1/xwzx2.jpg); float:left;}
.xwzx2_1{ width:85px; color:#444444; font-size:21px; float:left;text-align:center; padding-top:19px; }
.xwzx2_2{ width:85px; color:#444444; font-size:12px; float:left;text-align:center; }
.xwzx3{ height:24px; line-height:24px; overflow:hidden;}
.xwzx3 a{ font-size:15px; color:#2b2b2b;}
.xwzx3 a:hover{ font-size:15px; color:#005994; padding-left:3px;}
.xwzx4{ font-size:13px; color:#717171; padding-top:9px; line-height:23px; height:46px; overflow:hidden;}
.xwzx5{ width:405px; height:228px; float:left; margin-top:20px;}

.manfoot0{ height:147px; background:#2a2a2a;}
.manfoot1{ width:1360px; height:147px; margin:0 auto; position:relative;}
.manfoot1aaaaa1{ width:700px; float:left; color:#ccc; height:42px; line-height:42px; position:absolute; top:37px;}
.manfoot1aaaaa1 a{ color:#ccc;}
.manfoot1aaaaa1 a:hover{ color:#FFFF00;}
.manfoot1aaaaa2{ width:700px; float:left; color:#ccc; height:42px; line-height:42px; position:absolute; top:69px;}
.manfoot1bbbbb{ width:660px; height:147px; float:right; text-align:right;}



.lkgc0{ width:1422px; height:398px; margin:2px auto 2px;}
.lkgc1{ width:474px; height:398px; float:left;}
.lkgctitle{ width:474px; height:20px; text-align:left;}
.lkgc2{ width:474px; margin-top:33px; height:273px; background:url(../img1/lkgc2.jpg) no-repeat center;}
.lkgc2 ul li{ width:404px; padding-left:30px; padding-right:40px; height:39px; line-height:39px; overflow:hidden;}
.lkgc2 ul li a{ color:#545454; font-size:14px;}
.lkgc2 ul li a:hover{ color:#005a93; font-size:14px; padding-left:3px;}

.dongbbg{ width:100%; height:486px; margin-bottom:50px; background:url(../img1/myservicebg.jpg) no-repeat center;}
.dongb100{ width:1386px; height:251px; margin:0 auto;}
.dongb1{ width:211px; height:251px; padding-left:10px; padding-right:10px; float:left;}
.dongb1 img{ width:211px; height:251px;}
.dongbtitle{ width:275px; height:22px; padding-top:75px; padding-bottom:50px;}

.banner098{width:100%;height:600px;position:relative; overflow:hidden;}
.banner_li{height:600px;width:100%;background-size:cover !important;}
.points{position:absolute;left:50%;margin-left:-600px;bottom:66px;width:1200px;text-align:right;z-index:9;max-width:100%;}
.points a{background:url(../images/yuandian_1.png) no-repeat center center;width:15px;height:15px;display:inline-block;margin-left:18px;font-size:0px;}
.points a.selected{background:url(../images/yuandian.png) no-repeat center center;}
.banner_left{display:none;position:absolute;left:5%;top:50%;margin-top:-20px;background:url(../images/app_prev.png) no-repeat center center;width:40px;height:50px;margin-left:-25px;z-index:9;}
.banner_right{display:none;position:absolute;right:5%;top:50%;margin-top:-20px;background:url(../images/app_next.png) no-repeat center center;width:40px;height:50px;margin-left:-25px;z-index:9;}
.banner_ul:hover .banner_right{display:block!important;}
.banner_ul:hover .banner_left{display:block!important;}


.xdgjianjie0{ width:1165px; margin:0 auto;}
.xdgjianjie0img{ width:230px; margin-right:37px; height:405px; float:left;}
.xdgjianjie0img img{  width:230px; height:405px;}
.xdgjianjie0word{ width:898px; float:left;}

.everymyxdgnewsbg{ width:1280px; height:257px; margin:0 auto; border-bottom:solid #eaeaea 1px;}
.everymyxdgnewsbg:hover{background:#f6f6f6;}
.everymyxdgnewsimg{ width:245px; height:168px; margin-top:45px; padding-left:28px; padding-right:37px;  float:left;}
.everymyxdgnewsimg img{ width:245px; height:168px;}
.everymyxdgnewsword{ width:740px; height:132px; margin-top:45px; border-right:solid #eaeaea 1px; float:left;}
.everymyxdgnewsword1{ width:740px; padding-top:4px; height:60px; line-height:60px;font-size:19px; color:#2a2835; overflow:hidden;}
.everymyxdgnewsword1 a{font-size:19px; color:#2a2835; font-weight:bold;}
.everymyxdgnewsword1 a:hover{color:#f8ae18;}
.everymyxdgnewsword2{ width:697px; height:48px; margin-top:2px; margin-right:43px; line-height:24px; font-size:13px; color:#898886; overflow:hidden;}
.everymyxdgnewsdate{ width:229px; padding-top:69px; float:left;}
.everymyxdgnewsdate1{ width:60px; text-align:center; padding-left:107px; height:32px; line-height:32px; color:#e1e0e0; font-family:ArgentumSans-Light; font-size:20px;}
.everymyxdgnewsdate2{ width:200px; text-align:center; padding-left:5px; padding-top:5px; height:32px; line-height:32px; color:#e1e0e0; font-family:ArgentumSans-Light; font-size:44px;}

.sibanglianxi1{ width:960px; margin:0 auto 50px;;}
.sibanglianxi3{ width:960px; font-size:17px; color:#333333; font-weight:bold; text-align:left;}
.sibanglianxi2{ width:300px; height:96px; padding-left:10px; padding-right:10px; margin-top:26px; margin-bottom:26px; float:left; font-size:15px; line-height:24px; text-align:left;}
.sibanglianxi22{width:300px; font-size:15px; line-height:24px; text-align:left;}
.sibanglianxi4{ width:300px; font-size:15px; color:#ff6600; font-weight:bold; text-align:left;}

.runzhuanli00{ background:#f1f3f6; height:735px;}
.runprotitle{ width:300px; margin:0 auto; padding-top:65px; text-align:center; height:33px; line-height:33px; font-family:"ArgentumSans-Light"; font-size:26px; color:#323232; font-weight:bold;}
.runprotitleen{width:300px; margin:0 auto; text-align:center; height:20px; line-height:20px; font-family:"ArgentumSans-Light"; font-size:15px; color:#7a7a7a;}
.runlittleimg{width:217px; height:31px; margin:15px auto 30px;}

.runnewsbg0{ width:1542px; margin:0 auto;}
.runnewsbg0 ul li{width:681px; margin-left:45px; margin-right:45px; height:105px; margin-bottom:37px; background:url(../img1/runnewsbg1.jpg) no-repeat center;float:left;}
.runnews111{ width:61px; height:105px; float:left;}
.runnews111a{ width:44px; padding-left:17px; height:31px; padding-top:29px; font-size:28px; color:#FFFFFF; font-family:ArgentumSans-Light;}
.runnews111b{ width:53px; height:44px; padding-left:8px; padding-top:1px; font-size:13px; color:#FFFFFF; font-family:ArgentumSans-Light;}
.runnews222{ width:490px; height:105px; float:left;}
.runnews222a{ width:466px; height:28px; padding-top:27px; overflow:hidden; padding-left:24px;}
.runnews222a a{ font-size:17px;}
.runnews222a a:hover{ padding-left:2px;}
.runnews222b{ width:466px; padding-left:24px; height:27px; line-height:27px; margin-bottom:23px; overflow:hidden;}
.runnews222b a{ font-size:14px;}
.runnews222b a:hover{ padding-left:2px;}

.runmore3{ width:130px; height:38px; margin:50px auto 0;}
.runmore3 img{ width:100%;}



.runbottom1bg{ height:227px; background:#303032;}
.runbottom1{ width:1210px; margin:0 auto; height:227px;}
.runbottom2bg{ height:64px; background:#141414;}
.runbottom2{ width:1200px; margin:0 auto; height:64px; line-height:64px; text-align:center; font-size:14px; font-family:"ArgentumSans-Light"; color:#999;}
.runbottom1contacts{ width:269px; height:227px; float:left;}
.runbottom12wm{ width:324px; height:227px; float:left;}
.runbottom1fankui{ width:441px; height:227px; float:left;}

.pangfankui1{ width:182px; height:227px; float:left;}
.pangfankui1-1{ width:180px; height:29px;  padding-top:55px; font-size:15px; color:#fff; text-align:left; padding-left:2px;}
.pangfankui1-2{ width:182px; height:46px; background-color:transparent;}
.pangfankui1-2aaa{ width:160px; height:31px; border:1px solid #4e4e50; margin-left:3px; float:left; margin-top:9px; color:#727677; padding-left:13px; background-color:transparent;}
.pangfankui1-3{ width:182px; height:42px;}
.pangfankui1-3aaa{width:160px; height:31px; border:1px solid #4e4e50; margin-left:3px; float:left; margin-top:4px; color:#727677; padding-left:13px; background-color:transparent;}
.pangfankui1-4{ width:182px; height:55px;}

.pangfankui2{ width:259px; height:227px; float:left;}
.pangfankui2-1{ width:259px; height:84px;}
.pangfankui2-2{ width:259px; height:88px;background-color:transparent;}
.pangfankui2-2aaa{ width:232px; height:72px; border:1px solid #4e4e50; margin-left:4px; margin-top:9px; padding-left:13px; color:#727677; float:left;background-color:transparent;}
.pangfankui2-3{ width:259px; height:55px;}

.runbottom1enter{ width:176px; height:227px; float:left;}
.runenter11{ width:175px; height:33px; margin-top:93px; margin-left:1px; float:left;background-color:transparent; border:0px;}


.kangfenleititle{ width:206px; height:33px; margin:55px auto 50px;}
.kangfenlei1{ width:1400px; height:290px; margin:0 auto 70px;}
.kangfenlei1 ul li{ width:182px; height:290px; padding-left:12px; padding-right:12px; margin-left:12px; margin-right:12px; float:left;   position: relative; border:1px solid #eae7e7;
	transition-duration: 0.3s;
-moz-transition-duration: 0.3s; /* Firefox 4 */
-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */}

.kangfenlei1 ul li:hover {
	box-shadow: 3px 18px 30px 3px #e8e8e8;
	padding-top: 9px;}


.kangimg1{ width:182px; height:115px; padding-bottom:15px;}
.kangimg1 img{  width:182px; height:115px;}
.kangtitle2{width:182px; height:50px; line-height:50px; font-size:16px; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}
.kangtitle1{ width:162px; padding-left:10px; padding-right:10px; height:100px; line-height:25px; text-align:left; overflow:hidden; color:#666; font-size:13px; }

.wenzhangcontent1{line-height:38px; text-indent:2em;}
.wenzhangcontent1 img{margin:auto; display:block; max-width:100%; height:auto;}


.xidinggebannerword3{height:91px; background:#f6f6f6;}
.xidinggebannerword3-white{height:91px; background:#fff;}
.xidinggebannerword4{ width:1280px; margin:0 auto;}
.xidinggebannerword5{ width:1280px; height:91px; background:#f6f6f6;}
.xidinggebannerword5-white{ width:1280px; height:91px; background:#fff;}
.xidinggebannerword6{ font-size:27px; font-weight:bold; line-height:91px; padding-left:36px; float:left;}
.xidinggebannerword7{ width:30px; height:91px; float:left; padding-left:16px;}
.xidinggebannerword8{ width:1280px; height:91px;}
.xidinggebannerword9{ padding-left:43px; padding-right:8px; text-align:center; height:91px; line-height:91px; float:left;}
.xidinggebannerword9 a{ font-size:15px; color:#333;}
.xidinggebannerword9 a:hover{ color:#f8b62c;}

.xidinggebannerword3bb{height:91px; background:#f6f6f6;}
.xidinggebannerword3bb-white{height:91px; background:#fff;}
.xidinggebannerword4bb{ width:1330px; margin:0 auto;}
.xidinggebannerword5bb{ width:1330px; height:91px; background:#f6f6f6;}
.xidinggebannerword5bb-white{ width:1330px; height:91px; background:#fff;}
.xidinggebannerword6bb{ font-size:27px; font-weight:bold; line-height:91px; padding-left:0px; float:left;}
.xidinggebannerword7bb{ width:30px; height:91px; float:left; padding-left:5px;}
.xidinggebannerword8bb{ width:1330px; height:91px;}
.xidinggebannerword9bb{ padding-left:0px; padding-right:29px; text-align:center; height:91px; line-height:91px; float:left;}
.xidinggebannerword9bb a{ font-size:14px; color:#333;}
.xidinggebannerword9bb a:hover{ color:#0e66b4;}


.xidinggebannerword3pro{height:115px; background:#f6f6f6;}
.xidinggebannerword4pro{ width:1280px; margin:0 auto;}
.xidinggebannerword5pro{ width:1280px; height:115px; background:#f6f6f6;}
.xidinggebannerword6pro{ font-size:27px; font-weight:bold; line-height:115px; padding-left:36px; float:left;}
.xidinggebannerword7pro{ width:30px; height:115px; float:left; padding-left:16px;}
.xidinggebannerword8pro{ width:1280px; height:60px; padding-top:30px; padding-bottom:25px;}
.xidinggebannerword9pro{ padding-left:43px; padding-right:8px; text-align:center; height:30px; line-height:30px; float:left;}
.xidinggebannerword9pro a{ font-size:15px; color:#333;}
.xidinggebannerword9pro a:hover{ color:#f8b62c;}



.yangtitlenews{ font-size:29px; height:30px; width:400px; text-align:center; margin:0 auto; padding-top:90px; padding-bottom:28px;}
.yangnewstwo{ width:422px; height:33px; margin:0 auto;}
.yangbuliang {BACKGROUND-IMAGE: url(../img1/yangsecond.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#000000; text-align:center; float:left;}
.yangliang {BACKGROUND-IMAGE: url(../img1/yangfirst.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#FFFFFF; text-align:center; float:left;}
.yangnewszhong{ width:12px; height:33px; float:left;}
 .news1cap{ width:1362px; height:497px; margin: 68px auto 0;}
 #pangnews11{ width:119px; margin:0 auto; height:66px; margin-bottom:38px;} 
 .pangnews11-1{ width:410px; height:403px; float:left; margin-left:22px; margin-right:22px;} 
 .monthday111{ font-size:34px; padding-left:30px; color:#444; float:left; background:url(../img1/yellow1.jpg) left no-repeat;}
 .year111{ font-size:19px; color:#333; float:left; padding-left:12px; padding-top:21px;}
 .pangnewswordtitle111{ margin-top:18px; height:30px; line-height:30px; margin-bottom:1px; overflow:hidden; font-weight:bold;}
 .pangnewswordtitle111 a{ font-size:16px; color:#666;}
 .pangnewswordtitle111 a:hover{color:#FF0000;}
 .pangnewsword111{ margin-top:5px; font-size:14px; line-height:23px; height:69px; font-family:"ArgentumSans-Light"; color:#777; margin-bottom:15px; overflow:hidden;}
 .newstitleimg1{ width:410px; height:220px;}
 .more111hui{ width:144px; height:42px; margin:0px auto 52px;}
 .allnet1{ width:1209px; margin:0 auto;  padding-bottom:40px;}
 .allnet1 img{ width:400px; height:267px;}
 
 .ruinewstotal1{ width:1280px; margin:45px auto 70px;}
.ruinewsleft1{ width:801px; height:450px; float:left; background:url(../img1/ruinewsleftbg.jpg) no-repeat center;}
.ruinewsleft1title{ width:630px; height:40px; padding-top:342px; line-height:40px; overflow:hidden;}
.ruinewsleft1title a{ font-size:16px; font-weight:bold; color:#666;}
.ruinewsleft1title a:hover{ padding-left:5px;}
.ruinewsleft1content{ width:630px; height:42px; font-size:14px; line-height:21px; color:#888; overflow:hidden; text-indent:0em;}
.ruinewsright1{width:479px; height:450px; float:left;}
.ruinewsli{ width:479px; height:450px;}
.ruinewsli ul li{ width:479px; height:100px; padding-top:25px; padding-bottom:25px;}
.ruinewslititle{ height:35px; line-height:35px; overflow:hidden;}
.ruinewslititle a{ font-size:16px; font-weight:bold; color:#666;}
.ruinewslititle a:hover{ padding-left:5px;}
.ruinewslicontent{ height:65px;font-size:14px; line-height:21px; color:#888; overflow:hidden;text-indent:0em;}


.yangyangtitlepro0{ height:912px; background:#f5f5f5;}
.yangyangtitlepro{ font-size:29px; height:30px; font-family:"ArgentumSans-Light"; width:300px; text-align:center; margin:0 auto; padding-top:80px; padding-bottom:28px;}
.yangyangtitlebiao{ width:60px; height:4px; margin:0 auto;}
.yangyangpro111{ width:1488px; margin:0 auto;}
.yangyangpro111 ul li{ width:298px; height:245px; margin-left:36px; margin-right:36px; padding-left:1px; padding-right:1px; padding-top:1px; margin-top:57px; background:url(../img1/yangblackprobg8.jpg) no-repeat center; float:left;}
.yangyangpro111img{ width:298px; height:193px;}
.yangyangpro111img img{ width:298px; height:193px;}
.yangyangpro111li{ width:290px; height:23px; padding-top:15px; padding-bottom:15px; margin:0 auto; text-align:center; line-height:23px;}
.yangyangpro111li a{ font-size:16px; color:#FFFFFF;}
.yangyangpro111 ul li:hover{background:url(../img1/yangredprobg8.jpg) no-repeat center;}
.yangyanpromore{ width:144px; height:42px; margin:40px auto 0;}
.yanpromore{ width:144px; height:42px; margin:40px auto 0;}


.mysan{ width:1130px; margin:0 auto; height:40px; line-height:40px;}
.first11{ width:22px; padding-top:18px; height:22px; line-height:40px; text-align:left; float:left;}
.second11{ width:989px; height:40px; line-height:40px; text-align:left; float:left; overflow:hidden;}
.second11 a{ font-size:15px; color:#666;}
.second11 a:hover{ color:#fa7526;}
.third11{ width:119px; height:40px; line-height:40px; font-size:15px; color:#666; text-align:right; float:left;}


.mysan-haveleft{ width:881px; margin:0 auto; height:40px; line-height:40px; float:left;}
.mysan-haveleftdown{ width:881px; margin:0 auto; height:40px; line-height:40px;}
.first11-haveleft{ width:22px; padding-top:18px; height:22px; line-height:40px; text-align:left; float:left;}
.second11-haveleft{ width:700px; height:40px; line-height:40px; text-align:left; float:left;}
.second11-haveleft a{ font-size:15px; color:#666;}
.third11-haveleft{ width:159px; height:40px; line-height:40px; font-size:15px; color:#666; text-align:right; float:left;}

.second11-haveleftdown{ width:600px; height:40px; line-height:40px; overflow:hidden; text-align:left; float:left;}
.second11-haveleftdown a{ font-size:15px; color:#666;}
.second11-haveleftdown a:hover{ font-size:15px; color:#ff0000;}
.third11-haveleftdown{ width:259px; height:40px; line-height:40px; font-size:15px; color:#666; text-align:right; float:left;}

.wenzhangline1{background:#dfdfdf; height:1px; margin:18px auto 15px;}



  .myneiye1{ width:1280px; margin:45px auto 25px;}
  .prdoc1 .stop .plt{width: 290px;float: left;}
  
  .myleft1{ width:290px; margin-right:25px; float:left;}
  .myright1{ width:961px; float:left; padding-bottom:45px;}
  .neiyetitle1{line-height:41px; height:41px; background-color:#f4f4f4; width:961px;  margin-bottom:30px;}
  .neiyetitle1bg{line-height:41px; height:41px; background:url(../img1/neiyetitle1.jpg) left no-repeat; font-size:15px; color:#333; padding-left:22px;}
  .mycontent1{ width:961px; color:#333;}
  
  #prolist1nei-haveleft{ width:957px; text-align:center; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:319px; text-align:center; height:340px; float:left; margin-bottom:23px; }
.pro117-haveleft{ width:300px; height:300px; margin-left:8px; margin-right:8px; border-bottom:1px #CCCCCC solid;border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
.pro117-haveleft img{width:300px; height:300px;}
.pro117title-haveleft{width:300px; margin:0 auto; overflow:hidden; text-align:center; line-height:40px; height:40px;}

.renyingshititle{ width:118px; height:59px; margin:48px auto 0px;}
.renyingshititleword{ width:800px; height:42px; line-height:42px; text-align:center; margin:0px auto 13px; color:#666;}

.renyingshititlehui{ width:118px; height:59px; margin:48px auto 0px;}
.renyingshititlewordhui{ width:800px; height:42px; line-height:42px; text-align:center; margin:0px auto 13px; color:#666;}


.renyingshicontent{ width:1191px; height:463px; margin:0 auto 57px;}
.renlanmubg000{ background:url(../img1/renlanmubg.jpg) no-repeat center; width:100%; height:636px;}
.renlanmubg{ width:1191px; height:636px; margin:0 auto; position:relative;}
.renlanmumore{ width:140px; height:44px; position:absolute; top:428px; left:0px;}
.renlanmutitle1{ width:116px; height:58px; position:absolute; top:103px; left:0px;}
.renlanmu111{ width:273px; height:15px; position:absolute; top:372px; left:0px;}
.renlanmu222{ width:259px; height:15px; position:absolute; top:372px; left:360px;}
.renlanmu333{ width:680px; height:157px; line-height:31px; font-size:14px; color:#333; position:absolute; top:188px; left:0px;}

.renlanmuyuan{ width:452px; height:451px; position:absolute; top:82px; left:733px;}

.renshipin012{ width:1192px; height:317px; margin:0 auto;}
.renshipin1{ width:596px; height:317px; float:left;}
.renshipin2{ background:#f8f8f8; width:596px; height:317px; float:left; position:relative;}

.renshipin2en{ position:absolute; top:60px; left:113px; font-size:15px;}
.renshipin2title{ position:absolute; top:93px; left:113px; font-size:19px;}
.renshipin2content{position:absolute; line-height:26px; width:428px; top:128px; left:109px; font-size:14px;}
.renshipin2more{ width:150px; height:50px; top:201px; left:114px; position:absolute;}

.renshipin034{ width:1192px; height:315px; margin:0 auto 60px;}
.renshipin3{background:#f8f8f8; width:596px; height:315px; float:left; position:relative;}

.renshipin3en{ position:absolute; top:60px; left:93px; font-size:15px;}
.renshipin3title{ position:absolute; top:93px; left:93px; font-size:19px;}
.renshipin3content{position:absolute; line-height:26px; width:434px; top:128px; left:89px; font-size:14px;}
.renshipin3more{ width:150px; height:50px; top:201px; left:94px; position:absolute;}

.renshipin4{ width:596px; height:315px; float:left;}

.rennav000{ width:1191px; margin:0 auto; height:104px;}
.renlogo1{ width:257px; height:104px; float:left;}
.rennav1{ width:660px; height:104px; line-height:104px; float:right; position:relative;}
.rennav1 ul li{ width:110px; height:104px; line-height:104px; float:left; text-align:center;}
.rennav1 ul li a{ color:#666; font-size:15px;}
.rennav1 ul li:hover{background:url(../img1/ren333.jpg) no-repeat center; color:#ff0000; background-position:48px 70px;}
.rennav1 ul li:hover a{color:#1f66ff;}


.diantopbg{height:188px; background:url(../img1/dianlogo1.jpg) no-repeat center;}
.diantop{ width:987px; height:188px; margin:0 auto; position:relative;}
.diantop1{ width:120px; height:68px; padding-top:120px; text-align:center; float:left;}
.diantop1:hover{ width:120px; height:68px; padding-top:120px; text-align:center; background:url(../img1/diantopsmallbg.jpg) no-repeat center;}
.diantop1 a{ width:120px; height:188px; display:block; font-size:16px; font-weight:bold; font-family:"ArgentumSans-Light"; color:#222;}

.diantop2{ width:267px; height:188px; float:left;}

.dianbanner1{ width:100%; height:694px; background:url(../img1/dianbanner1.jpg) no-repeat center;}

.dianschool1{ width:398px; height:85px; margin:77px auto 40px;}
.dianschool2{ width:885px; line-height:31px; margin:0 auto 68px; color:#666; text-indent:2em;}

.dianjiang0{ width:657px; height:276px; margin:0px auto 98px;}
.dianjiang1{ width:273px; height:276px; padding-right:129px; float:left;}
.dianjiang2{ width:255px; height:276px; float:left;}

.dianqianyue0{ height:345px; background:#f96a0e;}
.dianqianyue1{ width:1212px; height:216px; margin:0 auto; padding-top:66px;}
.dianqianyue1 ul li{ width:287px; height:216px; margin-left:8px; margin-right:8px; float:left;}

.dianstory1{ width:550px; height:83px; margin:76px auto 0px;}

.dianstoryimg0{ width:1227px; margin:0 auto 94px;}
.dianstoryimg0 ul li{width:375px; margin-left:17px; margin-right:17px; margin-top:56px; margin-bottom:11px; float:left;}

.dianbigthings0{ height:1010px; background:#f7f7f7; }
.dianbigthings1{ width:362px; height:84px; padding-top:57px; margin:0px auto 0px;}

.dianbigthingsbg1{ width:1070px; margin:0 auto; height:869px; background:url(../img1/dianbigthingsbg1.jpg) no-repeat center;}

.dianbigthingsmore1{ width:218px; height:53px; padding-top:719px; margin:0px auto 0px;}


.dianfoot000{ height:315px; background:#333;}
.dianfoot111{ width:1190px; margin:0 auto; height:315px; background:url(../img1/dianbgbgbg.jpg) no-repeat center; position:relative;}
.dianfoota{ line-height:30px; position:absolute; top:153px; left:31px; color:#ccc; font-size:15px;}
.dianfootb{ line-height:35px; height:35px; position:absolute; top:50px; left:654px;}
.dianfootb a{ font-size:16px; font-weight:bold; color:#fff; font-family:"ArgentumSans-Light";}
.dianfootb a:hover{color:#ec861a;}

.dianfootlast{ line-height:42px; height:42px; font-size:14px; background:#292929; color:#CCC; text-align:center;}

.xijie{padding-left:90px; padding-right:90px; width:1020px; margin:0 auto; padding-top:15px; padding-bottom:15px; line-height:40px;  font-size:14px; color:#333333; background:#f8f8f8;}
.biao1{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:1135px; overflow:hidden; display:block; background:url(../img1/biaoge_bg1.jpg) no-repeat center; color:#000000; padding-left:65px; margin:0 auto; }
.biao2{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:1135px; overflow:hidden; display:block; background:url(../img1/biaoge_bg2.jpg) no-repeat center; color:#FFFFFF; padding-left:65px; margin:0 auto;}
.biao3{line-height:60px; font-size:16px; font-family:'ArgentumSans-Light'; height:60px; width:1135px; overflow:hidden; display:block; background:url(../img1/biaoge_bg3.jpg) no-repeat center; color:#FFFFFF; padding-left:65px; margin:0 auto;}

.lvliubg{ width:1050px; margin:0 auto; height:44px; background:url(../img1/lvliuaaa.jpg) no-repeat center; position:relative;}
.myname6{position:absolute; width:130px; height:44px; line-height:44px; font-size:14px; color:#fff; left:41px;}
.biaoti6{position:absolute; width:630px; height:44px; line-height:44px; font-size:14px; color:#fff; left:194px;}
.shijian61{position:absolute; width:244px; height:44px; line-height:44px; font-size:14px; color:#fff; left:829px;}

.neirong6bgbg{width:1050px; margin:0 auto; padding-top:12px; padding-bottom:12px;  background:url(../img1/lvliubbb.jpg) repeat-y center; line-height:36px; font-size:14px; color:#FF0000;}
.neirong6aaa{ width:145px; padding-left:45px;  line-height:42px; font-size:15px; color:#333; float:left;}
.neirong6bbb{ width:834px; padding-right:26px; line-height:36px; font-size:14px; color:#333; float:left;}

.shijianbgbg{ width:1050px; margin:0 auto; height:47px; background:url(../img1/shijianbgbg.jpg) no-repeat center;}
.shijian62{ line-height:50px; padding-left:190px; color:#333; font-size:15px;}

.herwid { width:60%;}
.heranniu { border:1px solid #aaaaaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset; border-radius:0.6em 0.6em 0.6em 0.6em; background:linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9; color:#333333;}
.herpaa { padding:10px;}
.hermb { margin-bottom:10px;}
.hertext_c{text-align:center;}
.herpa { padding:5px;}
.hertwotwo{ width:100%; margin:0 auto; text-align:center;}

.baohantitle{margin:35px auto 20px; text-align:center; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}


.abc{ width:1200px; height:185px; margin:20px auto 0; text-align:center; line-height:41px;}
.abc1{ padding-left:30px; padding-right:30px; float:left;}
.abc1 a{color:#fa7526; font-size:18px;}
.abc1 a:hover{ color:#000;}

.hismessageaaa{margin:40px auto 10px; text-align:center; width:80%; font-size:20px; color:#ff6600; font-family:'ArgentumSans-Light'; height:50px; line-height:50px;}



.productssnei{ width:1280px; margin:0 auto;}
.productssnei ul li{
    float: left;
    width: 32.1428%;
    padding: 40px 0 20px ;
    margin-right: 1.7%;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.productssnei ul li:nth-child(3n){
    margin-right: 0;
}
.productssnei ul li img{
    width: 100%;
    height:auto;
}
.productss_img{
    padding: 0 70px 30px;
}
.productss_text{
    padding: 20px 30px 0;
    border-top:1px solid #ebebeb ;
    position:relative ;
}
.productss_text a:hover,.productss_text a:active,.productss_text a:focus{
    text-decoration: none;
}
.productss_text h4{
    font-size: 20px;
    color: #333;
	text-align:center;
}
a:hover{
    text-decoration: none;
}
.productss_text p{
    color: #a7a7a7;
}
.productss_jian{
    width: 20px;
    height: 13px;
    position: absolute;
    top:40px;
    right: 30px;
}
.productss_top{
    width: 71px;
    height: 71px;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.productss_top img{
    width:100%;
    height: auto;
}
.productssnei ul li:hover{
    -moz-box-shadow:0px 0px 22px #ccc;
    -webkit-box-shadow:0px 0px 22px #ccc;
    box-shadow:0px 0px 22px #ccc;
}
.productssnei ul li:hover .productss_top{
    display: block;
}
.productss_img>img:nth-child(2){
    display: none;
}
.productssnei ul li:hover .productss_img>img:nth-child(1){
    display: none;
}
.productssnei ul li:hover .productss_img>img:nth-child(2){
    display: block;
}
.productssnei ul li:hover .productss_text  h4{
    color: #ff9714;
}




.bestlogo0{ width:1500px; height:80px; margin:0 auto;}
.bestlogo1{ width:483px; height:80px; float:left;}
.bestlogo1 img{ width:100%;}
.bestlogo2{ width:800px; height:80px;float:right; position:relative;}
.bestlogo2 ul li{ width:100px; height:80px; line-height:80px; text-align:center; float:left; }
.bestlogo2 ul li a{ width:100px; height:80px; display:block; font-size:16px;}
.bestlogo2 ul li a:hover{background:url(../img1/bestnavbg1.jpg) no-repeat center; color:#0258a5;}



.jifoot1bg0{ height:340px; background:#202020;}
.jifoot1bg{ width:1400px; height:340px;  margin:0 auto; position:relative;}

.bestfootlogo100{ width:275px; height:241px; position:absolute; top:45px; left:0px;}

.jjjfoottitle000{ width:80px; position:absolute; top:45px; left:284px;}
.jjjfoottitle111{ width:80px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px;}
.jjjfoottitle222{ width:80px; height:30px; line-height:30px; font-size:15px; color:#ccc;}
.jjjfoottitle222 a{ font-size:15px; color:#ccc;}
.jjjfoottitle222 a:hover{ color:#ec1d25;}


.jjjfoottitle333{ width:195px; position:absolute; top:45px; left:360px;}
.jjjfoottitle444{ width:195px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px; text-align:left;}
.jjjfoottitle555{ width:195px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle555 a{ font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle555 a:hover{ color:#ec1d25;}

.jjjfoottitle666{ width:98px; position:absolute; top:45px; left:535px;}
.jjjfoottitle777{ width:98px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px; text-align:left;}
.jjjfoottitle888{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle888 a{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle888 a:hover{ color:#ec1d25;}

.jjjfoottitle999{ width:98px; position:absolute; top:45px; left:568px;}
.jjjfoottitle0{ width:98px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px; text-align:left;}
.jjjfoottitle1{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle1 a{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle1 a:hover{ color:#ec1d25;}

.jjjfoottitle2{ width:98px; position:absolute; top:45px; left:703px;}
.jjjfoottitle3{ width:98px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px; text-align:left;}
.jjjfoottitle4{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle4 a{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle4 a:hover{ color:#ec1d25;}

.jjjfoottitle5{ width:98px; position:absolute; top:45px; left:693px;}
.jjjfoottitle6{ width:98px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#ccc; margin-bottom:5px; text-align:left;}
.jjjfoottitle7{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle7 a{ width:98px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}
.jjjfoottitle7 a:hover{ color:#ec1d25;}


.jjjfoottitle5bb{ width:390px; position:absolute; top:51px; left:352px;}
.jjjfoottitle6bb{ width:390px; height:50px; line-height:50px; font-size:27px; font-weight:bold; color:#ff6c00; margin-bottom:0px; text-align:left;}
.jjjfoottitle7bb{ width:390px; height:30px; line-height:30px; font-size:15px; color:#ccc; text-align:left;}

.bestfoot1002wm1{ width:227px; height:221px; position:absolute; top:48px; right:10px;}

.bestfoot1002wm2{ width:227px; height:221px; position:absolute; top:48px; right:300px;}





.jjjfoottitle8{ width:98px; position:absolute; top:45px; left:793px;}
.jjjfoottitle9{ width:98px; height:50px; line-height:50px; font-size:17px; font-weight:bold; color:#666; margin-bottom:5px; text-align:left;}
.jjjfoottitle00000{ width:98px; height:30px; line-height:30px; font-size:15px; color:#666; text-align:left;}
.jjjfoottitle00000 a{ width:98px; height:30px; line-height:30px; font-size:15px; color:#666; text-align:left;}
.jjjfoottitle00000 a:hover{ color:#ec1d25;}

.jifoot2{ height:40px; line-height:40px; background:#3a3a38; color:#ccc; text-align:center; font-size:14px;}


.bestlogo0{ width:1500px; height:80px; margin:0 auto;}
.bestlogo1{ width:483px; height:80px; float:left;}
.bestlogo1 img{ width:100%;}
.bestlogo2{ width:800px; height:80px;float:right; position:relative;}
.bestlogo2 ul li{ width:100px; height:80px; line-height:80px; text-align:center; float:left; }
.bestlogo2 ul li a{ width:100px; height:80px; display:block; font-size:16px;}
.bestlogo2 ul li a:hover{background:url(../img1/bestnavbg1.jpg) no-repeat center; color:#0258a5;}


.bestabout0{ width:1450px; margin:55px auto 20px;}
.bestabout1{ width:750px; height:480px; float:left;}
.bestabout1 img{ width:100%;}
.bestabout2{ width:600px; height:480px; float:right;}
.bestabout2aaa{ width:600px; line-height:40px; height:40px; padding-top:68px; font-size:28px; color:#000;}
.bestabout2bbb{ width:30px; height:2px; padding-top:20px;}
.bestabout2bbb img{ width:100%;}
.bestabout2ccc{ width:600px; height:150px; padding-top:50px; line-height:30px; overflow:hidden;}
.bestabout2ddd{ width:170px; padding-top:55px;}
.bestabout2ddd img{ width:100%;}
.bestabout2ddd:hover{ padding-left:2px;}

.bestaboutyuan0{ height:213px; margin-bottom:82px; background:url(../img1/bestaboutyuanbg.jpg) repeat-x center;}
.bestaboutyuan{ width:1510px; margin:75px auto 30px;}
.bestaboutyuan ul li{ width:216px; padding-left:43px; padding-right:43px; height:213px; float:left;}
.bestaboutyuan ul li img{ width:100%;}

.bestnews0{ height:903px; background:url(../img1/bestnewsbg1.jpg) no-repeat center; }
.bestnews00{ height:903px; width:1500px; margin:0 auto;position:relative;}

.bestnewstitle1{ width:138px; height:55px; margin:0 auto; padding-top:80px;}

.bestnewscontent1{ width:1500px; height:526px; margin:0 auto; padding-top:45px; }
.bestnewscontent1 ul li{ width:440px; margin-left:30px; margin-right:30px; height:526px; background:#fff; float:left; position:relative;}

.bestnewscontent1img{ width:440px; height:308px;position:absolute; left:0px; top:0px;}
.bestnewscontent1img img{ width:440px; height:308px;}
.bestnewscontent1aaa{ width:300px; line-height:27px; height:54px; overflow:hidden; position:absolute; left:112px; top:345px;}
.bestnewscontent1aaa a{font-size:18px; color:#333;}
.bestnewscontent1aaa a:hover{ color:#0a42cb;}
.bestnewscontent1bbb{ width:300px; height:69px; line-height:23px; color:#7b7b7b; font-size:14px; position:absolute; left:112px; top:414px; overflow:hidden;}
.bestnewscontent1day{ width:65px; height:33px; line-height:33px; color:#09308f; font-size:38px; font-weight:bold; position:absolute; left:37px; top:343px;}
.bestnewscontent1shijian{ width:65px; height:18px; line-height:18px; color:#09308f; font-size:15px; font-weight:bold; position:absolute; left:31px; top:382px;}

.bestnewsmore1{ width:174px; height:59px; position:absolute; top:755px; left:715px;}
.bestnewsmore1:hover{ padding-left:3px;}


.bestpro{ height:760px; background:#e8eff9;}
.bestpro0{ width:1512px; height:760px; margin:0 auto; position:relative;}
.bestprotitle1{ width:140px; height:62px; margin:0 auto; padding-top:60px; padding-bottom:40px;}
.bestprocontent1{ width:1512px; height:395px; margin:0 auto;}
.bestprocontent1 ul li{ width:364px; height:395px; padding-left:7px; padding-right:7px; float:left;}
.bestprocontent1 ul li:hover{ padding-top:5px;}
.bestprocontent1aaa{ width:364px; height:348px;}
.bestprocontent1aaa img{width:364px; height:348px;}
.bestprocontent1bbb{ width:364px; height:47px; line-height:47px; background:#0258a5; text-align:center;}
.bestprocontent1bbb a{ color:#fff;}
.bestprocontent1bbb a:hover{ padding-left:3px;}

.bestpromore1{ width:171px; height:57px; position:absolute; top:625px; left:668px;}
.bestpromore1:hover{ padding-left:3px;}

.ourpre1{ width:45%; margin-right:5%; overflow:hidden; height:30px; line-height:30px; margin-top:25px; margin-bottom:25px; float:left; color:#666; font-size:15px;}
.ourpre1 a{ color:#666; font-size:15px;}
.ourpre1 a:hover{ color:#ff0000;}
.ournext1{ width:45%; margin-left:5%; overflow:hidden; height:30px; line-height:30px; margin-top:25px; margin-bottom:25px; text-align:right; float:left; color:#666; font-size:15px;}
.ournext1 a{ color:#666; font-size:15px;}
.ournext1 a:hover{ color:#ff0000;}

.liangfankuibg0{ width:100%; height:500px; background:url(../img1/liangfankuibg.jpg) no-repeat center;}
.liangfankuibg1{ width:1300px; height:500px; margin:0 auto; position:relative;}


.liangfootbg{ width:100%; height:345px; background:#f3f3f3;}
.liangfootbg1{ width:1350px; height:345px; margin:0 auto;}
.liangpang1{ width:450px; height:345px; float:left; text-align:left;}
.liangpang2{ width:312px; height:345px; float:right; text-align:right;}
.liangfootbg1aaa{ width:420px; padding-top:40px; line-height:33px; font-size:15px; color:#666; float:left; text-align:left;}
.liangfootbg1aaa a{font-size:15px; color:#666;}
.liangfootbg1aaa a:hover{ color:#0d68a1;}

.liangwailian{ width:212px; height:43px; margin-top:33px; margin-bottom:20px;}
.liangwailian ul li{ width:43px; height:43px; margin-left:5px; margin-right:5px; float:left;}

.liangfootrightright1{ width:312px; height:230px; padding-top:50px; float:right;}


.liangkeep{ width:1100px; margin:0px auto 15px; text-align:center; color:#123761; font-size:60px; font-weight:bold;}
.liangkeep2{ width:1100px; margin:0px auto 10px; text-align:center; color:#68c191; font-size:24px;}
.liangkeepmore1{ width:250px; height:46px; margin:40px auto 105px;}
.liangkeepmore1 a{ width:250px; height:46px;}
.liangkeepmore1 a:hover{ padding-left:3px;}



.lianghezuotitle{ width:1350px; text-align:center; height:66px; line-height:66px; margin:97px auto 35px; font-size:38px; color:#555;}
.lianghezuocontent{ width:1040px; margin:0 auto 50px;; line-height:30px; color:#666; font-size:17px;}
.lianghezuoul{ width:1380px; margin:0 auto;}
.lianghezuoul ul li{ width:190px; margin-left:20px; margin-right:20px; margin-top:5px; margin-bottom:5px; height:65px; float:left;}
.lianghezuoul ul li:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }

.liangjianjietitle{ width:1350px; text-align:center; height:66px; line-height:66px; margin:115px auto 30px; color:#0d3862; font-size:38px; font-weight:bold;}
.liangjianjiecontent{ width:1040px; margin:0 auto 68px;; line-height:30px; height:90px; overflow:hidden; color:#666; font-size:17px;}
.liangjianjieimg{ width:1350px; height:250px; margin:0 auto 63px;}
.liangjianjieimg ul li{ width:250px; height:250px; border-radius:50%; margin-left:10px; margin-right:10px; float:left;}
.liangjianjieimg ul li img{width:250px; height:250px;}
.liangjianjieimg ul li:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.6s all; }
.liangjianjiemore{ width:318px; height:64px; margin:0 auto; text-align:center;}
.liangjianjiemore img{ width:270px; height:55px;}
.liangjianjiemore a{width:270px; height:55px;}
.liangjianjiemore a:hover{ padding-left:3px;}



.myblack0{ height:87px;}
.myblack1{ width:1130px; margin:0 auto;}
.lianglogo1{ width:143px; padding-top:17px; height:52px; float:left; margin-right:22px;}
.lianglogo2{ width:585px; height:87px; float:left; text-align:center; position:relative;}
.lianglogo2 ul li{ width:117px; height:87px; line-height:107px; float:left; text-align:center; }
.lianglogo2 ul li a{ font-size:17px; color:#fff; font-family:ArgentumSans-Light;}
.lianglogo2 ul li a:hover{ color:#5c94b5;}
.lianglogo3{ width:20px; padding-left:55px; padding-top:44px; height:20px; float:left; position:relative;}

.dingweihuodong{width: 100%;position: fixed;top: 0px;left: 0px;z-index: 100;}
.logo img:first-child {display: none;}
.dingweihuodong {background-color: transparent;transition: all .4s;-webkit-transition: all .4s;}
.dingweihuodong.ons .logo img:first-child {display: block;}
.dingweihuodong.ons .logo img:first-child + img {display: none;}
.dingweihuodong .dingweihuodong-nav a:after{width:1px;background-color:transparent;}
.dingweihuodong.ons { height:87px;background-color: #fff;}

.dingweihuodong.ons .lianglogo2 ul li a{ color:#555;}




.enqiehuan2 a{ background:url(../img1/test2.png) no-repeat center; width:77px; height:38px; display:block;}
.enqiehuan2 a:hover{ background:url(../img1/test2_1.png) no-repeat center;}
.enqiehuan3 a{ background:url(../img1/test3.png) no-repeat center; width:77px; height:38px; display:block;}
.enqiehuan3 a:hover{ background:url(../img1/test3_1.png) no-repeat center;}

.hqwhat1{ width:1400px; height:82px; margin:0 auto;}
.hqwhat1a{ width:300px; line-height:82px; font-weight:bold; text-align:left; font-size:33px; color:#333; float:left;}
.hqwhat1b{ width:96px; height:82px; float:right;}
.hqwhat1c{ width:96px; height:82px; float:right;}
.hqwhatline1{width:1400px; margin:0 auto; height:1px; background:#eeeeee;}
.hqwhatline2{width:1400px; margin:0px auto 26px; height:1px; background:#eeeeee;}
.hqwhat2{ width:1400px; height:52px; line-height:52px; margin:0 auto;}
.hqwhat2aaa{ padding-right:40px; line-height:52px; color:#666; float:left;}
.hqwhat2aaa a{ color:#666; font-size:13px;}
.hqwhat2aaa a:hover{ color:#0e66b4;}
.hqwhat30000{ padding-top:31px; background:#f9f9f9; padding-bottom:250px;}
.hqwhat300{width:1440px; margin:0 auto;}
.hqwhat3a-100{ width:410px; padding-top:20px; padding-bottom:30px; float:left; margin-right:25px;}
.hqwhat3a{ width:410px; border:1px solid #e3e3e3;  background:#fff; margin-right:25px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;border-radius:10px;}
.hqwhat3a11111{ width:8px; height:8px; background:#999; margin-left:15px; margin-right:17px; margin-top:18px; float:left;}


.hqwhat3a22222{ font-size:12px; color:#666; margin-top:15px; float:left;}
.hqwhat3a22222 a{ font-size:12px; color:#666;}
.hqwhat3a22222 a:hover{ font-size:12px; padding-left:1px; color:#0e66b4;}

.hqwhat3b10000{ width:1001px; float:left; padding-top:22px;}
.hqwhat3b10000 img{ width:100%;}

.hqwhat3b{ width:998px; font-size:12px;  color:#666;  }

.whatfang{ width:13px; height:13px; background:#00529b;}

.hqwhat3b-good{ width:1000px;}
.hqwhat3b-goodline{ height:1px; background:#e3e3e3;}
.hqwhat3b-goodline123{ height:1px; background:#e3e3e3; margin-top:12px; margin-bottom:1px;}
.hqwhat3b-good-1{ width:75px; height:75px; padding:5px; float:left;}
.hqwhat3b-good-2{ width:421px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-3hhh{ width:220px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-3{ width:120px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-4{ width:141px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-5{ width:81px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}
.hqwhat3b-good-6{ width:147px; border-left:1px solid #e3e3e3; height:85px; line-height:85px; text-align:center; float:left;}

.hqwhat3b-goodA{ width:1000px; height:53px;}
.hqwhat3b-good-1A{ width:85px; height:53px; float:left;}
.hqwhat3b-good-2A{ width:422px; height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-3A{ width:121px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-4A{ width:142px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-5A{ width:82px;  height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}
.hqwhat3b-good-6A{ width:148px; height:53px; line-height:53px; text-align:center; float:left; font-weight:bold;}

.panghqubit1000{width:1001px; float:left; font-size:12px;  color:#666; }
.panghqubit1000 img{width:100% }
.panghqubit0{}
.panghqubit1word{ font-size:10px; color:#777; line-height:25px;}

.panghqubit1{ width:240px; height:360px; border:1px solid #e3e3e3;  background:#fff; margin:4px; float:left;}
.panghqubit2{ width:230px; height:320px; margin:20px 5px;}

.panghqubit1mmm{ width:240px; height:290px; border:1px solid #e3e3e3;  background:#fff; margin:4px; float:left;}
.panghqubit2mmm{ width:230px; height:270px; margin:10px 5px;}


.hqwhat3b-goodA-first{ width:1000px; height:80px;}
.hqwhat3b-goodA-first1{ width:250px; height:80px; float:left; font-family:ArgentumSans-Light;}
.hqwhat3b-goodA-first2{ width:500px; height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-first3{ width:200px;  height:80px; line-height:80px; float:left; color:#666;}

.hqwhat3b-goodA-firstfirst1{ padding-left:70px; height:80px; float:left;}
.hqwhat3b-goodA-firstfirst2{ padding-left:100px; width:500px; height:80px; line-height:80px; float:left; color:#000;}
.hqwhat3b-goodA-firstfirst3{ width:250px;  height:80px; line-height:80px; float:left; color:#000;}

.hqwhat3b-goodA-fifth{ width:1000px; height:80px;}
.hqwhat3b-goodA-fifth1{ width:250px; height:80px; float:left; font-family:ArgentumSans-Light;}
.hqwhat3b-goodA-fifth2{ width:500px; height:80px; line-height:80px; float:left; color:#666;}


.hqwhat3b-goodA-fifthfifth1{ padding-left:70px; height:80px; float:left;}
.hqwhat3b-goodA-fifthfifth2{ padding-left:100px; width:500px; height:80px; line-height:80px; float:left; color:#000;}





.hqwhat3b-goodA-fourth{ width:1000px;}
.hqwhat3b-goodA-fourth1{ width:143px; height:80px; float:left;}
.hqwhat3b-goodA-fourth2{ width:263px; height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth3{ width:140px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth4{ width:150px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth5{ width:185px;  height:80px; line-height:80px; float:left; color:#666;}
.hqwhat3b-goodA-fourth6{ width:70px;  height:80px; line-height:80px; float:left; color:#666;}

.hqwhat3b-goodA-fourthfourth1{ padding-left:15px; float:left;}
.hqwhat3b-goodA-fourthfourth2{ width:150px; padding-left:50px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000; text-align:left}
.hqwhat3b-goodA-fourthfourth3{ width:130px; padding-left:60px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000; text-align:center}
.hqwhat3b-goodA-fourthfourth4{ width:150px; padding-left:10px; padding-right:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000; text-align:center}
.hqwhat3b-goodA-fourthfourth5{ width:130px; padding-left:0px; padding-right:40px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000; text-align:center}
.hqwhat3b-goodA-fourthfourth6{ width:120px; padding-left:10px; padding-top:27px; padding-bottom:27px; line-height:26px; float:left; color:#000; text-align:center}


.bitcase0{ width:1399px; margin:20px auto 40px;}

.hqnewabout0{ width:73%; margin:40px auto 70px;}
.hqnewabout1{ font-size:25px; margin-bottom:10px; line-height:50px; color:#0d68a1;}
.hqnewabout2{ width:55%; line-height:32px; margin-right:6%; float:left;}
.hqnewabout3{ width:39%; float:left;}
.hqnewabout3 img{ width:100%;}

.hqnewcontact{ width:1399px; margin:60px auto 60px; height:627px;}
.hqnewcontact img{ width:100%;}




.liangjianjieimg999{ width:95%; margin:75px auto 55px;}
.liangjianjieimg999 ul li{ width:14%; border-radius:50%; margin-left:3%; margin-right:3%; float:left;}
.liangjianjieimg999 ul li img{width:100%;}

.haimore1{ width:200px; margin:0 auto; height:48px; line-height:48px; border:1px solid #2671b2; color:#2671b2; background:#f4f9fd; font-size:16px; border-radius:35px; text-align:center;}
.haimore1:hover{ background:#1f6aab; color:#fff;}

.haimore2{ width:200px; margin:10px auto 55px; height:48px; line-height:48px; border:1px solid #2671b2;color:#2671b2;background:#f4f9fd; font-size:16px; border-radius:35px; text-align:center;}
.haimore2:hover{ background:#1f6aab; color:#fff;}

.haifankui1{ font-size:30px; font-weight:bold; position:absolute; left:768px; top:94px;}
.haifankui2{font-size:19px; color:#666; position:absolute; left:753px; width:400px; line-height:34px; top:172px;}


.pangdemo{ font-family:"ArgentumSans-Light";  width:454px; margin:45px auto 0px;}
.pangdemo1{ font-family:"ArgentumSans-Light";  width:454px; height:468px; overflow:hidden;}
.pangdemo1 img{ font-family:"ArgentumSans-Light";  width:454px; height:468px;}
.pangdemo2{ font-family:"ArgentumSans-Light";  width:434px; text-align:left; padding-left:10px; padding-right:10px; font-size:17px; font-weight:bold; color:#333; height:48px; line-height:24px; padding-top:25px; padding-bottom:25px;}

.pangdemo3{ font-family:"ArgentumSans-Light"; height:1px; background:#ccc;}
.pangdemo4{ font-family:"ArgentumSans-Light";  padding-top:25px; padding-bottom:25px; padding-left:10px; text-align:left;}
.pangdemo4 a{ font-family:"ArgentumSans-Light";  text-decoration: underline; font-size:17px; color:#333;}
.pangdemo4 a:hover{ font-family:"ArgentumSans-Light";  text-decoration: underline; font-size:17px; padding-left:1px; color:#000;}

.banner999{ font-family:"ArgentumSans-Light";  width:1406px; height:0px; margin:0 auto; position:relative;}
.banner999888{ font-family:"ArgentumSans-Light";  position:absolute; z-index:100; width:1406px; height:700px; top:320px; left:0px;}
.banner9998881{ color:#fff; font-size:70px;font-family:"ArgentumSans-Light"; font-weight:400; line-height:86.21px;}
.banner9998882{ font-family:"ArgentumSans-Light";  width:37px; height:4px; margin-top:20px; margin-bottom:40px; background:#fff;}
.banner9998883{ font-family:"ArgentumSans-Light"; color:#fff; font-size:28px;}
.banner9998884{ font-family:"ArgentumSans-Light";  width:170px; height:60px; line-height:60px; background:#373737; display:block; text-align:center; margin-top:100px;}
.banner9998884 a{font-family:"ArgentumSans-Light"; width:170px; height:60px;background:#373737; font-weight:400; display:block; color:#fff; font-size:18px;}
.banner9998884 a:hover{ font-family:"ArgentumSans-Light";  width:170px; height:60px;background:#000; color:#fff; font-size:18px;}

.hqubittwo0{ font-family:"ArgentumSans-Light";  width:1406px; margin:0 auto; padding-top:50px; padding-bottom:44px; }
.hqubittwo01{font-family:"ArgentumSans-Regular"; width:200px; color:#000; font-weight:500; font-size:38px; float:left;}
.hqubittwo02{ width:760px; font-family:"ArgentumSans-Light"; line-height:30px; font-weight:300; color:#666; font-size:16px; float:right;}
.hqubittwohengxian{ height:1px; background:#ccc;}



.mybg{font-family:"ArgentumSans-Light"; height:1000px; background:url(../img1/mybg.png) no-repeat center;}
.mybg1{font-family:"ArgentumSans-Light"; width:1400px; height:1000px; margin:0 auto; position:relative;}


.aaaaa{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:127px; right:-2px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.aaaaa1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.aaaaa2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.aaaaa3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.aaaaa4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}

.bbbbb{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:128px; left:156px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.bbbbb1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.bbbbb2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.bbbbb3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.bbbbb4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}

.ccccc{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:230px; right:-2px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.ccccc1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.ccccc2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.ccccc3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.ccccc4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}



.ddddd{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:349px; right:-2px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.ddddd1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.ddddd2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.ddddd3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.ddddd4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}


.eeeee{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:455px; right:-2px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.eeeee1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.eeeee2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.eeeee3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.eeeee4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}

.fffff{font-family:"ArgentumSans-Light"; width:260px; height:78px; position:absolute; top:552px; right:-2px; z-index:250; background:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.fffff1{font-family:"ArgentumSans-Light"; width:4px; height:78px; background:#e95513; float:left;}
.fffff2{font-family:"ArgentumSans-Light"; width:256px; height:78px; float:left;}
.fffff3{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; padding-top:20px; padding-bottom:10px; font-weight:bold; color:#000;}
.fffff4{font-family:"ArgentumSans-Light"; font-size:15px; padding-left:20px; color:#666;}




.pangemail0{ font-family:"ArgentumSans-Light";  height:402px; padding-top:68px; background:#f7f7f7;}
.pangemail{ font-family:"ArgentumSans-Light";  width:1400px; margin:0 auto; height:336px; background:#fff;}
.pangemailtitle{ font-family:"ArgentumSans-Light";  text-align:center; color:#000; font-size:37px; padding-top:60px; font-weight:bold;}
.pangemailcontent{ font-family:"ArgentumSans-Light";  text-align:center; color:#ccc; margin-top:12px; margin-bottom:55px; font-size:18px;}
.pangemailinput{ font-family:"ArgentumSans-Light";  width:1222px; margin:0 auto; height:78px; position:relative; border:1px solid #e9e9e9; border-radius:35px;}

.liangfankuisubmit1{ font-family:"ArgentumSans-Light";  width:950px; padding-left:50px; height:78px; left:0px; top:0px; position:absolute;background-color:transparent;border:0; text-align:left; color:#666; font-size:17px;}
.liangfankuisubmit2{ font-family:"ArgentumSans-Light";  width:164px; height:62px; position:absolute; right:8px; top:8px; cursor:pointer;}
.liangfankuisubmit2:hover{ padding-right:3px;}
input {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}


.lineline{ width:1200px; margin:0 auto; height:0px; position:relative;}

.chenchen{ width:300px; height:60px; text-align:center;  position:absolute; left:290px; top:-30px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.chenchen a{width:300px; height:60px; line-height:60px; display:block; background:#fb6800; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#fff; border-radius:30px;}
.chenchen a:hover{ width:298px; background:#ff710d; padding-left:2px;}

.chenchen111{ width:300px; height:60px; text-align:center;  position:absolute; left:290px; top:-30px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.chenchen111 a{width:300px; height:60px; line-height:60px; display:block; background:#fb6800; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#fff; border-radius:30px;}
.chenchen111 a:hover{ width:298px; background:#ff710d; padding-left:2px;}

.whitewhite{ width:300px; height:60px; text-align:center; position:absolute; right:290px; top:-30px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.whitewhite a{width:300px; height:60px; line-height:60px; display:block; background:#f5f5f5; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; border-radius:30px;}
.whitewhite a:hover{ width:298px; background:#f5f5f5; padding-left:2px;}

.whitewhite111{ width:300px; height:60px; text-align:center; position:absolute; right:290px; top:-30px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.whitewhite111 a{width:300px; height:60px; line-height:60px; display:block; background:#f5f5f5; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; border-radius:30px;}
.whitewhite111 a:hover{ width:298px; background:#f5f5f5; padding-left:2px;}


.bodybody{ width:1200px; margin:0 auto; padding-top:140px;font-family:"ArgentumSans-Light";}

.bodybody1{ font-size:32px; font-weight:bold; color:#333;font-family:"ArgentumSans-Light";}
.bodybody2{ font-size:18px; line-height:36px; font-weight:400; padding-top:46px; color:#333; font-family:"ArgentumSans-Light";}

.bodybody3{ width:1200px; margin:88px auto 0px; height:650px;}
.bodybody3 img{ width:100%;}

.bodybody4{ font-size:32px; font-weight:bold; color:#333;font-family:"ArgentumSans-Light"; padding-top:117px;}
.bodybody5{ font-size:18px; line-height:36px; font-weight:400; padding-top:46px; color:#333; font-family:"ArgentumSans-Light";}

.bodybody6{ font-size:32px; font-weight:bold; color:#333;font-family:"ArgentumSans-Light"; padding-top:81px;}
.bodybody7{ font-size:18px; line-height:36px; font-weight:400; padding-top:46px; color:#333; font-family:"ArgentumSans-Light"; padding-bottom:143px;}



.juansolutionfoot0{ height:410px; background:#f7f7f7; padding-top:52px; padding-bottom:72px;}
.juansolutionfoot1{ width:1406px; margin:0 auto; height:410px;}
.juansolutionfoot1aaa{ width:50%; height:410px; float:left;}
.juansolutionfoot1aaatitle{font-family:"ArgentumSans-Regular"; font-size:38px; color:#000; font-weight:500;}
.juansolutionfoot1aaacontent{font-family:"ArgentumSans-Regular"; line-height:24.54px; font-size:14px; color:#000; font-weight:300; padding-top:27px;}


.juansolutionfoot1bbb{ width:613px; padding-left:30px; padding-right:60px; height:410px; float:left; background:#fff;}




.solution159000{width:100%; padding-top:10px;}

.solution1591a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1591b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.solution1592a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1592b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.solution1593a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.solution1593b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}


.solution1594a{font-family:"ArgentumSans-Regular"; height:150px; padding-top:0px; border-bottom:1px #909090 solid;}
.solution1594b{font-family:"ArgentumSans-Regular"; height:150px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

textarea{border: none;}
textarea:focus {outline: none;}



.juansubmit1{font-family:"ArgentumSans-Regular"; width:90px; margin-top:22px;  height:34px; float:right; font-size:14px; line-height:34px; text-align:center; display:block; color:#362E4E; background:#fff; font-weight:400;border:1px solid #909090;box-sizing:border-box;}
.juansubmit1:hover{font-family:"ArgentumSans-Regular"; width:90px; text-align:center; height:34px; line-height:34px; color:#fff; background:#fb6800; border:1px solid #fb6800; box-sizing:border-box; }



#searchjinling8 {font-family:"ArgentumSans-Light"; width:221px; height:32px;}

.incshow1{text-align:left;}
.incshow2{color:#ccc; font-size:14px; font-family:"ArgentumSans-Light";}
.incshow3{ width:65%; margin:0 auto; padding-top:30px; padding-bottom:30px;}
.incshow3 img{ width:100%;}


.incshow4{margin-top:50px; margin-bottom:15px;}

.doher{ width:1200px; padding-top:120px; padding-bottom:120px; margin:0 auto 0px;}
.doherword{ font-size:18px; color:#333; font-weight:300; line-height:32px; font-family:"ArgentumSans-Light"; }


.doyou{ width:1406px; margin:0 auto 0px;}
.doyoutitle1{ color:#000;font-family:"ArgentumSans-Light"; font-weight:bold; font-size:38px; line-height:38px; padding-top:110px; padding-bottom:110px;}
.doyoutitle2{ color:#333;font-family:"Arial"; font-weight:700; font-size:24px; line-height:43px; padding-top:23px;}
.doyou1{ width:475px; float:left;}
.doyou1 img{ width:100%;}
.doyou2{ width:715px; float:right; color:#333; font-size:18px; line-height:32px; font-weight:300; font-family:"ArgentumSans-Light";}

.doyouyouyou{ height:1px; margin-top:62px; background:#C7C7C7; margin-bottom:35px;}


.specialefficacy028{ padding-top:30px; height:264px;}
.specialefficacy{ width:1350px; margin:0 auto; }

.specialefficacy ul li{}
.poline1{ width:450px; height:90px; padding-top:10px; float:left; font-size:86px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}
.poline2{ width:450px; height:90px; padding-top:10px; float:left; font-size:86px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}
.poline3{ width:450px; height:90px; padding-top:10px; float:left; font-size:86px; color:#FB6800; font-weight:bold; text-align:center; font-family:"ArgentumSans-Light";}



.poline111{ width:450px; height:90px; padding-top:50px; float:left; font-size:28px; font-weight:400; color:#333; text-align:center; font-family:"ArgentumSans-Light";}
.poline222{ width:450px; height:90px; padding-top:50px; float:left; font-size:28px; font-weight:400; color:#333; text-align:center; font-family:"ArgentumSans-Light";}
.poline333{ width:450px; height:90px; padding-top:50px; float:left; font-size:28px; font-weight:400; color:#333; text-align:center; font-family:"ArgentumSans-Light";}



.aiai{ width:1402px; margin:0 auto;}
.aiaititle1{ color:#000; font-family:"ArgentumSans-Light"; font-weight:bold; font-size:38px; line-height:38px; padding-top:110px; padding-bottom:70px;}
.aiaiimg{ width:100%;}
.aiaiimg img{ width:100%;}

.aiaicontact{ width:100%;}

.aiaicontact1{ width:444px; margin-right:35px; float:left;padding-bottom:132px;}
.aiaicontact1aaa{ color:#333; padding-top:70px; font-size:24px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact1bbb{ height:1px; margin-top:30px; margin-bottom:20px; background:#909090;}
.aiaicontact1ccc{ font-size:18px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}

.aiaicontact2{ width:444px; margin-right:35px; float:left;padding-bottom:132px;}
.aiaicontact2aaa{ color:#333; padding-top:70px; font-size:24px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact2bbb{ height:1px; margin-top:30px; margin-bottom:20px; background:#909090;}
.aiaicontact2ccc{ font-size:18px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}

.aiaicontact3{ width:444px; float:left; padding-bottom:132px;}
.aiaicontact3aaa{ color:#333; padding-top:70px; font-size:24px; font-weight:bold; font-family:"ArgentumSans-Light";}
.aiaicontact3bbb{ height:1px; margin-top:30px; margin-bottom:20px; background:#909090;}
.aiaicontact3ccc{ font-size:18px; color:#333333; line-height:40px; font-weight:300; font-family:"ArgentumSans-Light";}


.solutionchenchen1{ width:300px; height:60px; text-align:center;  position:absolute; border-radius:25px; left:290px; top:-30px; translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen1 a{width:300px; height:60px; line-height:60px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen1 a:hover{ width:300px; background:#fb6800; color:#fff;}

.solutionchenchen2{ width:300px; height:60px; text-align:center;  position:absolute; border-radius:25px; right:290px; top:-30px;  translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchen2 a{width:300px; height:60px; line-height:60px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.solutionchenchen2 a:hover{ width:300px; background:#fb6800; color:#fff;}


.solutionchenchenr1{ width:300px; height:60px; margin:0 auto; position:relative; top:-16px; text-align:center; border-radius:25px;  translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr1 a{width:300px; height:60px; line-height:60px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr1 a:hover{ width:300px; background:#fb6800; color:#fff;}

.solutionchenchenr2{ width:300px; height:60px; text-align:center;  position:absolute; border-radius:25px; right:290px; top:-30px;  translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.solutionchenchenr2 a{width:300px; height:60px; line-height:60px; display:block; border-radius:25px; background:#fff; font-family:"ArgentumSans-Light"; font-size:20px; font-weight:bold; color:#000; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all;}
.solutionchenchenr2 a:hover{ width:300px; background:#fb6800; color:#fff;}

.productwhitewhite{ width:1200px; height:60px; position:absolute; left:0px; top:-30px;z-index:999;  margin:0 auto;}
.productwhitewhite ul li{ width:184px; text-align:center; height:60px; background:#fff; line-height:60px; margin-left:8px; margin-right:8px; border-radius:25px; float:left; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);transition: 0.3s all; }
.productwhitewhite ul li a{ width:184px; height:60px; display:block; font-size:20px; font-weight:bold; border-radius:25px; line-height:60px; color:#000; font-family:"ArgentumSans-Light"; background:#fff;}
.productwhitewhite ul li a:hover{ width:184px; height:60px; display:block; font-size:20px; font-weight:bold; border-radius:25px; line-height:60px; color:#fff; font-family:"ArgentumSans-Light"; background:#fb6800;}

.ourwhiteorblack{ background:#fff;}

#pang100{ z-index:9999; position:absolute; top:400px; left:34%;}




.xiaojuansolutionfoot0{ width:100%; margin:0 auto; background:#fff; border:1px solid #ccc; padding-bottom:25px;}
.xiaojuansolutionfoot1{ width:88%; margin:0 auto; padding-top:33px;}
.xiaojuansolutionfoot1aaa{ width:100%; padding-bottom:0px; position:relative; }

.pang1closeclose{ width:18px; height:18px; position:absolute; right:7px; top:-12px;}
.pang1closeclose img{ width:18px; height:18px;}

.xiaojuansolutionfoot1aaatitle{font-family:"ArgentumSans-Regular"; font-size:20px; color:#707070; font-weight:400;}
.xiaojuansolutionfoot1aaacontent{font-family:"ArgentumSans-Regular"; line-height:24.54px; font-size:14px; color:#707070; font-weight:300; padding-top:15px;}

.xiaojuansolutionfoot1bbb{ width:96%; margin:0 auto; background:#fff;}

.xiaosolution159000{width:90%; margin:0 auto; padding-top:0px;}

.xiaosolution1591a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1591b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.xiaosolution1592a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1592b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

.xiaosolution1593a{font-family:"ArgentumSans-Regular"; height:40px; margin-top:15px; line-height:40px; border-bottom:1px #909090 solid;}
.xiaosolution1593b{font-family:"ArgentumSans-Regular"; height:40px; line-height:40px; font-size:14px; font-weight:300; color:#666;}


.xiaosolution1594a{font-family:"ArgentumSans-Regular"; height:80px; padding-top:0px; border-bottom:1px #909090 solid;}
.xiaosolution1594b{font-family:"ArgentumSans-Regular"; height:80px; line-height:40px; font-size:14px; font-weight:300; color:#666;}

textarea{border: none;}
textarea:focus {outline: none;}

.xiaojuansubmit1{font-family:"ArgentumSans-Regular"; width:90px; margin-top:22px;  height:34px; float:right; font-size:14px; line-height:34px; text-align:center; display:block; color:#362E4E; background:#fff; font-weight:400;border:1px solid #909090;box-sizing:border-box;}
.xiaojuansubmit1:hover{font-family:"ArgentumSans-Regular"; width:90px; text-align:center; height:34px; line-height:34px; color:#fff; background:#fb6800; border:1px solid #fb6800; box-sizing:border-box; }
.pangview1{ font-family:"ArgentumSans-Light";  line-height:28px; padding-left:25px; background:url(../img1/yuan1234.jpg) no-repeat left top;}



.haoproductstitle{font-family:"ArgentumSans-Light"; width:86%; margin:0 auto; padding-top:160px; padding-bottom:5px; font-size:24px; color:#000; line-height:40px; font-weight:bold;}
.haoproductscontent{ width:92%; margin:0 auto;}
.haoproductscontent ul li{ width:46%; margin-left:2%; margin-right:2%; margin-bottom:10px; float:left;}
.haoproductscontent ul li img{ width:100%;}

 }