﻿@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
a{ text-decoration:none}
a:hover{ color:#e70101;}
img{ border:none; text-indent:0px;}
ul{list-style:none; margin:0; padding:0;}
li{list-style:none; margin:0; padding:0;}
#wan1,#wan2,#wan3,#wan4,#wan5,#wan6,#wan7,#wan8,#wan9,#wan10,#wan11,#wan12,#wan13,#wan14,#wan15,#wan16,#wan17,#wan18,#wan19,#wan20{
    position: relative;
    top: -114px;
    display: block;
    height: 0;
    overflow: hidden;
}
.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{color:#000000; line-height:40px; height:40px; overflow:hidden; font-size: 18px;font-weight:bold;padding-bottom:1px; text-align:center;}

.wenzhangphoto1{ width:100%; text-align:center; margin:20px auto 20px;}
.wenzhangphoto1 img{margin:auto; display:block; max-width:100%; height:auto;}


#baodingwei{ position:fixed; margin:auto; left:0; right:0; top:0; z-index:9999; background:#FFFFFF;}

#banner { height:618px; }
.home_banner { width:100%; height:618px; }


.huielc000{ width:100%; margin-top:50px; margin-bottom:8px;}
.huielc0{ width:100%; margin-top:25px; margin-bottom:8px;}
.huielc1{ margin-left:2%; background:#015fa9; color:#ffffff; text-align:center; font-size:15px; margin-right:2%; width:46%; height:30px; line-height:30px; float:left;}
.huielc2{ margin-left:2%; background:#f0f0f0; color:#005ca9; text-align:center; font-size:15px; margin-right:2%; width:46%; height:30px; line-height:30px; float:left;}

.huielc3{ margin-left:2%; margin-right:2%; width:46%; float:left;}
.huielc3 img{ width:100%;}

.huielc4{ margin-left:2%; padding-top:7px; color:#666666; text-align:left; font-size:14px; margin-right:2%; width:46%; line-height:28px; float:left;}
	
.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;}



.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:#000;}
.paa { padding:10px;}
.mb { margin-bottom:10px;}
.text_c{text-align:center;}
.pa { padding:5px;}
.elcwenzi{font-weight:bold; color:#ff5b5c;}	

/*手机*/
 @media screen and (max-width:500px)
 {
 
 body,td,th {
	font-family:"微软雅黑"; font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
 
 .xidinggepc{ display:none;} 
 .myleft1{ display:none;} 
 .neiyetitle1{ display:none;}
 .myneiye1{ width:94%; margin:15px auto 15px;} 
 
 
#prolist1nei{ width:100%; margin:0 auto;}
#prolist1nei ul li{ width:48%;  text-align:center; float:left; padding-left:1%; padding-right:1%; padding-top:2px; padding-bottom:2px;}
.pro117{width:160px; height:140px; text-align:center; border:1px solid #ccc;}

.pro117title{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; height:30px;}
.pro117title a{ font-size:14px; color:#666;}

#prolist1neiquan{ width:99%; margin:0 auto;}
#prolist1neiquan ul li{ width:42%; text-align:center; height:140px; float:left; padding:4%;}
.pro117quan{width:100%; text-align:center; height:120px; margin-bottom:10px; border:1px solid #ccc;}
.pro117quan img{width:100%; height:120px;}
.pro117titlequan{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}


#prolist1neizhengshu{ width:99%; margin:0 auto;}
#prolist1neizhengshu ul li{ width:42%; text-align:center; height:220px; float:left; padding:4%;}
.pro117zhengshu{width:100%; text-align:center; height:200px; margin-bottom:10px; border:1px solid #ccc;}
.pro117zhengshu img{width:100%; height:200px;}
.pro117titlezhengshu{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}


#prolist1neistyle{ width:99%; margin:0 auto;}
#prolist1neistyle ul li{ width:42%; text-align:center; height:130px; float:left; padding:4%;}
.pro117style{width:100%; text-align:center; height:110px; margin-bottom:10px; border:1px solid #ccc;}
.pro117style img{width:100%; height:110px;}
.pro117titlestyle{width:100%; margin:0 auto; overflow:hidden; text-align:center; line-height:20px; height:20px;}
 
 .rryidong{ height:50px; background-color:#545454; text-align:center; line-height:25px; padding-top:15px; padding-bottom:15px; color:#FFFFFF; font-size:13px;}
 

.mybuliang {width:25%; height:22px; padding-top:2px; text-align:center; line-height:24px; font-size:14px; color:#999999; float:left; display:block; margin-bottom:5px;}
.myliang{width:21%; margin-left:2%; margin-right:2%; height:22px; padding-top:2px; text-align:center; line-height:24px; font-size:14px; color:#fff; float:left; display:block; background:#ff942c; margin-bottom:5px;}

.bymore1{ width:20%; height:30px; margin:5px auto 25px;}
.bymore1 img{ width:100%;}

 
 #top2{display:none;}

 .kong{ display:none;}
 .kong240{ display:none;}


#my2pro{ display:none;}

#mylabel{ width:80%; margin:0 auto; text-align:center;}
#mysearch123{ padding-top:10px;}
.input1{ color:#d0d0d0; text-align:center;}


.myneiye1a{ width:94%; margin:0 auto; margin-top:15px; margin-bottom:15px;}
.myright1aaaaa{ width:100%;}


#leileftbig{padding-top:20px; padding-left:6px;  width:96%; text-align:center; margin:0 auto;}

#leileft8{ margin:0 auto;}

.bigzongcaidan{ margin:0 auto; width:100%; text-align:center;}

.zongcaidan72{ width:46%; background:#005bac; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan72 a{color:#ffffff;}
.zongcaidan71{ width:46%; background:#eaeaea; float:left; line-height:32px;height:32px; text-align:center;}
.zongcaidan71 a{color:#525252;}

.kong7{ width:6%; float:left; line-height:32px;}
.kong77{ width:7%; float:left; line-height:32px;}
#leileft{ padding-left:12px;}
.huixian1{ height:1px; background:#e1e1e1; width:100%; margin:25px auto 25px;}
.signup{ width:94%; margin:0 auto; text-align:left; line-height:30px; font-size:16px; color:#767676;}

#yidongqiehuan{ width:98%; margin:0 auto;}
#yidongqiehuan ul li{ width:48%; padding-left:1%; padding-right:1%; margin-bottom:2px; float:left;}
#yidongqiehuan ul li img{ width:100%;}
.line01{ height:1px; width:100%; background:#e1e1e1;}

.zicaidan71{ width:45%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}
.zicaidan72{ width:45%; color:#0060b9; float:left; line-height:32px; height:32px; text-align:center; border:1px solid #ccc;}
#huidian1{ width:92%; height:10px; line-height:10px; background:url(../img1/huidian1.jpg) repeat-x center; margin:0 auto;}

#pcqiehuan{ display:none;}
#pcbannerneiye { display:none;}

 .img-scroll7 { position:relative; margin:10px auto 45px; width:337px; 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:100px;}
 .img-scroll7 .prev7 img{ width:15px; height:26px;}
 .img-scroll7 .next7 { right:0px;cursor:pointer; padding-top:100px;}
 .img-scroll7 .next7 img{ width:15px; height:26px;}
 .img-list7 { position:relative; width:267px; height:218px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7 ul { width:9999px;}
 .img-list7 li { float:left; width:267px; height:218px; text-align:center;}
 .img-list7myimg{  width:267px; height:188px;}
 

  
  
  .img-list7myword{ background:#005595; display:block;  width:262px; height:40px; line-height:40px;}
  .img-list7myword a{font-size:14px; color:#FFF;}
  
/* 单个图片的总宽度（比单个图片大一点）、总高度  3333333333333 */

 .img-scroll7pan { position:relative; margin:10px auto 50px; width:337px; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:0px;cursor:pointer; padding-top:70px;}
 .img-scroll7pan .prev7pan img{ width:30px; height:52px;}
 .img-scroll7pan .next7pan { right:0px;cursor:pointer; padding-top:70px;}
 .img-scroll7pan .next7pan img{ width:30px; height:52px;}
 .img-list7pan { position:relative; width:262px; height:205px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:262px; height:205px; border:#e3e3e3 solid 1px; text-align:center;box-sizing:border-box;}
 .img-list7panmyimg{  width:262px; height:165px;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */

.toprotitle000{ height:675px; background:#f4f5f7;}
.toprotitle{ width:300px; margin:0 auto; padding-top:25px; text-align:center; height:27px; line-height:27px; font-family:"微软雅黑"; font-size:17px; color:#3468a1;}
.toprotitleen{ margin:0 auto; text-align:center; height:26x; line-height:26px; font-family:"微软雅黑"; font-size:13px; color:#888;}

.manjianjiebg{ width:100%; height:430px; background:url(../img1/manjianjiebg1.jpg) no-repeat center; background-size:100% 100%;}
.mantitle1{ width:45%; margin:0 auto; padding-top:38px; padding-bottom:16px; font-size:16px; color:#114898; text-align:center; font-weight:bold;}
.mantitle2{ width:85%; margin:0 auto; height:160px; line-height:32px; overflow:hidden; text-indent:2em; font-size:14px; color:#666;}



.xwzxtitile{ width:95%; padding-left:5px; margin:0 auto; text-align:left; padding-top:42px; padding-bottom:30px;}
.xwzxtitile img{ width:100%;}
.xwzx1{ width:100%; margin:0 auto; text-align:center;}
.xwzx1 ul li{ width:89%; margin:0 auto; text-align:center;}
.xwzx2{ width:60px; height:60px; margin-right:9px; background-image:url(../img1/xwzx2.jpg); background-size:100% 100%; float:left;}
.xwzx2_1{ width:60px; color:#444444; font-size:21px; float:left;text-align:center; padding-top:10px; }
.xwzx2_2{ width:60px; color:#444444; font-size:12px; float:left;text-align:center; }
.xwzx3{ width:250px; height:16px; line-height:16px; text-align:left; overflow:hidden;}
.xwzx3 a{ font-size:14px; color:#2b2b2b;}
.xwzx4{ width:245px; font-size:13px; color:#717171; padding-top:2px; text-align:left; line-height:23px; height:46px; overflow:hidden;}
.xwzx5{ width:99%; margin-top:17px; margin-bottom:24px;}
.xwzx5 img{ width:100%;}


.lkgc0{ width:100%; height:1045px; margin:2px auto 2px;}
.lkgc1{ width:100%; height:310px;}
.lkgctitle{ width:76%; margin-top:38px; padding-left:4%;}
.lkgctitle img{ width:100%;}
.lkgc2{ width:95%; padding-left:5%; margin-top:18px; height:273px; background:url(../img1/lkgc2.jpg) no-repeat center; background-size:100% 100%;}
.lkgc2 ul li{ width:96%; padding-left:2%; padding-right:2%; height:39px; line-height:39px; overflow:hidden;}
.lkgc2 ul li a{ color:#545454; font-size:14px;}
.lkgc2 ul li a:hover{ color:#005a93; font-size:14px; padding-left:3px;}

.dongbbg{ width:100%; height:746px; margin-bottom:50px; background:url(../img1/myservicebg.jpg) no-repeat center; background-size:100% 100%;}
.dongb100{ width:96%; height:208px; margin:0 auto;}
.dongb1{ width:46%; height:208px; padding-left:2%; padding-right:2%; float:left;}
.dongb1 img{ width:100%;}
.dongbtitle{ width:59%; padding-left:3%; padding-top:40px; padding-bottom:30px;}
.dongbtitle img{ width:100%;}


.sibanglianxi1{ width:94%; margin:0 auto 50px;;}
.sibanglianxi3{ width:94%; height:20px; font-size:16px; color:#333333; font-weight:bold; text-align:left;}
.sibanglianxi2{ width:94%; height:120px; padding-left:3%; padding-right:3%; margin-top:28px; margin-bottom:28px; font-size:14px; line-height:30px; text-align:left;}
.sibanglianxi22{width:100%; font-size:14px; line-height:24px; text-align:left;}
.sibanglianxi4{ width:100%; font-size:14px; color:#ff6600; font-weight:bold; text-align:left;}

.runprotitle{ width:300px; margin:0 auto; padding-top:65px; text-align:center; height:33px; line-height:33px; font-family:"微软雅黑"; 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;}


.runzhuanli00{ background:#f1f3f6; height:520px;}
.runprotitle{ width:300px; margin:0 auto; padding-top:28px; text-align:center; height:25px; line-height:25px; font-family:"微软雅黑"; font-size:16px; color:#323232;}
.runprotitleen{width:300px; margin:0 auto; text-align:center; height:15px; line-height:15px; font-family:"微软雅黑"; font-size:13px; 

color:#7a7a7a;}
.runlittleimg{width:217px; height:31px; margin:2px auto 13px;}


.runnewsbg0{ width:96%; margin:0 auto;}
.runnewsbg0 ul li{width:100%; height:56px; }
.runnews111{ display:none;}

.runnews222{ height:56px; padding-left:26px; background:url(../img1/runnewsimg123.jpg) no-repeat 10px 8px;}
.runnews222a{ width:100%; height:28px; line-height:28px; overflow:hidden;}
.runnews222a a{ font-size:15px;}

.runnews222b{ width:100%; height:28px; overflow:hidden; line-height:28px;}
.runnews222b a{ font-size:13px;}

.runmore3{ width:26%; margin:5px auto 0;}
.runmore3 img{ width:100%;}


.kangfenleititle{ width:38%; margin:25px auto 20px;}
.kangfenleititle img{ width:100%;}
.kangfenlei1{ width:100%; margin:0 auto 9px;}
.kangfenlei1 ul li{ width:46%; height:225px; padding-top:25px; padding-left:2%; padding-right:2%; float:left}

.kangtitle2{width:100%; height:25px; line-height:5px; text-align:center; font-family:"微软雅黑"; font-weight:bold; color:#666;}
.kangimg1{ width:95%; margin:0 auto; padding-bottom:10px;}
.kangimg1 img{ width:100%}
.kangtitle1{ width:100%; height:75px; line-height:25px; text-align:center; overflow:hidden; }
.kangtitle1 a{color:#666; font-size:14px;}

.wenzhangcontent1{ width:94%; margin:0 auto 20px; line-height:30px; text-indent:2em; font-size:15px; color:#666;}
.wenzhangcontent1 img{margin:auto; display:block; max-width:100%; height:auto;}



.yangtitlenews{ font-size:14px; height:20px; font-family:"微软雅黑"; width:300px; text-align:center; margin:0 auto; padding-top:28px; padding-bottom:15px;}
.yangnewstwo{ width:84%; height:33px; margin:0 auto;}
.yangbuliang {BACKGROUND-IMAGE: url(../img1/yangsecond.jpg); background-repeat:no-repeat; WIDTH: 48%; HEIGHT: 33px; line-height:33px; font-size:11px; color:#000000; text-align:center; float:left; background-size:100% 100%;}
.yangliang {BACKGROUND-IMAGE: url(../img1/yangfirst.jpg); background-repeat:no-repeat; WIDTH: 48%; HEIGHT: 33px; line-height:33px; font-size:11px; color:#FFFFFF; text-align:center; float:left;background-size:100% 100%;}
.yangnewszhong{ width:12px; height:33px; float:left;}

 .news1cap{ width:94%; margin: 20px auto 10px;}
   #pangnews11{ width:22%; margin:0 auto; margin-top:24px;}
   #pangnews11 img{ width:100%;}
   
   .pangnews11-1{ width:90%; margin:0 auto;} 
 .pangnews11-1aa{ width:90%; margin:0 auto;}
 .monthday111{ font-size:20px; color:#000; padding-left:20px; float:left; background:url(../img1/yellow1.jpg) left no-repeat;}
 .year111{ font-size:14px; font-weight:bold; color:#e8494e; float:left; padding-left:12px; padding-top:7px;}
 .pangnewswordtitle111{ margin-top:16px; height:22px; line-height:22px; overflow:hidden;}
 .pangnewswordtitle111 a{font-size:16px; font-family:"微软雅黑"; color:#333;}
 .pangnewsword111{ margin-top:5px; font-size:14px; line-height:26px; height:78px; overflow:hidden; font-family:"微软雅黑"; color:#888; margin-bottom:9px;}
 .newstitleimg1 img{ width:100%; margin:0 auto 30px;}
 .more111{ width:35%; margin: 15px auto 30px;}
 .more111 img{ width:100%;}
  .allnet1{ width:94%; margin:0 auto; padding-top:23px;}
 .allnet1 img{ width:100%;}
 
  .ruinewstotal1{ width:90%; margin:0 auto;}
.ruinewsleft1{ display:none;}
.ruinewsright1{width:100%; height:350px;}
.ruinewsli{ width:96%; margin:8px auto 0; height:350px;}
.ruinewsli ul li{ width:100%; height:70px; padding-top:10px; padding-bottom:25px;}
.ruinewslititle{ height:35px; line-height:35px; overflow:hidden;}
.ruinewslititle a{ font-size:16px; color:#333;}
.ruinewslicontent{ height:65px;font-size:14px; line-height:21px; color:#888; overflow:hidden;text-indent:0em;}


.yangyangtitlepro0{ height:800px; background:#f5f5f5;}
.yangyangtitlepro{ font-size:14px; height:20px; font-family:"微软雅黑"; width:300px; text-align:center; margin:0 auto; padding-top:28px; padding-bottom:2px;}
.yangyangtitlebiao{ width:14%; margin:0 auto;}
.yangyangtitlebiao img{ width:100%;}
.yangyangpro111{ width:96%; margin:0 auto; padding-top:22px;}
.yangyangpro111 ul li{ width:46%; margin-left:2%; margin-right:2%; margin-bottom:15px; background:url(../img1/yangblackprobg8.jpg) no-repeat center; background-size:100% 100%; float:left;}
.yangyangpro111img{ width:98%; margin:1px auto 0;}
.yangyangpro111img img{ width:100%; height:130px;}
.yangyangpro111li{ width:100%; padding-top:4px; padding-bottom:4px; margin:0 auto; text-align:center; height:12px; line-height:12px;}
.yangyangpro111li a{ font-size:10px; color:#FFFFFF;}
.yangyanpromore{ width:144px; height:42px; margin:40px auto 0;}
.yanpromore{ width:28%; margin:5px auto 0;}
.yanpromore img{ width:100%;}

.xdgjianjie0{ width:100%; margin:0 auto;}
.xdgjianjie0img{ display:none;}
.xdgjianjie0word{ width:100%;}

.everymyxdgnewsbg000{ width:100%;}
.everymyxdgnewsbg{ width:100%; height:500px; margin:0 auto 30px; padding-top:30px; text-align:left; background:#f6f6f6;}

.everymyxdgnewsimg{ width:85%; margin:0 auto;}
.everymyxdgnewsimg img{ width:100%; height:195px;}
.everymyxdgnewsword{ width:85%; margin:0 auto;  padding-top:15px;}
.everymyxdgnewsword1{ width:100%; padding-top:4px; height:40px; line-height:40px; overflow:hidden;}
.everymyxdgnewsword1 a{font-size:16px; color:#db9f01; font-weight:bold;}
.everymyxdgnewsword2{ width:100%; height:182px; padding-top:2px; padding-bottom:5px; line-height:26px; font-size:13px; color:#898886; overflow:hidden;}
.everymyxdgnewsdate{ width:85%; margin:0 auto; text-align:center; height:25px;}
.everymyxdgnewsdate1{text-align:left; padding-right:8px; height:25px; line-height:25px; color:#e1e0e0; font-family:"微软雅黑"; font-size:25px; float:left;}
.everymyxdgnewsdate2{text-align:center; width:90%; margin:0 auto; height:25px;  line-height:25px; color:#999; font-family:"微软雅黑"; font-size:19px; float:left;}


.mysan{ width:100%; margin:0 auto; height:35px; line-height:35px; float:left;}
.first11{ width:4%; padding-top:14px; height:26px; line-height:35px; text-align:left; float:left;}
.first11 img{ width:3px; height:5px;}
.second11{ width:67%; height:35px; line-height:35px; text-align:left; float:left; overflow:hidden;}
.second11 a{ font-size:15px; color:#666;}
.third11{ width:29%; height:35px; line-height:35px; font-size:15px; color:#666; text-align:right; float:left;}


.mysan-haveleft{ width:100%; margin:0 auto; height:35px; line-height:35px; float:left;}
.first11-haveleft{ width:4%; padding-top:8px; height:26px; line-height:35px; text-align:left; float:left;}
.first11-haveleft img{ width:5px; height:5px;}
.second11-haveleft{ width:67%; height:35px; line-height:35px; text-align:left; float:left; overflow:hidden;}
.second11-haveleft a{ font-size:15px; color:#666;}
.third11-haveleft{ width:29%; height:35px; line-height:35px; font-size:15px; color:#666; text-align:right; float:left;}


.wenzhangline1{background:#dfdfdf; height:1px; margin:1px auto 1px;}



.renyingshititle{ width:22%; margin:30px auto 0px;}
.renyingshititle img{ width:100%;}
.renyingshititleword{ width:85%; height:40px; line-height:20px; text-align:center; margin:10px auto 13px; color:#666;}

.renyingshititlehui{ width:22%; margin:18px auto 0px;}
.renyingshititlehui img{ width:100%;}
.renyingshititlewordhui{ width:85%; height:40px; line-height:20px; text-align:center; margin:10px auto 13px; color:#666;}

.renyingshicontent{ width:94%; margin:0 auto 17px;}
.renyingshicontent img{ width:100%;}
.renlanmubg000{ background:url(../img1/renlanmubg.jpg) no-repeat center; background-size:100% 100%; height:500px;}
.renlanmubg{ width:100%; height:500px; margin:0 auto;}
.renlanmumore{ width:33%; margin:0 auto;}
.renlanmumore img{ width:100%;}
.renlanmutitle1{ width:22%; margin:0 auto; padding-top:30px; padding-bottom:7px;}
.renlanmutitle1 img{ width:100%;}
.renlanmu111{ width:273px; height:15px; margin:10px auto 20px;}
.renlanmu222{ width:259px; height:15px; margin:10px auto 10px;}
.renlanmu333{ width:86%; margin:0 auto; line-height:28px; font-size:14px; color:#333;}

.renlanmuyuan{ width:70%; display:none;}


.renshipin012{width:94%; margin:0 auto;}
.renshipin1{ width:100%;}
.renshipin1 img{ width:100%;}
.renshipin2{ background:#f8f8f8; width:100%;}


.renshipin2en{ text-align:center; line-height:30px; padding-top:30px; font-size:16px; color:#666;}
.renshipin2title{text-align:center; line-height:31px; font-size:15px; color:#000;}
.renshipin2content{line-height:24px; width:97%; margin:0 auto; font-size:14px; color:#666;}
.renshipin2more{ width:28%; margin:12px auto 0px;}
.renshipin2more img{ width:100%;}

.renshipin034{width:94%; margin:0 auto;}
.renshipin3{background:#f8f8f8; width:100%;  padding-top:13px;}

.renshipin3en{ text-align:center; line-height:30px; padding-top:15px; font-size:16px; color:#666;}
.renshipin3title{text-align:center; line-height:31px; font-size:15px; color:#000;}
.renshipin3content{line-height:24px; width:97%; margin:0 auto; font-size:14px; color:#666;}
.renshipin3more{ width:28%; margin:12px auto 0px; padding-bottom:30px;}
.renshipin3more img{ width:100%;}

.renshipin4{ width:100%; margin:0 auto 30px;}
.renshipin4 img{ width:100%;}

.dianschool1{ width:55%; margin:30px auto 18px;}
.dianschool1 img{ width:100%;}
.dianschool2{ width:93%; line-height:26px; margin:0 auto 18px; color:#666; text-indent:2em;}

.dianjiang0{ width:100%;}
.dianjiang1{ width:55%; margin:25px auto 25px;}
.dianjiang1 img{ width:100%;}
.dianjiang2{ width:52%; margin:5px auto 25px;}
.dianjiang2 img{ width:100%;}

.dianqianyue0{ height:320px; background:#f96a0e;}
.dianqianyue1{ width:94%; margin:0 auto; padding-top:35px;}
.dianqianyue1 ul li{ width:46%; margin-left:2%; margin-right:2%; margin-bottom:11px; float:left;}
.dianqianyue1 ul li img{ width:100%;}

.dianstory1{ width:76%; margin:33px auto 13px;}
.dianstory1 img{ width:100%;}



.dianstoryimg0{ width:94%; margin:0 auto 25px; padding-top:15px;}
.dianstoryimg0 ul li{width:46%; margin-left:2%; margin-right:2%; margin-bottom:11px; float:left;}
.dianstoryimg0 ul li img{ width:100%;}

.dianbigthings0{ height:380px; background:#f7f7f7; }
.dianbigthings1{ width:50%; padding-top:30px; padding-bottom:15px; margin:0 auto;}
.dianbigthings1 img{ width:100%;}

.dianbigthingsbg1{ width:94%; margin:0 auto; height:290px; background:url(../img1/dianbigthingsbg1.jpg) no-repeat center; background-size:100% 100%;}

.dianbigthingsmore1{ width:22%; padding-top:240px; margin:0 auto;}
.dianbigthingsmore1 img{ width:100%;}

.xijie{padding-left:25px; padding-right:20px; line-height:29px; padding-top:10px; padding-bottom:10px; font-size:13px; color:#333333; background:#f8f8f8;}
.biao1{line-height:60px; font-size:16px; font-family:'微软雅黑'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg1aa.jpg) no-repeat center; color:#000000; padding-left:20%; margin:0 auto; }
.biao2{line-height:60px; font-size:16px; font-family:'微软雅黑'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg2aa.jpg) no-repeat center; color:#FFFFFF; padding-left:20%; margin:0 auto;}
.biao3{line-height:60px; font-size:16px; font-family:'微软雅黑'; height:60px; width:80%; overflow:hidden; display:block; background:url(../img1/biaoge_bg3aa.jpg) no-repeat center; color:#FFFFFF; padding-left:20%; margin:0 auto;}

.lvliubg{ width:100%; margin:0 auto; background:#0974c4;}
.myname6{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}
.biaoti6{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}
.shijian61{width:92%; padding-left:8%; line-height:38px; font-size:14px; color:#fff; border-bottom:1px #CCC solid;}

.neirong6bgbg{width:100%; margin:0 auto; padding-top:12px; padding-bottom:12px; background:#f6fafd; font-size:14px; color:#333;}
.neirong6aaa{ width:92%; padding-left:8%; background:#f6fafd; line-height:30px; font-size:14px; color:#333;}
.neirong6bbb{ width:88%; padding-left:8%; padding-right:4%; background:#f6fafd; line-height:30px; font-size:14px; color:#333;}

.shijianbgbg{ width:100%; margin:0 auto; background:#e3f1fc;}
.shijian62{width:92%; padding-left:8%; line-height:38px; color:#333; font-size:14px;}


.herwid { width:60%;}
.heranniu { border:1px solid #aaaaaa; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset; border-radius:0.6em 0.6em 0.6em 0.6em; background:linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9; color:#333333;}
.herpaa { padding:10px;}
.hermb { margin-bottom:10px;}
.hertext_c{text-align:center;}
.herpa { padding:5px;}
.hertwotwo{ width:100%; margin:0 auto 40px; text-align:center; }
.baohantitle{margin:8px auto 10px; text-align:left; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}









.abc{ width:98%; height:115px; margin:20px auto 0; text-align:center; line-height:25px;}
.abc1{ padding-left:5px; padding-right:5px; float:left;}
.abc1 a{color:#fa7526; font-size:14px;}
.abc1 a:hover{ color:#000;}

.hismessageaaa{margin:0 auto 5px; text-align:center; width:80%; font-size:17px; color:#ff6600; font-family:'微软雅黑'; height:40px; line-height:40px;}


.productssnei{ width:96%; margin:0 auto;}
.productssnei ul li{
    float: left;
    width: 100%;
    padding: 40px 0 20px ;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.productssnei ul li:nth-child(3n){
    margin-right: 0;
}
.productssnei ul li img{
    width: 100%;
    height:auto;
}
.productss_img{
    padding: 0 70px 30px;
}
.productss_text{
    padding: 20px 30px 0;
    border-top:1px solid #ebebeb ;
    position:relative ;
}
.productss_text a:hover,.productss_text a:active,.productss_text a:focus{
    text-decoration: none;
}
.productss_text h4{
    font-size: 20px;
    color: #333;
	text-align:center;
}
a:hover{
    text-decoration: none;
}
.productss_text p{
    color: #a7a7a7;
}
.productss_jian{
    width: 20px;
    height: 13px;
    position: absolute;
    top:40px;
    right: 30px;
}
.productss_top{
    width: 71px;
    height: 71px;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.productss_top img{
    width:100%;
    height: auto;
}
.productssnei ul li{
    -moz-box-shadow:0px 0px 22px #ccc;
    -webkit-box-shadow:0px 0px 22px #ccc;
    box-shadow:0px 0px 22px #ccc;
}
.productssnei ul li .productss_top{
    display: block;
}
.productss_img>img:nth-child(2){
    display: none;
}
.productssnei ul li .productss_img>img:nth-child(1){
    display: none;
}
.productssnei ul li .productss_img>img:nth-child(2){
    display: block;
}
.productssnei ul li .productss_text  h4{
    color: #ff9714;
}


.wansalestitle0{ width:96%; margin:11px auto 10px;}
.wansalestitle01{ width:300px; margin:0 auto; text-align:center; height:71px;}
.wansalestitle01cn{ width:300px;margin:0 auto; text-align:center; height:44px; line-height:44px; color:#555; font-size:20px;}
.wansalestitle01en{ width:300px;margin:0 auto; text-align:center; height:27px; font-size:12px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wansalestitle02{ width:128px; margin:0 auto; text-align:center; height:43px; padding-top:4px; padding-bottom:9px;}
.wansalestitle02 img{ width:80%; margin:0 auto;}

.wansalescontent0{ width:98%; margin:0 auto;}
.wansalescontent0 ul li{ width:90%; margin-left:5%; margin-right:5%; margin-bottom:25px; background:#fbfbfb;}
.wansalescontent0aaa{ width:90%; padding-left:10%; height:49px; background:url(../img1/wansalescontentimg1.jpg) no-repeat center; background-size:100% 100%; font-size:15px; color:#2759a0; line-height:49px;}
.wansalescontent0bbb{ width:98%; margin:0 auto; padding-top:12px; padding-bottom:15px; margin:0 auto;}
.wansalescontent0bbb img{ width:100%;}
.wansalescontent0ccc{ width:94%; padding-left:3%; margin-bottom:20px; padding-right:3%; height:180px; overflow:hidden; line-height:30px; font-size:14px; color:#666;}

.wangundong0{  padding-top:15px; padding-bottom:50px; margin-top:20px; background:#f5f5f5;}
.wangundong1{ width:98%; margin:0 auto; height:208px; margin:0 auto;}

.wan8salestitle0{ width:96%; margin:11px auto 10px;}
.wan8salestitle01{ width:300px; margin:0 auto; text-align:center; height:71px;}
.wan8salestitle01cn{ width:300px;margin:0 auto; text-align:center; height:44px; line-height:44px; color:#555; font-size:20px;}
.wan8salestitle01en{ width:300px;margin:0 auto; text-align:center; height:27px; font-size:12px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wan8salestitle02{ width:128px; margin:0 auto; text-align:center; height:43px; padding-top:4px; padding-bottom:9px;}
.wan8salestitle02 img{ width:80%; margin:0 auto;}


.baohantitle{margin:8px auto 10px; text-align:left; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}
.baohanshuru1{ width:90%; line-height:40px; margin:0 auto; text-align:center; font-size:15px; color:#666;}
.baohanshuru20{ width:100%; text-align:center;}
.baohanshuru2{ width:90%; line-height:20px; margin:8px auto 8px; text-align:center; font-size:13px; color:#666;}
.wid { width:60%;}
.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;}
.twotwo{ width:100%; margin:0 auto 40px; text-align:center; }

.wanwanbanner1hui{ height:60px; background:#f8f8f8;}
.wanwanbanner1{ width:94%; height:60px; margin:0 auto; line-height:60px;}

.wanwanbanner0{ width:94%; margin:9px auto 10px;}
.wanwanbanner2{ width:100%;}
.wanwanbanner2a{ width:94%; margin:0 auto 0px;}
.wanwanbanner2a111{ width:100%; height:50px; line-height:50px; color:#01589d; font-size:18px;}
.wanwanbanner2a222{ width:100%; line-height:30px; overflow:hidden; color:#666; font-size:15px;}
.wanwanbanner2b{ width:100%; text-align:center;}
.wanwanbanner2bimg{ width:95%; margin:0 auto; text-align:center;}
.wanwanbanner2bimg img{ width:100%;}

#zoomiocontainer{position: absolute;z-index: 1000;overflow: hidden;background: white;visibility: hidden;}
#zoomiocontainer img{width: auto !important;height: auto !important;position: absolute !important;display: block !important;}
#zoomiocontainer.mobileclass{overflow: scroll;-webkit-overflow-scrolling: touch;}
.pangbig{height: auto;}

.keqiehuan{ width:100%;}
.keqiehuan1{ width:340px;  margin:0 auto;}
.keqiehuan1aa{ width:320px; margin-left:10px; margin-right:10px; height:215px; margin-top:10px; margin-bottom:20px; text-align:center;}
.keqiehuan1bb{ width:340px; margin:0px auto 13px; text-align:center;}
.keqiehuan1bb1{ width:75px; height:58px; margin-left:5px; margin-right:5px; float:left;}
.keqiehuan1bb2{ width:75px; height:58px; margin-left:5px; margin-right:5px; float:left;}
.keqiehuan1bb3{ width:75px; height:58px; margin-left:5px; margin-right:5px; float:left;}
.keqiehuan1bb4{ width:75px; height:58px; margin-left:5px; margin-right:5px; float:left;}
.keqiehuan2{ display:none;}
.keqiehuan3{ width:320px; margin:0px auto 20px; font-size:15px; line-height:28px;}


.mykebuliang{background:#f5f5f5; width:25%; text-align:center; height:41px; font-size:15px; color:#666;}
.mykeliang{background:#f5f5f5; border-bottom:#0361c3 1px solid; width:25%; text-align:center; height:40px; font-size:15px; color:#003ebf;}

.ke4{ width:99%; margin:0 auto;}
.ke4 ul li{ width:25%; height:41px;}

#mykenews1,#mykenews2,#mykenews3,#mykenews4{ line-height:28px; width:96%; margin:0 auto;}

.kexiangguan{ width:94%; margin:35px auto 0px; background:#f5f5f5; height:40px; line-height:40px;}
.kexiangguan1{ width:100%;border-bottom:#0361c3 1px solid; text-align:center; height:40px;font-size:15px; color:#003ebf; float:left;}

.prolist1nei-haveleftmytitle{ line-height:50px; height:50px; color:#666; font-size:17px; padding-left:10px; font-weight:bold;}
#prolist1nei-haveleft{ width:340px; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:160px; height:150px; margin-left:5px; margin-right:5px; margin-bottom:10px; text-align:center; float:left;}
.pro117-haveleft{ border:1px #ccc solid; width:160px; height:120px;}
.pro117title-haveleft{width:98%; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; height:30px; }
.pro117title-haveleft a{ color:#666;}

.wanbuliang{width:109px; height:40px; display:block; background:#e3e3e3; color:#333; font-size:14px;}
.wanliang{width:109px; height:40px; display:block; background:#01589d; color:#fff; font-size:14px;}

.wanservice0{ width:338px; margin:0 auto;}
.wanservice1{ width:338px;}
.wanservice1 ul li{ width:165px; height:40px; margin:3px 2px; float:left; line-height:40px; text-align:center;}

#search {width:285px; height:40px; margin:10px auto 25px;}
.waninput_search{ float:left; width:150px; height:40px; margin-right:8px; line-height:40px; border:#ccc solid 1px; text-align:left; font-size:14px; color:#5b5b5b; background:none; border-radius:10px;}
.wanbutton{ float:right; border:0; width:125px; height:40px; cursor:pointer;}
.wanbutton img{ width:100%;}

.huanewslogo1ulliyang{width:95%; margin:0 auto; line-height:45px; height:45px;}
.huafang1{height:12px; width:3%; padding-right:2%; padding-left:2%; padding-top:18px; float:left;}
.huafang2{ width:92%; height:45px; line-height:45px; float:left; overflow:hidden;}
.huafang3{ width:1%; height:45px; line-height:45px; float:right;}
.huafang3wan{ height:1px; background:#e5e5e5; width:95%; margin:0 auto;}

.wanmyselect0{margin-top:4px; margin-bottom:15px; text-align:left; font-size:15px;}
.wanmyselect1{ height:35px; width:210px; font-size:15px;}
.wanoption1{ color:#000; font-size:15px;}
.wanoption2{ color:#000; font-size:15px;}

 }
 
 /*电脑*/
 @media screen and (min-width:1500px)
  {
  
  body,td,th {
	font-family:"微软雅黑"; font-size:15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
  
  .xidinggeyidong{ display:none;}
			
			
			
			   .rhuizong{font-size:15px; color:#333;font-weight:bold; background-color:#efefef; width:207px; height:54px; line-height:54px; display:block; padding-left:15px; }
			.rhuizong a{font-size:15px; color:#333; font-weight:bold; background-color:#efefef;}

	
			.rhuizi{font-size:14px; color:#333;  width:202px; height:54px; line-height:54px; display:block; padding-left:20px; text-align:left;}
			.rhuizi a{font-size:14px; color:#333;}
			.rhuizi a:hover{ color:#FF0000; padding-left:2px;}
			
			
			
			
			
.huiimg { width:538px; height:203px; overflow: hidden; }
.huiimg .bgimg{ cursor: pointer; transition: all 2.8s;  }
.huiimg:hover .bgimg {  transform: scale(1.3); }

	.myzong3 a{ width:120px; height:60px; text-align:center; line-height:60px; display:block; font-size:15px; color:#4f4f4f;}
	.myzong3 a:hover{font-size:16px; color:#ff9a2e;}			
			



.myright1aaaaa{ width:1280px; padding-bottom:45px;}
.myright1aaaaapp{ width:1210px; padding-bottom:45px;}


.mycontent1aaaaa{width:1280px; color:#333;}
.mycontent1aaaaapp{width:1210px; 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:#e70101; padding-right:2px;}
  .myimg a{ float:right; height:110px; width:59px;}
  

  .kong{ height:21px;}
  .kong240{ height:240px;}
 
	
#my2pro { width:100%; height:545px; text-align:center; background:url(../img1/2pro.jpg) no-repeat center;}
#my2proyidong{ display:none;}

#mylabel{ width:660px; float:left;}
#mysearch123{ width:200px; padding-left:14px; float:left;}
.input1{ color:#d0d0d0; text-align:center; font-size:14px;}

.myneiye1a{ width:1438px; margin:0 auto; margin-top:45px; margin-bottom:25px;}
  
  #leileftbig{ display:none;}
#leileft{ display:none;}
.huixian1{ height:1px; background:#e1e1e1; width:100%; margin:25px auto 25px;}
.signup{ width:1420px; margin:0 auto; text-align:left; line-height:30px; font-size:16px; color:#767676;}
#pcqiehuan{}
#yidongqiehuan{ display:none;}

.line01{ height:1px; width:100%; background:#e1e1e1; margin-top:30px; margin-bottom:10px;}

#yidongbannerneiye{ display:none;}

  #yidongbannerneiye{ display:none;}
     
.pcimg123{ display:none;}


#logo1{ width:186px; height:126px; float:left;}
#logo2{ width:1024px; height:126px; float:left;}
#logo2-1{ width:1024px; height:60px; text-align:right;}
#logo2-2{ width:1024px; height:66px; text-align:right;}


 .img-scroll7 { position:relative; margin:0 auto; width:1464px; 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:93px;}
 .img-scroll7 .prev7 img{ width:30px; height:52px;}
 .img-scroll7 .next7 { right:0px;cursor:pointer; padding-top:93px;}
 .img-scroll7 .next7 img{ width:30px; height:52px;}
 .img-list7 { position:relative; width:1392px; height:280px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7 ul { width:9999px;}
  .img-list7 li { float:left; width:307px; margin-left:20px; margin-right:20px; height:238px; border:1px #999 solid; text-align:center;}
 .img-list7myimg{  width:307px; height:198px;}
 .img-list7myword{ background:#005595; display:block;  width:307px; height:40px; line-height:40px; overflow:hidden;}
  .img-list7myword a{font-size:15px; color:#FFF;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */


 .img-scroll7pan { position:relative; margin:38px auto 50px; width:1200px; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .prev7pan img{ width:30px; height:52px;}
 .img-scroll7pan .next7pan { right:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .next7pan img{ width:30px; height:52px;}
 .img-list7pan { position:relative; width:1072px; height:338px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:228px; padding-left:20px; padding-right:20px; height:338px; text-align:center;}
 
 .img-list7panmyimg{  width:228px; height:338px;}
 .img-list7panmyimg img{ width:228px; height:338px;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */



 
 #dingwei1{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:174px;}
#dingwei2{
 width:177px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:340px;}
 #dingwei3{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:505px;}
 #dingwei4{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:432px;}
 
  #dingwei5{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:537px;}
 
 #chinasdgweixin2wm1{
 position:absolute; top:0px; left:176px;
 display:block;
 z-index:999;
 }
 
  #chinasdgweixin2wm2{
 position:absolute; top:38px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm3{
 position:absolute; top:77px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm4{
 position:absolute; top:116px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm5{
 position:absolute; top:155px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm6{
 position:absolute; top:194px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm7{
 position:absolute; top:233px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm8{
 position:absolute; top:272px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm9{
 position:absolute; top:311px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm10{
 position:absolute; top:350px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm11{
 position:absolute; top:389px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm12{
 position:absolute; top:428px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm13{
 position:absolute; top:463px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm14{
 position:absolute; top:506px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm15{
 position:absolute; top:545px; left:176px;
 display:block;
 z-index:999;
 }
 
 
  .dohui1{ position:absolute; top:0px; left:176px;}
 
 
 
  .myzi3 a{color:#00458b; font-size:14px; font-family:'微软雅黑'; background-color:#cbe4f6; text-align:center; line-height:38px; height:38px; width:177px; display:block;}
  .myzi3 a:hover{ background:#5a9ccc; font-size:15px; color:#ffffff;}
  
   .myzi3aa{background-color:#cbe4f6; text-align:center; line-height:38px; height:38px; width:177px; display:block;}
   .myzi3aa a{color:#00458b; font-size:14px; font-family:'微软雅黑'; height:38px; width:177px; display:block;}

  .myzi3aa a:hover{background:#5a9ccc; color:#fff; }
  
  
  
  .myzi3bb { background:#e5f4ff;  text-align:center; line-height:40px; height:40px;  width:177px; display:block;}
    .myzi3bb a{color:#6a6a6a;  height:40px;  font-size:13px; font-family:'微软雅黑'; 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;}
.everymyxdgnewsbg:hover .everymyxdgnewsword1{color:#f8ae18;}
.everymyxdgnewsbg:hover .everymyxdgnewsdate2{color:#f8ae18;}
.everymyxdgnewsimg{ width:245px; height:168px; margin-top:45px; padding-left:28px; padding-right:37px;  float:left;}
.everymyxdgnewsimg img{ width:245px; height:168px;}
.everymyxdgnewsword{ width:969px; height:176px; margin-top:45px; border-right:solid #eaeaea 0px; float:left;}
.everymyxdgnewsword1{ width:969px; padding-top:4px; height:60px; line-height:60px;font-size:19px; color:#2a2835; overflow:hidden; font-size:19px; color:#2a2835; font-weight:bold;}

.everymyxdgnewsword2{ width:926px; height:72px; margin-top:2px; margin-right:43px; line-height:24px; font-size:13px; color:#898886; overflow:hidden;}
.everymyxdgnewsdate{ width:229px; padding-top:69px; float:left;}
.everymyxdgnewsdate1{ width:60px; text-align:center; padding-left:107px; height:32px; line-height:32px; color:#e1e0e0; font-family:"微软雅黑"; font-size:20px;}
.everymyxdgnewsdate2{ width:200px; text-align:center; padding-left:5px; padding-top:50px; height:32px; line-height:32px;color:#e1e0e0; font-family:"微软雅黑"; font-size:28px;}

.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{line-height:38px; text-indent:2em;}
.wenzhangcontent1 img{margin:auto; display:block; max-width:100%; height:auto;}


.xidinggebannerword3{height:91px; background:#f6f6f6;}
.xidinggebannerword3-white{height:91px; background:#fff;}
.xidinggebannerword4{ width:1280px; margin:0 auto;}
.xidinggebannerword5{ width:1280px; height:91px; background:#f6f6f6;}
.xidinggebannerword5-white{ width:1280px; height:91px; background:#fff;}
.xidinggebannerword6{ font-size:27px; font-weight:bold; line-height:91px; padding-left:36px; float:left;}
.xidinggebannerword7{ width:30px; height:91px; float:left; padding-left:16px;}
.xidinggebannerword8{ width:1280px; height:91px;}
.xidinggebannerword9{ padding-left:43px; padding-right:8px; text-align:center; height:91px; line-height:91px; float:left;}
.xidinggebannerword9 a{ font-size:17px; font-weight:bold; color:#333;}
.xidinggebannerword9 a:hover{ color:#f8b62c;}


.xidinggebannerword3pro{height:115px; background:#f6f6f6;}
.xidinggebannerword4pro{ width:1280px; margin:0 auto;}
.xidinggebannerword5pro{ width:1280px; height:115px; background:#f6f6f6;}
.xidinggebannerword6pro{ font-size:27px; font-weight:bold; line-height:115px; padding-left:36px; float:left;}
.xidinggebannerword7pro{ width:30px; height:115px; float:left; padding-left:16px;}
.xidinggebannerword8pro{ width:1280px; height:60px; padding-top:30px; padding-bottom:25px;}
.xidinggebannerword9pro{ padding-left:25px; padding-right:3px; text-align:center; height:30px; line-height:30px; float:left;}
.xidinggebannerword9pro a{ font-size:15px; font-weight:bold; color:#333;}
.xidinggebannerword9pro a:hover{ color:#f8b62c;}



.yangtitlenews{ font-size:29px; height:30px; width:400px; text-align:center; margin:0 auto; padding-top:90px; padding-bottom:28px;}
.yangnewstwo{ width:422px; height:33px; margin:0 auto;}
.yangbuliang {BACKGROUND-IMAGE: url(../img1/yangsecond.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#000000; text-align:center; float:left;}
.yangliang {BACKGROUND-IMAGE: url(../img1/yangfirst.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#FFFFFF; text-align:center; float:left;}
.yangnewszhong{ width:12px; height:33px; float:left;}
 .news1cap{ width:1362px; height:497px; margin: 68px auto 0;}
 #pangnews11{ width:119px; margin:0 auto; height:66px; margin-bottom:38px;} 
 .pangnews11-1{ width:410px; height:403px; float:left; margin-left:22px; margin-right:22px;} 
 .monthday111{ font-size:34px; padding-left:30px; color:#444; float:left; background:url(../img1/yellow1.jpg) left no-repeat;}
 .year111{ font-size:19px; color:#333; float:left; padding-left:12px; padding-top:21px;}
 .pangnewswordtitle111{ margin-top:18px; height:30px; line-height:30px; margin-bottom:1px; overflow:hidden; font-weight:bold;}
 .pangnewswordtitle111 a{ font-size:16px; color:#666;}
 .pangnewswordtitle111 a:hover{color:#FF0000;}
 .pangnewsword111{ margin-top:5px; font-size:14px; line-height:23px; height:69px; font-family:"微软雅黑"; color:#777; margin-bottom:15px; overflow:hidden;}
 .newstitleimg1{ width:410px; height:220px;}
 .more111hui{ width:144px; height:42px; margin:0px auto 52px;}
 .allnet1{ width:1209px; margin:0 auto;  padding-bottom:40px;}
 .allnet1 img{ width:400px; height:267px;}
 
 .ruinewstotal1{ width:1280px; margin:45px auto 70px;}
.ruinewsleft1{ width:801px; height:450px; float:left; background:url(../img1/ruinewsleftbg.jpg) no-repeat center;}
.ruinewsleft1title{ width:630px; height:40px; padding-top:342px; line-height:40px; overflow:hidden;}
.ruinewsleft1title a{ font-size:16px; font-weight:bold; color:#666;}
.ruinewsleft1title a:hover{ padding-left:5px;}
.ruinewsleft1content{ width:630px; height:42px; font-size:14px; line-height:21px; color:#888; overflow:hidden; text-indent:0em;}
.ruinewsright1{width:479px; height:450px; float:left;}
.ruinewsli{ width:479px; height:450px;}
.ruinewsli ul li{ width:479px; height:100px; padding-top:25px; padding-bottom:25px;}
.ruinewslititle{ height:35px; line-height:35px; overflow:hidden;}
.ruinewslititle a{ font-size:16px; font-weight:bold; color:#666;}
.ruinewslititle a:hover{ padding-left:5px;}
.ruinewslicontent{ height:65px;font-size:14px; line-height:21px; color:#888; overflow:hidden;text-indent:0em;}


.yangyangtitlepro0{ height:912px; background:#f5f5f5;}
.yangyangtitlepro{ font-size:29px; height:30px; font-family:"微软雅黑"; 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:1210px; margin:25px auto 25px;}
  .myneiye1pp{ width:1210px; margin:25px auto 25px;}
  
  .myleft1{ width:224px; margin-right:25px; float:left;}
  .myright1{ width:961px; float:left; padding-bottom:45px;}
  .neiyetitle1{line-height:41px; height:41px; background-color:#f4f4f4; width:961px;  margin-bottom:30px;}
  .neiyetitle1bg{line-height:41px; height:41px; background:url(../img1/neiyetitle1.jpg) left no-repeat; font-size:15px; color:#333; padding-left:22px;}
  .mycontent1{ padding-left:27px; padding-right:27px; width:907px; color:#333;}
  
  #prolist1nei-haveleft{ width:957px; text-align:center; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:303px; text-align:center; height:220px; float:left; margin-bottom:23px; }
.pro117-haveleft{ width:253px; height:180px; margin-left:24px; margin-right:24px; border-bottom:1px #CCCCCC solid;border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
.pro117-haveleft img{width:253px; height:180px;}
.pro117title-haveleft{width:253px; 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:70%; font-size:15px; color:#005bac; height:35px; line-height:35px;}


.abc{ width:1200px; height:185px; margin:20px auto 0; text-align:center; line-height:41px;}
.abc1{ padding-left:30px; padding-right:30px; float:left;}
.abc1 a{color:#fa7526; font-size:18px;}
.abc1 a:hover{ color:#000;}

.hismessageaaa{margin:40px auto 10px; text-align:center; width:80%; font-size:20px; color:#ff6600; font-family:'微软雅黑'; height:50px; line-height:50px;}



.productssnei{ width:1280px; margin:0 auto;}
.productssnei ul li{
    float: left;
    width: 31.1428%;
    padding: 40px 0 20px ;
    margin-right: 1.7%;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
	border:solid 1px #ebebeb;
}
.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;}


.xidinggebannerword3w{ padding-top:20px; height:80px; background:#f6f6f6;}
.xidinggebannerword4w{ width:1280px; margin:0 auto;}
.xidinggebannerword5w{ width:1280px; background:#f6f6f6;}
.xidinggebannerword6w{ font-size:27px; font-weight:bold; line-height:56px; padding-left:0px; padding-top:25px; float:left;}
.xidinggebannerword7w{ width:30px;float:left; padding-left:4px; padding-right:4px;}
.xidinggebannerword8w{ width:1280px;}
.xidinggebannerword9w{ padding-left:9px; padding-right:9px; text-align:center; line-height:36px; float:left;}
.xidinggebannerword9w a{ font-size:16px;  color:#000; font-family:"微软雅黑"; font-weight:bold;}
.xidinggebannerword9w a:hover{ color:#f8b62c;}


.xidinggebannerword3prow{height:30px; padding-bottom:25px; background:#f6f6f6;}
.xidinggebannerword4prow{ width:1280px; margin:0 auto;}
.xidinggebannerword5prow{ width:1280px; height:30px; background:#f6f6f6;}
.xidinggebannerword8prow{ height:30px; padding-left:0px;}
.xidinggebannerword9prow{ padding-left:15px; padding-right:15px; text-align:center; line-height:30px; float:left;}
.xidinggebannerword9prow a{ font-size:15px; color:#777; font-family:"微软雅黑";}
.xidinggebannerword9prow a:hover{ color:#f8b62c;}
.xidinggebannerword10prow{ width:1px; padding-top:5px; height:40px; float:left;}
.xidinggebannerword10prowfront{ width:1px; padding-top:5px; padding-left:10px; height:40px; float:left;}

.xidinggebannerword3w-index{ padding-top:0px; height:120px; background:#f6f6f6;}
.xidinggebannerword8w-index{ width:1280px; padding-top:25px;}


.wansalestitle0{ width:1350px; height:91px; margin:46px auto 30px;}
.wansalestitle01{ width:400px; height:91px; text-align:left; float:left;}
.wansalestitle01cn{ width:400px; height:54px; line-height:54px; color:#555; font-size:28px;}
.wansalestitle01en{ width:400px; height:37px; font-size:19px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wansalestitle02{ width:128px; height:43px; float:right; padding-top:24px; padding-bottom:24px;}
.wansalestitle02:hover{ margin-right:3px;}

.wansalescontent0{ width:1384px; margin:0 auto;}
.wansalescontent0 ul li{ width:658px; height:447px; margin-left:17px; margin-right:17px; margin-bottom:55px; float:left; background:#fbfbfb;}
.wansalescontent0 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; }
.wansalescontent0aaa{ width:616px; padding-left:42px; height:49px; background:url(../img1/wansalescontentimg1.jpg) no-repeat center; font-size:15px; color:#2759a0; line-height:49px;}
.wansalescontent0bbb{ width:587px; height:149px; padding-top:29px; padding-bottom:20px; margin:0 auto;}
.wansalescontent0ccc{ width:588px; padding-left:35px; margin-bottom:20px; padding-right:35px; height:180px; overflow:hidden; line-height:30px; font-size:14px; color:#666;}

.wangundong0{ height:540px; padding-top:0px; margin-top:20px; background:#f5f5f5;}
.wangundong1{ width:1464px; height:245px; margin:0 auto;}

.wan8salestitle0{ width:1350px; height:91px; padding-top:70px; margin:0 auto 35px;}
.wan8salestitle01{ width:400px; height:91px; text-align:left; float:left;}
.wan8salestitle01cn{ width:400px; height:54px; color:#555; line-height:54px; font-size:28px;}
.wan8salestitle01en{ width:400px; height:37px; font-size:19px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wan8salestitle02{ width:128px; height:43px; float:right; margin-top:24px; margin-bottom:24px;}
.wan8salestitle02:hover{ margin-right:3px;}

.nuofootbg0{ height:254px; background:#2e2e2e; padding-top:45px; padding-bottom:45px;}
.nuofootbg1{ width:1350px; height:254px; margin:0 auto; position:relative;}
.nuofootcontact1{ width:100px; height:40px; line-height:40px; font-size:17px; color:#ccc; left:594px; top:26px; position:absolute;}
.nuofootcontact2{ width:390px; height:150px; line-height:35px; left:593px; top:81px; position:absolute;}
.nuofootcontact2 a{font-size:15px; color:#ccc; }
.nuofootcontact2 a:hover{color:#f18b0b;}

.nuofootcontact3{ width:182px; height:173px; right:0px; top:40px; position:absolute;}

.nuofoottel1{ width:445px; height:216px; left:0px; top:29px; position:absolute;}
.nuofootline1{ height:1px; background:#5d5f61;}

.nuofootbgfoot{ background:#2e2e2e; height:48px; line-height:48px;}
.nuofootbgfoot111{ width:1350px; height:48px; margin:0 auto; color:#fff;}


.wanlogo0{ width:1458px; margin:0 auto; height:114px;}
.wanlogo1{ width:497px; height:114px; float:left;}
.wanlogo2{height:114px; float:right;}
.wanlogo2aaa{height:44px; text-align:right; float:right; position:relative;}
.wanlogo2aaa1{ width:106px; height:30px; padding-top:14px; padding-right:20px; float:left;}
#chinasdgweixin2wm{ width:110px; height:110px; position:absolute; z-index:9999; top:52px; left:4px;}
.wanlogo2aaa2{ width:106px; height:30px;padding-top:14px; padding-right:20px; float:left;}
.wanlogo2bbb{height:68px; line-height:68px; float:right;}
.wanlogo2bbb1{padding-left:25px; padding-right:25px; height:68px; line-height:68px; float:left;}
.wanlogo2bbb1 a{ height:68px; display:block;}
.wanlogo2bbb1 a:hover{border-bottom:2px #255aa0 solid;}


.baohantitle{margin:35px auto 20px; text-align:center; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}
.baohanshuru1{ width:90%; line-height:40px; margin:40px auto 10px; text-align:center; font-size:15px; color:#666;}
.baohanshuru20{ width:100%; text-align:center; padding-top:20px;}
.baohanshuru2{ width:90%; height:30px; line-height:30px; margin:0 auto; text-align:center; color:#666;}
.wid { width:60%;}
.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;}
.twotwo{ width:100%; margin:0 auto; text-align:center;}


.wanwanbanner1hui{ height:70px; background:#f8f8f8;}
.wanwanbanner1{ width:1200px; height:70px; margin:0 auto; line-height:70px;}

.wandaohang{height:70px; background:#f8f8f8;}
.wandaohang0{ width:1200px; height:70px; margin:0 auto;}
.wandaohang1{ width:50%; float:left; height:70px; line-height:70px; text-align:left;}


.wandaohang12345{ width:25%; color:#3e3e3e; float:right; height:70px; line-height:70px; text-align:right;}
.wandaohang2{ width:25%; float:right; height:70px; text-align:right;}


.wanwanbanner0{ width:1200px; margin:20px auto 40px; height:260px;}
.wanwanbanner2{ width:1200px; height:260px;}
.wanwanbanner2a{ width:800px; height:260px; float:left;}
.wanwanbanner2a111{ width:800px; height:80px; line-height:80px; color:#01589d; font-size:24px;}
.wanwanbanner2a222{ width:800px; height:180px; line-height:30px; text-indent:2em; color:#666; font-size:15px;}
.wanwanbanner2b{ width:400px; height:260px; float:left; text-align:center;}
.wanwanbanner2bimg{ width:380px; margin:10px; height:240px; text-align:center;}

.xidinggebannerword3whong{height:56px; padding-top:15px; background:#f6f6f6;}
.xidinggebannerword4whong{ width:1200px; margin:0 auto;}
.xidinggebannerword5whong{ width:1200px; height:56px; background:#f6f6f6;}
.xidinggebannerword6whong{ font-size:27px; font-weight:bold; line-height:56px; padding-left:0px; float:left;}
.xidinggebannerword7whong{ width:30px; height:56px; float:left; padding-left:8px;}
.xidinggebannerword8whong{ width:1200px; height:56px;}
.xidinggebannerword9whong{ padding-left:20px; padding-right:3px; text-align:center; height:56px; line-height:56px; float:left;}
.xidinggebannerword9whong a{ font-size:17px; font-weight:bold; color:#333; font-family:"微软雅黑";}

.xidinggebannerword3prowhong{height:55px; background:#f6f6f6;}
.xidinggebannerword4prowhong{ width:1200px; margin:0 auto;}
.xidinggebannerword5prowhong{ width:1200px; height:55px; background:#f6f6f6;}
.xidinggebannerword8prowhong{ width:1058px; height:30px; padding-left:142px; padding-bottom:25px;}
.xidinggebannerword9prowhong{ padding-left:25px; padding-right:25px; text-align:center; line-height:30px; float:left;}
.xidinggebannerword9prowhong a{ font-size:15px; color:#333;}
.xidinggebannerword9prowhong a:hover{ color:#01589d;}
.xidinggebannerword10prowhong{ width:1px; padding-top:5px; height:25px; float:left;}

#zoomiocontainer{position: absolute;z-index: 1000;overflow: hidden;background: white;visibility: hidden;}
#zoomiocontainer img{width: auto !important;height: auto !important;position: absolute !important;display: block !important;}
#zoomiocontainer.mobileclass{overflow: scroll;-webkit-overflow-scrolling: touch;}
.pangbig{height: auto;}


.keqiehuan{ width:1200px; margin:0 auto; height:534px;}
.keqiehuan1{ width:585px; height:534px; float:left;}
.keqiehuan1aa{ width:525px; margin-left:30px; margin-right:30px; height:351px; margin-top:10px; margin-bottom:35px; text-align:center;}
.keqiehuan1bb{ width:464px; height:158px; margin:0 auto; text-align:center;}
.keqiehuan1bb1{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb2{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb3{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb4{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan2{ width:15px; height:534px; float:left;}
.keqiehuan3{ width:521px; height:506px; float:left; font-size:16px; line-height:28px; padding-left:79px; padding-top:28px;}


.mykebuliang{background:#f5f5f5; width:300px; text-align:center; height:59px; font-size:15px; color:#666;}
.mykeliang{background:#f5f5f5; border-bottom:#0361c3 1px solid; width:300px; text-align:center; height:58px; font-size:15px; color:#003ebf;}

.ke4{ width:1200px; margin:0 auto;}
.ke4 ul li{ width:300px; height:59px;}

#mykenews1,#mykenews2,#mykenews3,#mykenews4{ line-height:28px;}

.kexiangguan{ width:1200px; margin:35px auto 35px; background:#f5f5f5; height:58px; line-height:58px;}
.kexiangguan1{ width:300px;border-bottom:#0361c3 1px solid; text-align:center; height:58px;font-size:15px; color:#003ebf; float:left;}

.prolist1nei-haveleftmytitle{ line-height:50px; height:50px; color:#666; font-size:17px; padding-left:10px; font-weight:bold;}
#prolist1nei-haveleft{ width:340px; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:160px; height:150px; margin-left:5px; margin-right:5px; margin-bottom:10px; text-align:center; float:left;}
.pro117-haveleft{ border:1px #ccc solid; width:160px; height:120px;}
.pro117title-haveleft{width:98%; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; height:30px; }
.pro117title-haveleft a{ color:#666;}

.wanbuliang{width:220px; height:60px; display:block; background:#e3e3e3; color:#333; font-size:16px;}
.wanliang{width:220px; height:60px; display:block; background:#01589d; color:#fff; font-size:16px;}

.wanservice0{ width:1200px; margin:0 auto;}
.wanservice1{ width:1200px;}
.wanservice1 ul li{ width:220px; height:60px; margin:10px 40px; float:left; line-height:60px; text-align:center;}

#search {width:872px; height:45px; margin:30px auto 40px;}
.waninput_search{ float:left; width:560px; height:45px; margin-right:5px; line-height:45px; border:#ccc solid 1px; text-align:left; font-size:14px; color:#5b5b5b; background:none; border-radius:10px;}
.wanbutton{ float:right; border:0; width:140px; height:45px; cursor:pointer;}
.wanbutton1111{ float:right; border:0; margin-left:20px; width:140px; height:45px; cursor:pointer;}


.huanewslogo1ulliyang{width:1000px; margin:0 auto; line-height:55px; height:55px;}
.huafang1{height:32px; width:8px; padding-left:46px; padding-right:32px; padding-top:23px; float:left;}
.huafang2{ width:654px; height:55px; line-height:55px; float:left; overflow:hidden;}
.huafang3{ width:160px; height:55px; line-height:55px; float:right;}
.huafang3wan{ height:1px; background:#e5e5e5; width:1120px; margin:0 auto;}

.wanmyselect0{margin-top:4px; margin-bottom:15px; text-align:left; margin-left:170px; font-size:15px;}
.wanmyselect1{ height:35px; width:290px; font-size:15px;}
.wanoption1{ color:#000; font-size:15px;}
.wanoption2{ color:#000; font-size:15px;}


.wanwanbanner1hui19a{ height:1px; background:#dedede;}
.kongleft0000{font-weight:bold; font-size:16px; width:152px; height:39px; display:block; color:#fff; background:#01589d; font-family:'微软雅黑';}
.kongleft{ width:152px; border-top:solid 1px #cccccc; text-align:center; position:fixed; left:2px; top:190px; background:#efefef; z-index:99999;}
.kongleft1{ width:150px; height:39px; line-height:39px; border-left:solid 1px #cccccc; border-right:solid 1px #cccccc; border-bottom:solid 1px #cccccc; }
.kongleft1 a{width:150px; height:39px; display:block; font-size:14px; color:#666;}
.kongleft1 a:hover{width:150px; height:39px; display:block; background:#fff;color:#00589e;}
.kongleft2{ width:150px; height:39px; line-height:39px; border-left:solid 1px #cccccc; border-right:solid 1px #cccccc; border-bottom:solid 1px #cccccc;}
.kongleft2 a{width:150px; height:39px; display:block; font-size:14px; color:#666;}
.kongleft2 a:hover{width:150px; height:39px; display:block; background:#fff;color:#00589e;}
.myneiye1{ position:relative;}

.ruixin00000{ z-index:9999; position:fixed; bottom:1px; right:0px;}
.ruixin11{ width:332px; height:41px; background:url(../img1/elctop456.png) no-repeat center; line-height:40px; text-align:center; color:#fff; font-size:16px; font-weight:bold; font-family:'微软雅黑';}
.ruixin22bg{ width:332px; margin:0 auto; text-align:center; padding-top:20px; padding-bottom:13px; background:#eaeaea;}
.ruixin22{ width:274px; margin:0 auto;  line-height:30px; text-align:left; color:#000; font-size:16px;}
.ruixin33{ width:332px; height:68px; margin:0 auto;}



 }




 /*电脑中间的的电脑的中间中间中间中间*/
 @media screen and (min-width: 600px) and (max-width: 1500px)
  {
  
  

.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;}

  
  body,td,th {
	font-family:"微软雅黑"; font-size:15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}
  
  .xidinggeyidong{ display:none;}
  
			
			
				   .rhuizong{font-size:15px; color:#333;font-weight:bold; background-color:#efefef; width:207px; height:54px; line-height:54px; display:block; padding-left:15px; }
			.rhuizong a{font-size:15px; color:#333; font-weight:bold; background-color:#efefef;}

	
			.rhuizi{font-size:14px; color:#333;  width:202px; height:54px; line-height:54px; display:block; padding-left:20px; text-align:left;}
			.rhuizi a{font-size:14px; color:#333;}
			.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:1200px; padding-bottom:45px;}
.myright1aaaaapp{ width:900px; padding-bottom:45px;}


.mycontent1aaaaa{width:1200px; color:#333;}
.mycontent1aaaaapp{width:900px; color:#333;}
.mycontent2{ padding-left:7px; padding-right:7px; width:947px; color:#333;}


#prolist1nei{ width:1200px; margin:0 auto;}
#prolist1nei ul li{ width:300px; text-align:center; height:291px; float:left; margin-bottom:23px; }
.pro117{ width:286px; height:251px; margin-left:6px; margin-right:6px; 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:#e70101; padding-right:2px;}
  .myimg a{ float:right; height:110px; width:59px;}
  
  .kong{ height:21px;}
  .kong240{ height:240px;}
  

#my2pro { width:100%; height:545px; text-align:center; background:url(../img1/2pro.jpg) no-repeat center;}
#my2proyidong{ display:none;}

#mylabel{ width:660px; float:left;}
#mysearch123{ width:200px; padding-left:14px; float:left;}
.input1{ color:#d0d0d0; text-align:center; font-size:14px;}


.myneiye1a{ width:1438px; margin:0 auto; margin-top:45px; margin-bottom:25px;}
  
  #leileftbig{ display:none;}
#leileft{ display:none;}
.huixian1{ height:1px; background:#e1e1e1; width:100%; margin:25px auto 25px;}
.signup{ width:1420px; margin:0 auto; text-align:left; line-height:30px; font-size:16px; color:#767676;}
#pcqiehuan{}
#yidongqiehuan{ display:none;}


.line01{ height:1px; width:100%; background:#e1e1e1; margin-top:30px; margin-bottom:10px;}

#yidongbannerneiye{ display:none;}


  #yidongbannerneiye{ display:none;}
     

.pcimg123{ display:none;}



#logo1{ width:186px; height:126px; float:left;}
#logo2{ width:1024px; height:126px; float:left;}
#logo2-1{ width:1024px; height:60px; text-align:right;}
#logo2-2{ width:1024px; height:66px; text-align:right;}


.img-scroll7 { position:relative; margin:0 auto; width:1200px; 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:93px;}
 .img-scroll7 .prev7 img{ width:30px; height:52px;}
 .img-scroll7 .next7 { right:0px;cursor:pointer; padding-top:93px;}
 .img-scroll7 .next7 img{ width:30px; height:52px;}
 .img-list7 { position:relative; width:1130px; height:280px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7 ul { width:9999px;}
  .img-list7 li { float:left; width:307px; margin-left:3px; margin-right:3px; height:238px; border:1px #999 solid; text-align:center;}
 .img-list7myimg{  width:307px; height:198px;}
 .img-list7myword{ background:#005595; display:block;  width:307px; height:40px; line-height:40px; overflow:hidden;}
  .img-list7myword a{font-size:15px; color:#FFF;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */


 .img-scroll7pan { position:relative; margin:38px auto 50px; width:1200px; text-align:center;}/* 总长度     把左图片与右图片都放进去的11111111111111111111 */
 .img-scroll7pan .prev7pan,.img-scroll7pan .next7pan { position:absolute; display:block;  text-align:center; }
 .img-scroll7pan .prev7pan { left:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .prev7pan img{ width:30px; height:52px;}
 .img-scroll7pan .next7pan { right:0px;cursor:pointer; padding-top:142px;}
 .img-scroll7pan .next7pan img{ width:30px; height:52px;}
 .img-list7pan { position:relative; width:1072px; height:338px; margin:0 auto; overflow:hidden}
/* 是流动的图片的总长度、总高度     222222222222222222 */
 .img-list7pan ul { width:9999px;}
 .img-list7pan li { float:left; width:228px; padding-left:20px; padding-right:20px; height:338px; text-align:center;}
 
 .img-list7panmyimg{  width:228px; height:338px;}
 .img-list7panmyimg img{ width:228px; height:338px;}
/* 单个图片的总宽度（比单个图片大一点）、总高度  33333333333333 */



 #dingwei1{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:174px;}
#dingwei2{
 width:177px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:340px;}
 #dingwei3{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:505px;}
 #dingwei4{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:432px;}
 
  #dingwei5{
 width:131px;
 display:block;
 position:absolute;
 z-index:999;
 margin:0 auto;
 top:60px;
 left:537px;}
 
 #chinasdgweixin2wm1{
 position:absolute; top:0px; left:176px;
 display:block;
 z-index:999;
 }
 
  #chinasdgweixin2wm2{
 position:absolute; top:38px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm3{
 position:absolute; top:77px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm4{
 position:absolute; top:116px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm5{
 position:absolute; top:155px; left:176px;
 display:block;
 z-index:999;
 }
 
   #chinasdgweixin2wm6{
 position:absolute; top:194px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm7{
 position:absolute; top:233px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm8{
 position:absolute; top:272px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm9{
 position:absolute; top:311px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm10{
 position:absolute; top:350px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm11{
 position:absolute; top:389px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm12{
 position:absolute; top:428px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm13{
 position:absolute; top:463px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm14{
 position:absolute; top:506px; left:176px;
 display:block;
 z-index:999;
 }
 
    #chinasdgweixin2wm15{
 position:absolute; top:545px; left:176px;
 display:block;
 z-index:999;
 }
 
 
  .dohui1{ position:absolute; top:0px; left:176px;}
 
 
 
  .myzi3 a{color:#00458b; font-size:14px; font-family:'微软雅黑'; background-color:#cbe4f6; text-align:center; line-height:38px; height:38px; width:177px; display:block;}
  .myzi3 a:hover{ background:#5a9ccc; font-size:15px; color:#ffffff;}
  
   .myzi3aa{background-color:#cbe4f6; text-align:center; line-height:38px; height:38px; width:177px; display:block;}
   .myzi3aa a{color:#00458b; font-size:14px; font-family:'微软雅黑'; height:38px; width:177px; display:block;}

  .myzi3aa a:hover{background:#5a9ccc; color:#fff; }
  
  
  
  .myzi3bb { background:#e5f4ff;  text-align:center; line-height:40px; height:40px;  width:177px; display:block;}
    .myzi3bb a{color:#6a6a6a;  height:40px;  font-size:13px; font-family:'微软雅黑'; 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:1200px; 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:1200px; height:119px; margin:0 auto;}
.mantop2aaa{ width:751px; height:119px; float:left;}
.mantop2bbb{ width:176px; height:119px; float:right;}

.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:2px; 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:1200px; margin:0 auto; text-align:left; height:20px; padding-top:64px; padding-bottom:36px;}
.xwzx1{ width:1200px; height:400px; margin:0 auto;}
.xwzx1 ul li{ width:380px; margin-left:10px; margin-right:10px; 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:380px; float:left; margin-top:20px;}
.xwzx5 img{ width:100%;}

.manfoot0{ height:147px; background:#2a2a2a;}
.manfoot1{ width:1200px; 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:500px; height:147px; float:right; text-align:right;}



.lkgc0{ width:1200px; height:398px; margin:2px auto 2px;}
.lkgc1{ width:400px; height:398px; float:left;}
.lkgctitle{ width:400px; height:20px; text-align:left;}
.lkgc2{ width:400px; margin-top:33px; height:273px; background:url(../img1/lkgc22.jpg) no-repeat center;}
.lkgc2 ul li{ width:340px; padding-left:30px; padding-right:30px; 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:466px; margin-bottom:50px; background:url(../img1/myservicebg.jpg) no-repeat center;}
.dongb100{ width:1200px; height:226px; margin:0 auto;}
.dongb1{ width:190px; height:226px; padding-left:5px; padding-right:5px; float:left;}
.dongb1 img{ width:190px; height:226px;}
.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:1200px; height:257px; margin:0 auto; border-bottom:solid #eaeaea 1px;}
.everymyxdgnewsbg:hover{background:#f6f6f6;}
.everymyxdgnewsbg:hover .everymyxdgnewsword1{color:#f8ae18;}
.everymyxdgnewsbg:hover .everymyxdgnewsdate2{color:#f8ae18;}
.everymyxdgnewsimg{ width:245px; height:168px; margin-top:45px; padding-left:28px; padding-right:37px;  float:left;}
.everymyxdgnewsimg img{ width:245px; height:168px;}
.everymyxdgnewsword{ width:660px; height:176px; margin-top:45px; border-right:solid #eaeaea 1px; float:left;}
.everymyxdgnewsword1{ width:660px; padding-top:4px; height:60px; line-height:60px;font-size:19px; color:#2a2835; overflow:hidden;font-size:19px; color:#2a2835; font-weight:bold;}
.everymyxdgnewsword2{ width:617px; height:72px; margin-top:2px; margin-right:43px; line-height:24px; font-size:13px; color:#898886; overflow:hidden;}
.everymyxdgnewsdate{ width:229px; padding-top:69px; float:left;}
.everymyxdgnewsdate1{ width:60px; text-align:center; padding-left:107px; height:32px; line-height:32px; color:#e1e0e0; font-family:"微软雅黑"; font-size:20px;}
.everymyxdgnewsdate2{ width:200px; text-align:center; padding-left:5px; padding-top:50px; height:32px; line-height:32px;color:#e1e0e0; font-family:"微软雅黑"; font-size:28px;}

.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:1160px; margin:0 auto;}
.runnewsbg0 ul li{width:560px; margin-left:10px; margin-right:10px; height:105px; margin-bottom:37px; background:url(../img1/runnewsbg2.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:1236px; height:290px; margin:0 auto 70px;}
.kangfenlei1 ul li{ width:182px; height:290px; padding-left:11px; padding-right:11px; 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{line-height:38px; text-indent:2em; padding-left:12px; padding-right:12px;}
.wenzhangcontent1 img{margin:auto; display:block; max-width:100%; height:auto;}

.xidinggebannerword3{height:91px; background:#f6f6f6;}
.xidinggebannerword4{ width:1200px; margin:0 auto;}
.xidinggebannerword5{ width:1200px; height:91px; background:#f6f6f6;}
.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:#f8b62c;}


.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:25px; padding-right:3px; text-align:center; height:30px; line-height:30px; float:left;}
.xidinggebannerword9pro a{ font-size:15px; font-weight:bold; color:#333;}
.xidinggebannerword9pro a:hover{ color:#f8b62c;}

.yangtitlenews{ font-size:29px; height:30px; width:400px; text-align:center; margin:0 auto; padding-top:90px; padding-bottom:28px;}
.yangnewstwo{ width:422px; height:33px; margin:0 auto;}
.yangbuliang {BACKGROUND-IMAGE: url(../img1/yangsecond.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#000000; text-align:center; float:left;}
.yangliang {BACKGROUND-IMAGE: url(../img1/yangfirst.jpg); background-repeat:no-repeat; WIDTH: 205px; HEIGHT: 33px; line-height:33px; font-size:14px; color:#FFFFFF; text-align:center; float:left;}
.yangnewszhong{ width:12px; height:33px; float:left;}
 .news1cap{ width:1200px; height:497px; margin: 68px auto 0;}
 #pangnews11{ width:119px; margin:0 auto; height:66px; margin-bottom:38px;} 
 .pangnews11-1{ width:360px; height:403px; float:left; margin-left:20px; margin-right:20px;} 
 .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 img{ width:360px; height:193px;}
 .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 70px;}
.ruinewsleft1{ width:721px; height:450px; float:left; background:url(../img1/ruinewsleftbg2.jpg) no-repeat center;}
.ruinewsleft1title{ width:550px; 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:550px; height:42px; font-size:14px; line-height:21px; color:#888; overflow:hidden; text-indent:0em;}
.ruinewsright1{width:479px; height:450px; float:left;}
.ruinewsli{ width:479px; height:450px;}
.ruinewsli ul li{ width:479px; height:100px; padding-top:25px; padding-bottom:25px;}
.ruinewslititle{ height:35px; line-height:35px; overflow:hidden;}
.ruinewslititle a{ font-size:16px; font-weight:bold; color:#666;}
.ruinewslititle a:hover{ padding-left:5px;}
.ruinewslicontent{ height:65px;font-size:14px; line-height:21px; color:#888; overflow:hidden;text-indent:0em;}


.yangyangtitlepro0{ height:912px; background:#f5f5f5;}
.yangyangtitlepro{ font-size:29px; height:30px; font-family:"微软雅黑"; width:300px; text-align:center; margin:0 auto; padding-top:80px; padding-bottom:28px;}
.yangyangtitlebiao{ width:60px; height:4px; margin:0 auto;}
.yangyangpro111{ width:1200px; margin:0 auto;}
.yangyangpro111 ul li{ width:250px; height:214px; margin-left:24px; margin-right:24px; padding-left:1px; padding-right:1px; padding-top:1px; margin-top:57px; background:url(../img1/yangblackprobg88.jpg) no-repeat center; float:left;}
.yangyangpro111img{ width:250px; height:162px;}
.yangyangpro111img img{ width:250px; height:162px;}
.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/yangredprobg88.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:1210px; margin:15px auto 25px;}
  .myneiye1pp{ width:900px; margin:15px auto 25px;}
  
  .myleft1{ width:224px; margin-right:25px; float:left;}
  .myright1{ width:961px; float:left; padding-bottom:45px;}
  .neiyetitle1{line-height:41px; height:41px; background-color:#f4f4f4; width:961px;  margin-bottom:30px;}
  .neiyetitle1bg{line-height:41px; height:41px; background:url(../img1/neiyetitle1.jpg) left no-repeat; font-size:15px; color:#333; padding-left:22px;}
  .mycontent1{ padding-left:27px; padding-right:27px; width:907px; color:#333;}
  
  #prolist1nei-haveleft{ width:957px; text-align:center; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:303px; text-align:center; height:220px; float:left; margin-bottom:23px; }
.pro117-haveleft{ width:253px; height:180px; margin-left:24px; margin-right:24px; border-bottom:1px #CCCCCC solid;border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-right:1px #CCCCCC solid;}
.pro117-haveleft img{width:253px; height:180px;}
.pro117title-haveleft{width:253px; 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:70%; font-size:15px; color:#005bac; height:35px; line-height:35px;}
.hismessageaaa{margin:40px auto 10px; text-align:center; width:80%; font-size:20px; color:#ff6600; 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:1300px; 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:1200px; 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:350px;}
.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:495px;}
.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:623px;}
.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:320px;}
.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;}


.bestabout0{ width:1200px; margin:55px auto 20px;}
.bestabout1{ width:650px; height:416px; float:left;}
.bestabout1 img{ width:100%;}
.bestabout2{ width:500px; height:480px; float:right;}
.bestabout2aaa{ width:500px; 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:500px; height:150px; padding-top:50px; line-height:30px; overflow:hidden;}
.bestabout2ddd{ width:145px; padding-top:35px;}
.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:1260px; margin:75px auto 30px;}
.bestaboutyuan ul li{ width:216px; padding-left:18px; padding-right:18px; 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:1350px; margin:0 auto;position:relative;}

.bestnewstitle1{ width:138px; height:55px; margin:0 auto; padding-top:80px;}

.bestnewscontent1{ width:1350px; height:526px; margin:0 auto; padding-top:45px; }
.bestnewscontent1 ul li{ width:440px; margin-left:5px; margin-right:5px; 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:1216px; height:760px; margin:0 auto; position:relative;}
.bestprotitle1{ width:140px; height:62px; margin:0 auto; padding-top:60px; padding-bottom:40px;}
.bestprocontent1{ width:1216px; height:324px; margin:0 auto;}
.bestprocontent1 ul li{ width:290px; height:324px; padding-left:7px; padding-right:7px; float:left;}
.bestprocontent1 ul li:hover{ padding-top:5px;}
.bestprocontent1aaa{ width:290px; height:277px;}
.bestprocontent1aaa img{width:290px; height:277px;}
.bestprocontent1bbb{ width:290px; 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;}



.xidinggebannerword3w{ padding-top:20px; height:80px; background:#f6f6f6;}
.xidinggebannerword4w{ width:1200px; margin:0 auto;}
.xidinggebannerword5w{ width:1200px; background:#f6f6f6;}
.xidinggebannerword6w{ font-size:27px; font-weight:bold; line-height:56px; padding-left:0px; padding-top:25px; float:left;}
.xidinggebannerword7w{ width:30px;float:left; padding-left:4px; padding-right:4px;}
.xidinggebannerword8w{ width:1200px;}
.xidinggebannerword9w{ padding-left:3px; padding-right:3px; text-align:center; line-height:36px; float:left;}
.xidinggebannerword9w a{ font-size:16px;  color:#000; font-family:"微软雅黑"; font-weight:bold;}
.xidinggebannerword9w a:hover{ color:#f8b62c;}


.xidinggebannerword3prow{height:30px; padding-bottom:25px; background:#f6f6f6;}
.xidinggebannerword4prow{ width:1200px; margin:0 auto;}
.xidinggebannerword5prow{ width:1200px; height:30px; background:#f6f6f6;}
.xidinggebannerword8prow{ height:30px; padding-left:0px;}
.xidinggebannerword9prow{ padding-left:15px; padding-right:15px; text-align:center; line-height:30px; float:left;}
.xidinggebannerword9prow a{ font-size:15px; color:#777; font-family:"微软雅黑";}
.xidinggebannerword9prow a:hover{ color:#f8b62c;}
.xidinggebannerword10prow{ width:1px; padding-top:5px; height:40px; float:left;}
.xidinggebannerword10prowfront{ width:1px; padding-top:5px; padding-left:3px; height:40px; float:left;}

.xidinggebannerword3w-index{ padding-top:0px; height:120px; background:#f6f6f6;}
.xidinggebannerword8w-index{ width:1200px; padding-top:25px;}


.wansalestitle0{ width:1180px; height:91px; margin:46px auto 30px;}
.wansalestitle01{ width:400px; height:91px; text-align:left; float:left;}
.wansalestitle01cn{ width:400px; height:54px; line-height:54px; color:#555; font-size:25px;}
.wansalestitle01en{ width:400px; height:37px; font-size:16px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wansalestitle02{ width:128px; height:43px; float:right; padding-top:24px; padding-bottom:24px;}
.wansalestitle02 img{ width:94%; margin:0 auto;}
.wansalestitle02:hover{ margin-right:3px;}

.wansalescontent0{ width:1200px; margin:0 auto;}
.wansalescontent0 ul li{ width:580px; height:447px; margin-left:10px; margin-right:10px; margin-bottom:55px; float:left; background:#fbfbfb;}
.wansalescontent0 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; }
.wansalescontent0aaa{ width:550px; padding-left:30px; height:49px; background:url(../img1/wansalescontentimg2.jpg) no-repeat center; font-size:15px; color:#2759a0; line-height:49px;}
.wansalescontent0bbb{ width:525px; padding-top:29px; padding-bottom:20px; margin:0 auto;}
.wansalescontent0bbb img{ width:100%;}
.wansalescontent0ccc{ width:526px; padding-left:27px; margin-bottom:20px; padding-right:27px; height:180px; overflow:hidden; line-height:30px; font-size:14px; color:#666;}

.wangundong0{ height:520px; padding-top:0px; margin-top:0px; background:#f5f5f5;}
.wangundong1{ width:1200px; height:245px; margin:0 auto;}

.wan8salestitle0{ width:1180px; height:91px; padding-top:70px; margin:0 auto 35px;}
.wan8salestitle01{ width:400px; height:91px; text-align:left; float:left;}
.wan8salestitle01cn{ width:400px; height:54px; color:#555; line-height:54px; font-size:25px;}
.wan8salestitle01en{ width:400px; height:37px; font-size:16px; color:#555; font-family:Arial, Helvetica, sans-serif;}
.wan8salestitle02{ width:128px; height:43px; float:right; margin-top:24px; margin-bottom:24px;}
.wan8salestitle02 img{ width:94%; margin:0 auto;}
.wan8salestitle02:hover{ margin-right:3px;}

.nuofootbg0{ height:254px; background:#2e2e2e; padding-top:45px; padding-bottom:45px;}
.nuofootbg1{ width:1200px; height:254px; margin:0 auto; position:relative;}
.nuofootcontact1{ width:100px; height:40px; line-height:40px; font-size:17px; color:#ccc; left:564px; top:26px; position:absolute;}
.nuofootcontact2{ width:390px; height:150px; line-height:35px; left:563px; top:81px; position:absolute;}
.nuofootcontact2 a{font-size:15px; color:#ccc; }
.nuofootcontact2 a:hover{color:#f18b0b;}

.nuofootcontact3{ width:182px; height:173px; right:0px; top:40px; position:absolute;}

.nuofoottel1{ width:445px; height:216px; left:0px; top:29px; position:absolute;}
.nuofootline1{ height:1px; background:#5d5f61;}

.nuofootbgfoot{ background:#2e2e2e; height:48px; line-height:48px;}
.nuofootbgfoot111{ width:1200px; height:48px; margin:0 auto; color:#fff;}


.wanlogo0{ width:1200px; margin:0 auto; height:114px;}
.wanlogo1{ width:497px; height:114px; float:left;}
.wanlogo2{height:114px; float:right;}

.wanlogo2aaa{height:44px; text-align:right; float:right; position:relative;}
.wanlogo2aaa1{ width:106px; height:30px; padding-top:14px; padding-right:20px; float:left;}
#chinasdgweixin2wm{ width:110px; height:110px; position:absolute; z-index:99999; top:52px; left:4px;}
.wanlogo2aaa2{ width:106px; height:30px;padding-top:14px; padding-right:20px; float:left;}


.wanlogo2bbb{height:68px; line-height:68px; float:right;}
.wanlogo2bbb1{padding-left:11px; padding-right:11px; height:68px; line-height:68px; float:left;}
.wanlogo2bbb1 a{ height:68px; display:block;}
.wanlogo2bbb1 a:hover{border-bottom:2px #255aa0 solid;}


.baohantitle{margin:35px auto 20px; text-align:center; width:90%; font-size:15px; color:#005bac; height:35px; line-height:35px;}
.baohanshuru1{ width:90%; line-height:40px; margin:40px auto 10px; text-align:center; font-size:15px; color:#666;}
.baohanshuru20{ width:100%; text-align:center; padding-top:20px;}
.baohanshuru2{ width:90%; height:30px; line-height:30px; margin:0 auto; text-align:center; color:#666;}
.wid { width:60%;}
.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;}
.twotwo{ width:100%; margin:0 auto; text-align:center;}

.wanwanbanner1hui{ height:70px; background:#f8f8f8;}
.wanwanbanner1{ width:900px; height:70px; margin:0 auto; line-height:70px;}

.wandaohang{height:70px; background:#f8f8f8;}
.wandaohang0{ width:1100px; height:70px; margin:0 auto;}
.wandaohang1{ width:50%; float:left; height:70px; line-height:70px; text-align:left;}


.wandaohang12345{ width:20%; color:#3e3e3e; float:right; height:70px; line-height:70px; text-align:right;}
.wandaohang2{ width:30%; float:right; height:70px; text-align:right;}

.wanwanbanner0{ width:1200px; margin:20px auto 0px; height:300px;}
.wanwanbanner2{ width:1200px; height:300px;}
.wanwanbanner2a{ width:800px; height:300px; float:left;}
.wanwanbanner2a111{ width:800px; height:80px; line-height:80px; color:#01589d; font-size:24px;}
.wanwanbanner2a222{ width:800px; height:220px; line-height:30px; text-indent:2em; color:#666; font-size:15px;}
.wanwanbanner2b{ width:400px; height:300px; float:left; text-align:center;}
.wanwanbanner2bimg{ width:360px; margin:20px; height:260px; text-align:center;}

.xidinggebannerword3whong{height:56px; padding-top:15px; background:#f6f6f6;}
.xidinggebannerword4whong{ width:1200px; margin:0 auto;}
.xidinggebannerword5whong{ width:1200px; height:56px; background:#f6f6f6;}
.xidinggebannerword6whong{ font-size:27px; font-weight:bold; line-height:56px; padding-left:0px; float:left;}
.xidinggebannerword7whong{ width:30px; height:56px; float:left; padding-left:8px;}
.xidinggebannerword8whong{ width:1200px; height:56px;}
.xidinggebannerword9whong{ padding-left:20px; padding-right:3px; text-align:center; height:56px; line-height:56px; float:left;}
.xidinggebannerword9whong a{ font-size:17px; font-weight:bold; color:#333; font-family:"微软雅黑";}

.xidinggebannerword3prowhong{height:55px; background:#f6f6f6;}
.xidinggebannerword4prowhong{ width:1200px; margin:0 auto;}
.xidinggebannerword5prowhong{ width:1200px; height:55px; background:#f6f6f6;}
.xidinggebannerword8prowhong{ width:1058px; height:30px; padding-left:142px; padding-bottom:25px;}
.xidinggebannerword9prowhong{ padding-left:25px; padding-right:25px; text-align:center; line-height:30px; float:left;}
.xidinggebannerword9prowhong a{ font-size:15px; color:#333;}
.xidinggebannerword9prowhong a:hover{ color:#01589d;}
.xidinggebannerword10prowhong{ width:1px; padding-top:5px; height:25px; float:left;}

#zoomiocontainer{position: absolute;z-index: 1000;overflow: hidden;background: white;visibility: hidden;}
#zoomiocontainer img{width: auto !important;height: auto !important;position: absolute !important;display: block !important;}
#zoomiocontainer.mobileclass{overflow: scroll;-webkit-overflow-scrolling: touch;}
.pangbig{height: auto;}

.keqiehuan{ width:900px; margin:0 auto; height:534px;}
.keqiehuan1{ width:585px; height:534px; float:left;}
.keqiehuan1aa{ width:525px; margin-left:30px; margin-right:30px; height:351px; margin-top:10px; margin-bottom:35px; text-align:center;}
.keqiehuan1bb{ width:464px; height:158px; margin:0 auto; text-align:center;}
.keqiehuan1bb1{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb2{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb3{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan1bb4{ width:82px; height:64px; margin-left:15px; margin-right:15px; float:left; background:url(../img1/kesmallbg.jpg) no-repeat center; padding:8px 2px 8px 2px;}
.keqiehuan2{ width:15px; height:534px; float:left;}
.keqiehuan3{ width:280px; height:506px; float:left; font-size:16px; line-height:28px; padding-left:20px; padding-top:28px;}


.mykebuliang{background:#f5f5f5; width:225px; text-align:center; height:59px; font-size:15px; color:#666;}
.mykeliang{background:#f5f5f5; border-bottom:#0361c3 1px solid; width:225px; text-align:center; height:58px; font-size:15px; color:#003ebf;}

.ke4{ width:900px; margin:0 auto;}
.ke4 ul li{ width:225px; height:59px;}

#mykenews1,#mykenews2,#mykenews3,#mykenews4{ line-height:28px;}

.kexiangguan{ width:900px; margin:35px auto 35px; background:#f5f5f5; height:58px; line-height:58px;}
.kexiangguan1{ width:225px;border-bottom:#0361c3 1px solid; text-align:center; height:58px;font-size:15px; color:#003ebf; float:left;}

.prolist1nei-haveleftmytitle{ line-height:50px; height:50px; color:#666; font-size:17px; padding-left:10px; font-weight:bold;}
#prolist1nei-haveleft{ width:340px; margin:0 auto;}
#prolist1nei-haveleft ul li{ width:160px; height:150px; margin-left:5px; margin-right:5px; margin-bottom:10px; text-align:center; float:left;}
.pro117-haveleft{ border:1px #ccc solid; width:160px; height:120px;}
.pro117title-haveleft{width:98%; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; height:30px; }
.pro117title-haveleft a{ color:#666;}

.wanbuliang{width:220px; height:60px; display:block; background:#e3e3e3; color:#333; font-size:16px;}
.wanliang{width:220px; height:60px; display:block; background:#01589d; color:#fff; font-size:16px;}

.wanservice0{ width:1200px; margin:0 auto;}
.wanservice1{ width:1200px;}
.wanservice1 ul li{ width:220px; height:60px; margin:10px 40px; float:left; line-height:60px; text-align:center;}



#search {width:872px; height:45px; margin:30px auto 40px;}
.waninput_search{ float:left; width:560px; height:45px; margin-right:5px; line-height:45px; border:#ccc solid 1px; text-align:left; font-size:14px; color:#5b5b5b; background:none; border-radius:10px;}
.wanbutton{ float:right; border:0; width:140px; height:45px; cursor:pointer;}
.wanbutton1111{ float:right; border:0; margin-left:20px; width:140px; height:45px; cursor:pointer;}


.huanewslogo1ulliyang{width:1000px; margin:0 auto; line-height:55px; height:55px;}
.huafang1{height:32px; width:8px; padding-left:46px; padding-right:32px; padding-top:23px; float:left;}
.huafang2{ width:654px; height:55px; line-height:55px; float:left; overflow:hidden;}
.huafang3{ width:160px; height:55px; line-height:55px; float:right;}
.huafang3wan{ height:1px; background:#e5e5e5; width:1120px; margin:0 auto;}

.wanmyselect0{margin-top:4px; margin-bottom:15px; text-align:left; margin-left:170px; font-size:15px;}
.wanmyselect1{ height:35px; width:290px; font-size:15px;}
.wanoption1{ color:#000; font-size:15px;}
.wanoption2{ color:#000; font-size:15px;}


.wanwanbanner1hui19a{ height:1px; background:#dedede;}
.kongleft0000{font-weight:bold; font-size:16px; width:124px; height:34px; display:block; color:#fff; background:#01589d; font-family:'微软雅黑';}
.kongleft{ width:124px; border-top:solid 1px #cccccc; text-align:center; position:fixed; left:2px; top:190px; background:#efefef; z-index:99999;}
.kongleft1{ width:122px; height:34px; line-height:34px; border-left:solid 1px #cccccc; border-right:solid 1px #cccccc; border-bottom:solid 1px #cccccc; }
.kongleft1 a{width:122px; height:34px; display:block; font-size:13px; color:#666;}
.kongleft1 a:hover{width:122px; height:34px; display:block; background:#fff;color:#00589e;}
.kongleft2{ width:122px; height:34px; line-height:34px; border-left:solid 1px #cccccc; border-right:solid 1px #cccccc; border-bottom:solid 1px #cccccc;}
.kongleft2 a{width:122px; height:34px; display:block; font-size:13px; color:#666;}
.kongleft2 a:hover{width:122px; height:34px; display:block; background:#fff;color:#00589e;}
.myneiye1{ position:relative;}

.ruixin00000{ z-index:9999; position:fixed; bottom:1px; right:0px;}
.ruixin11{ width:332px; height:41px; background:url(../img1/elctop456.png) no-repeat center; line-height:40px; text-align:center; color:#fff; font-size:16px; font-weight:bold; font-family:'微软雅黑';}
.ruixin22bg{ width:332px; margin:0 auto; text-align:center; padding-top:20px; padding-bottom:13px; background:#eaeaea;}
.ruixin22{ width:274px; margin:0 auto;  line-height:30px; text-align:left; color:#000; font-size:16px;}
.ruixin33{ width:332px; height:68px; margin:0 auto;}


 } 
 