﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
a{ text-decoration:none}
a:hover{ color:#1a408b;}
img{ border:none; text-indent:0px;}
ul{list-style:none; margin:0; padding:0;}
li{list-style:none; margin:0; padding:0;}
.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:"微软雅黑"; 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{  width:90%; margin:0 auto; padding-top:30px;  text-align:center; color:#042663; line-height:40px; height:40px; overflow:hidden; font-size: 20px;}

.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;}

#banner { height:837px; }
.home_banner { width:100%; height:837px; }
	
.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:"微软雅黑"; font-weight:bold;}
	.pangcontent{ font-size:14px; line-height:20px; height:100px; overflow:hidden; font-family:"微软雅黑"; color:#fff;}
	
	input {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}
textarea{border: none;}
textarea:focus {outline: none;}



.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;}


  
  body,td,th {
	font-family:"微软雅黑"; 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; margin:0 auto; text-align:center; padding-bottom:45px;}


.mycontent1aaaaa{width:1280px; margin:0 auto; text-align:center; 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;}  


.mybuliang {width:140px; height:46px; text-align:center; line-height:46px; font-size:17px; color:#999999; float:left; display:block; background:url(../img1/byshuline1.jpg) right no-repeat;}
.myliang{width:140px; height:46px; text-align:center; line-height:46px; font-size:17px; color:#fff; float:left; display:block; background:#ff942c;}

.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:#1a408b; 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-scroll7 { position:relative; width:100%; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7 .prev7,.img-scroll7 .next7 { position:absolute; display:block;  text-align:center; }
 .img-scroll7 .prev7 { left:0px;cursor:pointer; padding-top:110px;}
 .img-scroll7 .prev7 img{ width:30px; height:52px;}
 .img-scroll7 .next7 { right:0px;cursor:pointer; padding-top:110px;}
 .img-scroll7 .next7 img{ width:30px; height:52px;}
 .img-list7 { position:relative; width:100%; height:647px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7 ul { width:9999px;}
  .img-list7 li { float:left; width:679px; height:647px; margin-right:74px; text-align:center;}
 .img-list7myimg{  width:679px; height:647px;}
 .img-list7myimg img{ width:679px; height:647px;}

/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */


 .img-scroll7pan { position:relative; margin:58px auto 50px; width:100%; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:45%;cursor:pointer; top:284px;}
 .img-scroll7pan .prev7pan img{ width:13px; height:25px;}
 .img-scroll7pan .next7pan { right:45%;cursor:pointer; top:284px;}
 .img-scroll7pan .next7pan img{ width:13px; height:25px;}
 .img-list7pan { position:relative; width:100%; height:220px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:277px; padding-left:33px; padding-right:33px; height:220px; text-align:center;}
 
 .img-list7panmyimg{  width:277px; height:220px;}

/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */


 #dingwei1{
 width:500px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:95px;
 left:-64px;}
 
 #dingwei2{
 width:170px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:95px;
 left:230px;}

 
 #dingwei4{
 width:170px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:95px;
 left:-16px;}
 

  
 #dingwei3{
 width:170px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:95px;
 left:355px;}

 
 #aadingwei1{
 width:270px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:45px;
 left:107px;}
 
 #aadingwei2{
 width:270px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:45px;
 left:390px;}
  
#aadingwei3{
 width:270px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:45px;
 right:-30px;}
 
#chinasdgweixin2wm1{
 position:absolute; top:0px; left:176px;
 display:block;
 z-index:999;
 }
 
  #chinasdgweixin2wm2{
 position:absolute; top:58px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm3{
 position:absolute; top:117px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm4{
 position:absolute; top:176px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm5{
 position:absolute; top:235px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm6{
 position:absolute; top:294px; left:176px;
 display:block;
 z-index:999;
 }
 
 
 .dohui1{ position:absolute; top:0px; left:176px;}
 
 
 
  .myzi3 a{color:#00458b; font-size:13px;  background-color:#cbe4f6; text-align:center; line-height:45px; height:45px; width:170px; display:block;}
  .myzi3 a:hover{ background:#5a9ccc; font-size:13px; color:#ffffff;}
  
  .myzi3service a{color:#00458b; font-size:13px;  background-color:#cbe4f6; text-align:center; line-height:45px; height:45px; width:500px; display:block;}
  .myzi3service a:hover{ background:#5a9ccc; font-size:13px; color:#ffffff;}
  
   .myzi3aa{background-color:#cbe4f6; text-align:center; line-height:58px; height:58px; width:170px; display:block;color:#00458b; font-size:14px; }

  .myzi3aa:hover{ background:#5a9ccc; width:170px; height:58px; display:block; font-size:15px; color:#ffffff;}
  
  
  
  .myzi3bb { background:#e5f4ff;  text-align:center; line-height:40px; height:40px;  width:170px; display:block;}
    .myzi3bb a{color:#6a6a6a;  height:40px;  font-size:13px;  display:block; }
  .myzi3bb a:hover{background:#5a9ccc; color:#fff; }
  

.toprotitle000{ height:468px; background:#f4f5f7;}
.toprotitle{ width:300px; margin:0 auto; padding-top:45px; text-align:center; height:45px; line-height:45px; font-family:"微软雅黑"; font-size:24px; color:#3468a1;}
.toprotitleen{width:500px; margin:0 auto; text-align:center; height:32px; line-height:32px; font-family:"微软雅黑"; 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:322px; height:168px; margin-top:45px; padding-left:28px; padding-right:37px;  float:left;}
.everymyxdgnewsimg img{ width:322px; height:168px;}
.everymyxdgnewsword{ width:663px; height:132px; text-align:left; margin-top:45px; border-right:solid #eaeaea 1px; float:left;}
.everymyxdgnewsword1{ width:663px; padding-top:4px; line-height:60px;font-size:19px; color:#2a2835;}
.everymyxdgnewsword1 a{font-size:19px; color:#2a2835; font-weight:bold;}
.everymyxdgnewsword1 a:hover{color:#f8ae18;}
.everymyxdgnewsword2{ width:620px; margin-top:2px; margin-right:43px; line-height:24px; font-size:13px; color:#898886;}
.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:Arial, Helvetica, sans-serif; font-size:20px;}
.everymyxdgnewsdate2{ width:200px; text-align:center; padding-left:5px; padding-top:5px; height:32px; line-height:32px; color:#e1e0e0; font-family:Arial, Helvetica, sans-serif; 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:"微软雅黑"; font-size:26px; color:#323232; font-weight:bold;}
.runprotitleen{width:300px; margin:0 auto; text-align:center; height:20px; line-height:20px; font-family:"微软雅黑"; 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:"微软雅黑";}
.runnews111b{ width:53px; height:44px; padding-left:8px; padding-top:1px; font-size:13px; color:#FFFFFF; font-family:"微软雅黑";}
.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:"微软雅黑"; 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:"微软雅黑";}
.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{ width:80%; text-align:left; text-indent:2em; margin:0 auto; line-height:33px;}
.wenzhangcontent1 img{margin:auto; display:block; text-indent:0em; max-width:100%; height:auto;}


.xidinggebannerword3{height:91px; background:#f6f6f6;}
.xidinggebannerword3-white{height:91px; background:#fff;}
.xidinggebannerword4{ width:1200px; margin:0 auto;}
.xidinggebannerword5{ width:1200px; height:91px; background:#f6f6f6;}
.xidinggebannerword5-white{ width:1200px; 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:1200px; 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:#0f75bf;}


.xidinggebannerword3pro{height:115px; background:#f6f6f6;}
.xidinggebannerword4pro{ width:1200px; margin:0 auto;}
.xidinggebannerword5pro{ width:1200px; 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:1200px; 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:#0f75bf;}



.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:"微软雅黑"; 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:1200px; margin:45px auto 35px;}
.ruinewsleft1{ width:801px; height:450px; float:left; background:url(../img1/ruinewsleftbg.png) no-repeat center;}
.ruinewsleft1title{ width:585px; 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:585px; height:65px; 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:"微软雅黑"; 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; text-align:center; margin:45px auto 25px;}
  .myneiye1-a{ width:1280px; text-align:center; padding-top:45px; margin:0px auto 25px;}
  
  .myleft1{ width:284px; margin-right:25px; float:left;}
  .myright1{ width:901px; 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{ padding-left:27px; padding-right:27px; width:847px; color:#333;}
  
  #prolist1nei-haveleft{ width:960px; text-align:center; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:240px; text-align:center; height:268px; float:left; margin-bottom:23px; }
.pro117-haveleft{ width:228px; height:228px; margin-left:5px; margin-right:5px; border-bottom:1px #CCCCCC solid;border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
.pro117-haveleft img{width:228px; height:228px;}
.pro117title-haveleft{width:228px; 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:"微软雅黑"; 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:"微软雅黑";}
.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:"微软雅黑"; 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:"微软雅黑"; 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:"微软雅黑"; 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:#0f74bc; font-family:"微软雅黑"; height:50px; line-height:50px;}



.productssnei{ width:1200px; 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;}

.huanewstitle1{ width:576px; height:71px; margin:66px auto 10px;}


.huaaboutbg{ height:793px; background:url(../img1/huaaboutbg.jpg) no-repeat center;}
.huaaboutbg0{ width:545px; height:70px; margin:0 auto; padding-top:90px;}
.huaaboutbg1{ width:720px; height:534px; margin:0 auto; padding-left:609px; padding-top:132px;}
.huaaboutbg1aaa{ height:28px; line-height:28px; font-size:34px; font-weight:bold; color:#000; padding-left:7px; padding-top:9px;}
.huaaboutbg1bbb{ line-height:30px; color:#666; font-size:15px; padding-left:7px; padding-top:34px; text-indent:2em;}
.huaaboutbg1ccc{ height:111px; line-height:111px; margin-left:12px; margin-top:31px;}
.huaaboutbg1ccc1{ width:111px; text-align:center; height:111px; background:#f8f8f8; color:#c3c3c3; border-radius:50%; float:left; font-size:42px;}
.huaaboutbg1ccc2{ width:111px; text-align:center; height:111px; background:#f8f8f8; color:#c3c3c3; border-radius:50%; margin-left:47px; float:left;font-size:42px;}
.huaaboutbg1ccctitle{ height:50px; line-height:50px; margin-left:-3px; margin-top:5px;}
.huaaboutbg1ccctitle1{ width:158px; text-align:center; height:50px; color:#666; float:left; font-size:14px;}
.huaaboutbg1ccctitle2{ width:158px; text-align:center; height:50px; color:#666; float:left;font-size:14px;}

.huaproprotitle0{ padding-top:71px; padding-bottom:15px; background:#f5f5f5;}
.huaproprotitle1{ width:576px; height:71px; margin:0px auto 0px;}

.huapro8{ width:1352px; padding-top:45px; margin:0 auto;}
.huapro8 ul li{ width:300px; height:327px; margin-left:18px; margin-right:18px; float:left; border:solid 1px #e8e8e8; transition:0.3s all; border-radius:3px;}
.huapro8 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; }
.huapro81{ width:300px; height:280px;}
.huapro82{ width:300px; height:47px; line-height:47px; text-align:center; background:#898989; color:#fff;}

.huanewstitle0{}


.huahuamore1{ width:121px; text-align:center; margin:0px auto 79px; height:31px; line-height:31px; border-radius:10px; border:1px solid #0054a5;}
.huahuamore1 a{ width:121px; height:31px; display:block; color:#0054a5; border-radius:10px;box-sizing:border-box;}
.huahuamore1 a:hover{color:#fff; background:#0054a5;}


.prdoc1 .stop .plt .dl1{cursor: pointer;margin-bottom: 4px;}
.prdoc1 .stop .plt .dl1 dt{line-height: 55px;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;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: #1a408b;color: #fff;}

.prdoc1 .stop .plt .dl1 dd{border:1px solid #ddd;margin-bottom: 4px;display: block;}
.prdoc1 .stop .plt .dl1 dd .dtp{line-height: 42px;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: #1a408b;}
.prdoc1 .stop .plt .dl1 dd .dtp8{line-height: 42px;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:block ;}
.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: #1a408b;}
.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%;}

.myneiye1777{ width:1306px; margin:62px auto 0px;}
.myleft1777{ width:250px; margin-right:30px; float:left;}
.myright1777{ width:1026px; float:left;}

.irpang{ width:1026px;}
.irpang ul li{ width:280px; height:330px; border:1px #dedddd solid; padding-left:15px; padding-right:15px; padding-top:15px; margin-left:15px; margin-right:15px; margin-bottom:50px; 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;}
.irpang1{width:280px; height:280px; overflow: hidden;}
.irpang1 img{width:280px; height:280px;}

.irpang1 .bgimg{ cursor: pointer; transition: all 2.8s;  }
.irpang1:hover .bgimg {  transform: scale(1.3); }

.irpang2{ width:280px; height:50px; line-height:50px; text-align:center;}

.jpneitop0{ width:953px; margin:0 auto 30px;}
.jpneitop01{ width:480px; height:442px; padding-right:37px; border-right:1px solid #dfdfdf; float:left;}
.jpneitop01aaa{ width:480px; height:372px;}
.jpneitop01aaa img{ width:480px; height:372px;}
.jpneitop01bbb{ width:480px; height:70px;}
.jpneitop01bbb1{}
.jpneitop01bbb1 img{}
.jpneitop02{ width:390px; float:right;}
.jpneitop02aaa{ height:28px; line-height:28px; color:#666; font-size:16px;}
.jpneitop02bbb{ width:22px; height:3px; margin-top:5px; margin-bottom:42px; background:#f39800;}
.jpneitop02ccc{ width:390px; padding-bottom:40px;}
.jpneitop02ccc111{ font-size:22px; font-weight:bold; padding-bottom:13px; color:#333;}
.jpneitop02ccc222{width:390px; line-height:33px; color:#666;}
.jpneitop02ddd{ width:140px; height:43px; background:#f39800; border-radius:9px; color:#fff; line-height:43px; text-align:center;}
.jpneitop02ddd a{width:140px; height:43px; background:#f39800;border-radius:9px; color:#fff; line-height:43px; text-align:center;display:block;}
.jpneitop02ddd a:hover{width:140px; height:43px; background:#1a408b;border-radius:9px; color:#fff;}

.herbuliang{width:65px; height:50px; margin-top:20px; margin-right:20px; border:1px #ebebeb dashed; float:left;}
.herbuliang img{width:65px; height:50px;}
.herliang{width:65px; height:50px; margin-top:20px; margin-right:20px; border:1px #1a408b dashed; float:left;}
.herliang img{width:65px; height:50px;}

.jpneineineiaaa{ height:28px; line-height:28px; padding-top:50px; color:#666; font-size:16px;}
.jpneineineibbb{ width:22px; height:3px; margin-top:5px; margin-bottom:27px; background:#f39800;}
.jpneineineiccc{line-height:33px; color:#666;}

.jpneineineiaaa-img{ height:28px; line-height:28px; padding-top:39px; color:#666; font-size:16px;}
.jpneineineibbb-img{ width:22px; height:3px; margin-top:5px; margin-bottom:27px; background:#f39800;}
.jpneineineiccc-img{line-height:33px; color:#666;}

.ruicontact{ width:1176px; margin:0 auto;}
.ruicontact ul li{ width:558px; margin-left:15px; margin-right:15px; height:180px; float:left;  border-bottom:1px #dddddd solid;}
.ruicontact ul li:hover{ background:#f2f2f2;}
.ruicontact ul li:hover .ruicontactaaahaoa{width:92px; height:92px;background:url(../img1/ruicontact2.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactaaahaob{width:92px; height:92px;background:url(../img1/ruicontact4.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactaaahaoc{width:92px; height:92px;background:url(../img1/ruicontact6.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactaaahaod{width:92px; height:92px;background:url(../img1/ruicontact8.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactaaahaoe{width:92px; height:92px;background:url(../img1/ruicontact10.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactaaahaof{width:92px; height:92px;background:url(../img1/ruicontact12.jpg) no-repeat center;}
.ruicontact ul li:hover .ruicontactbbb2 a{ color:#0e75c0;}
.ruicontact ul li:hover .ruicontactbbb3 a{ color:#0e75c0;}
.ruicontactaaa{ width:92px; height:92px; margin-top:44px; margin-right:30px; padding-left:30px; float:left;}
.ruicontactaaahaoa{width:92px; height:92px;background:url(../img1/ruicontact1.jpg) no-repeat center;}
.ruicontactaaahaob{width:92px; height:92px;background:url(../img1/ruicontact3.jpg) no-repeat center;}
.ruicontactaaahaoc{width:92px; height:92px;background:url(../img1/ruicontact5.jpg) no-repeat center;}
.ruicontactaaahaod{width:92px; height:92px;background:url(../img1/ruicontact7.jpg) no-repeat center;}
.ruicontactaaahaoe{width:92px; height:92px;background:url(../img1/ruicontact9.jpg) no-repeat center;}
.ruicontactaaahaof{width:92px; height:92px;background:url(../img1/ruicontact11.jpg) no-repeat center;}
.ruicontactbbb{ width:436px; height:92px; margin-top:44px; margin-bottom:44px;}
.ruicontactbbb1{ height:35px; line-height:35px; font-size:18px; color:#000; font-weight:bold;}
.ruicontactbbb2{ height:25px; line-height:25px; font-size:15px; color:#777777;}
.ruicontactbbb2 a:hover{ color:#0e75c0; text-decoration:underline;}
.ruicontactbbb3{ height:25px; line-height:25px; font-size:15px; color:#777777;}
.ruicontactbbb3 a:hover{ color:#0e75c0; text-decoration:underline;}

.meikouhao0{ height:170px; background:#efefef;}
.meikouhao01{ width:1260px; margin:0 auto; padding-top:32px; padding-bottom:8px; color:#012d74; font-size:40px; font-weight:bold; font-style:italic;}
.meikouhao02{ width:1260px; margin:0 auto; color:#228b39; font-size:30px; font-weight:bold; font-style:italic;}

.meiabout1{ width:1260px; margin:0 auto; padding-top:40px; padding-bottom:42px; color:#666; font-size:16px; line-height:37px;}
.meiabout1 a{ color:#666; font-size:16px;}
.meiabout2{ width:1260px; height:349px; margin:0 auto;}

.cmfanganimg0{height:799px; background:url(../img1/cmyoushibg.jpg) no-repeat 0 293px;}
.cmyoushiword{ width:1259px; height:390px; margin:0 auto;}
.cmyoushiword1{ width:489px; height:257px; padding-top:100px; line-height:63px; float:left; font-size:36px; font-weight:bold; font-style:italic; color:#fff;}
.cmyoushiword2{ width:770px; height:390px; float:left;}
.cmyoushiword3bg{ width:564px;height:171px; margin-left:218px; margin-top:133px; background:url(../img1/cmyoushirightbg.png) no-repeat center; }
.cmyoushiword3bg1{ width:519px; height:30px; line-height:30px; padding-left:45px; color:#fff; font-size:22px; font-style:italic;}
.cmyoushiword3bg2{ width:519px; height:30px; line-height:30px; padding-left:45px; color:#fff; font-size:22px; font-style:italic; padding-top:18px;}
.cmyoushiword3bg3{ width:519px; height:30px; line-height:30px; padding-left:45px; color:#fff; font-size:22px; font-style:italic; padding-top:21px;}

.meimeimeipro0{ width:1261px; height:365px; margin:28px auto 0px;}
.meimeimeipro1{ width:377px; height:365px; margin-right:65px; float:left;}
.meimeimeipro2{ width:377px; height:365px; margin-right:65px; float:left;}
.meimeimeipro3{ width:377px; height:365px; float:left;}

.meipro0A{ width:328px; height:50px;}
.meipro1{ width:8px; height:30px; margin-right:20px; background:#002d71; float:left;}
.meipro2{ width:300px; font-size:30px; color:#444; font-weight:bold; font-style:italic; float:left;}
.meipro0B{ width:377px; height:247px; margin-top:16px;}
.meipro0B:hover{ width:377px; height:247px;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;}
.meipro0B img{border-radius:13px;}

.meikouhao123{ width:539px; margin:37px auto 22px; height:131px;}
.meikouhao456{ width:830px; text-align:center; margin:0 auto 44px; line-height:32px; font-size:18px; color:#666;}

.meikouhao789{ height:432px; background:url(../img1/test.jpg) no-repeat center;}
.meikouhao7890{ width:1520px; margin:0 auto;}
.irpang{ width:469px;}
.meikouhao7890aaabbb{ width:833px; height:432px; float:left;}
.meikouhao7890aaa{ font-size:42px; padding-top:104px; color:#fff; font-weight:bold;}
.meikouhao7890bbb{ font-size:18px; line-height:40px; padding-top:18px; color:#fff;}
.meikouhao7890cccddd{ width:687px; height:432px; float:left;}
.meikouhao7890ccc{ font-size:35px; padding-top:70px; color:#fff; font-weight:bold;}
.meikouhao7890ddd{ font-size:16px; line-height:34px; padding-top:20px; color:#fff;}
.meikouhao7890eee{ width:160px; margin-top:33px; text-align:center; height:44px; line-height:44px; background:#22893a; font-size:15px; color:#fff;}
.meikouhao7890eee a{ width:160px; height:44px; display:block; background:#22893a; color:#fff;}
.meikouhao7890eee a:hover{ width:160px; height:44px; display:block; background:#31c153;}

.picMarquee-left{ width:100%;  overflow:hidden; position:relative;}
.picMarquee-left .bd{ }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 auto; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ height:111px; display:block;}

.img00{ width:100%; height:111px;  position:relative;}
.img01{ position:absolute; width:100%; top:0px; left:0px; right:0px;}

.diandian{ width:1421px; margin:0 auto; height:1px; position:relative;}
.aa1{ width:1421px; height:182px; position:absolute; top:-93px; background:url(../img1/aa1.png) no-repeat center;}
.mmabout100{ width:274px; height:61px; margin-left:1094px; margin-top:63px;}


.mmnews0{ padding-top:144px; position:relative; }
.mmnews0-ji2{ width:287px; height:299px; position:absolute; left:0px; top:925px;}
.mmnews0-ji3{ width:303px; height:399px; position:absolute; right:0px; top:258px;}
.mmnews{ width:1308px; margin:0 auto; height:165px; border:1px solid #efebe0;}
.mmnews1{ width:375px; padding-left:95px; padding-right:28px; line-height:165px; font-size:43px; font-weight:bold; color:#565656; float:left;}
.mmnews2{ width:810px; float:left;}
.mmnews2aaa{ width:760px; line-height:53px; padding-left:20px; margin-top:23px; margin-bottom:10px;margin-right:30px; 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:20px;}
.mmnews2aaa a{color:#636363; font-size:15px;}
.mmnews2aaa:hover a{color:#009b5a;}


.mmnews2bbb{ width:760px; line-height:53px; padding-left:20px; margin-bottom:16px; margin-top:10px; margin-right:30px; 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:20px;}
.mmnews2bbb a{color:#636363; font-size:15px;}
.mmnews2bbb:hover a{color:#009b5a;}



.mmprotitle0{ width:1340px; margin:55px auto 0px;}
.mmprotitle{ width:330px; padding-left:15px; height:33px;}

.mmpro{ width:1340px; margin:0 auto 65px;}
.mmpro1{ width:305px; height:320px; margin-top:30px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/bb.jpg) no-repeat center;}
.mmpro2{ width:305px; height:320px; margin-top:30px; margin-left:15px; margin-right:15px; 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; box-sizing:border-box; border:solid 1px #fcfbf6;}
.mmpro2:hover{ border:solid 1px #009b5a;}
.mmpro2:hover .mmpro1bbb { color:#009b5a;}
.mmpro2:hover .mmpro1aaa-zindex { width:246px; padding-left:2px;}

.mmpro1aaa{ width:298px; height:203px; position:relative;}
.mmpro1aaa-zindex{ z-index:9999; width:248px; margin:0 auto; text-align:center; font-size:18px; color:#129e61; font-weight:bold; line-height:36px; height:36px; position:absolute; top:191px; left:28px; border:2px solid #44b45e;
border-radius:25px; background:#fff;}
.mmpro1aaa img{ width:303px; height:208px;border-radius:15px;}
.mmpro1bbb{ width:305px; height:70px; text-align:center; color:#333; padding-top:40px; line-height:25px;}

.mmyoushi0{ width:1420px; height:628px; margin:100px auto 0px;}
.mmyoushi01{ width:455px; height:628px; float:left;}
.mmyoushi02{ width:905px; height:618px; float:left; padding-left:60px;}
.mmyoushi02aaa{ width:407px; height:116px; margin-top:25px; margin-right:35px; float:left; border-bottom:1px solid #dddddd;}
.mmyoushi02aaa: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; }

.mmyoushi02aaarhui{ width:407px; height:101px; margin-top:40px;  float:left; border-bottom:1px solid #dddddd;}
.youshimore{ width:240px; height:68px; text-align:right; float:right;}
.youshimore:hover{ padding-right:2px;}

.mmyoushi02aaa111{ width:132px; height:116px; float:left;}
.mmyoushi02aaa111 img{ width:132px; height:92px;}
.mmyoushi02aaa222{ width:200px; height:116px; padding-left:20px; float:left;}
.mmyoushi02aaa222a{ width:200px; line-height:26px; font-size:14px; color:#333;}
.mmyoushi02aaa222b{ width:200px; line-height:40px; padding-top:11px; font-size:13px; color:#a67942;}

.mmabout100bg{ height:579px; background:url(../img1/test7.jpg) no-repeat center;}
.mmabout100bg1{ width:1200px; margin:0 auto;}
.mmabout100bg1-1{ width:1200px; font-size:37px; padding-top:35px; padding-bottom:95px; text-align:center; font-weight:bold;}
.mmabout100bg1-2{ width:1200px; line-height:45px; font-size:17px; color:#666; text-indent:2em;}

.aboutusaammabout100bg{ background:url(../img1/aboutus.jpg) no-repeat top; height:144px;}
.aboutusaammabout100bg1{ width:1200px; margin:0 auto;}
.aboutusaammabout100bg1-1{ width:1200px; font-size:37px; padding-top:40px; padding-bottom:30px; text-align:center; font-weight:bold;}
.aboutusaammabout100bg1-2{ width:1200px; line-height:45px; font-size:17px; color:#666; text-indent:2em;}

.servicecenteraammabout100bg{ background:url(../img1/servicecenter.jpg) no-repeat top; height:144px;}
.servicecenteraammabout100bg1{ width:1200px; margin:0 auto;}
.servicecenteraammabout100bg1-1{ width:1200px; font-size:37px; padding-top:30px; padding-bottom:20px; text-align:center; font-weight:bold;}
.servicecenteraammabout100bg1-2{ width:1200px; line-height:45px; font-size:17px; color:#666; text-indent:2em;}

.casecenteraammabout100bg{ background:url(../img1/CaseCenter.jpg) no-repeat top; height:144px;}
.casecenteraammabout100bg1{ width:1200px; margin:0 auto;}
.casecenteraammabout100bg1-1{ width:1200px; font-size:37px; padding-top:30px; padding-bottom:7px; text-align:center; font-weight:bold;}
.casecenteraammabout100bg1-2{ width:1200px; line-height:45px; font-size:17px; color:#666; text-indent:2em;}

.contactusaammabout100bg{ background:url(../img1/contactus.jpg) no-repeat top; height:144px;}
.contactusaammabout100bg1{ width:1200px; margin:0 auto;}
.contactusaammabout100bg1-1{ width:1200px; font-size:37px; padding-top:40px; padding-bottom:0px; text-align:center; font-weight:bold;}
.contactusaammabout100bg1-2{ width:1200px; line-height:45px; font-size:17px; color:#666; text-indent:2em;}

.mmservice000{ height:625px; background:url(../img1/test9.jpg) no-repeat center;}
.mmservice0{ width:1420px; height:625px; margin:0 auto; position:relative;}
.mmservice01{ width:230px; height:60px; z-index:888; top:250px; right:130px; position:absolute;}
.mmservice01 a{ width:230px; height:60px; display:block;}
.mmservice01 a:hover{ padding-left:2px;}

.mmservice02{ width:514px; height:310px; z-index:888; top:184px; left:150px; position:absolute;}

	.slideBox0{ width:488px; height:237px; position:absolute; top:177px; right:145px;}
		.slideBox{ width:488px; height:237px; overflow:hidden; }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:488px; height:237px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; z-index:9999; left:-79px; top:131px; display:block; width:65px; height:65px;}
		.slideBox .next{ left:auto; right:-84px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		
		
		.blueaboutgood0{ margin-top:60px; margin-bottom:50px;}
.blueaboutgood1{ line-height:45px; font-size:25px; padding-left:6%; color:#666; font-family:"微软雅黑";}
.blueaboutgood2{ line-height:65px; font-size:43px; font-weight:bold; margin-bottom:31px;}
.blueaboutgood2aaa{ width:5%; height:1px; background:#666; margin-right:1%; margin-top:33px; float:left;}
.blueaboutgood2bbb{ line-height:65px; font-size:43px; font-weight:bold; float:left;}
.blueaboutgood3{ font-size:16px; line-height:35px; padding-left:6%; padding-right:6%;}


.blueaboutgoodbanner0{ height:402px;}
.blueaboutgoodbanner{ width:100%; margin:0 auto;}

.blueaboutgoodbanner-a{ width:50%; height:402px; overflow:hidden; float:left; position:relative;}
.blueaboutgoodbanner-a img{ z-index:-100;}
.blueaboutgoodbanner-a1{ font-size:41px; color:#384370; font-weight:bold; position:absolute; left:12%; top:116px;}
.blueaboutgoodbanner-a2{ font-size:19px; color:#384370; font-family:"微软雅黑"; position:absolute; left:12%; top:178px;}
.blueaboutgoodbanner-a3{ width:130px; height:37px; text-align:center; line-height:37px; position:absolute; left:12%; top:240px; }
.blueaboutgoodbanner-a3 a{ width:130px; height:37px; background:#384370; display:block; color:#ccc; font-size:15px;border-radius:15px; font-family:"微软雅黑";}
.blueaboutgoodbanner-a3 a:hover{background:#3e52a2;}

.blueaboutgoodbanner-b{ width:50%; height:402px; overflow:hidden; float:left; position:relative;}
.blueaboutgoodbanner-b img{ z-index:-100;}
.blueaboutgoodbanner-b1{ font-size:41px; color:#384370; font-weight:bold; position:absolute; left:12%; top:116px;}
.blueaboutgoodbanner-b2{ font-size:19px; color:#384370; font-family:"微软雅黑"; position:absolute; left:12%; top:178px;}
.blueaboutgoodbanner-b3{ width:130px; height:37px; text-align:center; line-height:37px; position:absolute; left:12%; top:240px; }
.blueaboutgoodbanner-b3 a{ width:130px; height:37px; background:#384370; display:block; color:#ccc; font-size:15px;border-radius:15px; font-family:"微软雅黑";}
.blueaboutgoodbanner-b3 a:hover{background:#3e52a2;}








.blueabout0{ width:100%; margin-top:100px;}
.blueabout1{ width:71%; float:left; padding-right:2.35%;}
.blueabout1 img{ width:100%;}
.blueabout2{ width:23.2%; padding-top:5px; float:left;}
.blueabout2aaa{ text-align:right; padding-right:40px; font-size:31px; font-weight:bold;}
.blueabout2bbb{ text-align:right; padding-right:40px; font-size:42px; font-weight:bold; padding-top:10px;}
.blueabout2ccc{ font-size:16px; padding-top:30px; padding-bottom:30px; line-height:35px; }
.blueabout2ddd{ width:148px; height:38px; text-align:center; line-height:38px; border:1px #384370 solid; float:right; border-radius:15px;}
.blueabout2ddd a{width:148px; height:38px; display:block; color:#384370; border-radius:15px;}
.blueabout2ddd a:hover{width:148px; height:38px; background:#384370; display:block; color:#fff; border-radius:15px;}
.blueabout3{ width:3.45%; height:1px; background:#666; margin-top:85px; float:left;}




.blueearth0{ margin-top:68px;}
.blueearth1{ text-align:center; font-size:38px; color:#032763; font-weight:bold; margin-bottom:25px;}
.blueearth2{ width:100%;}
.blueearth2 ul li{ width:33.3333%; float:left; transition:0.3s all; border-radius:3px; 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;}
.blueearth2 ul li:hover{ background:#085986;}
.blueearth2 ul li:hover .blueblueearth2abc2{ background:#085986;}
.blueearth2 ul li:hover .blueearth2abc2-m1-c{ margin-top:18px; width:27px; height:33px; background:url(../img1/littlejiantou2.png) no-repeat center;}
.blueearth2 ul li:hover .blueblueearth2abc2-m1-c{ margin-top:18px; width:27px; height:33px; background:url(../img1/littlejiantou2.png) no-repeat center;}


.blueearth2 ul li:hover .blueearth2abc2-m100{ background:url(../img1/littleimg1-1.png) no-repeat center;}
.blueearth2 ul li:hover .blueearth2abc2-m200{ background:url(../img1/littleimg2-1.png) no-repeat center;}
.blueearth2 ul li:hover .blueearth2abc2-m300{ background:url(../img1/littleimg3-1.png) no-repeat center;}




.blueearth2 ul li:hover .blueearth2abc2-m1-a{ color:#fff; font-size:22px; font-weight:bold; }
.blueearth2 ul li:hover .blueearth2abc2-m1-b{ color:#fff; font-size:16px; padding-top:21px; line-height:28px;}

.blueearth2 ul li:hover .blueblueearth2abc2-m1-a{ color:#fff; font-size:22px; font-weight:bold; }
.blueearth2 ul li:hover .blueblueearth2abc2-m1-b{ color:#fff; font-size:16px; padding-top:21px; line-height:28px;}

.blueearth2abc1{ width:640px; height:334px;  overflow:hidden;}
.blueearth2abc1 img{ width:640px; height:334px; overflow:hidden;}
.blueearth2abc2{ width:100%; height:311px;}
.blueearth2abc2-m{}
.blueearth2abc2-m1{ width:75%; padding-left:8%; padding-top:53px; float:left; }
.blueearth2abc2-m1-a{ color:#6198fd; height:38px; line-height:38px; width:100%; overflow:hidden; font-size:22px; font-weight:bold; }
.blueearth2abc2-m1-b{ color:#000; font-size:16px; padding-top:21px; line-height:28px; height:112px; overflow:hidden;}
.blueearth2abc2-m1-c{ margin-top:18px; width:27px; height:33px; background:url(../img1/littlejiantou1.png) no-repeat center;}
.blueearth2abc2-m2{ float:right; text-align:right; padding-top:47px; padding-right:22%; }

.blueearth2abc2-m100{ width:43px; height:42px; float:right; text-align:right; padding-top:107px; margin-right:6%; background:url(../img1/littleimg1.png) no-repeat center;}
.blueearth2abc2-m200{ width:43px; height:42px;  float:right; text-align:right; padding-top:107px; margin-right:6%; background:url(../img1/littleimg2.png) no-repeat center;}
.blueearth2abc2-m300{  width:43px; height:42px;float:right; text-align:right; padding-top:107px; margin-right:6%; background:url(../img1/littleimg3.png) no-repeat center;}


.blueblueearth2abc1{ width:100%;  overflow:hidden;}
.blueblueearth2abc1 img{ width:100%; overflow:hidden;}
.blueblueearth2abc2{ background:#e0e0e0; width:100%; height:311px;}
.blueblueearth2abc2-m{}
.blueblueearth2abc2-m1{ width:66.5%; padding-left:8%; padding-right:3.5px; padding-top:53px; float:left; }
.blueblueearth2abc2-m1-a{ color:#6198fd; height:28px; overflow:hidden; font-size:25px; font-weight:bold; }
.blueblueearth2abc2-m1-b{ color:#000; font-size:18px; padding-top:21px; line-height:28px; height:112px; overflow:hidden;}
.blueblueearth2abc2-m1-c{ margin-top:18px; width:27px; height:33px; background:url(../img1/littlejiantou1.png) no-repeat center;}
.blueblueearth2abc2-m2{ width:12%; float:left; padding-top:47px; padding-left:10%; }

.bluecontact100{ width:1150px; height:600px; margin:0 auto;}

.aabbabout0{ width:941px; padding-top:90px; padding-left:90px; padding-right:90px; background:#fcfbf6;  margin:40px auto 75px; 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:20px;}
.aabbabout1{ width:450px; height:412px; padding-top:60px; line-height:60px; font-size:22px; font-weight:bold; color:#444; float:left; text-indent:2em;}
.aabbabout2{ width:289px; padding-left:150px; padding-top:15px; height:412px; float:left;}

.bluecase12{ width:960px; text-align:center; margin:0 auto; height:336px; padding-top:40px; padding-bottom:80px; text-indent:0em;}
.bluecase12 img{ width:960px; height:336px;}


.indexpoabout0{ background:#efefef; height:712px;}
.indexpoabout{ width:78%; margin:0 auto; text-align:center;}
.indexpoabouttitle{ line-height:120px; padding-top:35px; color:#052862; font-weight:bold; font-size:32px; text-align:center;}
.indexpoaboutcontent{ line-height:35px; color:#333; font-size:18px; text-align:center;}

.herjiajia0{ width:277px; height:220px; background:#006b8b;}
.little10{ width:70px; padding-left:200px; padding-top:6px; height:75px;}
.little10 img{ width:70px; height:75px;}
.little20{ width:55px; height:3px; background:#5f99fd; margin-left:25px; margin-top:25px;}
.little30{ text-align:left; color:#fff; font-size:22px; padding-top:20px; padding-left:25px; line-height:30px; font-weight:bold;}




.banner5{ height:559px; background:url(../img1/banner5.jpg) no-repeat center; margin-top:75px; padding-top:146px;}
.banner100{ width:950px; margin:0 auto; height:413px; }
#kinMaxShow1 div .banner10{ width:950px; margin:0 auto; height:413px; background-color: rgba(255, 255, 255, 0.85); border-radius:8px;}
#kinMaxShow1 div .banner11{ width:794px; margin:0 auto; height:300px; padding-top:60px;}


#kinMaxShow1 div .banner11a{ color:#032763; font-size:33px; line-height:30px; font-weight:bold;}
#kinMaxShow1 div .banner11b{ height:1px; background:#3cbbf2; margin-top:24px; margin-bottom:24px;}
#kinMaxShow1 div .banner11c{ color:#333; font-size:18px; line-height:37px; height:185px; overflow:hidden;}


.polink0{height:313px; background:#efefef;}
.polinktitle{ text-align:center; font-size:38px; padding-top:74px; padding-bottom:30px; color:#032763; font-weight:bold;}

.pofoot0{ background:#111214; padding-top:67px;}
.pofoot01{ width:1345px; margin:0px auto;}
.pofootlogo{ width:196px; height:26px;}
.pofootlogo img{ width:196px; height:26px; padding-left:5px;}

.pofootnav{}
.pofootnav1{width:180px; float:left;}
.pofootnav2{width:250px; float:left;}
.pofootnav3{width:280px; float:left;}
.pofootnav4{width:150px; float:left; padding-top:38px;}
.pofootnav5{width:365px; float:right; position:relative;}

.pofootnavtitle{ line-height:17px; font-size:17px; padding-top:38px; padding-bottom:20px; color:#fff; font-weight:bold;}
.pofootnavcontent{ line-height:35px;}
.pofootnavcontent a{ color:#878787; font-size:14px;}
.pofootnavcontent a:hover{ color:#fff;}




.pofootnavcontent1{ line-height:33px; color:#878787;}
.email100{ width:35px; height:33px; margin-right:20px; float:left;}
.email100:hover{ width:33px; padding-left:2px;}
.app{ width:33px; height:33px; margin-right:20px; float:left;}
.app:hover{width:31px; padding-left:2px;}
.tel{ width:33px; height:33px; float:left;}
.tel:hover{width:31px; padding-left:2px;}

.po1{ width:230px; height:30px; position:absolute; top:71px; left:97px}
.po1aaa{ width:230px; height:26px; background:#202020; border:none; margin-top:9px; color:#727677;}
.po2{ width:230px; height:30px; position:absolute; top:101px; left:97px}
.po2aaa{ width:230px; height:26px;  background:#202020; border:none; margin-top:9px; color:#727677;}
.po3{ width:230px; height:30px; position:absolute; top:131px; left:97px}
.po3aaa{ width:230px; height:26px;  background:#202020; border:none; margin-top:9px; color:#727677;}

.po4{ width:230px; height:88px; position:absolute; top:161px; left:97px;}
.po4aaa{ width:230px; height:72px; background:#202020; border:none; margin-top:9px; color:#727677;}

.po5{ width:106px; height:32px; line-height:32px; margin-top:58px; margin-left:224px; text-align:center; background:#5f99fd; border-radius:8px; font-size:11px; font-weight:bold; display:block; color:#fff;}
.po5:hover{ width:102px; text-align:center; height:28px; line-height:28px; color:#5f99fd; border:2px solid #5f99fd; background:#111214;}

.poline7{ height:1px; background:#292c31; width:1200px; margin:35px auto 0px;}
.pofootfoot8{ line-height:53px; text-align:center; color:#878787; font-size:14px;}


.neineijiajiajiafoot0{ height:419px; background:#262626; }
.neineijiajiajiafoot1{ width:1335px; padding-left:10px; padding-top:46px; margin:0 auto;}
.neineijiajiajiafoot1aaa{ width:604px; float:left;}
.neineijiajiajiafoot1bbb{ width:721px; float:left; padding-top:65px; position:relative;}

.neineipopofootlogo{ width:196px; height:26px;}
.neineipopofootlogo img{ width:196px; height:26px;}

.neineipopotel{ line-height:35px; padding-top:79px; font-size:15px;}

.neineipopofootnavcontent1{ line-height:36px; color:#7b7b7b; padding-top:19px;}



.neineipo1{ width:214px; height:31px; position:absolute; top:104px; left:88px;}
.neineipo1aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}
.neineipo2{ width:214px; height:31px; position:absolute; top:141px; left:88px;}
.neineipo2aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}
.neineipo3{ width:214px; height:31px; position:absolute; top:178px; left:88px;}
.neineipo3aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}

.neineipo4{ width:277px; height:100px; position:absolute; top:103px; right:-12px;}
.neineipo4aaa{ width:277px; height:100px; background:#202020; border:none; color:#7b7b7b;}
.neineipo5{ width:106px; height:32px; line-height:30px;  text-align:center; border:2px solid #5f99fd; background:#5f99fd; border-radius:8px; font-size:11px; font-weight:bold; display:block; color:#fff; position:absolute; top:230px; right:-12px;}
.neineipo5:hover{ width:106px; text-align:center; height:32px; line-height:30px; color:#5f99fd; border:2px solid #5f99fd; background:#111214;}

.neineipoline7{ height:1px; background:#292c31; width:1200px; margin:105px auto 0px;}
.neineipofootfoot8{ line-height:53px; text-align:center; color:#7b7b7b; font-size:14px;}


.aboutjianeiabout0{ width:90%; margin:0 auto; text-align:center; line-height:65px; padding-top:65px; font-size:33px; color:#042663; font-weight:bold;}
.aboutjianeiaboutcontent{ width:65%; margin:0 auto; padding-top:30px; color:#333; font-size:18px; line-height:37px; padding-bottom:25px;}

.aboutmypopoabout2c{ width:350px; margin:0 auto 55px; height:45px; line-height:45px; text-align:center; background:#5f99fd; border-radius:8px; }
.aboutmypopoabout2c a{width:350px;  height:45px; font-size:16px; line-height:45px; text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.aboutmypopoabout2c a:hover{ width:350px; text-align:center; height:45px; line-height:45px; color:#5f99fd; border:2px solid #5f99fd; background:#fff; border-radius:8px;}

.aboutjianeiabout0good0{ padding-top:40px; background:#fff;}
.aboutjianeiabout0good0other{ padding-top:40px; background:#f8f8f8;}
.aboutjianeiabout0good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#042663; font-weight:bold;}
.aboutjianeiaboutcontentgood1{ width:65%; margin:0 auto 20px; text-align:center; padding-top:5px; color:#333; font-size:18px; line-height:37px; padding-bottom:15px;}

.aboutherjianeiabout0good0{ padding-top:25px; padding-bottom:20px; background:#fff;}
.aboutherjianeiabout0good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#042663; font-weight:bold;}

.aboutbanner6{ height:561px; background:url(../img1/banner6.jpg) no-repeat center; padding-top:75px;}
.aboutbanner100{ width:950px; margin:0 auto; height:413px; }
#kinMaxShow1 div .aboutbanner10{ width:950px; margin:0 auto; height:413px; background-color: rgba(255, 255, 255, 0.85); border-radius:8px;}
#kinMaxShow1 div .aboutbanner11{ width:794px; margin:0 auto; height:300px; padding-top:30px; position:relative;}

#kinMaxShow1 div .aboutbanner11a1{ color:#032763; font-size:29px; line-height:24px; font-weight:bold;  position:absolute; top:100px; left:0px;}
#kinMaxShow1 div .aboutbanner11a2{ color:#777; font-size:16px; line-height:35px;  position:absolute; top:100px; left:230px;}
#kinMaxShow1 div .aboutbanner11a3{ width:85px; height:100px; padding-left:700px;}

#kinMaxShow1 div .aboutbanner11b{ height:1px; background:#3cbbf2; margin-top:5px; margin-bottom:24px;}
#kinMaxShow1 div .aboutbanner11c{ color:#333; font-size:18px; line-height:37px; height:148px; overflow:hidden;}

.servicejianeiabout0{ width:90%; margin:0 auto; text-align:center; line-height:65px; padding-top:65px; font-size:33px; color:#042663; font-weight:bold;}
.servicejianeiaboutcontent{ width:65%; margin:0 auto; padding-top:30px; color:#333; font-size:18px; line-height:37px; padding-bottom:25px;}


.newshisjianeiabout0good0{ padding-top:25px; padding-bottom:20px; background:#f8f8f8;}
.newshisjianeiabout0good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#042663; font-weight:bold;}

.newsgoodnews{ width:87.5%; margin:0 auto; padding-top:50px;}
.newsgoodnews ul li{width:30.333333%; margin-left:1.5%; margin-right:1.5%; margin-top:25px; margin-bottom: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;}
.newsgoodnews ul li:hover .newsgoodnews2{color:#000;}
.newsgoodnews ul li:hover .newsgoodnews3aaa{ color:#000}
.newsgoodnews ul li:hover .newsgoodnews3bbb{ color:#f49e17}

.newsgoodnews-search{ width:87.5%; margin:0 auto; padding-top:20px; padding-bottom:20px;}
.newsgoodnews-search ul li{width:30.333333%; margin-left:1.5%; margin-right:1.5%; margin-top:25px; margin-bottom: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;}
.newsgoodnews-search ul li:hover .newsgoodnews2{color:#000;}
.newsgoodnews-search ul li:hover .newsgoodnews3aaa{ color:#000}
.newsgoodnews-search ul li:hover .newsgoodnews3bbb{ color:#f49e17}

.newsgoodnews1{ width:100%; overflow:hidden;}
.newsgoodnews1 img{ width:100%;}
.newsgoodnews2{ width:80%; margin:25px auto 10px; color:#333; font-size:19px; height:64px; line-height:32px; overflow:hidden; text-align:left;}
.newsgoodnews3{ width:80%; margin:0 auto; padding-bottom:20px;}
.newsgoodnews3aaa{ line-height:30px; float:left; color:#999; font-size:15px;}
.newsgoodnews3bbb{ line-height:30px; text-align:right; float:right;}

.newsgoodnews3bbb{ font-size:17px; font-weight:bold; color:#5f99fd;}

.newsyourpopoabout2c{ width:147px; margin:25px auto 55px; height:47px; line-height:47px; text-align:center; background:#5f99fd; border-radius:8px; }
.newsyourpopoabout2c a{width:147px;  height:47px; font-size:16px; line-height:47px; text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.newsyourpopoabout2c a:hover{ width:147px; text-align:center; height:47px; line-height:47px; color:#5f99fd; border:2px solid #5f99fd; background:#fff; border-radius:8px;}


.contactgoodcontact0{ height:528px; padding-top:78px; background:#003b5d;}
.contactgoodcontact1aaa{ width:600px; float:left; padding-top:5px;}
.contactgoodcontact1aaa1{color:#fff; font-size:28px; padding-bottom:15px; line-height:40px; font-weight:bold;}
.contactgoodcontact1aaa2{color:#ccc; font-size:20px; line-height:35px;}
.contactgoodcontact1bbb{ width:675px; padding-top:4px; float:right;}

.contactcontactpo1{ width:214px; height:31px;}
.contactcontactpo1aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}
.contactcontactpo2{ width:214px; height:31px;}
.contactcontactpo2aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}
.contactcontactpo3{ width:214px; height:31px;}
.contactcontactpo3aaa{ width:214px; height:31px; background:#202020; border:none; color:#7b7b7b;}

.contactcontactpo4{ width:277px; height:100px;}
.contactcontactpo4aaa{ width:277px; height:100px; background:#202020; border:none; color:#7b7b7b;}
.contactcontactpo5{ width:106px; height:32px; line-height:30px;  text-align:center; border:2px solid #5f99fd; background:#5f99fd; border-radius:8px; font-size:11px; font-weight:bold; display:block; color:#fff;}
.contactcontactpo5:hover{ width:106px; text-align:center; height:32px; line-height:30px; color:#5f99fd; border:2px solid #5f99fd; background:#111214;}

.contactrr1{width:675px; font-size:18px; color:#fff;}
.contactrr2{ width:675px; height:32px; margin-top:8px;}
.contactrr2aaa{ width:667px; padding-left:8px; height:32px; background:#fff; border:none; color:#666; border-radius:8px;}
.contactrr3{width:675px; font-size:18px; padding-top:26px; color:#fff;}
.contactrr4{ width:675px; height:32px; margin-top:8px;}
.contactrr4aaa{ width:667px; padding-left:8px; height:32px; background:#fff; border:none; color:#666; border-radius:8px;}
.contactrr5{width:675px; font-size:18px; padding-top:26px; color:#fff;}
.contactrr6{ width:675px; height:32px; margin-top:8px;}
.contactrr6aaa1{ width:313px; padding-left:8px; height:32px; background:#fff; border:none; color:#666; border-radius:8px; margin-right:34px; float:left;}
.contactrr6aaa2{ width:312px; padding-left:8px; height:32px; background:#fff; border:none; color:#666; border-radius:8px; float:left;}

.contactrr7{width:675px; font-size:18px; padding-top:26px; color:#fff;}
.contactrr8{ width:562px; height:32px; margin-top:8px;}
.contactrr8aaa{ width:554px; padding-left:8px; height:32px; background:#fff; border:none; color:#666; border-radius:8px;}

.contactrr9{width:500px; font-size:18px; padding-top:23px; color:#fff;}

.contactyourpopoabout2c{width:120px; margin-top:30px;  height:38px; font-size:16px; line-height:40px; text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.contactyourpopoabout2c:hover{ width:120px; text-align:center; height:38px; line-height:36px; color:#5f99fd; border:2px solid #5f99fd; background:#fff; border-radius:8px;box-sizing:border-box;}

.contacthaodecontact000{ width:1320px; margin:60px auto 60px; background:#f8f8f8;border-radius:25px;}
.contacthaodecontact0{ width:1122px; margin:0 auto; padding-top:46px; padding-bottom:60px;}
.contacthaodecontact0title1{ height:56px; line-height:56px; padding-top:10px; color:#003b5d; padding-left:22px; font-size:18px; float:left;}
.contacthaodecontact0title2{ }
.contacthaodecontact0line{ height:1px; background:#c8c8c8;}
.contacthaodecontent{font-size:16px; color:#888; line-height:35px; padding-left:22px; padding-right:10px; padding-top:20px; padding-bottom:5px; }

.contactmybuliang{background:url(../img1/xiajiantou1.png) no-repeat center; width:13px; height:13px; margin-top:33px; margin-right:15px; text-align:right; float:right;}
.contactmyliang{background:url(../img1/xiajiantou2.png) no-repeat center; width:13px; height:13px; margin-top:33px; margin-right:15px; text-align:right; float:right;}


.wangdopang{ position:relative;}
.wangdopang img{ width:100%;}
.wangdopang123title{ text-align:center; font-size:120px; font-weight:bold; color:#fff;}
.wangdopang123content{ width:100%; margin-top:10px; height:60px; line-height:60px;}
.wangdopang123content111{ width:80%; float:left;height:60px; line-height:60px; margin-right:2%;}
.wangdopang123content111aaa{background:#fff; padding-left:1.5%; width:98.5%; font-size:18px; height:60px; line-height:60px; border:none; color:#666; border-radius:7px;}
.wangdopang123content222{ width:113px; height:60px; line-height:60px;font-size:18px; box-sizing:border-box;color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px; float:left; text-align:center; }

.flexslider{ position:relative;}
.nicebanner1{ text-align:center; position:absolute; left:60px; bottom:125px; z-index:1; font-size:65px; font-weight:bold; color:#d6e6ff; font-family:"微软雅黑"}

.nicebanner1small{text-align:center; position:absolute; left:60px; bottom:94px; z-index:1; font-size:30px; color:#d6e6ff; font-family:"微软雅黑"}

.nicebanner2{ width:140px;height:40px; line-height:40px; text-align:center; position:absolute; left:60px; bottom:40px; z-index:1; font-size:18px; color:#ff0000; font-family:"微软雅黑"; }
.nicebanner2aaa a{ width:120px; display:block; height:40px; line-height:40px; font-weight:bold; text-align:center; background:#5f99fd; color:#fff;font-family:"微软雅黑";border-radius:8px;}
.nicebanner2aaa a:hover{ width:120px; height:40px; box-sizing:border-box; line-height:40px; font-weight:bold; text-align:center; background:#fff; border:1px solid #5f99fd; color:#5f99fd;font-family:"微软雅黑";border-radius:8px;}

input {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}
textarea{border: none;}
textarea:focus {outline: none;}
 
 
@media screen and (min-width:1700px){
.popoabout0{ width:100%; position:relative;}
.popoabout1{ width:100%;}
.popoabout1 img{ width:100%;}
.popoabout2{ width:33.5%; padding-left:5.5%; padding-right:11%; padding-top:120px; position:absolute; top:17px; right:18px; z-index:1;}
.popoabout2a{ color:#032763; font-size:32px; padding-bottom:30px; line-height:35px; font-weight:bold;}
.popoabout2b{ color:#333; font-size:20px; line-height:42px; padding-bottom:30px;}
.popoabout2c{ width:160px; height:45px; line-height:45px; text-align:center; background:#5f99fd; border-radius:8px; }
.popoabout2c a{width:160px;  height:45px;text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.popoabout2c a:hover{ width:156px; text-align:center; height:41px; line-height:41px; color:#5f99fd; border:2px solid #5f99fd;background:#fff;}
}

@media screen and (min-width: 1546px) and (max-width: 1700px){
.popoabout0{ width:100%; position:relative;}
.popoabout1{ width:100%;}
.popoabout1 img{ width:100%;}
.popoabout2{ width:33.5%; padding-left:5.5%; padding-right:11%; padding-top:85px; position:absolute; top:17px; right:18px; z-index:1;}
.popoabout2a{ color:#032763; font-size:32px; padding-bottom:30px; line-height:35px; font-weight:bold;}
.popoabout2b{ color:#333; font-size:18px; line-height:37px; padding-bottom:30px;}
.popoabout2c{ width:160px; height:45px; line-height:45px; text-align:center; background:#5f99fd; border-radius:8px; }
.popoabout2c a{width:160px;  height:45px;text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.popoabout2c a:hover{ width:156px; text-align:center; height:41px; line-height:41px; color:#5f99fd; border:2px solid #5f99fd;background:#fff;}
}

@media screen and (min-width: 1343px) and (max-width: 1546px){
.popoabout0{ width:100%; position:relative;}
.popoabout1{ width:100%;}
.popoabout1 img{ width:100%;}
.popoabout2{ width:33.5%; padding-left:5.5%; padding-right:11%; padding-top:60px; position:absolute; top:17px; right:18px; z-index:1;}
.popoabout2a{ color:#032763; font-size:32px; padding-bottom:20px; line-height:30px; font-weight:bold;}
.popoabout2b{ color:#333; font-size:17px; line-height:33px; padding-bottom:30px;}
.popoabout2c{ width:160px; height:45px; line-height:45px; text-align:center; background:#5f99fd; border-radius:8px; }
.popoabout2c a{width:160px;  height:45px;text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.popoabout2c a:hover{ width:156px; text-align:center; height:41px; line-height:41px; color:#5f99fd; border:2px solid #5f99fd;background:#fff;}
}

@media screen and (min-width: 1000px) and (max-width: 1343px){
.popoabout0{ width:100%; position:relative;}
.popoabout1{ width:100%;}
.popoabout1 img{ width:100%;}
.popoabout2{ width:37.5%; padding-left:5.5%; padding-right:7%; padding-top:40px; position:absolute; top:17px; right:18px; z-index:1;}
.popoabout2a{ color:#032763; font-size:32px; padding-bottom:20px; line-height:30px; font-weight:bold;}
.popoabout2b{ color:#333; font-size:17px; line-height:33px; padding-bottom:30px;}
.popoabout2c{ width:160px; height:45px; line-height:45px; text-align:center; background:#5f99fd; border-radius:8px; }
.popoabout2c a{width:160px;  height:45px;text-align:center; display:block; color:#fff; background:#5f99fd; font-weight:bold;border-radius:8px;}
.popoabout2c a:hover{ width:156px; text-align:center; height:41px; line-height:41px; color:#5f99fd; border:2px solid #5f99fd;background:#fff;}
}


@media screen and (min-width:1442px){
.aboutpo123{ height:826px; padding-top:50px; background:#006b8b;}

.aboutpo123good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#fff; font-weight:bold;}
.aboutpo123contentgood1{ width:65%; margin:0 auto 40px; text-align:center; padding-top:5px; color:#fff; font-size:18px; line-height:37px; padding-bottom:15px;}

.aboutpo456{ width:1362px; margin:0 auto;}
.aboutpo456aaa{ width:614px; height:288px; margin-right:134px; float:left;}
.aboutpo456bbb{ width:614px; height:288px; float:left;}
.aboutpo456ccc{ width:614px; height:288px; margin-right:134px; float:left;}
.aboutpo456ddd{ width:614px; height:288px; float:left;}

.aboutpo45611111{ width:614px; height:3px; background:#6198fd;}
.aboutpo45622222{color:#fff; font-weight:bold; font-size:19px; line-height:50px; padding-top:21px;}
.aboutpo45633333{ color:#fff; font-size:18px; line-height:37px;}

}

@media screen and (min-width: 1380px) and (max-width: 1442px){
.aboutpo123{ height:826px; padding-top:50px; background:#006b8b;}

.aboutpo123good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#fff; font-weight:bold;}
.aboutpo123contentgood1{ width:65%; margin:0 auto 40px; text-align:center; padding-top:5px; color:#fff; font-size:18px; line-height:37px; padding-bottom:15px;}

.aboutpo456{ width:1340px; margin:0 auto;}
.aboutpo456aaa{ width:614px; height:288px; margin-right:112px; float:left;}
.aboutpo456bbb{ width:614px; height:288px; float:left;}
.aboutpo456ccc{ width:614px; height:288px; margin-right:112px; float:left;}
.aboutpo456ddd{ width:614px; height:288px; float:left;}

.aboutpo45611111{ width:614px; height:3px; background:#6198fd;}
.aboutpo45622222{color:#fff; font-weight:bold; font-size:19px; line-height:50px; padding-top:21px;}
.aboutpo45633333{ color:#fff; font-size:18px; line-height:37px;}

}

@media screen and (min-width: 1200px) and (max-width: 1380px){
.aboutpo123{ height:826px; padding-top:50px; background:#006b8b;}

.aboutpo123good1{ width:90%; margin:0 auto; text-align:center; line-height:65px; font-size:33px; color:#fff; font-weight:bold;}
.aboutpo123contentgood1{ width:65%; margin:0 auto 40px; text-align:center; padding-top:5px; color:#fff; font-size:18px; line-height:37px; padding-bottom:15px;}

.aboutpo456{ width:1242px; margin:0 auto;}
.aboutpo456aaa{ width:614px; height:288px; margin-right:14px; float:left;}
.aboutpo456bbb{ width:614px; height:288px; float:left;}
.aboutpo456ccc{ width:614px; height:288px; margin-right:14px; float:left;}
.aboutpo456ddd{ width:614px; height:288px; float:left;}

.aboutpo45611111{ width:614px; height:3px; background:#6198fd;}
.aboutpo45622222{color:#fff; font-weight:bold; font-size:19px; line-height:50px; padding-top:21px;}
.aboutpo45633333{ color:#fff; font-size:18px; line-height:37px;}
}
@media screen and (min-width:1800px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:8%; padding-right:25%; line-height:42px; padding-top:75px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:8%; padding-right:8%; padding-top:20px; color:#333; font-size:18px; line-height:37px;}	
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:6%; padding-right:15%; line-height:42px; padding-top:70px; font-size:25px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:6%; padding-right:15%; padding-top:30px; color:#333; font-size:18px; line-height:43px;}

}

@media screen and (min-width: 1734px) and (max-width: 1800px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:8%; padding-right:25%; line-height:42px; padding-top:55px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:8%; padding-right:8%; padding-top:20px; color:#333; font-size:18px; line-height:37px;}
	
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:6%; padding-right:15%; line-height:42px; padding-top:70px; font-size:25px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:6%; padding-right:15%; padding-top:30px; color:#333; font-size:18px; line-height:43px;}

}

@media screen and (min-width: 1605px) and (max-width: 1734px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:8%; padding-right:25%; line-height:42px; padding-top:45px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:8%; padding-right:1%; padding-top:20px; color:#333; font-size:18px; line-height:37px;}
	
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:6%; padding-right:15%; line-height:42px; padding-top:50px; font-size:25px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:6%; padding-right:15%; padding-top:30px; color:#333; font-size:18px; line-height:37px;}

}

@media screen and (min-width: 1505px) and (max-width: 1605px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:8%; padding-right:9%; line-height:37px; padding-top:55px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:8%; padding-right:9%; padding-top:20px; color:#333; font-size:17px; line-height:29px;}
	
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:10%; padding-right:15%; line-height:42px; padding-top:50px; font-size:25px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:10%; padding-right:15%; padding-top:20px; color:#333; font-size:17px; line-height:33px;}
}

@media screen and (min-width: 1345px) and (max-width: 1505px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:4%; padding-right:9%; line-height:33px; padding-top:38px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:4%; padding-right:9%; padding-top:20px; color:#333; font-size:17px; line-height:28px;}
	
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:10%; padding-right:8%; line-height:32px; padding-top:50px; font-size:23px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:10%; padding-right:8%; padding-top:10px; color:#333; font-size:17px; line-height:30px;}
}

@media screen and (min-width: 1100px) and (max-width: 1345px){

.aboutneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutneirhuiabout1{ width:50%; float:left;}
	.aboutneirhuiabout1 img{ width:100%;}
	.aboutneirhuiabout2{ width:50%; float:left;}
	
	.aboutneijianeiabout0{ padding-left:4%; padding-right:1%; line-height:25px; padding-top:30px; font-size:24px; color:#042663; font-weight:bold;}
    .aboutneijianeiaboutcontent{padding-left:4%; padding-right:1%; padding-top:15px; color:#333; font-size:17px; line-height:26px;}
	
	.aboutmyneirhuiabout{ width:100%; background:#f8f8f8;}
	.aboutmyneirhuiabout1{ width:50%; float:right;}
	.aboutmyneirhuiabout1 img{ width:100%;}
	.aboutmyneirhuiabout2{ width:50%; float:right;}
	
	.aboutmyneijianeiabout0{ padding-left:6%; padding-right:8%; line-height:32px; padding-top:40px; font-size:23px; color:#042663; font-weight:bold;}
    .aboutmyneijianeiaboutcontent{padding-left:6%; padding-right:8%; padding-top:5px; color:#333; font-size:16px; line-height:27px;}

}

@media screen and (min-width:1700px){
.serviceneirhuiabout{ width:100%; background:#cde8ef;}
	.serviceneirhuiabout1{ width:50%; float:left;}
	.serviceneirhuiabout1 img{ width:100%;}
	.serviceneirhuiabout2{ width:50%; float:left;}
	
	.serviceneijianeiabout0{ padding-left:8%; padding-right:25%; line-height:42px; padding-top:70px; font-size:24px; color:#042663; font-weight:bold;}
    .serviceneijianeiaboutcontent{padding-left:8%; padding-top:20px; color:#333; font-size:18px; line-height:37px;}
	
	
	.servicemyneirhuiabout{ width:100%; background:#006c8b;}
	.servicemyneirhuiabout1{ width:50%; float:right;}
	.servicemyneirhuiabout1 img{ width:100%;}
	.servicemyneirhuiabout2{ width:50%; float:right;}
	
	.servicemyneijianeiabout0{ padding-left:6%; padding-right:7%; line-height:35px; padding-top:65px; font-size:24px; color:#fff; font-weight:bold;}
    .servicemyneijianeiaboutcontent{padding-left:6%; padding-right:7%; padding-top:20px; color:#fff; font-size:18px; line-height:32px;}

}

@media screen and (min-width: 1546px) and (max-width: 1700px){

.serviceneirhuiabout{ width:100%; background:#cde8ef;}
	.serviceneirhuiabout1{ width:50%; float:left;}
	.serviceneirhuiabout1 img{ width:100%;}
	.serviceneirhuiabout2{ width:50%; float:left;}
	
	.serviceneijianeiabout0{ padding-left:8%; padding-right:20%; line-height:42px; padding-top:53px; font-size:24px; color:#042663; font-weight:bold;}
    .serviceneijianeiaboutcontent{padding-left:8%; padding-top:20px; color:#333; font-size:18px; line-height:37px;}
	
	
	.servicemyneirhuiabout{ width:100%; background:#006c8b;}
	.servicemyneirhuiabout1{ width:50%; float:right;}
	.servicemyneirhuiabout1 img{ width:100%;}
	.servicemyneirhuiabout2{ width:50%; float:right;}
	
	.servicemyneijianeiabout0{ padding-left:6%; padding-right:7%; line-height:35px; padding-top:40px; font-size:24px; color:#fff; font-weight:bold;}
    .servicemyneijianeiaboutcontent{padding-left:6%; padding-right:7%; padding-top:20px; color:#fff; font-size:18px; line-height:32px;}


}

@media screen and (min-width: 1200px) and (max-width: 1546px){
.serviceneirhuiabout{ width:100%; background:#cde8ef;}
	.serviceneirhuiabout1{ width:50%; float:left;}
	.serviceneirhuiabout1 img{ width:100%;}
	.serviceneirhuiabout2{ width:50%; float:left;}
	
	.serviceneijianeiabout0{ padding-left:8%; padding-right:15%; line-height:35px; padding-top:50px; font-size:20px; color:#042663; font-weight:bold;}
    .serviceneijianeiaboutcontent{padding-left:8%; padding-top:20px; color:#333; font-size:15px; line-height:37px;}
	
	
	.servicemyneirhuiabout{ width:100%; background:#006c8b;}
	.servicemyneirhuiabout1{ width:50%; float:right;}
	.servicemyneirhuiabout1 img{ width:100%;}
	.servicemyneirhuiabout2{ width:50%; float:right;}
	
	.servicemyneijianeiabout0{ padding-left:9%; padding-right:7%; line-height:30px; padding-top:44px; font-size:20px; color:#fff; font-weight:bold;}
    .servicemyneijianeiaboutcontent{padding-left:9%; padding-right:1%; padding-top:10px; color:#fff; font-size:15px; line-height:32px;}
}



@media screen and (min-width:1700px){
.newspopoabout000{ width:100%; background:#f8f8f8; position:relative; padding-bottom:75px;}
.newspopoabout0{ width:85%; margin:0 auto; background:#fff;}
.newspopoabout1{ width:50%; float:left;}
.newspopoabout1 img{ width:100%;}
.newspopoabout2{ width:41%; padding-left:3%; padding-right:6%; padding-top:55px; float:left;}
.newspopoabout2a{ color:#032763; font-size:25px; margin-bottom:30px; line-height:40px; height:40px; width:100%; overflow:hidden; font-weight:bold;}
.newspopoabout2b{ color:#333; font-size:20px; line-height:35px; height:140px; overflow:hidden; margin-bottom:30px;}

.newspopoabout2c{ height:45px; line-height:45px;}
.newspopoabout2c1{ float:left; text-align:left; width:100px; color:#999; font-size:16px;}
.newspopoabout2c2{ float:right; text-align:right; width:150px;}
.newspopoabout2c2 a{ font-size:17px; font-weight:bold; color:#5f99fd;}
.newspopoabout2c2 a:hover{ color:#f49e17}

}

@media screen and (min-width: 1546px) and (max-width: 1700px){
.newspopoabout000{ width:100%; background:#f8f8f8; position:relative; padding-bottom:75px;}
.newspopoabout0{ width:85%; margin:0 auto; background:#fff;}
.newspopoabout1{ width:50%; float:left;}
.newspopoabout1 img{ width:100%;}
.newspopoabout2{ width:41%; padding-left:3%; padding-right:6%; padding-top:45px; float:left;}
.newspopoabout2a{ color:#032763; font-size:25px; margin-bottom:30px; line-height:40px; height:40px; width:100%; overflow:hidden; font-weight:bold;}
.newspopoabout2b{ color:#333; font-size:20px; line-height:35px; height:140px; overflow:hidden; margin-bottom:30px;}

.newspopoabout2c{ height:45px; line-height:45px;}
.newspopoabout2c1{ float:left; text-align:left; width:100px; color:#999; font-size:16px;}
.newspopoabout2c2{ float:right; text-align:right; width:150px;}
.newspopoabout2c2 a{ font-size:17px; font-weight:bold; color:#5f99fd;}
.newspopoabout2c2 a:hover{ color:#f49e17}

}

@media screen and (min-width: 1343px) and (max-width: 1546px){
.newspopoabout000{ width:100%; background:#f8f8f8; position:relative; padding-bottom:75px;}
.newspopoabout0{ width:85%; margin:0 auto; background:#fff;}
.newspopoabout1{ width:50%; float:left;}
.newspopoabout1 img{ width:100%;}
.newspopoabout2{ width:41%; padding-left:3%; padding-right:6%; padding-top:45px; float:left;}
.newspopoabout2a{ color:#032763; font-size:25px; margin-bottom:20px; line-height:35px; height:35px; width:100%; overflow:hidden; font-weight:bold;}
.newspopoabout2b{ color:#333; font-size:20px; line-height:32px; height:128px; overflow:hidden; margin-bottom:15px;}

.newspopoabout2c{ height:45px; line-height:45px;}
.newspopoabout2c1{ float:left; text-align:left; width:100px; color:#999; font-size:16px;}
.newspopoabout2c2{ float:right; text-align:right; width:150px;}
.newspopoabout2c2 a{ font-size:17px; font-weight:bold; color:#5f99fd;}
.newspopoabout2c2 a:hover{ color:#f49e17}

}

@media screen and (min-width: 1000px) and (max-width: 1343px){
.newspopoabout000{ width:100%; background:#f8f8f8; position:relative; padding-bottom:75px;}
.newspopoabout0{ width:85%; margin:0 auto; background:#fff;}
.newspopoabout1{ width:50%; float:left;}
.newspopoabout1 img{ width:100%;}
.newspopoabout2{ width:41%; padding-left:3%; padding-right:6%; padding-top:35px; float:left;}
.newspopoabout2a{ color:#032763; font-size:25px; margin-bottom:30px; line-height:40px; height:40px; width:100%; overflow:hidden; font-weight:bold;}
.newspopoabout2b{ color:#333; font-size:20px; line-height:35px; height:140px; overflow:hidden; margin-bottom:30px;}

.newspopoabout2c{ height:45px; line-height:45px;}
.newspopoabout2c1{ float:left; text-align:left; width:100px; color:#999; font-size:16px;}
.newspopoabout2c2{ float:right; text-align:right; width:150px;}
.newspopoabout2c2 a{ font-size:17px; font-weight:bold; color:#5f99fd;}
.newspopoabout2c2 a:hover{ color:#f49e17}
}



@media screen and (min-width:1408px){
.contactgoodcontact1{ width:1320px; margin:0 auto;}
}
@media screen and (min-width: 1000px) and (max-width: 1408px){
.contactgoodcontact1{ width:1320px; margin:0 auto;}
}


@media screen and (min-width:1800px){.wangdopang123{ position:absolute; left:23%; width:54%; top:240px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 1700px) and (max-width: 1800px){.wangdopang123{ position:absolute; left:23%; width:54%; top:218px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 1600px) and (max-width: 1700px){.wangdopang123{ position:absolute; left:23%; width:54%; top:206px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 1500px) and (max-width: 1600px){.wangdopang123{ position:absolute; left:23%; width:54%; top:194px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 1400px) and (max-width: 1500px){.wangdopang123{ position:absolute; left:23%; width:54%; top:181px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 1300px) and (max-width: 1400px){.wangdopang123{ position:absolute; left:23%; width:54%; top:149px; z-index:1; color:#ccc; font-size:26px;}}

@media screen and (min-width: 700px) and (max-width: 1300px){.wangdopang123{ position:absolute; left:23%; width:54%; top:136px; z-index:1; color:#ccc; font-size:26px;}}

input {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}
textarea{border: none;}
textarea:focus {outline: none;}
