@charset "gb2312";
/* public CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{ margin:0;padding:0;font-family:arial, "microsoft yahei", "Times New Roman", "微软雅黑", Times}
body{ font-size:12px; font-family:Arial, Helvetica, sans-serif; overflow-x:hidden;}
img{border:none;}
em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}
q:before,q:after{content:'';}
button,input,select,textarea{font-size:100%;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} 
a{color:#666;text-decoration:none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;}
a:hover{color:#303f49;text-decoration:none;}

.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
    line-height: 0;
    width: 0;
    height: 1px;
    clear: both;
    font-size: 0;
    overflow: hidden;
}

/* index header  */
.header{ background:#0C84D6; height:80px; width:100%; top:0; z-index:999;}
.headercon{ width:1200px; margin:0 auto; position:relative;}
.headercon h1{ width:195px; float:left;}
.headercon h1 a{ display:block; background:url(../images/logo.png) no-repeat; position:absolute; left:0; top:20px; width:195px; height:105px; overflow:hidden; line-height:230px; z-index:999;}



.headercon nav.menu{position:absolute;right:0px;line-height:80px;-webkit-transition: all .2s ease-in-out 0s;-moz-transition: all .2s ease-in-out 0s;-ms-transition: all .2s ease-in-out 0s;-o-transition: all .2s ease-in-out 0s;transition: all .2s ease-in-out 0s;}
.headercon nav.menu ul li{ font-size:18px; -webkit-transition: all .2s ease-in-out 0s;  -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s;}
.list-inline>li { display:block; float:left;}

.headercon nav.menu ul li{ position:relative; cursor:pointer;}
.headercon nav.menu ul li a{ border-right:solid 1px #2b3840; color:#fff; display:block; position: relative; width:120px; text-align:center; transition: none ease-out .3s; transition-property: color, background, text-indent, opacity; z-index:1;}
.headercon nav.menu ul li:first-child{ border-left:solid 1px #2b3840;}
.headercon nav.menu ul li a.active, .headercon nav.menu ul li:hover a { color:#fff; }

.headercon nav.menu ul li a::before { position: absolute; content: ""; width: 0%; height: 80px; background-color:#394953; left:0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.headercon nav.menu ul li a.active::before {position: absolute;content: "";height:80px;background-color: #394953;width:0%;left:0;}
.headercon nav.menu ul li a.active::before, .headercon nav.menu ul li:hover a::before { position: absolute; content: ""; height:80px; background-color: #D1000E; width: 100%; left:0; z-index:-1;}







.headercon nav.menu ul li ul.subnav { z-index:999; transition: all 0.3s ease-out 0s; position: absolute; width:140px;  border-top: #e0a240 3px solid; top: 80px; left: -10px; opacity: 0; visibility: hidden; transform: translate3d(0px, 10px, 0px);  -moz-transform: translate3d(0px, 10px, 0px); -webkit-transform: translate3d(0px, 10px, 0px);}
.headercon nav.menu ul li ul.subnav:before{ content: "";width:0;  height:0;  border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #fff; position:absolute; left:50%; margin-left:-2px; z-index:999; top:-4px;}
.headercon nav.menu ul li ul.subnav li a { background: #fff; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1); -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    font-size:15px; border-right:0; border-bottom:solid 1px #ddd; color:#465563; width:140px;}
.headercon nav.menu ul li ul.subnav li:first-child{ border-left:0;}
.headercon nav.menu ul li ul.subnav { border-top: 0;}
.headercon nav.menu ul li ul.subnav  li { border-bottom: #f6f6f6 1px solid; height:40px; line-height:40px;}
.headercon nav.menu ul li ul.subnav  li a:hover { background: rgb(245, 245, 245);color: #D1000E;}
.headercon nav.menu ul li ul.subnav li a::before { position: absolute; content: ""; width: 0%; height: 0px; }
.headercon nav.menu ul li ul.subnav li a.active::before { content:""; width:0; height:0;}

.headercon nav.menu ul li:hover ul.subnav { opacity: 1; visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);}

.headercon nav.menu ul li:hover ul.subnav{ display:block; top:80px;}
.headercon nav.menu ul li:hover ul.subnav li a i{ opacity:0;}
.headercon nav.menu ul li:hover ul.subnav li a{ color:#435662;}
.headercon nav.menu ul li:hover ul.subnav li a:hover{ color:#D1000E;text-indent: 10px;}
.headercon nav.menu ul li:hover ul.subnav li a:hover i{ opacity:1;}



/* 焦点图 */
.slider {position: relative;width: 100%;height:500px;overflow: hidden; margin-top:1px;}
.slides { height: 100%; overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
 -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);  -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);}
.slide { height: 100%; float: left; clear: none; }
.slider-arrow {position: absolute;}
.slider-arrow-right { bottom: 50%; right:30px; background:url(../images/jt.png) no-repeat -29px 0; width:29px; height:46px; opacity:0.5;}
.slider-arrow-left { bottom: 50%; left:30px; background:url(../images/jt.png) no-repeat 0 0; width:29px; height:46px; opacity:0.5;}
.slider-arrow-left:hover,.slider-arrow-right:hover{ opacity:1;}
.slider-nav {position: absolute;bottom: 30px; background-color:rgba(0,0,0,.5); padding:10px 20px; border-radius:20px;}
.slider-nav_item {	width: 12px;height:12px;float:left;clear: none;display: block;margin: 0 5px;background: #fff; border-radius:50%;}
.slider-nav_item:hover { background: #D1000E; }
.slider-nav_item--current { background: #D1000E; }



/* con2 */
.con2{ padding:70px 0 0 0;}
.con2con{ width:1200px; margin:0 auto;}
.con2con h2,.con3 h2,.Group_profilecon h2{ text-align:center; font-size:30px; color:#666; }
.con2con .smalltitile,.con3 .smalltitile,.Group_profilecon .smalltitile{ text-align:center; font-size:15px; color:#ddd;}
.con2con .jswz{ width:760px; text-align:center; margin:30px auto 0 auto; font-size:14px; color:#666; line-height:28px;}
.con2contianer{ background:#303f49; width:100%; height:400px; position:relative;}

.more_button{ width:200px; height:50px; text-align:center; line-height:50px; margin:50px auto 150px auto;}
.more_button a{ display:block; transition: all .3s ease-in-out; border:solid 1px #ddd; position:relative; font-size:14px;}
.more_button a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width:0;
  height: 100%;
  content: '';
  transition: all .3s ease-in-out;
  background: #D7000F;
}
.more_button a:hover:after{ width:100%;}
.more_button a:hover{ color:#FFF;}

.con2contianer_con{ width:1200px; margin:0 auto; position:relative;}

.abimg img{ position:absolute; border:solid 5px #fff; top:-100px;}


#wrap1{ padding-top:250px;}
#wrap1 .sect1{ width:300px; text-align:center; float:left; color:#fff; background:url(../images/homeline.jpg) no-repeat right center;}
#wrap1 .sect1 .jumbo{ font-size:60px;}
#wrap1 .sect1:last-child{ background:none;}
#wrap1 .sect1 p{ font-size:12pt;}


/* 资讯 */
.con3{ width:1200px; margin:70px auto;}
.con3list{ margin-top:20px;}
.con3list li{ width:330px; height:425px; background:#fff;
    -webkit-box-shadow: #ddd 0px 0px 10px; float:left; margin:0 70px 35px 0;
    -moz-box-shadow: #ddd 0px 0px 10px;
    box-shadow: #ddd 0px 0px 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')"; padding:10px; -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;}
.con3list li:nth-child(3n){ margin:0;}
.con3list li img{ width:330px; height:330px;}
.con3list li h2{ font-size:18px; text-align:center; padding:10px 0; width:330px; overflow:hidden;text-overflow: ellipsis; white-space: nowrap; color:#000;}
.con3list li p{ font-size:14px; color:#666; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height:24px; text-align:justify;}

.con3list li:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.2); -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}

.con3list li a:hover h2{ color:#465563;}
.con3list li a:hover img{ opacity:.8;}


.con4{ width:1200px; margin:0 auto 50px auto;}
#myscroll {
	display: block;
	width: 1100px;
	margin:0 auto;
	position: relative;
	height:80px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:225px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 200px;
	padding: 0;
	position: relative;
	height: 80px;
	color: #333;
}
#mybtns {
	margin: 10px 0;
	width: 1200px;
	display: block;
	height: 42px;
	position:relative;
}
#mybtns a {
	width: 12px;
	height: 17px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/leftbtn.jpg); position:absolute; left:0; top:80px;
}
#mybtns #right {
	background-image: url(../images/rightbtn.jpg); position:absolute; right:0; top:80px;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.more_button2{ margin:50px auto;}




/* foot */
.foot{ background:#252525; padding:50px 0 0 0;}
.footcon{ width:1200px; margin:0 auto;}
.fose1{ width:170px; float:left; display:block; background:url(../images/fotline.jpg) no-repeat right center; min-height:144px; color:#fff;}
.fose1 h2,.fose2 h2{ font-size:24px;}
.fose1 em,.fose2 em{ color:#fff; display:block; font-size:14px;}
.fose2{ width:320px; float:left; display:block; background:url(../images/fotline.jpg) no-repeat right center; min-height:144px; color:#fff; padding-left:50px;}
.fose2 ul li{ float:left; width:40px; height:40px;  line-height:100px; margin:20px 10px 0 0;}
.fose2 ul li.foglb a{ background:url(../images/fop.png) no-repeat #435662; width:40px; height:40px; display:block; border-radius:50%; line-height:120px; overflow:hidden;}
.fose2 ul li.foglb1 a{ background-position:0 0;}
.fose2 ul li.foglb2 a{ background-position:-40px 0;position: relative;}
.fose2 ul li.foglb3 a{ background-position:-80px 0;}
.fose3{ width:650px; float:left; display:block;}
.fose3 h2{ padding-left:50px; font-size:24px; color:#fff; padding-bottom:30px;}
.fose3 span{ padding:0 0 10px 50px; display:inline-block; float:left; width:240px; color:#fff;}

.fotcon2{ background:#fff; height:50px; line-height:50px; margin-top:30px; text-align:center; color:#666;}

.scroll{
		width:60px;
		height:60px;
		border-radius:5px;
		background: url(../images/icon_top.png) center center no-repeat;
		background-color: rgba(144,144,144,.7);
		color:#fff;
		line-height:80px;
		text-align:center;
		position:fixed;
		right:10px;
		bottom:50px;
		cursor:pointer;
		font-size:14px;
	}
.bm{
	width:100%;
	background:#FFF;
	text-align:center;
	padding:15px 0px;}

/* index css end */


.gy_jdt1{  width:100%; height:320px; margin-top:1px;}
.gy_jdt1 div{ height:320px; background:no-repeat; background-position:center; width:100%;background-size: cover;}

.Group_profile{ background:#f5f5f5;}
.Group_profilecon{ width:1200px; margin:0 auto; padding:0px; padding-top:0px;}

.Group_profilecon .slideTxtBox{ padding:50px 0;}
.Group_profilecon .slideTxtBox .hd{ width:340px; float:left;-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);}
.Group_profilecon .slideTxtBox .hd ul li{ height:56px; line-height:56px; text-align:center; background:#fff; color:#666; font-size:20px; margin-bottom:3px; cursor:pointer;}
.Group_profilecon .slideTxtBox .hd ul li.on{ background:#252525; color:#fff;}
.Group_profilecon .slideTxtBox .hd ul li.on a{ color:#fff;}
.Group_profilecon .slideTxtBox .hd ul li a{ color:#666;}
.Group_profilecon .slideTxtBox .hd ul li.on:after{ border-left-color:#D7000F;}

.Group_profilecon .slideTxtBox .hd ul li a{ display:block; transition: all .3s ease-in-out; position:relative; z-index:1;}
.Group_profilecon .slideTxtBox .hd ul li a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width:0;
  height: 100%;
  content: '';
  transition: all .3s ease-in-out;
  background: #252525; color:#fff; border-left:solid 5px #ddd;
}

.Group_profilecon .slideTxtBox .hd ul li a:hover:after{ width:335px; border-left-color:#D7000F; }
.Group_profilecon .slideTxtBox .hd ul li a:hover{ color:#fff;}



.Group_profilecon .slideTxtBox .bd{ width:858px; float:left; position:relative;}
.bdcon1{ background:#fff; border:solid 1px #ddd; float:left; min-height:500px; width:858px;-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);}
.jswzcon,.bdcon1 .main,.bdcon1 .shzrlist,.bdcon1 .zzrslist,.bdcon1 .qysplist,.bdcon1 .contactscon{ padding:55px;}
.jswzcon{line-height:24px; font-size:16px; color:#666; text-align:justify;}
.jswzcon p{ line-height:24px; font-size:16px; color:#666; text-align:justify; padding-bottom:20px;}

.about_tltle{ position: absolute; top: -90px; left: 50%; margin-left: -240px;}
.about_tltle .smalltitile{ text-align:center!important; color:#ddd!important;}
.lclist li{ line-height:24px; padding:15px 0; border-bottom:dashed 1px #ddd; font-size:14px; color:#666;}
.lclist li:last-child{ border:0;}
.lclist li em{ display:block; float:left; width:8px; height:8px; border:solid 2px #ddd; border-radius:50%; background:#fff; margin:5px 10px 0 0;}
.lclist li p{ display:block; float:left; width:780px;}
.lclist li:hover em{ border-color:#000;}
.Group_profilecon .slideTxtBox .bd .bdcon1 .lclist li:hover p{ color:#000;}

.zzjgcon h2{ width:198px; height:65px; line-height:65px; text-align:center; background:#303f49; color:#fff; font-size:24px; margin:30px auto;}
.zzjgcon .zzjglist li{ width:236px; float:left;  height:65px; background:#f5f5f5; line-height:65px; text-align:center; font-size:16px; color:#666; margin:0 0px 25px 25px;}
.zzjgcon .zzjglist li:hover{ color:#fff; background:#303f49;}



.topconl{ width:100%; /*margin:20px 40px 0 20px;*/ float:left; padding:55px;}
.topconl dl{ height:40px; line-height:40px; margin-bottom:20px;}
.topconl dl dt{ font-size:20px; color:#516978; float:left; font-weight:bold; margin-right:20px; background:#516978; color:#fff; padding:0 20px;}
.topconl dl dd{ font-size:14px; color:#333;}


.topconr{ width:300px; float:left; position:relative; margin-top:40px;}
#vertical-ticker{
	width: 300px;
	height:400px;
	overflow:hidden;
	margin:0 auto; padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	box-shadow:0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

#vertical-ticker li{
		padding:20px 0px;
		display:block;
		background:#f5f5f5;
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:center;
		font-size:25px;
		font-weight:bold;
		font-family: Helvetica Neue, times, serif;
	}

#vertical-ticker li p{ text-align:center; margin:0; padding:0;}
#ticker-previous{ position:absolute; top:-30px; left:50%; margin-left:-12px;}
#ticker-next{ position:absolute; bottom:-30px; left:50%; margin-left:-12px;}


.lshb{ border-top:solid 1px #ddd; padding:55px; position:relative;}
.lshb h3,.hbnrcon h3{ font-size:20px; color:#516978; padding-bottom:15px;}
.lshb .hbxbt{ font-size:14px; padding:5px 0;}


.shzrlist li{ margin-bottom:20px; border-bottom: dashed 1px #ddd; font-size:14px; color:#666; display:block;}
.shzrlist li span{ float:right; color:#999;}
.shzrlist li em{ display:block; float:left; margin:22px 20px 0 0; width:6px; height:6px; border:solid 2px #ddd; border-radius:50%;}
.shzrlist li:hover,.shzrlist li:hover span{ color:#000;}
.shzrlist li:hover em{ border-color:#516978;}


.zzrslist li{ float:left; width:172px; margin:0 20px 20px 0;}
.zzrslist li:nth-child(4n+0){ margin-right:0;}
.thumbImage{ width:170px; height:170px; border:solid 1px #ddd; text-align:center; vertical-align:middle; margin:auto; display:flex; position:relative;}
.zzrslist li:hover .thumbImage{ border-color:#435662;transition: all 0.3s ease-out 0s;}
.thumbImage .mpimg{ width:auto; vertical-align: middle; margin:auto; height:auto; max-width:100%; max-height:100%;}
.zzrslist li h3{ padding-top:10px; text-align:center; width:180px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#666; font-weight:normal;}


.qysplist h3{ text-align:center; font-size:24px; color:#000; padding:20px 0;}
.qysplist video{ width:700px; height:500px;}
.qysplist .video{ width:700px; height:500px; margin:0 auto;}

.videolist{ border:solid 1px #ddd; padding:20px; width:658px; margin:20px auto 0 auto;}
.videolist li{ line-height:40px; border-bottom:dashed 1px #eee;}
.videolist li a{ display:block; background:url(../images/spimg1.jpg) no-repeat left center; padding-left:30px; font-size:14px;}
.videolist li a span{ float:right;}
.videolist li a:hover{ display:block;background:url(../images/spimg2.jpg) no-repeat left center; color:#516978;}

.china_add{ padding:30px 0 0 0; margin-bottom:20px;}
.china_add p,.mg_add p{ line-height:24px; font-size:16px!important; padding-bottom:0px;}

.mg_add{ padding:30px 0 20px 0px; border-top:solid 1px #ddd;}
.mg_add dl{ margin-bottom:20px;}
.mg_add dl dt{ font-size:24px; color:#516978; padding-bottom:15px; width:400px; float:right;}
.mg_add dl dd{ font-size:16px; color:#666; line-height:24px; width:298px; float:left;}
.mg_add dl dd h3{ font-size:16px; padding-top:15px; font-weight:normal;}
.mg_add dl dt small{ font-size:16px;}

/* prolist */
.pro_sub_nav{  padding:40px 0;}

.pro_sub_nav a {
    line-height: 16px;
    height: 16px;
    color: #616161;
    border: none;
    font-size: 15px;
    padding: 8px 18px;
    margin-right: 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
	text-align:center
}

.pro_sub_nav a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left: 20px;
    margin-top: 2px;
    background: rgba(0, 0, 0, .2);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_sub_nav a:last-child::after{ width:0;}
.pro_sub_nav a.active, .pro_sub_nav a:hover { background: #D7000F; color: #fff; border-color: #D7000F; }
.pro_sub_nav a.cture{background: #D7000F; color: #fff; border-color: #D7000F; }


.pro_img_list li{ 
	width:360px; 
	height:450px; 
	padding:10px;
	float:left;
	margin:0 30px 30px 0;
	display: inline;
	
}
.pro_img_list li:hover{
	background:#fff;
	-webkit-box-shadow: #ddd 0px 0px 10px; 
    -moz-box-shadow: #ddd 0px 0px 10px;
    box-shadow: #ddd 0px 0px 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')"; 
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
	}
.pro_img_list li:nth-child(3n){ margin-right:0;}
.pro_img_list li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.pro_img_list li .thumbImage2{ width:360px; height:360px;text-align: center; vertical-align: middle; margin: auto; display: flex; position: relative; overflow:hidden;}
.pro_img_list li .thumbImage2 img{ width: auto; vertical-align: middle;  margin: auto;  height: auto;  max-width: 100%;  max-height: 100%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.pro_img_list li .thumbImage2:hover img{transform: scale(1.2, 1.2)}

.pro_img_list li h3{ font-size:20px; color:#303f49; width:340px; overflow:hidden;text-overflow: ellipsis; white-space: nowrap; padding-top:10px; transition: all 0.6s ease 0s;}
.pro_img_list li p{ font-size:14px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height:24px; text-align:justify; transition: all 0.6s ease 0s;}
.pro_img_list li:hover h3{ color:#D7000F; margin-left:10px;}
.pro_img_list li:hover p{ margin-left:10px;}


.pro_img_list li .thumbImage2::before{content:"";height: 0;transition: all 0.2s linear;opacity:0;position: absolute;width: 100%;background-color: rgba(48, 63, 73, 0.4); z-index:88;}
.pro_img_list li:hover .thumbImage2::before{ opacity:1; height:100%;} 
.pro_img_list li .thumbImage2::after{
	content: '';
    width: 46px;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/hg.png);
    margin-left: -23px;
    margin-top: -20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; z-index:99;
    opacity: 0;
}
.pro_img_list li:hover .thumbImage2::after { top: 50%; opacity: 1; }





.fy{ text-align:center; margin-top:0px; border:solid 1px #ddd; padding:20px 0; font-size:18px; background:#fff;
margin-bottom:30px; clear:both}
.fy a{ padding:20px;}
.fy a:hover{ background:#D1000E; color:#fff;}
.fy span{ padding:20px; background:#D1000E; color:#fff!important;}




.cases2_title{ padding:30px 0 40px 20px;}
.cases2_title span{
    display: block;
    float: left;
    color: #000;
    font-size: 20px;
}
.cases2_title ul li{
    float: left;
    margin-left:60px;
}
.cases2_title ul li a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom:5px;
}
.cases2_title ul li a:hover{
    color:#89c107;
	border-bottom: 4px solid #89c107;
}
.cases2_title ul li a.case_on{
    border-bottom: 4px solid #89c107;
	color:#89c107;
}




.cases_box2 .cases2_content>ul>li{
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    cursor: pointer;
	padding:10px;
	border:solid 1px #ddd;
	
}
.cases_box2 .cases2_content>ul>li:hover{
	border-color:#29ad61;
}
.cases_box2 .cases2_content ul li .left{
    float: left;
}
.cases_box2 .cases2_content ul li .left img{
    width: 368px;
    height: 246px;
}
.cases_box2 .cases2_content ul li .right{
    width: 750px;
    float: right;
}
.cases_box2 .right h1{
    color: #000;
    line-height: 26px;
    margin-top:10px;
    font-size: 16px;
    margin-bottom: 5px;
}
.cases_box2 .right h1:hover{
    color:#89c107;
}
.cases_box2 .cases2_content>ul>li:hover .right h1{color:#89c107;}
.cases_box2 .right h2{
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
    height: 26px;
    overflow: hidden; font-weight:normal;
}
.cases_box2 .right h3{
    font-size: 12px;
    color: #b0b0b0;
    margin-bottom: 16px; font-weight:normal; color:#999;
}
.cases_box2 .right ul{
    overflow: hidden;
}
.cases_box2 .right ul li{
    float: left;
    margin-right: 20px;
}
.cases_box2 .right ul li.last{
    margin-right:0;
}
.cases_box2 .right ul li img{
    width: 160px;
    height: 120px;
}
.cases_box2 .button{
    border:none;
}




/*案例实景3*/
.case_slide{
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}
.case_slide .pic_big{
    width:500px;
    height:500px;
    overflow: hidden;
    border:6px solid #e2e2e2; position:relative;
}
.fdjimg{ background:url(../images/magnifier.html) no-repeat; width:15px; height:15px; position:absolute; z-index:999; right:20px; bottom:20px;}
.pic_big ul{
    position: relative;
    left: 0;
    top: 0;
}
.pic_big li{
    float: left;
}
.pic_big img{
    width:500px;
    height:500px;
}
.news_num{
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.pic_small{
    position: relative;
    height: 70px;
    overflow: hidden;
    padding:18px 0;
    width: 510px;
    margin:0 auto;
    margin-top: 18px;
}
.pic_small li{
    float: left;
    margin-right: 20px;
    overflow: hidden;
    cursor: pointer;
}
.pic_small li.small_on img{
    border:2px solid #e4393c;
}
.pic_small li img{
    height: 80px;
    width: 80px;
	border:solid 2px #fff;
}
.case_btn{
    position: absolute;
    top:640px;
    width: 32px;
    height: 70px;
    z-index: 88;
    cursor: pointer;
    opacity: 0.6;
}
.case_btn:hover{
    opacity: 1;
}
.case_slide .up{
    left: 0px;
    background: url(../images/up.jpg) no-repeat center center;
}
.case_slide .down{
    right: 0px;
    background: url(../images/down.jpg) no-repeat center center;
}
.case_text3{
    width:600px;
    float: right;
    margin:0px 0 20px 0; padding:30px; background-color:rgba(241,241,241,0.4); border: solid 1px; border-color:rgba(198,198,198,0.4);
	height:450px;
}
.case_text3 h1{
    font-size: 28px; font-weight:normal; color:#21242a; padding-bottom:10px; border-bottom:solid 1px #ddd; margin-bottom:10px;
}
.case_text3 h1 em{ font-size:38px; }
.case_text3_nr{ padding:20px 0;}
.case_text3_nr p{ font-size:16px; color:#21242a; line-height:24px;}

.case_text3 .back{
    margin:20px 0 30px 0;
}

/*.case_text3 .back a:hover{
	background: rgba(233,48,51,0.8);
}*/


.case_text3 .back a.back3{
   background:#435662;
}



.case_text3 .back a.back3:hover{
    background:#567386;
}
.case_text3 .about{
    overflow: hidden;
}
.case_text3 .about span{
    display: block;
    float: left;
    width: 70px;
}
.case_text3 .about p{
    float: right;
    width: 514px;
}
.case_about{
    float: left;
    width: 210px;
    border: 1px solid #e2e2e2; background:#fff;

}
.case_about>h1{
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
}
.case_about ul li{
    text-align: center;
    padding:15px 0; 
}
.case_about ul li:hover{
    background: #eaeaea;
}
.case_about ul li img{
    width: 190px;
    height: 190px;
}
.case_about ul li p{
    margin-top: 10px;
    font-size: 14px;
    height: 17px;
    overflow: hidden;
	text-align:center; text-overflow: ellipsis; white-space: nowrap; padding:0 10px;
}
.cases_box3{
    width:1200px; margin:0 auto; padding:20px 0 100px 0;
}
.case_detail3{
    float: right;
    width: 940px; border:solid 1px #ddd; background:#fff;
}
.detail_title3{
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 3px solid #89c107;
}
.detail_title3 ul li{
    float: left;
}
.detail_title3 ul li a{
    display: block;
    width: 106px;
    height:50px;
    text-align: center;
    line-height:50px;
    text-align: center;
	font-size:16px;
}
.detail_title3 ul li a.title3_on{
    color: #fff;
    background:#89c107;
}
.case_content3{
    padding-top: 20px;
}
.case_content3 img{
    display: block;
    margin:0 auto;
	width:100%;
}
.team_detail ul li{
    float: left;
    margin-left: 20px;
}
.team_detail ul{
    margin-top: 15px;
}
.team_detail ul li p{
    text-align: center;
    text-indent: 0;
    margin-top: 5px;
}
.team_detail ul li img{
    width: 350px;
    height: 240px;
}

.news_buttons{
    text-align: center;
}

.case_text3 .message{
    overflow: hidden;
    padding:30px 0;
    border-top: 1px solid #ddd;
}

.new_fx{ float:left;}
.new_fx_icon{ position:relative;}
.new_fx_icon .nicon{ width:35px; height:35px; margin:25px 0 0 15px;}
.new_fx_nr{ width:300px; height:137px; background:#fff; border:solid 1px #e5e5e5; position:absolute; left:100px; top:-60px;}
.new_fx_nr h2{ height:34px; line-height:34px; background:#f7f7f7; border-bottom:solid 1px #ebebeb; padding:0 10px; font-weight:normal;}
.new_fx_nr h2 span{ float:right;}
.new_fx_nr h2 span img{ width:10px; height:10px; margin-top:10px}
.new_fx_nr h2 span a:hover{ background:none;}
.new_fx_nr ul li{ width:49.555555%; float:left; height:50px; line-height:50px; text-align:center; border:solid 1px #ddd; border-top:0; border-right:0; position: relative;}
.new_fx_nr ul li a{ display:block; color:#000; height:50px;}
.new_fx_nr ul li:nth-child(odd){ border-left:0;}
.new_fx_nr ul li .fxli{ display:inline-block; background:url(../images/fxicon.png) no-repeat;}
.new_fx_nr ul li .fxli1{ background-position:0 0; width:30px; height:30px; position:absolute; top:8px; left:15px;webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.new_fx_nr ul li .fxli2{ background-position:-30px 0; width:30px; height:30px; position:absolute; top:8px; left:15px;webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.new_fx_nr ul li .fxli3{ background-position:-60px 0; width:30px; height:30px; position:absolute; top:8px; left:15px;webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.new_fx_nr ul li .fxli4{ background-position:-90px 0; width:30px; height:30px; position:absolute; top:8px; left:15px;webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.new_fx_nr ul li a:hover .fxli1{ background-position:0 -30px;}
.new_fx_nr ul li a:hover .fxli2{ background-position:-30px -30px;}
.new_fx_nr ul li a:hover .fxli3{ background-position:-60px -30px;}
.new_fx_nr ul li a:hover .fxli4{ background-position:-90px -30px;}
.new_fx_nr ul li a:hover{ color:#89c107;}
.new_fx_nr:after{ content: ''; background:url(../images/sjtx.jpg) no-repeat; width:12px; height:20px; position:absolute; display:block; bottom:40px; left:-12px;}

.case_text3 .message .mes_sp1{
    display: block;
    float: left;
    width: 100px;
	font-size:18px; color:#21242a;
}
.case_text3 .message .mes_sp2{ display:block; float:left; width:320px;}
.case_text3 .message .mes_sp2 p{
    float:left;
    width:380px;
    height:24px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px; color:#21242a;
}


.bread { font-size:14px; background:url(../images/mbxbg.jpg); width:100%; height:50px; line-height:50px; color:#fff;}
.breadcon{ width:1200px; margin:0 auto; position:relative;}


.breadcon ul { position:absolute; right:0;}
.breadcon ul span{ float:left;}
.breadcon ul li { float: left; color:#fff;}
.breadcon ul li a {
    display: inline-block;
    float: left;
    color: #fff;
}
.breadcon ul li span {
    margin: 0 5px;
    font-size: 14px;
    float: left;
    color: #fff;
}
.info_bg{ background:url(../images/infobg.jpg) no-repeat; width:100%; height:570px; padding-top:20px;}
.case_text3 .fx{ padding:30px 0;}
.case_text3 .fx .fxsp1{ display:block; float:left; width:70px; line-height:20px; font-size:14px;}


.case_content3{ padding:20px;}
.ggcscon table tr{ height:50px; line-height:50px;}
.ggcscon table tr td{ border:solid 1px #ddd; padding-left:20px; font-size:16px; width:20%; color:#666;}
.ggcscon table tr th{ background:#f5f5f5; color:#465563; font-size:16px; border:solid 1px #ddd; text-align:left; padding-left:20px; width:10%;}


.picture_img h3{background: #f5f5f5; height: 50px; line-height: 50px; margin: 20px 0; padding-left: 20px; border-bottom: solid 3px #89c107; font-size: 18px;}
.cpydlist{ padding:20px;}
.cpydlist li{ font-size:16px; min-height:40px; line-height:24px; color:#666; position:relative; text-indent:1.5em;}
.cpydlist li:after{ content: ''; width:5px; height:5px; border-radius:50%; background:#ddd; position:absolute; top:8px; display:block;}




/* 学院 */
.jswzcon{ font-size:16px;}
.jswzcon h3{ font-size:24px; color:#465563; padding-bottom:10px;}
.jswzcon p img{ width:100%;}


.fwzc_con1 .zclist1{ margin:50px 0 30px 0;}
.fwzc_con1 .zclist1 li{ float:left; width:330px; height:190px; background:#fff; margin-right:74px; padding-right:20px;}
.fwzc_con1 .zclist1 li:last-child{ margin-right:0;}
.fwzc_con1 .zclist1 li .addicon{ display:block; float:left; width:80px; height:80px; background:url(../images/fwzc.png) no-repeat; margin:55px 10px 0 10px;}
.fwzc_con1 .zclist1 li .addicon1{ background-position:0 0;}
.fwzc_con1 .zclist1 li .addicon2{ background-position:-80px 0;}
.fwzc_con1 .zclist1 li .addicon3{ background-position:-160px 0;}
.fwzc_con1 .zclist1 li p{ font-size:16px;}
.addys1{ padding-top:70px;}
.addys2{ padding-top:50px; display:block;}
.addys2 p{ padding-bottom:10px;}
.addys3{ line-height:190px;}


.lybglist{ background:#fff; padding:30px;}
.lybglist ul li{ margin-bottom:20px; font-size:16px;}
.lybglist ul li .lsspan1{ width:100px; text-align:right; margin-right:10px; display:block; float:left; line-height:40px;}
.lybglist ul li .lsspan1 em{ color:#F00;}
.lybglist ul li .lsspan2{ width:320px; display:block; float:left; line-height:50px;}
.lybglist ul li .lsspan2 input{ width:310px; height:50px; line-height:50px; padding-left:10px; border:solid 1px #ddd;}
.lybglist ul li .lsspan3{ display:block; float:left; margin-left:10px; line-height:50px; color:#999; font-size:13px;}
.lybtn{ margin-left:110px;}
.lybtn input{ width:200px; height:59px; border:solid 1px #9aa517; text-align:center; line-height:59px; border-radius:5px; background:url(../images/btnbg.jpg) repeat-x; font-size:24px; color:#fff; cursor:pointer;}

.lybglist ul li .lsspan4{ display:block; float:left; width:320px;}
.lybglist ul li .lsspan4 input{ width:140px; height:50px; border:solid 1px #ddd; padding-left:10px; line-height:50px; float:left;	}
.lybglist ul li .lsspan4 p{ float:left; padding:0 10px;}
.lybtn input:hover{ opacity:0.8;}


.zpcon{ padding:50px 0;}
.zpcon .tablist ,.zpcon .tabinfo{ background:#fff;-webkit-box-shadow: #ddd 0px 0px 10px; box-shadow: #ddd 0px 0px 10px;
    -moz-box-shadow: #ddd 0px 0px 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')";}
.zpcon .tablist tr th{ background:#7ca032; color:#fff; height:60px; line-height:60px; font-size:20px;}
.zpcon .tablist tr td{ text-align:center; height:60px; line-height:60px; border-bottom:solid 1px #ddd; font-size:16px;}
.zpcon .tablist tr:hover{ background:#f5f5f5;}

.zpcon .tabinfo tr td{ border:solid 1px #ddd; padding:20px; font-size:16px;}
.zpcon .tabinfo tr td.sek1{ background:#f9f9f4; color:#435662; font-size:20px; text-align:center;}
.zpcon .tabinfo tr td p{ color:#666; line-height:24px;}


.abtn{ display:block; width:166px; height:59px; background: url(../images/btnbg.jpg) repeat-x; border-radius:5px; border:solid 1px #9aa517; color:#fff; font-size:20px; text-align:center; line-height:59px; float:left; margin:0 50px 0 350px;}

.abtn2{ display:block; width:166px; height:59px; background: url(../images/btn2b.jpg) repeat-x; border-radius:5px; border:solid 1px #c9c9c9; color:#666; font-size:20px; text-align:center; line-height:59px; float:left;}
.abtn2:hover{ display:block;background: url(../images/btnbg.jpg) repeat-x; color:#fff;}


.newslistcon_info{ margin-top:0px; padding:55px; background:#fff;-webkit-box-shadow: #ddd 0px 0px 10px; 
    -moz-box-shadow: #ddd 0px 0px 10px;box-shadow: #ddd 0px 0px 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')";
	clear:both; margin-bottom:30px;}
	
.newslistcon_info h3{ text-align:center; font-size:24px; color:#666; padding:0px 0 10px 0;}
.newslistcon_info span.sptitle{ display:block; font-size:14px; color:#999; text-align:center; padding-bottom:20px; border-bottom:dashed 1px #ddd; margin-bottom:20px;}
.newslistcon_info img{
	max-width:1080px;
	text-align:center;}
.newsinfowz p{ line-height: 24px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    padding-bottom: 10px;}
.newsinfowz .spimg{ display:block; text-align:center; padding-bottom:20px;}
.newsinfowz .spimg img{ text-align:center;}


.sxyf{ padding-top:30px; border-top:solid 1px #ddd; margin-top:50px;}
.sxyfleft{ width:50%; float:left;}
.sxyfleft a{ display:block; font-size:14px; line-height:24px;}
.sxyfright .fxsp1{ display:block; float:left; line-height:20px;}
.sxyfright{ float:right; min-width:270px;}






/* 时间轴 */
.history { background:url(../images/line04.gif) repeat-y 187px 0; overflow:hidden; position:relative;}
.history-date { overflow:hidden; position:relative;}
.history-date h2 {/* background:url(../images/icon06.gif) #fff no-repeat 158px 0;*/ height:59px; font-size:25px;  font-weight:normal; padding-left:45px; margin-bottom:75px;  }
/*.history-date h2.first { position:absolute; left:0; top:0; width:935px; z-index:99;}*/
.history-date h2 a { color:#303f49; display:inline-block; *display:inline; zoom:1; margin:21px 97px 0 0; position:absolute; left:30px;}
.history-date h2 a .em1{ display: block;
    left: 100px;
    top: 16px;
    transition: all .3s;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #303f49;
    border-bottom: 4px solid transparent;}
	
.history-date h2 a .em2 {
    left: 100px;
    top: 16px;
    transition: all .3s;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #303f49;
    border-bottom: 4px solid transparent;
   transform:rotate(-90deg);
   -o-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}


.history-date h2 a:hover { text-decoration:none;}
.history-date h2 img { vertical-align:-5px;}
.history-date h2.date02 { background:none;}
.history-date ul {}
.history-date ul li { background:url(../images/icon07.gif) no-repeat 186px 0px; padding-bottom:50px; zoom:1; }
.history-date ul li.last { padding-bottom:0;}
.history-date ul li:after{content:" "; display:block; height:0; clear:both; visibility:hidden;}
.history-date ul li h3 { float:left; width:168px; text-align:right; padding-right:19px;color:#c3c3c3; font:normal 18px/16px Arial;}
.history-date ul li h3 span { display:block; color:#d0d0d0; font-size:12px;}
.history-date ul li dl { float:left; padding-left:41px; margin-top:-5px;}
.history-date ul li dl dt { font:20px/22px 微软雅黑; color:#737373; }
.history-date ul li dl dt span { display:block; color:#787878; font-size:12px;}
.history-date ul li.green h3 { color:#1db702;}
.history-date ul li.green h3 span { color:#a8dda3; }
.history-date ul li dl { margin-top:-8px; width:520px;}
.history-date ul li dl dd{font-size:12pt; line-height:28px;}
.history-date ul li dl dd h4{ font-size:18px;}
.history-date ul li dl dd p{ font-size:14px;}
/*.history-date ul li dl dt { width:250px; height:150px;text-align: center; vertical-align: middle; display: flex; position: relative; border:solid 1px #ddd; padding:5px;}*/
/*.history-date ul li dl dt img { width: auto; vertical-align: middle; margin: auto; height: auto; max-width: 100%; max-height: 100%;}*/

.history-date ul li.green dl dt a { /*background:url(../images/icon09.gif) no-repeat 0 0; width:19px; height:16px;*/ display:inline-block; *display:inline; zoom:1; overflow:hidden; vertical-align: middle; margin-left:12px;}
.history-date ul li.green dl dd { padding-top:20px; font-size:12pt;}
.history-date ul li.green dl dd img { float:left;}
.history-date ul li.green dl dd p { overflow:hidden; zoom:1; line-height:21px; color:#787878;}

.history-date h2.first .more-history {font-size: 16px; background: transparent; margin-left: 30px;}
.history-date h2.first .more-history:hover {text-decoration: underline;}

*body .history-date ul li dl dt {_font-size:12px !important; _font-weight:bold;}
*body .history-date ul li dl dt span {_font-weight:normal !important;}
*body .history-date ul li.green dl dt a {_background:transparent !important; *background:transparent !important;*font-size:12px !important; _font-weight:normal !important;}




.whhdlist li{ width:205px; height:135px; padding:2px; border:solid 1px #ddd; float:left; margin:0 20px 20px 0;}
.shzrlist li h2{ font-size:12pt; text-align:left; height:30px; line-height:30px;}
.shzrlist li p{ font-size:14px; color:#999; line-height:24px; padding-bottom:10px;}
.shzrlist li h2 em{ display:block; width:6px; height:6px; border-radius:50%; border:solid 2px #465563; background:#fff; float:left; margin:10px 10px 0 0;}
.shzrlist li p img{ padding-bottom:10px;}





.div1{ height:60px; width:100%; background:#e1e3e5; line-height:90px; z-index:10000000}
.div1 .nav{ width:1200px; margin:0 auto;}



   
.nav li{height:60px; line-height:60px; float:left; border-right:1px solid #d3d3d3; text-align:center; cursor:pointer}
.nav li a{display:block; height:60px;font-size:16px;float:left; padding: 0 30px;}
.nav li a:hover{ display:block; border-bottom:solid 3px #D7000F; color:#D7000F;}

.nav li a.cur{color:#D7000F; border-bottom:solid 3px #D7000F;}



.div2{top:0px;z-index:88;position:fixed;}
    
    

#main{ width:1200px; margin:0px auto;}
#pro { padding-top:60px;}
#con h3,#ser h3,#news h3,#pro h3{ font-size:22px; font-weight:normal;}
#pro ul li{ float:left; width:380px; margin-right:20px;}
#pro ul li:last-child{ margin:0;}
#pro ul li p{ font-size:16px; padding:20px 0;}
.ggcscon{ margin:30px 0 0 0; font-size:16px}
.ggcscon table tr{ height:50px; line-height:50px;}
.ggcscon table tr td{ border:solid 1px #ddd; padding-left:20px; font-size:16px;}
.ggcscon table tr td.trtb1{ background:#f5f5f5; color:#465563;}
.ggcscon table tr td.trtb2{ color:#666;}

.ggcscon1{ margin:30px 0 0 0; font-size:16px; line-height:28px;}

.ggcscon1 p{
	margin-bottom:10px;}

#news,#ser,#con{ padding-top:90px;}
#news h3,#ser h3,#con h3,#pro h3{ font-size:26px; font-weight:normal; padding:10px 0 10px 0;border-bottom: solid 1px #ddd;}

#ser .jscslist ul li{ float:left; width:580px; height:40px; line-height:40px; margin:20px 20px 0 0; background:#eeeff0; font-size:16px;}
#ser .jscslist ul li span{ display:block; float:left;}
#ser .jscslist ul li .liso1{ width:200px; padding-left:40px; color:#465563;}
#con{ padding-bottom:30px;}
#con ul{padding-left: 10px;}
#con ul li{ float:left; width:280px; margin:20px 20px 0 0;}
#con ul li:nth-child(4n){margin: 20px 0 0 0;}
#con ul li img{ width:280px; height:280px; border:solid 1px #ddd;}
#con ul li p{ text-align:center; padding:10px 0; font-size:16px;}
#con ul li a:hover img{ border-color:#89c107;}
#con ul li a:hover p{ color:#89c107;}
#con ul li:last-child{ margin-right:0;}

.proname{ float:right; padding-right:20px; font-size:16px; height:60px; line-height:60px; color:#D7000F; font-weight:600;}


.sscon{ position:absolute; display:none; z-index:999; font-size:14px;}
.sscon1{ left:188px; top:0px; width:450px; padding:20px; background:#f5f5f5;}
.sscon2{ left:188px; top:0px; width:450px; padding:20px; background:#f5f5f5;}
.sscon3{ left:188px; top:0px; width:450px; padding:20px; background:#f5f5f5;}



.hbga{ width:100%; display:none; height:100%; position:fixed; background-color:rgba(0,0,0,0.7); z-index:9999; left:0; top:0;}
.hbga img{ position:absolute; width:600px; height:600px; left:50%; top:50%; margin-left:-300px; margin-top:-300px;}




.lshb2{ padding-top:30px; border-top:solid 1px #ddd; background:url(../images/nbab.gif) no-repeat left bottom; padding:55px; min-height:700px;}
.hbnrcon p{ line-height:24px; font-size:14px;}



.tzimg table tr th{ text-align:left; font-size:16px; font-weight:normal; padding:20px 0;}
.tzimg table tr td{ padding:0 30px 0 0;}
.tzimg table tr td:last-child{ padding:0;}


.jscslist table { margin-top:20px; font-size:16px;}
.jscslist table tr{ width:49%; height:50px; line-height:50px; float:left; margin:0 20px 20px 0; background:#eef0f4;}
.jscslist table tr:nth-child(2n+0){ margin-right:0;}
.jscslist table tr td{ padding-left:20px; width:40%; display:block; float:left; color:#666;}
.jscslist table tr th{ text-align:left; width:40%; display:block; float:left; padding-left:20px; color:#465563;}



.bshare-custom .bshare-sinaminiblog ,.bshare-custom .bshare-renren,.bshare-custom .bshare-qqmb
{
    background:none!important;
    }
	
	
	

.jswzcon p span b,.jswzcon p strong{ font-size:20px; font-weight:700;}
.jswzcon p{ font-size:16px;}
.case_text3_nr p{ background:url(../images/hx.png) no-repeat left 20px; padding-left:20px; padding-top:10px;}

.jswzcon .ab-list1,.jswzcon .ab-list2 { margin-bottom:20px;}
.jswzcon .ab-list1 li{ line-height:32px; background:url(../images/yd.png) no-repeat left center; padding-left:20px; font-size:16px; color:#666;}
.jswzcon .ab-list2 li{ line-height:32px; background:url(../images/fk.png) no-repeat left 10px; padding-left:20px; font-size:16px; color:#666; margin-left:20px;}


.qywhcon .qywhconlist .col-custom{ float:left; width:225px; margin-right:36px;}
.qywhcon .qywhconlist .col-custom:nth-child(3n+0){ margin:0;}
.qywhcon .qywhconlist .col-custom p{ text-align:center;}
.qywhcon .qywhconlist .col-custom:hover p{ color:#acb81c;}


.videoImg{ width:160px; height:90px; position:relative; float:left; overflow:hidden;}
.videoImg img{ width:100%; height:auto;}

.case_text3 .back a.back2{width: 60px;
    height: 38px;
    position: absolute;
    z-index: 88;
    left: 50%;
    top: 50%;
    background: url(../images/download.png) no-repeat;
    overflow: hidden;
    line-height: 120px;
    margin-left: -30px;
    margin-top: -19px;}








/*微信公众号*/
.topli2{ position:relative;}
.wxewsm{    position: absolute;top: -46px;left: 70px; z-index:99; display: none;background:#fff; width:120px; height:110px;-webkit-box-shadow:0 0 10px #c4c4c4; -moz-box-shadow:0 0 10px #c4c4c4;  box-shadow:0 0 10px #c4c4c4;}
.wxewsm img{ width:120px; height:120px;}
.wxewsm dl{ float:left;}
.wxewsm dl dd{ text-align:center;}
.fose2 ul li.foglb2 a:hover .wxewsm {display: block;}