@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiva{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}



/*导航 */ 

.nav {
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 110px;
	top: 0;
	left: 0;
	background:#006cff url(../images/navbj.png) left center no-repeat;
}
.nav::after {
    content: '';
    display: block;
    position: absolute;
    top: 118px;
	left: 0;
    width: 100%;
    height: 8px;
    background:#006cff;
}

.nav .left-logo {
    margin-left: 8%;
}

.navb {
	height: 110px;
	line-height: 110px;
	margin-left: 3%;
}
.navb .active {
	position: relative;
	float: left;
	width: 120px;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #005ddb;

}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
	left: 25px;
    width: 63px;
    height: 3px;
    background:#f30000;
}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}


.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 110px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -220px !important;
	width: 895px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:860px;
	height:400px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.top-r{
   margin-right: 8%;
   background: url(../images/tel.png) left center no-repeat;
   position: relative;
   margin-top: 28px;
}
.top-r span{
	font-size: 22px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	padding-left: 60px;
	line-height: 30px;
}
.top-r::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
	left: -100px;
    width: 80px;
    height: 1px;
    background:#4d98ff;
}
.top-r::after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
	right: -100px;
    width: 80px;
    height: 1px;
    background:#4d98ff;
}
@media screen and (max-width: 1710px) {
	.nav .left-logo{margin-left: 1%;}
	.top-r{margin-right: 1%;}
	.top-r::before {display: none;}
}
@media screen and (max-width: 1500px) {
	.navb{margin-left: 2%;}
	.navb .active{width: 110px;}
}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 860px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 860px;
	border:0;
}
/*产品分类*/
.probt{
	text-align: center;
	margin-top: 30px;
}
.probt a{
    background: url(../images/btbj.jpg) center no-repeat;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	display: block;
    height: 75px;
	line-height: 75px;
}
.probt a em{
    color: #006cff;
	font-weight: bold;
}
.probt p{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-top: -12px;
}
.probt a:hover{
	color: #006cff
}
.pro_list_con{
	width: 1300px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.cpnav{
	width: 1260px;
	margin:0 auto;
	margin-top: 30px;
	overflow: hidden;
	height: 260px;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 12px;
	margin-right: 13px;
	margin-bottom: 30px;
}
.cpnav ul li img{
	width: 152px;
	height: 152px;
	border-radius: 100%;
	border: 1px #e6e6e6 solid;
}
.cpnav ul li p{
	display: block;
	width: 120px;
	height: 30px;
	background: #006cff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 30px;
}
.cpnav ul li p a{
	color: #fff;
	font-size: 16px;
	display: block;
}
.cpnav ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{
    background: #f30000
}


/*pro*/
.pro_litpic{
    background: url(../images/probj.jpg) center no-repeat;
    width: 100%;
	height: 700px;
}
.pro_show{
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
	height: 630px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24.3%;
    margin: 6px 0.26%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px #e6e6e6 solid;
}

.pro_go ul li p{
    width: 100%;
    height: 45px;
    background: rgba(0,0,0,.7);
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
}
.pro_go ul li p .smore{display: none;}
.pro_go ul li p .sytitle{
	color: #fff;
}
.pro_go ul li:hover p{
	width: 80%;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,108,255,.68);
	border-radius: 0 30px;
	top:70px;
	left: 40px;
}
.pro_go ul li:hover p .sytitle{
	color: #fff;
	font-size: 23px;
	display: block;
	width: 100%;
	padding-left: 0;
	margin-top: 40px;

}

.pro_go ul li:hover .smore{
	line-height: 50px;
	color: #fff;
	font-size: 27px;
	font-family: "Arial";
	display: block;
}
/*adv*/
.adv{
    background: url(../images/adv_bg.jpg) center center no-repeat;
    width: 100%;
    height: 610px;
    box-sizing: border-box;
}
.adv_con{
    width: 1350px;
    margin: 0 auto; 
    overflow: hidden;
    position: relative;
    height: 610px;
}
.adv_con ul{
    width: 840px;
    height: 540px;
    position: absolute;
    right: 0;
    top: 30px;
}
.adv_con ul li{
    overflow: hidden;
    width: 730px;
    height: 160px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 15px;
    border-bottom-right-radius: 30px;
    position: relative;
    margin: 15px 0;
    margin-left: 96px;
    transition: all 0.6s;
    cursor: pointer;
}
.adv_con ul li em,.adv_des{
    float: left;
}
.adv_con ul li em{
    width: 125px;
    height: 125px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.adv_con ul li em i{
    width: 115px;
    height: 115px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.adv_con ul li em i::after{
    content: '';
    display: block;
    width: 103px;
    height: 73px;
    background-image: url(../images/icon.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.adv_con ul li:nth-child(1) em i::after{
    background-position: -171px -9px;
}
.adv_con ul li:nth-child(2) em i::after{
    background-position: -265px -6px;
}
.adv_con ul li:nth-child(3) em i::after{
    background-position: -365px -10px;
}
.adv_des{
    width: 495px;
    margin-left: 40px;
    margin-top: 12px;
}
.adv_des h3{
    font-size: 23px;
    color: #fff;
    transition: all 0.6s;
	font-weight: bold;
}
.adv_des h3::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #ed1b23;
    vertical-align: middle;
    margin-right: 15px;
    display: none;
}


.adv_des p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-top: 13px;
}
.adv_con ul li.active{
    background: #0054ff;
    margin-left: 0;
}
.adv_con ul li::after{
    content: '';
    position: absolute;
    width: 46px;
    height: 42px;
    display: block;
    background: url(../images/icon.png) -119px -6px no-repeat;
    right: 17px;
    bottom: 11px;
    display: none;
}
.adv_con ul li.active::after{
    display: block;
}
.adv_con ul li.active h3::before{
    display: inline-block;
}


/*csae*/
.case{
    margin: 40px 0;
}
.case_con{
    width: 1350px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width: 420px;
    height: 380px;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
	background: #f6f6f6;
	text-align: center;
}
.case_go ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.case_go ul li a .alimg {
	display: block;
    width: 390px;
    height: 290px;
	margin: 0 auto;
	margin-top: 15px;
    transition: all 0.6s;
}
.case_go ul li span {
     height: 65px;
	 line-height: 65px;
	 font-size: 16px
}
.case_go ul li em{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/almore.png) right center no-repeat;
	width: 44px;
	height: 47px;
}
.case_go ul li:hover span{
	color: #006cff;
	font-weight: bold;
}
.case_go ul li:hover .alimg{
    transform: scale(1.1);
}

.case_a,.case_b{
    float: left;
}
/*广告*/
.ggbj{
	width: 100%;
	height: 350px;
	background: url(../images/ggbj.png) center no-repeat;
	margin-top: 36px;
	margin-bottom: -50px;
	z-index: 2;
	position: relative;
}
.ggtel{
	padding-top: 70px;
}
.ggtel b{
  font-size: 28px;
  color: #fff;
}
.ggtel span{
	font-size: 19px;
	color: #fff;
	font-family: "Arial";
	display: block;
	line-height: 40px;
}
.ggtel ul li{
	width: 155px;
	height: 40px;
	background: #0053c5;
	float: left;
	border-radius: 50px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.ggtel dl dt{
	float: left;
	color: #fff;
	font-size: 16px;
	background: url(../images/tela.png) left center no-repeat;
	padding-left: 70px;
	margin-right: 45px;
	margin-top: 15px;
}
.ggtel dl dt em{
	font-size: 23px;
	font-family: "Arial";
	display: block;
}

/*新闻*/
.newbj{
	width: 100%;
	height: 710px;
	background: #f8f8f8 url(../images/xwbj.jpg) top center no-repeat;
	z-index: 1;
}
.xw-l{
  width: 390px;
  height: 500px;
  background: url(../images/xw.jpg) left center no-repeat;
  margin-top: 70px;
  padding: 25px 30px;
}
.xwbt{
  margin-top: 10px;
}
.xwbt em{
	float: left;
	color: #fff;
	font-size: 27px;
}
.xwbt em i{
	font-size: 15px;
	font-style: normal;
	display: block;
	font-family: "Arial";
}
.xwbt a{
	display: block;
	width: 30px;
	height: 30px;
	background: #0055c8;
	float: right;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 23px;
	font-family: "Arial";
	margin-top: 10px;
}
.xwbt a:hover{
	background: #ec0000;
}
.xw-l img{
	width: 390px;
	height: 225px;
	margin-top: 18px;
}


.xw-l .xtitle{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
.xw-l p{
  font-size: 13px;
  color: #959595;
  line-height: 25px;
}
.xw-l span{
  color: #a4a4a4;
  font-size: 14px;
  font-family: "Arial";
  margin-top: 30px;
  display: block;
  text-align: right;
}
.xw-l span::before{
	content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    display: block;
    background: #dcdcdc;
	margin-top: 10px;
}
.xw-l:hover span::before{
	content: '';
    position: absolute;
    width: 65px;
    height: 9px;
    display: block;
    background:url(../images/jt.png) left center no-repeat;
	margin-top: 10px;
}
.xw-l:hover .xtitle{
	color: #006cff;
	padding-left: 16px;
}

.xw-r{
	width: 820px;
	height: 530px;
    margin-top: 45px;
}
.xw-r ul{
	background: #fff;
	height: 260px;
	margin-top: 28px;
}
.xw-r ul li{
    width: 360px;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 45px;
}
.xw-r ul li h3 a{
	font-size: 16px;
	color: #1d1d1d;
	line-height: 50px;
	overflow: hidden;
    height: 50px;
    display: block;
}
.xw-r ul li p{
	font-size: 14px;
	color: #808080;
	line-height: 23px;
}
.xw-r ul li span{
	font-size: 14px;
	color: #929292;
	font-family: Arial;
	text-align: right;
	display: block;
    margin-top: 45px;
	margin-right: 20px;
}
.xw-r ul li span::before{
	content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    display: block;
    background: #dcdcdc;
	margin-top: 10px;
}
.xw-r ul li:hover h3 a{
	color: #006cff;
	padding-left: 20px;
}
.xw-r ul li:hover span::before{
	content: '';
    position: absolute;
    width: 65px;
    height: 9px;
    display: block;
    background:url(../images/jt.png) left center no-repeat;
	margin-top: 10px;
}

/*底部*/
.footbj {
	height: 380px;
	background:#1e1e1e;
	width: 100%;
	border-top: 15px #006cff solid;
}
.dbnav{
	background: url(../images/dbxian.png) left center no-repeat;
	height: 315px;
	overflow: hidden;
}
.dbnav span{
	font-size: 16px;
	color: #fff;
	background: url(../images/tba.png) left center no-repeat;
    padding-left: 45px;
    margin-top: 56px;
    display: block;
    margin-left: 10px;
}
.dbnav ul{
	margin-left: 55px;
    margin-top: 20px;
}
.dbnav ul li a{
    font-size: 14px;
	color: #626262;
	line-height: 26px;
}
.dbnav ul li:hover{
	text-decoration: underline;
}
.dblogo{
	margin-left: 35px;
	margin-top: 60px;
}
.ewm{
	width: 170px;
	text-align: center;
	margin-left: 70px;
	margin-top: 65px;
}
.ewm span{
	font-size: 15px;
	color: #b6b6b6;
	line-height: 50px;
}
.dbtel{
	text-align: right; 
	margin-top: 30px;
}
.dbtel span{
	font-size: 16px;
	color: #b7b7b7;
}
.dbtel b{
	display: block;
	font-size: 23px;
	color: #006cff;
	line-height: 45px;
}
.dbtel em{
	width: 20px;
	height: 3px;
	background: #006cff;
	display: block;
	float: right;
	margin-top: 13px;
}
.dbtel ul{
    background: url(../images/tubiao.jpg) right center no-repeat;
	padding-right: 35px;
	margin-top: 25px;
}
.dbtel ul li{
	font-size: 16px;
	color: #b6b6b6;
	line-height: 30px;
}
.dbtel a{
	display: block;
	width: 185px;
	height: 50px;
	background: url(../images/zx.jpg) center no-repeat;
	float: right;
	margin-top: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #b6b6b6;
}
.dbtel a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.copy{
	border-top: 1px #2e2e2e solid;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #b6b6b6;
}
.copy a{
	color: #b6b6b6;
}
.copy span{
	color: #b6b6b6;
}
.mapa{
  width:540px;
  height:425px;
}

/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

.breadcrumbs{font-size: 14px;line-height:50px;width:100%;margin-top: 20px;}

.dqdhMain{background: url(../images/dizhi.png) 15px center no-repeat;padding-left: 50px;padding-right: 20px;}

.dqdhMain span{ font-size:15px; color:#333;}

.dqdhMain a{color:#333; font-size: 14px;}

.dqdhMain a:hover{ text-decoration:underline;}

.weizhi{color: #333;font-size: 18px;padding-right: 15px;width: 280px;font-size: 23px;padding-left: 20px;}

.s_width{ text-align:center; margin-top:30px;}

.s_width h2{ font-size:30px; color:#000; line-height:50px;}

.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}




/*Â·Ã–Ã’Â³*/

.page_nav{ padding:15px 15px; color:#999; font-size:14px; text-align:center; background-color:#fff;}

.page_nav .nolink{display:inline-block; margin:0 5px; padding:0 5px; height:25px; line-height:25px; border:1px solid #fff;}

.page_nav font,.page_nav a{ display:inline-block; margin:0 5px; padding:0 10px; border:1px solid #e5e5e5; height:25px; line-height:25px; border-radius:5px;}

.page_nav font{ border:1px solid #fff;}

.page_nav a:hover{ color:#fff; border:1px solid #54a530; background-color:#54a530}




.viewpage{ margin:0;}

.viewpage .main_r_nav{ color:#999; font-size:14px; line-height:30px;background: #cce2ff;border-radius: 50px;margin: 20px; padding: 8px 20px;}

.viewpage .main_r_nav a{ font-size:14px; color:#444}

.viewpage .main_r_nav a:hover{ text-decoration:underline;}

.texta{ line-height:35px; font-size:15px; color:#666;padding:30px;}

.texta span{font-size:15px; color:#666;}

.texta img{ max-width:100%;margin-bottom: 20px;}

/*分页*/

.fenye{ text-align:center; color:#666; font-size:14px; line-height:30px; padding:20px 0;}

.fenye .rows{ color:#666; font-size:13px; padding:0 10px;}

.fenye .current{ display: inline-block; color:#cc0000; font-size:14px; padding:0 5px;}

.fenye .num,.fenye .next{display:inline-block; margin:0 3px; padding:0 10px;  border:1px solid #ddd; color:#666; font-size:14px; height:28px; line-height:27px; border-radius:5px;}

.fenye .num:hover,.fenye .next:hover{ background-color:#cc0000; color:#fff; border:1px solid #cc0000;}

.profl{width: 1300px;margin: 0 auto;margin-top: 20px;}
.profl ul li{
	float: left;
	width: 210px;
	line-height: 50px;
	border-radius: 0 10px 0 10px;
	background: #006cff;
	margin-top: 15px;
	margin-left: 5px;
	text-align: center;
}
.profl ul li a{
	font-size: 15px;
	display: block;
	color: #fff;
}
.profl ul li:hover{
	background: #f30000;
}

.main{width: 1300px;margin: 0 auto;margin-top: 40px;margin-bottom: 60px;}


.main .main_right{
	width:100%;
	margin-bottom:50px;
	border: 1px #f3f3f3 solid;
}
.pagetu{
    width: 540px;
	margin-top: 30px;
}
.cbt{

}
.cbt span{
	font-size: 30px;
	color: #aeaeae;
	font-family: "Arial";
}
.cbt h3{
	font-size: 28px;
	color: #006cff;
}
.pagetu img{
	margin-top: 20px;
}

.text{ 
	width: 700px;
	height: auto;
	line-height:36px; 
	font-size:16px; 
	color:#666;
	padding:30px;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
}
.text h3{
	display: block;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #f3edf0;
	font-size: 30px;
	color: #006cff;
	margin-bottom: 15px;
}

.text span{font-size:15px; color:#666;}

.text img{ max-width:100%;margin-bottom: 20px;}

.main .tT01{ text-align:center; line-height:35px;background: #f3f3f3;padding-top: 10px;padding-bottom: 10px;}

.main .tT01 .span1{ font-size:24px; color:#444;}

.main .subtitle{font-size: 14px; line-height: 24px; height: 24px; color: #8F8F8F; text-align:center;padding-top: 15px;padding-bottom: 10px;}

.main .subtitle span{ padding:0 30px;}

.stime{background: url(../images/shijian.png) left center no-repeat;}

.sclick{background: url(../images/liulan.png) left center no-repeat;}


.main .main_left{ width:182px; }

.main .main_left .titleL{ height:80px; background:url(../images/bt_vt57.jpg) top right no-repeat;  text-align:center; overflow:auto;}

.main .main_left .titleL span{ font-size:24px; color:#fff; font-weight:700; display:block; width:100%; height:80px; line-height:80px;}

.main .main_left .titleL2{ display: block ;width:100%; margin-top:10px; overflow:hidden; }

.main .main_left .titleL2 img{ display:block; width:100%;}

.main .navLeft{}

.main .navLeft li a{ display:block; width:100%; height:45px; line-height:45px;;color:#305dc3; text-align:left; border-bottom:1px solid #305dc3; font-size:14px; position:relative;}

.main .navLeft li a span{ position:relative; z-index:5; padding-left:15px  }

.main .navLeft li a em{ display:block; width:0; position:absolute; z-index:1; left:0; top:0; height:100%;background-color:#305dc3;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.main .navLeft li a:hover,.main .navLeft li.active a{ color:#fff;}

.main .navLeft li a:hover em,.main .navLeft li.active a em{ width:100%;}





.product_top{padding: 10px;}

.product_top .l_img{ width:650px; height:455px; background-color:#f2f2f2; text-align:center; display:table;}

.product_top .l_img span{/*display: table-cell; vertical-align:middle;*/ display:block; width:100%; height:100%; background-size:cover !important; }

.product_top span img{ display:inline-block; max-width:100%; max-height:100%; vertical-align:middle;} 

.product_top .r_box{ width:510px;}

.product_top .r_box .product_title{border-bottom:1px solid #ddd;padding:10px 0 8px 0;}

.product_top .r_box .product_title h2{ font-weight:700; font-size:26px;color:#101010;}

.miaoshu{}

.product_top .subtitle{font-size:14px;color:#b7b7b7; padding-top:8px;}

.product_top .subtitle span{ display:block; padding-left:25px; line-height: 23px; height: 24px; }

.product_top .subtitle span.span1{ background:url(../images/shijian.png) left center no-repeat;}

.product_top .subtitle span.span2{ background:url(../images/liulan.png) left center no-repeat;}

.product_top .keyword{ height:40px; line-height:40px; font-size:15px; color:#717171;}

.product_top .keyword span{ font-size:18px; color:#0059A9;}

.product_top .desc{font-size:15px; color:#717171; line-height:30px; }

.product_top .desc span{ font-size:20px; font-weight:bold; color:#e40000;}

.product_top .desc span b{ font-size:30px;}



.maina .main_righta{background: #fff;padding-bottom: 50px;}
.h30{height: 30px;}

.newsTitle {

    height: 63px;

    line-height: 60px;

    font-size: 20px;

    border-bottom: 1px solid #ebebeb;

}

.newsTitle a {

    float: left;

    padding: 0 35px;

    cursor: pointer;

    margin-top: 2px;

}

.newsTitle .active {

    color: #3dc3e8;

    border-bottom: 2px solid #3dc3e8;

    position: relative;

    top: 1px;

    line-height: 58px;

}





#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#006cff; }

.wizfrm:hover{ background-color:#f30000; }



/**/


.mainBox{width: 1300px;margin: 0 auto;background: #fff;}
.main .proListal {
	width:100%;
}
.main .proListal {
	width:100%;
}
.main .proListal li {
	width:310px;
	float:left;
	margin:0 6px 15px 6px;
}
.main .proListal li .boxal {
	width:310px;
	height:270px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:310px;
	height:270px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:40px;
	line-height:40px;
	width:310px;
	margin:auto;
	text-align:center;
	color:#000;
	font-size:15px;
}
.main .proListal li:hover .spanal {
	color:#006cff;
	font-weight:bold;
	font-size:16px;
}
.main .proListal li .avatarb {
	position: relative;
}
.main .proListal li .avatarb {
	display: block;
	height: 270px;
	overflow: hidden;
	width:310px;
	border: 1px #f1f1f1 solid;
}
.main .proListal li .avatarb .spanImgal {
	height: 270px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.main .proListal li .boxal .aBB{
	display:none; 
	width:100%;
	height:100%; 
	position: absolute; 
	background: rgba(0,108,255,0.6); 
	overflow: hidden; 
	left: 0; 
	top: 0;
}
.main .proListal li .boxal .aBB em{ 
	display:block; 
	width:100%; 
	height:100%;
	background:url(../images/chakan1.png) center center no-repeat;
}
.main .proListal li .boxal:hover .aBB{ 
	display:block;
}


/**/

.main .news_list{}

.main .news_list li{
	padding: 25px;
    background: #f8f8f8;
    margin-bottom: 20px;
}
.main .news_list li .title{
	width: 920px;
	margin-left: 45px;
	margin-top: 18px;
}
.main .news_list li .title a{
	font-size: 18px;
	color: #333;
	line-height: 35px;
	display: block;
}
.main .news_list li .title span{
	color: #999;
    font-size: 14px;
	background: url(../images/news-time.png) left center no-repeat;
	padding-left: 30px;
	line-height: 40px;
}
.main .news_list li .title p{
	color: #888;
	font-size: 15px;
	line-height: 26px;
}
.main .news_list li:hover .lMore{
	background: #006cff
}
.main .news_list li:hover .title a{
	padding-left: 13px;
	color: #006cff
}
.main .news_list li .xwimg{
	width: 260px;
	height: 160px;
	overflow: hidden;
}
.main .news_list li:hover .xwimg img{
	transition: all 1.2s; 
	transform: scale(1.2, 1.2);
}

.BMap_Marker{ display:none !important;}

.BMap_Marker.BMap_noprint{ background: url(../images/dt.png)  center center no-repeat !important; display:block !important; }


.box_left {
    float: left;
    width:260px;
}
.box_left .mode1 {
    width: 225px;
    margin-bottom: 20px;
}
.box_left .mode1 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode1 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode1 ul {
    overflow: hidden;
    padding-left: 0;
    margin-top: 24px;
}
.box_left .mode1 ul li {
    line-height: 40px;
    text-indent: 2em;
    margin: 10px 0;
}
.box_left .mode1 ul li a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
    background: #FF2D00;
    color: #ffba00;
}
.box_left .mode1 ul li a:hover {
    color: #fff;
}
.box_left .mode2 {
    width: 225px;
    overflow: hidden;
    margin-top: 50px;
}
.box_left .mode2 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode2 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode2 ul {
    margin: 0 0;
    padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
    color:#ffba00;
}
.box_left .mode2 ul li:hover {
    border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
    margin: 50px 0;
}
.box_left .mode3 span {
    background: url(../images/left_con.png) no-repeat 0 0;
    display: block;
    ;
    height: 83px;
    line-height: 83px;
    font-size: 16px;
    text-indent: 1.5em;
    color:#FF2D00;
    font-weight: bold;
}
.box_left .mode3 .left_contact {
    line-height: 26px;
    background:#373737;
    color: #fff;
    padding:10px 15px;
    background-size: 100%
}