﻿@charset "UTF-8";
body{min-width:1200px;}
.w1160 {
  width: 1180px;
  margin: 0 auto;
    position: relative;
}
.w1300 {
  width: 1200px;
  margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 980px) {
body{min-width:100%;}
.w1160,.w1300 {
  width: 100%;
  margin: 0 auto;

}
}
a {
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
  color: #666;
}
a:hover{}
li {
  list-style:none;
}
ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
header {
	border-top:#044166 3px solid;
  position: relative;
  z-index: 10;
  height:120px;
  border-bottom:#ddd 0px solid;
}
header .top {
  height: 44px;
  background: #424249;
  font-size: 15px;
  line-height: 44px;
  color: #c2c2c2;
}
.w-header{width:1180px;height:100px;margin:0 auto;
}
header .logo{padding-top:5px;margin-right:50px;}
header .logom {display:none}
header .topnav{background:#0042a1;}
@media only screen and (max-width: 980px) {
header .logo {display:none}

header .logom{display:block;height:80px;line-height:80px;display:-webkit-box; -webkit-box-align:center; }
header .logom  a img{max-width:100%;max-height:80px;line-height:80px}
.tel{display:none}
header {
	
  z-index: 10;
  height:80px;

}
.w-header{width:80%;float:left;height:80px;margin:0 auto;line-height:80px
}

}

header .sub-menu{background:#0042a1;width:100%;margin-top:0px;padding-left:0px;}
header .sub-menu ul{width:1180px;margin:0 auto;}
header .sub-menu li {
  float: left;
  position: relative;
}
header .sub-menu li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 20px;
  background: #8a8b8d;
}
header .sub-menu li a.t {
  display: inline-block;
  text-align:center;
  width:160px;
  font-size: 15px;
  line-height: 53px;
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

header .sub-menu li a.t:hover, header .sub-menu li a.t.cur {
  color: #fff;
}
header .sub-menu li:first-child {
  border-left:#f1f1f1 0px solid;
}
header .sub-menu li:last-child a.t {
}
header .sub-menu li.cur a.t, header nav li:hover a.t {
  color: #fff;
  background:#d59804;
}
header .sub-menu .sub-box {
	border-top:#0579c5 2px solid;
  position: absolute;
  top: 53px;
  left: 0px;
  background-color: #fff;
  width: 160px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index:99999;
}
header .sub-menu .sub-box a {
  display: inline-block;
  padding: 5px 0px;
   line-height: 30px;
  border-top: 1px solid #eee;
  font-size: 12px;
  width:100%;
  color:#555
}
header .sub-menu .sub-box a:hover{
	  background-color: #0e73ba;
	  color:#fff
	}
header .sub-menu .sub-box a:first-child {
  border-top: none;
}
.headtxt{line-height:90px;font-size:34px;}



@media only screen and (max-width: 980px) {	
.headtxt{display:none}
header .sub-menu{display:none}
  header .nav-btn {
	display:block;
   width:40px;
  height: 30px;
  position: relative;
  margin-top: 25px;
  margin-right:  10px;

    cursor: pointer;
 

}
header .nav-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0168b7;
  position: absolute;
  left: 0;
  
}
header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}
header .nav-btn .line2 {
  top: 13px;
}
header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}
header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}
header .nav-btn.hover .line {
  left: 5px;
}


  
 
  header .sub-menu {

    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    width: 100%;
  }

  
  
  header .sub-menu{background:#0168b7;height:50px;padding: 0px 0px;
}
header .sub-menu ul{width:100%}
header .sub-menu li {
   width: 100%;
    height:50px;
    border: 0;
	position: relative;


}
  
  
  
  header .sub-menu li:hover{
	background:none}
  
  

  
  header .sub-menu li:after {
    display: none;
  }
  header .sub-menu li.hover a.tit, header .sub-menu li.cur a.tit {
    color: #fff;
  }
  header .sub-menu li a.t {
    position: relative;
    width: 92%;
    padding: 0 4%;
    background: #0168b7;
    font-size: 15px;
    line-height: 50px;
	height:50px;
    color: #fff;
    text-align: left;
    transition: background 0.5s;
  }
  header .sub-menu li a.t:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4%;
    bottom: 0;
    width: 92%;
    height: 1px;
    background: #f1f1f1;
  }
  header .sub-menu li a.t:hover {
    background: #ec681e;
    color: #fff;
  }
  header .sub-menu li:last-child a.t:after {
    display: none;
  }
  
  header .sub-menu .sub-box {
    width: 100% !important;

    margin: 0!important;
    background: #f5f5f5;
	position:relative;
	  z-index:99999;
	   top: 0px;
	 left: 0px;

}




  header .sub-box a {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 2;
    color: #7c7c7c;
  }
  header sub-box a:hover {
    color:#2da3a1;
  }




  
}








.i-ban {
  position: relative;
  overflow: hidden;
  height: 600px;
  width:100%
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.i-ban li a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban .butn {
  width: 32px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
}
.banner .btns{ position: absolute;display:block;bottom:30px;left:50%}
.banner .btns span{background:#666;width:18px;height:18px;margin:0px 5px;
border-radius:50%}
.banner .btns span.cur{background:#1b4599;
border-radius:50%}
.i-ban .prev {
  left: 6px;
  background: url(ico_01.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display:None;
}
.i-ban .prev:hover {
  background: url(ico_01_hov.png) no-repeat center #1ec2fc;
}
.i-ban .next {
  right: 6px;
  background: url(ico_02.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
    display:None;
}
.i-ban .next:hover {
  background: url(ico_02_hov.png) no-repeat center #1ec2fc;
}
#b06{display:None}
@media only screen and (max-width: 778px) {	
.i-ban { height: 350px;display:none}
.i-ban li{background-position:top;
background-size:100% 100%;}






#b06 { width: 100%; margin:0 auto;display:block;
position:relative}

#b06 .dots{ position: absolute; left: 0; right: 0; bottom: 20px;}

#b06 .dots li 

{ 

	display: inline-block; 

	width: 10px; 

	height: 10px; 

	margin: 0 4px; 

	text-indent: -999em; 

	border: 2px solid #ccc; 

	border-radius: 6px; 

	cursor: pointer; 

	opacity: .4; 

	-webkit-transition: background .5s, opacity .5s; 

	-moz-transition: background .5s, opacity .5s; 

	transition: background .5s, opacity .5s;

}

#b06 .dots li.active 

{

	background: #44a6a5;

	opacity: 1;
	border: 2px solid #44a6a5; 

}

#b06 .arrow { position: absolute; }

#b06 #al { left: 15px;}

#b06 #ar { right: 15px;}







}

.i-wrap-fir{padding:70px 0px;
overflow:hidden
}
.i-title{
	text-align:center;
	text-transform:uppercase}
.i-title h2{font-size:28px}
.i-title h3{font-size:18px}



.i-wrap-fir .content .aboutinfo{width:530px;float:left}
.i-wrap-fir .content .a-pic{float:right}
.i-wrap-fir .content .aboutinfo .atitle{padding-top:40px;}
.i-wrap-fir .content .aboutinfo .atitle h1{color:#000;font-size:28px;line-height:120%}
.i-wrap-fir .content .aboutinfo .atitle p{font-size:16px;color:#817c7c}
.i-wrap-fir .content .aboutinfo .con{font-size:1.6rem;line-height:250%;padding-top:15px;padding-bottom:50px;
text-indent:40px;}




.more a{display:block;width:130px;height:40px;line-height:40px;text-align:center;font-size:1.4rem;color:#fff;background:#0042a1;
border-radius:30px;}
@media only screen and (max-width: 980px) {
.i-wrap-fir{padding:30px 0px;
overflow:hidden
}
.i-title h2{font-size:20px}
.i-title h3{font-size:12px}
.i-wrap-fir .content .aboutinfo{width:100%;}
.i-wrap-fir .content .a-pic{width:100%;}
.i-wrap-fir .content .a-pic img{width:100%;}
.i-wrap-fir .content .aboutinfo .atitle{padding-top:0px;
text-align:center}
.i-wrap-fir .content .aboutinfo .atitle h1{color:#000;font-size:20px;line-height:120%}
.i-wrap-fir .content .aboutinfo .atitle p{font-size:12px;}
.i-wrap-fir .content .aboutinfo .con{font-size:1.2rem;padding-bottom:20px;}
.more a{margin:0 auto;font-size:1.2rem;}
}
/******************/
.index-second{
	width: 100%;
	padding:80px 0px;
	min-height: 568px;
	background:#f6f6f6 url(../img/bg--.jpg) no-repeat center top;
}
.second-wrap{
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.second-wrap .second-top{
	text-align: center;
	height: 28px;
	padding: 52px 0 10px 0;
	overflow: hidden;
}
.second-top img{
}
.second-wrap .second-tit{
	position: relative;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	padding-bottom: 20px;
}
.second-tit span.line{
	position: relative;
	top: 21px;
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #fff;
}
.second-tit strong{
	float: left;
	display: inline;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	font-family: "微软雅黑";
	padding: 0 12px;
}
.second-content{
	width: 1180px;
	margin: 0px auto;
	position: relative;
}
.second-list .bd {margin-top:50px;}
.second-list .bd ul{zoom:1; }
.second-list .bd ul li {
    width: 280px;
    height: 320px;
    padding: 0px;
    cursor: pointer;
    margin-RIGHT: 15px;float:left;
	background:#fff}
.second-list .bd ul li .img{width:100%;height:260px;line-height: 260px;}
.second-list .bd ul li img{max-width:100%;max-height:100%;}
.second-list h2 {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: bold;
	text-align:center;
	background:#636060;
	height:60px;line-height:60px;
}
.second-list p{width: 305px;
	height: 62px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	margin-bottom: 25px;}
.index-partner .content .list .hd {
    width: 100%;
    height: auto;
    margin-top: 2%;
}
.second-list .hd ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.second-list .hd ul li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #767a82;
    font-size: 0;
    display: inline-block;
    margin: 0 11px;
    cursor: pointer;
}
.second-list .hd ul li.on{  background: #08c;}
.second-list a.prev,
.second-list a.next {
    width: 84px;
    height: 83px;
    position: absolute;
    top: 60%;
    margin-top: -11px;
    display: block;
}
.second-list a.prev {
    background: url(prev_01.png) no-repeat;
    left: -100px;
}
.second-list a.next {
    background: url(next_01.png) no-repeat;
    right: -100px;
}
.pjview-m{display:none}
@media only screen and (max-width: 980px) {
	.index-second{
	width: 100%;
	padding:30px 0px;
	min-height: 200px;
}
.second-content{
	width: 100%;

}
.second-list1 .bd {margin-top:20px;}
.second-list1 .bd ul{zoom:1; }
.second-list1 .bd ul li {
    width: 100%;
    height: auto;
    padding: 0px;
    cursor: pointer;
    margin-right:0%;float:left;
	background:#fff}
.second-list1 .bd ul li .img{width:100%;height:auto;line-height: 260px;}
.second-list1 .bd ul li img{max-width:100%;max-height:100%;}
.second-list1 h2 {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: bold;
	text-align:center;
	background:#636060;
	height:60px;line-height:60px;
}
.second-list1 p{width: 305px;
	height: 62px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	margin-bottom: 25px;}
.second-list1 .hd ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.second-list1 .hd ul li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #767a82;
    font-size: 0;
    display: inline-block;
    margin: 0 11px;
    cursor: pointer;
}
.second-list1 .hd ul li.on{  background: #08c;}
.second-list1 a.prev,
.second-list1 a.next {
    width: 84px;
    height: 83px;
    position: absolute;
    top: 60%;
    margin-top: -11px;
    display: block;
}
.second-list1 a.prev {
    background: url(prev_01.png) no-repeat;
    left: -100px;
}
.second-list1 a.next {
    background: url(next_01.png) no-repeat;
    right: -100px;
}
.pjview{display:none}
.pjview-m{display:block}
}






.index-last{
   padding:50px 0px;
	width: 100%;
	min-width: 1200px;
	height: 570px;
	margin: 0;
}
.index-last-main {
	width: 1180px;
	padding-top: 50px;
	margin: 0 auto;
}
.index-event {
	width: 100%;
	overflow: hidden;
}
.index-event-title {
	width: 100%;
	height: 25px;
	overflow: hidden;
}
.index-event-title h2 {
	width: 100px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: left;
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: normal;
}
.index-event-title a {
	width: 300px;
	height: 25px;
	line-height: 25px;
	float: right;
	text-align: right;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #333;
}
.index-event-title a:hover {
	color: #
}
.index-event ul  {
	width: 100%;
	margin: 0;
}
.index-event ul li {
	width: 350px;
	height: 360px;
	margin-top: 40px;
	float: left;
	margin-right: 17px;
	overflow: hidden;
}
.index-event-img {
	 width: 100%;
	 height: 235px;
	 overflow: hidden;
}
.index-event-img img {
	width: 100%;
}
.index-event-cont-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	text-align: left;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #0a58a8;
}
.index-event-cont-time {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
	text-align: left;
}
.index-event-cont-word {
	width: 325px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
}
.index-event-more {
	width: 105px;
	height: 30px;
	margin-top: 30px;
	overflow: hidden;
	background-image: url(../img/index-pro-cont-more.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-event-more a {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
}
.index-news {
	width: 425px;
	height: 420px;
	/*padding-top: 50px;*/
	float: right;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #E4E3E3;
	padding-left: 20px
}
.index-news ul {
	width: 100%;
	margin: 0;
}
.index-news ul li {
	width: 100%;
	height: 65px;
	margin-top: 45px;
	overflow: hidden;
}
.index-news-time {
	width: 60px;
	height: 65px;
	float: left;
	border-right: 1px solid #999;
}
.index-news-time strong {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #666;
}
.index-news-time strong:hover {
	color: #0a58a8;
}
.index-news-time span {
	display: block;
	width: 100%;
	line-height: 25px;
	text-align: left;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666;
}
.index-news-cont {
	width: 345px;
	height: 65px;
	float: right;
	text-align: left;
	overflow: hidden;
}
.index-news-cont-title {
	display: block;
	width: 100%;
	height: 20px;
	line-height:20px;
	overflow: hidden;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333;
}
.index-news-cont-title:hover {
	color: #0a58a8;
}
.index-news-cont-word {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 23px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 12px;
	font-family: "微软雅黑";
	/*font-weight: bold;*/
	color: #333;
}
.index-news-cont-word:hover {
	color: #0a58a8;
}

@media only screen and (max-width: 980px) {
.index-last{
   padding:30px 0px;
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0;
	overflow:hidden;
}
.index-last-main {
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}
.index-event ul li {
	width: 96%;
	height: 360px;
	margin-top: 10px;
	
	margin: 10px 2%;
	overflow: hidden;
}

.index-event-cont-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #0a58a8;
}
.index-event-cont-word {
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
}
	}











.index-pro-cont-more {
	width: 105px;
	height: 28px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 28px;
	text-align: center;
	background-image: url(index-pro-cont-more.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-pro-cont-more:hover {
	background-image: url(index-pro-cont-more-curr.png);
}
.index-pro-cont-more a {
	display: block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
}
.w1000{width:1050px;margin:0 auto;  position: relative;}
.list-p-wrap .bd {margin-top:50px;}
.list-p-wrap .bd ul{zoom:1; }
.list-p-wrap .bd ul li {
	
    width: 310px;
    height: 300px;
    line-height: 255px;
    padding: 0px;
    border: #fff 0px dotted;
    cursor: pointer;
    margin: 0 20px;
    background: #fff;
    border: #08c 0px solid;}
.list-p-wrap .bd ul li img{width:310px;height:225px;}
.list-p-wrap a.prev,
.list-p-wrap a.next {
    width: 84px;
    height: 83px;
    position: absolute;
    top: 60%;
    margin-top: -11px;
    display: block;
}
.list-p-wrap a.prev {
    background: url(prev_01.png) no-repeat;
    left: -100px;
}
.list-p-wrap a.next {
    background: url(next_01.png) no-repeat;
    right: -100px;
}


.list-ip h2{
	text-align:center;
	    font-size: 18px;
    font-family: "微软雅黑";


}

.second-nav{margin-top:50px;}
.second-nav ul li{width:23.8%;border:0px #FFF solid;margin-right:1%;float:left;display:block;height:50px;line-height:50px;margin-bottom:10px;
text-align:center;background:#08c}
.second-nav ul li:first-child{margin-left:0px}
.second-nav ul li:last-child{margin-right:0px;background:#ec681e}
.second-nav ul li a{color:#fff;font-size:16px;
text-align:center}
.second-nav ul li:hover{background:#fff;}
.second-nav ul li:hover a{color:#18509d}
.index-h2{
	text-align:center;
	margin-bottom:30px;}
.index-h2 .tcn{font-size:30px;color:#333;}
.index-h2 .ten{font-size:20px;color:#7fbae6;}
.index-about h2{    font-size: 18px;
    color: #4675c5;
    font-weight: bold;
    line-height: 50px;}
.index-about p{font-size:15px;line-height:35px;}
.index-about a{border:#ec681e 0px solid;display:block;width:100px;height:30px;line-height:30px;margin-top:10px;
text-align:center;background:#999;color:#fff;
border-radius:2px;}
.index-about a:hover{background:#e06f23;}
.i-wrap-thi{
	 padding-top: 70px;
     padding-bottom: 70px;
	 overflow:hidden;
	 background:#f5f5f5;
	 background:url(pcbg.jpg);
	 min-height:450px;
	}
.i-wrap-thi .title{	
 border-left: 4px solid #ce3f3c;
	height:30px;
	margin-bottom: 23px;}
.i-wrap-thi .title .h2{	font-weight: bold;
padding-left: 19px;
	font-size: 20px;
	line-height:30px;
	color: #333;}
	.i-wrap-thi .title .h2 span{font-size:16px;color:#999}
.i-wrap-thi .title .more{}
.i-p-list li{margin-right:50px;
position:relative}
.i-p-list li:last-child{margin-right:0px;}
.i-p-list li h2{position:absolute;bottom:-45px;height:45px;width:100%;text-align:center;line-height:45px;font-size:18px;background-color:rgba(69,69,69);  color:#fff;font-weight:bold;
background:#999}
.i-p-list li:hover h2{background:#e06f23;}
.i-p-list li img{width:333px;height:209px;}
.i-wrap-fiv{ 
padding-top: 70px;
     padding-bottom: 70px;
	 overflow:hidden;
	 background:#fff;}
.i-wrap-fiv h2{color:#333}
.newslist1{float:left;width:100%}
.newslist2{float:right;width:47%}
.indexnewsli li{display:block;width:30%;margin-right:5%;line-height:25px;border-bottom:#ccc 0px dotted}
.indexnewsli li:last-child{margin-right:0%;}
.indexnewsli li img{width:100%;height:206px;}
.indexnewsli li b{font-size:14px;line-height:25px;}
.indexnewsli li span{float:right;}
.i-wrap-fiv .newsmore{margin-top:30px;}
.i-wrap-fiv .newsmore a{border:#ec681e 0px solid;display:block;width:100px;height:30px;line-height:30px;
text-align:center;background:#999;color:#fff;margin:0 auto;
border-radius:2px;}
.i-wrap-fiv .newsmore a:hover{background:#e06f23;}
.bannerlanmu{width:100%;height:250px;line-height:150px;background-image:url(pathbgbg.jpg);}
.bannerlanmu1{width:100%;
overflow:hidden;padding-bottom:50px;}
.banner-about{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(banner-about.jpg); }
.banner-news{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(banner-news.jpg); }
.banner-ser{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(banner-ser.jpg); }
.banner-p{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(Product02.jpg); }
.banner-js{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(shouhoubj.png);}				 
.banner-book{clear:both; overflow:hidden; background-size:cover; background-position:center;
                 background-image:url(banner-con.jpg);}	
  
.bannerlanmu h2 {display:none;
    padding-top: 50px;
    font-size: 40px;
    letter-spacing: 3px;
    color: #FFF;
    font-weight: bold;
    line-height: 40px;
}
  
	.bannerlanmu .line{width:50px; border-top:#fff 3px solid;margin-top:15px;display:none;}
.bannerlanmu .en{ display:none;
	font-size:30px;
	 color:#FFF;
  font-weight:bold;}
  @media only screen and (max-width: 980px) {

	  .bannerlanmu{height:150px;}
	  
	  } 
				 
.head_search{ }
.searchform{width:600px;margin:0 auto;}
.searchform .key{width:500px;height:40px;border:1px #08c solid;}
.searchform .find{height:44px;width:80px;line-height:44px;border:1px #08c solid;background:#08c;color:#fff;font-size:14px;}

#b0p { width: 650px; float:left;display:block;height:500px;border:#ebebeb 1px solid;
position:relative;text-align:center;padding:6px 2px}
#b0p ul li{height:440px;width:645px}
#b0p img{max-height:430px;max-width:645px;text-align:center;padding:5px;}
#b0p .sliderimg{text-align:center;}
#b0p .dots{ position: absolute; left: 0; right: 0; bottom: 20px;
margin:0 auto;width:150px; display:None}
#b0p .dots li 
{ 
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #666; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	background: #666;
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
#b0p .dots li.active 
{
	background: #e40011;
	opacity: 1;
	border: 2px solid #e40011; 
}
#b0p .arrow { }  
#b0p #al { left: 20px;}
#b0p #ar { right: 20px;}
#b0p .arrow a{display:block;width:53px;height:74px; position:absolute;top:190px;cursor:pointer;z-index:9;}
#b0p .arrow .prev{left:0px;background:url(pre1.jpg) no-repeat center center;}
#b0p .arrow .prev:hover{background:url(pre.jpg) no-repeat center center;}
#b0p .arrow .next{right:0px; background:url(next.jpg) no-repeat center center;}
#b0p .arrow .next:hover{background:url(next1.jpg) no-repeat center center;}
.pbannerinfo{width:360px;float:left;margin-left:40px;text-align:left;color: #414446;}
.pbannerinfo h2{color:#0084cb;    padding-left: 18px;height:24px;line-height:24px;
    background: url(tiao.jpg) no-repeat;
    font-size: 25px;}
	.pbannerinfo p{margin-top:30px;line-height:35px;}
.pbannerinfo .p-content b{color:#0084cb;}
.pbannerpic{float:right;width:552px;padding-top:50px;
display:none}
.inside-menu {
	width:100%;
	margin:0 auto;
  height: 70px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.inside-menu .menu{float:left;}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  font-size: 15px;
line-height:70px;
  color: #a3a3a3;
  padding:0 40px;
  font-weight:bold
}
.inside-menu .menu .focus{
	  color: #fff;
	  background:#1b4599
	}
.inside-menu .menu a:hover {
  color: #1b4599;
	  border-bottom:#008ed6 1px solid;
}
.inside-menu .position{
	float:right;
	margin:0 auto;
line-height:70px;
}
.inside-menu a.home {
  width: 20px;
  height: 70px;
  background: url(bg_sign06.png) no-repeat center;
}
/*公共底部css*/
.footer {
	width: 100%;
	min-width: 1200px;
	margin: 0;
	background-color: #34373a;
}
.footer-nav {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	padding-top: 80px;
	border-bottom: 1px solid #3a3d40;
}
.footer-nav ul {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.footer-nav ul li {
	height: 250px;
	float: left;
	margin-right: 60px; 
	overflow: hidden;
	line-height: 25px;
	border-right: 1px solid #3a3d40;
}
.footer-nav ul li a {
	display: block;
	font-size: 14px;
	font-family: "Tahoma";
	color: #aeaeaf;
}
.footer-nav ul li h2 {
	display: block;
	height: 20px;
	margin-bottom: 35px;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #fff;
}
.footer-nav ul li a:hover {
	color: #fff;
} 
.footer-nav ul .footer-pro {
	width: 165px;
}
.footer-nav ul .footer-solution {
	width: 200px;
}
.footer-nav ul .footer-service {
	width: 145px;
}
.footer-nav ul .footer-company {
	width: 170px;
}
.footer-nav ul .footer-contact {
	width: 260px;
	margin-right: 0;
	border: 0;
}
.footer-nav ul .footer-nav-link {
	width: 100%;
	margin-top: 20px;
	height: 40px;
}
.footer-nav ul .footer-nav-link a {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: top;
}
.footer-nav ul .footer-nav-link .footer-nav-link-one {
	background-image: url(../img/footer-nav-link-one.png);
}
.footer-nav ul .footer-nav-link .footer-nav-link-two {
	background-image: url(../img/footer-nav-link-two.png);
}
.footer-nav ul .footer-nav-link .footer-nav-link-three {
	background-image: url(../img/footer-nav-link-three.png);
}

@media only screen and (max-width: 980px) {
	.footer {
	width: 100%;
	min-width: 100%;

}
.footer-nav {
display:none;

}

}



.footer-main {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}
.footer-main-info {
	width: 750px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #aeaeaf;
}
.footer-main a {
	display: block;
	float: right;
	line-height: 60px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #aeaeaf;
	text-align: right;
}
 .pronav{
	overflow: hidden;
}
.pronav li{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 61px;
	text-align: center;
	background-color: #696969;
	font-size: 16px;
}
.pronav li:hover{
	background-color: #0092db;
}
.pronav li.focus{
	background-color: #0092db;
}
.pronav li a{
	display: block;
	width: 270px;
	color: #fff;
}
/***************产品详情***************/
.ins-adress{
	color: #626262;
	font-size: 14px;
	line-height: 14px;
	padding-top: 46px;
	padding-bottom: 32px;
}
.ins-adress a{
	color: #626262;
}
@media only screen and (max-width: 980px) {
	.footer-main {
	width: 100%;

}
.footer-main-info {
	width: 100%;
	float: none;
	text-align: left;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #aeaeaf;
}
	.ins-adress{display:none}
	}
.pro-wrap .prolist{
	margin-top: 45px;
	overflow: hidden;
	position: relative;
}
.pro-wrap .prolist ul{
	width: 100%;
}
.pro-wrap .prolist li{
	width: 250px;
	height: 306px;
	padding: 2px;
	background:#fff;
	border:#ccc 1px solid;
	margin-right: 19px;
	margin-bottom: 17px;
}
.pro-wrap .prolist li:nth-child(4n){margin-right: 0px;}
.pro-wrap .prolist li a{
	display: block;
	height: 306px;
	cursor: pointer;
}
.pro-wrap .prolist li.right{
	margin-right: 0;
}
.prolist li span.bigimg{
	float: left;
	display: inline-block;
	width: 100%;
	height: 227px;
	overflow: hidden;
	position: relative;
	text-align:center
}
.prolist li span.bigimg img{
	display: inline;
	max-width: 250px;
	max-height: 227px;
	transform: scaleX(1) scaleY(1);
    transition: all 1s ease 0s;
}
.prolist li span.bigimg img:hover{
	transform: scaleX(1.1) scaleY(1.1);
}
.prolist li span.main1{
	float: left;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding-top: 17px;
	border-top: 1px solid #e5e5e7;
	line-height: 20px;
	height: 62px;
}
.prolist li:hover .main1{
	background-color: #0092db;
	border-top: 1px solid #0092db;
}
.prolist li:hover .tit{
	color: #fff;
}
.prolist li:hover .int{
	color: #fff;
}
.prolist .main1 .tit{
	font-weight: bold;
	color: #363636;
}
.prolist .main1 .int{
	color: #646363;
}
/**********pros*****************/
.prodetail{
	width: 100%;
	background: #f5f5f7;
}
.prodetail .prode-wrap{
	background:#fff;
	width: 1100px;
	padding:50px 40px 0px 40px;
	margin: 0px auto;
	position: relative;
}
.prode-wrap .prode-left{
	float: left;
	display: inline;
	width: 513px;
	height: 451px;
}
.prode-wrap .prode-left .prode-Img{
	position: relative;	
	width: 511px;
	height: 449px;
	border: 1px solid #eee; 
	background: url(../img/loading.gif) no-repeat center center;
}
.prode-wrap .prode-left .prode-Img img{
	float: left;
	display: inline;
	width: 511px;
	height: 449px;
}
.prode-left .jqzoom .zoom_icon{ 
	position: absolute; 
	right: 20px;
	bottom: 17px;
	height: 24px;
	background: url(../img/ico_proinfo01.png) no-repeat left center;
	padding-left: 22px;
	font-size: 14px;
	line-height: 24px;
	color: #646363;
	font-family: "微软雅黑";
}
.prode-wrap .prode-right{
	float: LEFT;
	display: inline;
	padding-left: 40px;
	height:360px;
	position:relative;
	width: 540px;
}
.prode-right .prode-right-font{
	padding-bottom: 26px;
	margin-right: 8px;
	border-bottom: 1px dotted #dddddf;
}
.prode-right h2{
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: #1e4498;
	font-family: "微软雅黑";
	margin-bottom: 8px;
}
.prode-right p{
	font-size: 14px;
	line-height: 30px;
	color: #646363;
	font-family: "微软雅黑";
}

@media only screen and (max-width: 980px) {
	.prodetail .prode-wrap{

	width: 96%;
	padding:20px 2% 

}
.prode-wrap .prode-left{
	float: left;
	display: inline;
	width: 100%;
	height:  auto;
}
.prode-wrap .prode-left .prode-Img{
	position: relative;	
	width: 98%;
	height: auto;
	border: 0px solid #eee; 
	background: url(../img/loading.gif) no-repeat center center;
}
.prode-wrap .prode-left .prode-Img img{
	float: left;
	display: inline;
	width: 100%;
	height: auto;
}
.prode-wrap .prode-right{
	float: LEFT;
	display: inline;
	padding-left: 0px;
	height:auto;
	position:relative;
	width: 100%;
}
.prode-right .prode-right-font{
	padding-bottom: 26px;
	margin-right: 8px;
	border-bottom: 1px dotted #dddddf;
}
.prode-right h2{
	display: block;
	font-weight: bold;
	font-size: 18px;

}
.prode-right p{
	font-size: 12px;

}
}


.prode-right p span{font-weight:bold}
.prode-right .prode-right-content{
	width: 549px;
	height: 122px;
	background: #fff;
	border: 1px solid #eee;
	position: relative;
}
.prosec-cont{
	width: 100%;
	margin-top:20px;
}
.prosec-nav{
	width: 100%;
	height: 54px;
	font-size: 16px;
	background-color: #fff;
}
.prosec-nav a{
	width: 203px;
	height: 54px;
    color: #333;
	background-color: #f1f1f1;
	margin-right: 1px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	float:left;
	border-bottom:1px #035c9a dotted;
}
.prosec-nav a.act{
	width: 203px;
	height: 54px;
    color: #fff;
	background-color: #035c9a;

}
.prosec-cont .contbox{
	width: 90%;
	padding: 26px 5% 54px 5%;
	font-size: 14px;
	border: 1px solid #eeeeee;
	color: #646363;
	margin-top: 16px;
	background-color: #fff;
}
.prosec-cont .contbox strong{color:#1e4498;font-size:16px;
font-weight:bold}
.prosec-cont .contbox table td{
	text-align:center}
.prosec-cont .contbox table{margin-top:0px;}
.prosec-cont .contbox table thead{background:#035c9a;color:#fff}
.prosec-cont .bold{
	font-weight: bold;
}
.prosec-cont .boxs{
	display: none;
}
.prosec-cont .contbox img{
	max-width:100%
}

@media only screen and (max-width: 980px) {
	.prosec-nav{
	width: 100%;
	height: 34px;
	font-size: 12px;
	background-color: #fff;
}
	.prosec-nav a{
	width: 50%;
	height: 100%;
    color: #333;
	background-color: #f1f1f1;
	margin-right: 0px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	float:left;
	border-bottom:1px #035c9a dotted;
}
.prosec-nav a.act{
	width: 50%;
	height: 34px;


}

	.prosec-cont .contbox{
	width: 99%;
	padding: 10px 0.5%;
	font-size: 14px;
	border: 1px solid #eeeeee;
	color: #646363;
	margin-top: 16px;
	background-color: #fff;
}
.prosec-cont .contbox table thead{background:#035c9a;color:#fff;font-size:10px}
.prosec-cont .contbox table td{
	font-size:9px;
	text-align:center}
}






.pdown{padding-top:15px;}
.pdown .pdown1{display:block;width:130px;height:35px;line-height:35px;float:left;color:#fff;
text-align:center;
border-radius:5px;margin-right:15px;
background:#08c}
.pdown .pdown2{display:block;width:130px;height:35px;line-height:35px;float:left;color:#fff;
text-align:center;
border-radius:5px;
background:#e96423}


.news-wrap .list li {
	width:100%;
  float: left;
  height: 150px;
  padding: 20px 30px 20px 30px;
  background:#f4f4f4;
  margin-bottom: 20px;
  color:#666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.news-wrap .list li .time{
 font-size:14px;
  color: rgba(122, 122, 122, 0.8);
  padding:10px 0px;
}
.news-wrap .list li .more1{ 
font-size:14px;
  color: rgba(122, 122, 122, 0.8);
  padding-top:10px;}
.news-wrap .list li img{float:left;width:200px;height:150px;margin-right:60px;}
.news-wrap .list li a {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.news-wrap .list li:hover {
  border-color: #fa6551;
  background: #f4f4f4;
  color:#fa6551;
}

@media only screen and (max-width: 980px) {
	.news-wrap .list li {
	width:96%;
  float: left;
  height: auto;
  padding: 20px  2% ;
  background:#f4f4f4;
  margin-bottom: 20px;
  color:#666;
  overflow:hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-wrap .list li a {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.news-wrap .list li .time{
 font-size:12px;
  padding:0px 0px;
}
.news-wrap .list li .more1{ 
font-size:12px;
  color: rgba(122, 122, 122, 0.8);
  padding-top:0px;}
	.news-wrap .list li img{float:left;width:100%;height:auto;margin-right:0px;}
	}