@charset "gb2312";
/* CSS Document */
*{padding:0px;margin:0px;font-family:"Microsoft YaHei"; }
*html{background-image:url(about:blank);background-attachment:fixed;}
body{ background:#FFF; line-height:25px;  min-width:1200px; color:#333333; font-size:14px;}

h1,h2,h3,h4,h5,h6,font {font-size:14px;}
ul,ol { list-style-type:none; vertical-align:bottom; }
a{ color:#333333; text-decoration:none;}
a:hover{ color:#0070E3; text-decoration:none;}
img,input{border:0px; vertical-align:middle; outline:none;}
ul,ol,li{list-style:none;}
table,th,td{border-collapse:collapse;}
.fl,.left{ float:left;}
.fr,.right{ float:right;}
.lf{float:left;}
.dis{display:none;}
.hui{background:#f5f5f5;}
p10{padding:10px;}
p20{padding:20px;}
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
video::-webkit-media-controls {
    overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.clearfix{zoom:1;}
.clear,.c{clear:both; height:0px; font-size:0px; overflow:hidden;}
.c5{clear:both; height:5px; font-size:0px; overflow:hidden;}
.c10{clear:both; height:10px; font-size:0px; overflow:hidden;}
.c20{clear:both; height:20px; font-size:0px; overflow:hidden;}
.c30{clear:both; height:30px; font-size:0px; overflow:hidden;}
.c40{clear:both; height:40px; font-size:0px; overflow:hidden;}
.c50{clear:both; height:50px; font-size:0px; overflow:hidden;}
.hid{height:auto;overflow:hidden;}
.wrapper, .wrap{width:1300px; margin:0 auto;  }
.wrapper{margin-bottom:50px; min-height:auto; padding-top:60px;}
table{border-collapse:collapse;border-spacing:0;}
.w1200{width:1200px; margin:0 auto; clear:both; display:block;}
.w1200w{width:1206px; margin:0px auto; clear:both;}

header{height:100px; padding:8px 0; background:#fff;}

.top{
    width: 100%;
    height:130px; 
    border-top: 5px #111 solid;
    overflow: hidden;
}
.toubu{ width:1200px; margin:0 auto; overflow:hidden;}
.logo{ width:600px; height:92px; float:left; margin-top:30px; margin-right: 20px;}

.zhuanzhu{ width:340px; height:70px; float:left; font-size:16px; color:#333333; padding:28px 0 0 20px; line-height:25px;}
.zhuanzhu b{ font-size:20px; color:#333333; font-style:normal;}
.phone{float:right; width:200px; height:60px; background:url(tel.jpg) no-repeat left center; margin-top:30px; padding-left:70px; padding-top:0px; line-height:30px; font-size:16px; color:#666;}
.phone span{ display:block; color:#111;font-size:26px; font-weight:bold; }
.phone span font{color:#0070E3;font-size:26px; font-weight:bold; }
.header{width: 100%; background:#666;}

.nav{
    height: 60px;
    background: #0070E3;
}
.nav .nav_c ul li{
    float: left;
}
.nav .nav_c ul li a{
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    display: block;
    width: 171px;
    text-align: center;
}
.nav .nav_c ul li:hover{
    background:#E1602A;
}
.nav .nav_c ul li.hover{
    background:#E1602A;
}


/*link*/
.link ul li{
    float: left;
    padding:16px 0;
}
.link ul li a{
    color:#666666;
    padding-right:22px;
}
.link ul li a:hover{
    color: #ed7f1e;
}

.nav ul li .subpro{ width:100%;  height:0px; background:#fff;  position:absolute;  left:-0;  display:block;transition: 0.5s; z-index:999; -webkit-transition: .5s; -moz-transition: .5s; overflow:hidden;}
.nav ul li:hover .subpro{ height:390px;}

.nav ul li .subpro dl{ width:300px; float:left; height:320px; padding:30px 0;background:#fafafa; }
.nav ul li .subpro dl:nth-child(2n){ background:#fff; }
.nav ul li .subpro dl dt{ line-height:0px; margin-bottom:20px;}
.nav ul li .subpro dl dt img{ 
    height: 130px;
    width: 130px;
    border-radius: 6em;
    border: 1px solid #F62E2E;
    padding: 2px;
}
.nav ul li .subpro dl dt a{margin:0 auto;}
.nav ul li .subpro dl dt a.ttimg{ margin:0 auto; margin-top:20px;line-height:32px; height:32px; border: 1px solid #F62E2E; display:block; color:#000;}
.nav ul li .subpro dl dt a:hover.ttimg{ background:#F62E2E;color:#fff;}
.nav ul li .subpro dl dd a{ line-height:28px; height:28px; color:#333;width:100%;}
.nav ul li .subpro dl dd a:hover{ color:#f00}

.nav ul li .poslf{display:none;}
.nav ul li .poslf{height:0px; background:#fff; position:absolute; display:block;transition: 0.5s; z-index:999; -webkit-transition: .5s; -moz-transition: .5s; overflow:hidden;}
.nav ul li:hover .poslf{ display:block;height:180px;}
 
.nav ul li .poslf a{color:#000;}
.nav ul li .poslf a:hover{background:#0070E3;color:#fff;}
.nav ul li .poslf0{height:0px; background:#fff; position:absolute; display:block;transition: 0.5s; z-index:999; -webkit-transition: .5s; -moz-transition: .5s; overflow:hidden;}

.fixedSubNav{position: fixed; top: 0px; left: 0px; z-index:10; width: 100%;background: #009CD8;/* background: rgba(9,206,179,.8); */animation:myfirst 0.5s;
-moz-animation:myfirst 0.5s; /* Firefox */
-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
-o-animation:myfirst 0.5s; /* Opera */}
@keyframes myfirst
{
from {top:-50px;}
to {top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {top:-50px;}
to {top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {top:-50px;}
to {top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
from {top:-50px;}
to {top:0px;}
}
/*banner*/
.fullSlide{width:100%;position:relative;height:650px;overflow:hidden;}
.full_text{width:100%; height:100px;position:absolute;z-index:6; bottom:0px;left:0;text-align:center; background:url(tmbg_a.png); padding:10px 0px;}
.full_text ul{width:1200px; margin:0 auto; height:100px;}
/*.full_text span{font-size:52px; height:100px; line-height:94px; display:block;font-family:"Microsoft YaHei","微软雅黑","Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#fff; background:url(title_xian.jpg) no-repeat center bottom;}
.full_text p{display:block;color:#fff; padding-top:20px;}*/
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
@keyframes changeBiger {
                0% {
                    transform: scale(1.08);
                }
                100% {
                    transform: scale(1);
                }
            }
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:650px;overflow:hidden;text-align:center; background-size:cover;}
.fullSlide .bd li a{display:block;height:650px; background-size:cover;}

.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:40px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:60px;height:6px;margin:2px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:40%;margin-top:-30px;left:10%;z-index:1;width:40px;height:60px;background:url(slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
.index_row{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.index_row .part1 {
    position: absolute;
    left: 0;
    top: -100px;
    width: 1200px;
    height: 250px;
    overflow: hidden;
}
.index_row .part1 .item {
    width: 400px;
    float: left;
    height: 250px;
    background: #0070E3;
}
.index_row .part1 .item a {
    display: block;
    position: relative;
    padding: 40px;
    color: #fff;
}
.index_row .part1 .item .shuzi {
    line-height: 20px;
    color: #fff;
    float: left;
    width: 122px;
}
.index_row .part1 .item .shuzi b {
    text-transform: uppercase;
    font-size: 86px;
    font-weight: 700;
    display: inline-block;
    line-height: 86px;
}
.index_row .part1 .item .txt {
    width: 180px;
}
.index_row .part1 .item h3 {
    font-size: 18px;
    line-height: 24px;
}
.index_row .part1 .item h4 {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}
.index_row .part1 .item span {
    width: 60px;
    height: 54px;
    display: block;
    margin-top: 32px;
}
.index_row .part1 .item:hover{
    background: #E1602A;
}
.icon {
    background: url(icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.index_row .part1 .it1 span {
    background-position: 0 -30px;
}
.index_row .part1 .it2 span {
    background-position: -76px -30px;
    width: 46px;
}
.index_row .part1 .it3 span {
    background-position: -140px -30px;
    width: 52px;
}
.banner1{animation: changeBiger 3s linear forwards;animation-delay: 0s;-webkit-animation-delay: 0s;transform: scale(1.08);background-size: cover;}
/*关键词搜索*/
.keyword{width:100%; clear:both; height:50px; line-height:50px; font-size:16px; background:#f5f5f5;/*border-bottom:2px solid #e2e2e2;*/}
.keyword .key_text{float:left;height:50px;}
.keyword .key_text b{background:#FEA501 url(hot.png) no-repeat 0px center;display:block; float:left; color:#fff; padding:0px 25px; margin-right:15px; text-align:left; text-indent:20px;}
.search{width:286px; float:right; padding-top:8px;}
.search li{float:left;}
.search li .select{width:60px; background:#fff; height:32px;float:left; margin-right:2px; display:none;}
.search li .input{width:230px; background:#fff; border:1px solid #009CD8; height:30px;float:left; text-indent:3px;}
.search li .submit{width:50px; background:#009CD8 url(sousuo.png) no-repeat center; cursor:pointer; text-indent:-999em; height:32px;float:left; color:#fff;}
/*nav_bt*/
.nav_bt{
	height: 145px;
	background: #0070E3;
}
.nav_bt ul li{
	float: left;
	width: 238px;
	text-align: center;
	padding-top:24px;
}
.nav_bt ul li a{
	color: #fff;
    text-align: center;
    display: block;
    width: 100px; 
    padding: 10px 0;
    margin-left: 65px;border:1px solid #0070E3; font-size:16px;
}
.nav_bt ul span{
	height: 34px;
    width: 2px;
    background: #cccccc;
    display: block;
    float: left;
    margin-top: 53px;
}
.nav_bt ul li a:hover{
	border:1px solid #fff;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
}
/*标题*/
.hd_title{width:100%; height:70px;text-align:center; clear:both; margin-bottom:10px; margin-top:30px;}
.hd_title h3{font-size:30px; height:60px; line-height:60px; padding:0px 15px; margin:0px 10px;color:#333333;font-family:微软雅黑;font-weight:bold;background:url(tu17.png) no-repeat center;}
.hd_title span{font-size:16px; height:40px; line-height:40px;color:#666;text-transform:uppercase;display:none;}

.case_title{width:1170px; height:50px; margin:0 auto; border-bottom:3px solid #CCC; margin-top:60px; font-weight:bold;}
.case_title p{ width:350px; height:50px; margin:0 auto; text-align:center; border-bottom:3px solid #224A9F; font-size:30px; font-weight:bold;}
.case_title p span{ color:#224A9F; font-style:normal;font-size:30px; font-weight:bold;}

.cp_class{width:1200px; margin:0 auto; padding:20px 0;}
.cp_class li{width:196px; height:42px; overflow:hidden; margin:2px; float:left; text-align:center;display:block;}
.cp_class li a{font-size:16px;height:40px; line-height:40px;display:block; float:left; color:#fff; color:#111;background:#DBDBDB url(ico1.png) no-repeat 20px center;text-indent:50px;text-align:left; border:1px solid #D3D3D3;width:194px;}
.cp_class li a:hover{background:#025ED6 url(ico.png) no-repeat 20px center;color:#fff;text-indent:50px; text-align:left; border:1px solid #025ED6;}

.left_b{height:24px;background:url(bt_bg.jpg) no-repeat center;}
.plist{ width: 266px; float:right; overflow: hidden; margin-bottom:20px; background:#f4f4f4;}
.plist .hd{ height:60px; line-height:60px; font-size:28px; color:#fff; text-align:left;background:#0070E3 url(jian.png) no-repeat 20px center; text-indent:60px;overflow: hidden;}
.plist .bd{ width: 260x; border: 1px solid #eaeaea;  border-bottom: 9px solid #0070E3;border-radius: 10px;border-top: none;overflow: hidden;}
.plist .bd ul{ width: 240px; margin: 0 auto; padding-bottom: 6px; overflow: hidden;}
.plist .bd ul li{ width:100%; padding:0px 0%; height:54px; text-indent:10px; line-height: 54px; overflow: hidden; border-bottom:1px dashed #e2e2e2;background:url(leftula2.png) no-repeat 12px 22px;}
.plist .bd ul li:hover{ color: #0070E3; background:url(leftula1.png) no-repeat 12px 22px;}
.plist .bd ul p{width: 94%; margin: 0 auto;text-align:left; background:url(jiao.png) no-repeat 10px 10px; text-indent:24px; height:28px; line-height:28px; overflow:hidden; margin-bottom:5px;}
.plist .bd ul p a{display:block;}
.plist .bd ul li a{ display: block; width: 94%; height: 54px; margin:0 auto; font-size:16px;color: #333; text-indent:25px;}
.plist .bd ul li a:hover{ color: #0070E3;}
.plist .bot{margin-top:8px; border: 1px solid #eaeaea; border-bottom: 9px solid #0070E3;border-radius: 10px;}
.plist .bot ul{ padding: 10px 15px; line-height:28px;}
.plist .bot ul h3{ color: #000; font-weight: 700; font-size: 15px;}

.pztype{width:100%; display:none;}


/*首页滚动产品展示*/
.product{
    width: 1200px;
    padding: 40px 0 0px;
    overflow: hidden;
    margin: 0 auto;
}
.index_tit{
    text-align: center;
    width: 100%;
    background: url(tu25.png) no-repeat center bottom;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom:30px;  height:70px;
}
.index_tit h3 {
    font-size:42px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    color: #000; margin-top:-40px;
    text-align: center;
}
.index_tit h4 {
    color: #CBCBCB;
    font-size: 68px;
    text-transform: uppercase;
    font: 68px Georgia; 
    font-weight: 400;
    line-height: 40px; margin-top:20px;
}
.product .kinds{
    width: 1200px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
}
.kinds a{
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #0070E3;
    font-size: 18px;
    display: inline-block;
    margin-right:10px; 
    color: #fff;
}
.kinds a:last-child{
    margin-right:0; 
}
.kinds a:hover{
    background: #E1602A;
}
.prolist{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px; 
}
.prolist ul li{ width:300px; float:left; text-align:center; position:relative; margin-bottom:20px;}
.prolist ul li img{ width:278px; height:209px;}
.prolist ul li .title{ width:278px; height:40px; overflow:hidden; cursor:pointer;background:#eee url(title_bg.jpg) no-repeat right center; margin-top:-2px; margin-left:11px;transition:all 0.6s;}
.prolist ul li:hover .title a{background:#eee url(title_bg.jpg) no-repeat left center; color:#fff;}
.prolist ul li .title a{ color:#333;height:40px; line-height:40px; display:block;background:#eee url(title_bg.jpg) no-repeat right center;}
.prolist ul li .title p{ padding:10px 20px; font-size:12px; text-align:left; line-height:26px; border-top:1px solid #dadada}
.prolist ul li .shuxing{ width:278px; height:40px; line-height:40px; background:#fff;  float:left; margin-left:10px; margin-top:-3px;}
.prolist ul li .shuxing span{ display:block; width:33%; float:left; }
.prolist ul li .shuxing span a{ color:#333;background:url(icon-list.png) no-repeat; padding-left:20px;}
.prolist ul li .shuxing span a.li{background-position: -17px -399px;}
.prolist ul li .shuxing span a.lo{background-position: -17px -437px;}
.prolist ul li .shuxing span a.lp{background-position: -17px -476px;}
.good{
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #eeeded; 
}
.good .good_con{
    width: 1140px;
    padding: 30px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
.good_con ul li.item{
    height: 310px;
    overflow: hidden;
    margin-bottom: 30px; 
}
.good_con ul li.item .good_text{
    width: 550px;
}
.good_con ul li.item .good_img{
    width: 525px;
    padding:20px;
    overflow: hidden;
}
.good_con ul li.item .good_img img{
    width: 525px;
    height: 310px;
    overflow: hidden;
}
.good_con ul li.item .good_text h3{
    height: 70px;
    line-height: 70px;
    font-size: 30px;
}
.good_con ul li.item .good_text p{
    line-height: 24px;
    color: #a4a1a2;
    margin-bottom: 20px; 
}
.good_con ul li.item .good_more{
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #ff001e;
}

.case{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0px;
	
}
.case .case_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.case_con ul li{
    width: 280px;
    overflow: hidden;
    float: left;
    line-height: 50px;
    text-align: center;
    margin: 0 10px 20px 10px;
}
.case_con ul li .pic{
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.case_con ul li .pic img{
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.news{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; 
}
.news .news_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.news_con ul li{
    float: left;
    width: 548px;
    height: 80px;
    padding:35px 20px;
    margin: 0 5px;
    transition: all .2s linear 0s;
    margin-bottom: 20px;
    background: #f3f3f3; border:1px solid #e2e2e2;
}
.news_con ul li .news_pic{
    width: 120px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    border:#e2e2e2 1px solid;
}
.news_con ul li .news_pic img{
    width: 120px;
    height: 90px;
}
.news_con ul li .news_text{
    width: 400px;
    height: 90px;
    float: right;
}
.news_con ul li .news_text h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}
.news_con ul li .news_text h3 a{
    color: #0070E3;
}
.news_con ul li .news_text p{
    line-height: 22px;
    color: #999;
}
.inproduct{width:910px; float:right;overflow: hidden; padding-top:0px;}


.hezuo { width:100%; display:block; overflow: hidden;}
.hezuo ul { margin:0;padding:0; clear:both;/* height:290px; */overflow: hidden;}
.hezuo li {float:left; width: 208px; height:196px; overflow: hidden; line-height: 35px; text-align:center;border-collapse: collapse;margin:0px 20px 15px 0px; background:#f4f4f4;}
/*.hezuo li:nth-child(4n){margin-right:0;}*/
.hezuo li a{display:block;}
.hezuo li a .cp_name{display: block; width:208px; height:156px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden; position:relative; z-index:1;}
.hezuo li a .cp_more{display:none;transition:0.6s all 0s linear;}
.hezuo li a:hover .cp_more{display:block;position:absolute; z-index:200; top:60px; left:20%; width:130px; height:32px; color:#111; background:#fff; border-radius:6em;transition:0.6s all 0s linear;}
.hezuo li a:hover span{/*background:url(tit_bg2.png) no-repeat left top; */ background:#009CD8;color: #fff;transition:0.6s all 0s linear;}
.hezuo li a img{max-width: 208px; max-height:156px; vertical-align:middle;}
.hezuo li span{height:40px; line-height:40px;color: #111; text-align:center;display:block; clear:both; background:#EAEAEA;}

.hezuo li a:hover img { transform: scale(1.1, 1.1);}
.hezuo li a img{transition:transform 1s ease 0s}


.ystitle {background:url(ys_title.png) center no-repeat;height:422px; width:100%; margin:0 auto;}
.youshi{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.youshilogo{ width:100%; height:180px; text-align:center; padding-top:20px; position:relative;}
.youshilogo1{ width:100%; height:45px; line-height:45px; display:block; font-size:33px; font-weight:bold;}
.youshilogo2{ width:424px; height:2px; background-color:#b82b31; display:block; margin:0 auto; margin-top:10px;}
.youshilogo3{ width:204px; height:6px; display:block;background-color:#b82b31; margin:0 auto; position:relative; top:-4px;}
.youshilogo4{ width:100%; height:auto; display:block; padding-top:5px;}

.youshicon{ width:100%; height:700px;background:url(youshipic.jpg) no-repeat center;}
.youshicon1{ width:480px; height:289px; float:left;}
.youshicon1_1{ width:100%; height:155px; display:block;}
.youshicon1_1_img{ width:90px; height:155px; float:left; display:block;}
.youshicon1_1_t{ width:383px; height:40px; line-height:40px; padding-bottom:10px;background:url(youshibg.jpg) repeat-x bottom; font-size:24px; font-weight:bold; display:block; float:right;}
.youshicon1_1_t1{ color:#036495;}
.youshicon1_1_c{ width:383px; height:auto; display:block; padding-top:0px; line-height:28px;font-size:16px; float:right;}
.youshicon1_1_c1{ font-weight:bold;}
.youshicon1_2{ width:100%; height:155px; display:block;}
.youshicon2{ width:480px; height:289px; float:right; padding-top:431px;}


/*首页产品展示*/
.con_right {width:910px; float:left;display:block; overflow: hidden;}
.index_cp{width:100%;display:block; overflow: hidden;}
.index_cp ul {margin:0;padding:0; clear:both; overflow: hidden;}
.index_cp li {float:left; width: 280px; height:250px; overflow: hidden;text-align:center;border-collapse: collapse;margin:15px 10px 15px 10px;
}
.index_cp li:hover{float:left; width: 280px; overflow: hidden;text-align:center;border-collapse: collapse;}
/*.index_cp li:nth-child(3n){margin-right:0px;}*/
.index_cp li b{font-weight:normal;}
.index_cp li a{display:block; border:1px solid #E2E2E2; font-size:16px;}
.index_cp li a .cp_name{display: block; width:100%; height:200px;color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden; padding:4px;}

.index_cp li span{height:40px; line-height:40px;background:#eee url(title_bg.jpg) no-repeat right center; display:block; clear:both;}
.index_cp li a:hover span{background:#eee url(title_bg.jpg) no-repeat left center; color: #fff;transition:0.6s all 0s linear;}
.index_cp li a img{width: 272px; height:200px; vertical-align:middle;object-fit: cover; }

.index_cp li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.index_cp li a .cp_name img{transition:transform 1s ease 0s}

/*左侧相关产品展示*/
.leftcp{width:260px; margin:0 auto;display:block; overflow: hidden; border:1px solid #e0e0e0; padding:2px;}
.leftcp ul {padding:0; clear:both; overflow: hidden; width:250px; margin:0 auto; margin-top:8px;}
.leftcp li {float:left; width:118px; margin-bottom:6px; overflow: hidden; line-height: 30px; text-align:center;border-collapse: collapse; border:1px solid #e0e0e0;}
.leftcp li:nth-child(2n){float:right;}
.leftcp li b{font-weight:normal;}
.leftcp li a{display:block;}
.leftcp li a .cp_name{display: block; width:114px; height:114px;background: #fff; color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden; padding:2px;}
/*.leftcp li a:hover span{background: #009CD8; color: #fff;transition:0.6s all 0s linear;}*/
.leftcp li a img{max-width: 114px; height:114px; vertical-align:middle;}
.leftcp li span{height:30px; line-height:30px; background:#e2e2e2; display:block; clear:both;}
.leftcp li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.leftcp li a .cp_name img{transition:transform 1s ease 0s}
/*============简介===============*/

.gcal_img {width:1180px; margin:0 auto;height:280px;overflow:hidden;padding-left:20px;}
.gcal_img ul{height:270px; overflow:hidden;}
.gcal_img li{float:left; margin-right:20px; text-align:center; line-height:40px;}
.gcal_img li img{padding:2px; height:225px; border:1px solid #e2e2e2;}

/*友情链接*/
.links{width:1200px; margin:0 auto; height:60px; line-height:60px;}
.links h3{width:180px; float:left; color:#205DA9;font-size:22px;}
.links h3 span{font-size:24px; color:#666;}
.links a{padding:0px 10px;}
.layouts{ }
.container-inners{min-height:340px;background:#fff }
.n_pic{width:450px;padding:20px; }
.c_n_list{width:690px;height:300px;display:inline;overflow:hidden;padding-top:20px;}
.c_n_list .bd{float:left; width:100%;height:30px;border-bottom:1px solid #E8E8E8;}
.c_n_list .bd dl{float:left; position:absolute; width:690px;}
.c_n_list .bd dd{width:70px;height:30px; line-height:30px; left:10px; bottom:0;position:relative; float:left;color:#009CD8; font-size:16px; font-weight:bold;text-align:center;border-bottom:1px solid #009CD8;}
.c_n_list .bd dt a{float:right; height:25px; line-height:25px; width:50px; text-align:left; overflow:hidden; font-family:"宋体";padding-top:5px;}

.c_n_list .nra{width:675px;margin-left:10px; float:left; height:320px; overflow:hidden; }
.c_n_list .nra dl{width:675px;}
.c_n_list .nra dd{ float:left; width:675px; text-align:center; background:url(bg2.gif) repeat-x bottom left; padding:10px 5px 0;}
.c_n_list .nra dd p.p1{width:675px; height:50px; line-height:50px;display:inline; overflow:hidden;}
.c_n_list .nra dd p.p1 a{font-family:"黑体"; color:#FF3300; font-size:20px;}
.c_n_list .nra dd p.p1 a:hover{font-family:"黑体"; color:#FF0000; font-size:20px;}
.c_n_list .nra dd p.p2{height:45px; display:inline; color:#999; text-indent:25px;float:left; width:670px;overflow:hidden; line-height:20px; text-align:left;}
.c_n_list .nra dt{float:left; width:660px; height:17px; line-height:17px;font-size: 13px; overflow:hidden; background:url(li.gif) no-repeat left center;margin:10px 0 0 0; display:inline; padding-left:10px;}
.c_n_list .nra dt span{float:right;font-size: 12px;}
.c_n_list .contentx{max-height:230px;color:#333; line-height:27px; font-size:14px;margin:20px;}

.mask50{
    background: url(mask40.png) ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none; 
}
.win_alert{
    width: 1230px;
    height: 522px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -615px;
    margin-top: -261px;
    background: #fff;
    z-index: 9999;
    display: none;
}
.win_alert .close{
    background: url(close.png) no-repeat center;
    display: block;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 24px;
    right: 30px;
}
.win_alert .inner{
    padding: 66px;
}
.win_alert .title1{
    font-size: 18px;
    color: #333333;
}
.win_alert .scroll{
    margin-top: 16px; padding:0 20px;
    height:360px; overflow:auto;
}
.win_alert .desc{
   font-size: 14px;
    color: #333333;  
    line-height: 22px;
    text-align:justify;
}
.about{width:100%;background:#F4F4F4; margin-top:0px;clear:both;}
/*.about .about_left{ margin-right:40px;}*/
.about .about_right{ color:#111; padding:30px 0;}
.about .about_right .title{height:80px; margin-bottom:6px;font-size:36px;display:block; padding-top:40px;}
.about .about_right .title p{ font-size:78px; color:#E5E5E5; margin-bottom:16px;font-family: Impact;text-transform: uppercase;}
.about .about_right .about_con{ width:560px; text-indent:2em; line-height:24px; overflow:hidden; margin-bottom:25px;}
.about .about_right span{ margin-right:20px; float:left;}
.about .about_right span a{height:38px; line-height:38px; text-indent:25px; display:block;width:130px;background:url(wzbj5.png) no-repeat; z-index:1;color:#fff;}
.about .about_right span a:hover{height:38px; line-height:38px; text-indent:25px;display:block;color:#fff;}

/*首页新闻*/
.tjnews{width:576px; padding:10px 0;}
.tjnews dl{height:100px; margin-top:10px; display:block;}
.tjnews dt{height:100px; float:left; margin-right:15px;}
.tjnews dt img{height:92px; width:138px; padding:2px; border:1px solid #e2e2e2;}
.tjnews dd{}
.tjnews dd h3{height:30px; line-height:30px; font-size:16px; font-weight:bold;}
.tjnews dd span{height:66px; line-height:22px; display:block; color:#888; padding:4px 0; overflow:hidden; font-size:14px;} 

.inews_list { width:576px; float:left; margin:0; }
.inews_list li{ margin-top:10px;}
.inews_list .newscon { width:576px; height:90px; float:right; background:#fff;}

.inews_list .newscon .newtime{ float:left; color:#666666; height:80px; padding:0 10px; text-align:center; background:#f3f3f3;}
.inews_list .newscon .newtime span{ font-size:14px; color:#666666;height:30px; line-height:20px;}
.inews_list .newscon .newtime h3{ font-size:30px; height:50px; line-height:50px; color:#666666;padding:0px 5px; margin:0px;}
.inews_list .newscon .newfloat{ background:#fff; width:470px; height:80px; float:right; }
.inews_list .newscon .newfloat span{ color:#888888; font-size:14px;padding:0; float:right; text-align:left; height:580px; line-height:25px; overflow:hidden; width:470px;}
.inews_list .newscon .newfloat h3{font-size:18px;padding:px 0px 0px; height:30px; line-height:30px; overflow:hidden;}

.inews_list .newfloat a,.hyfocus .newfloat a{ color:#666666;}
.inews_list .newfloat a:hover,.hyfocus .newfloat a:hover{ color:#EA1717;}

.hyfocus { width:576px; float:right;}

.hyfocus li{ margin-top:10px;}
.hyfocus .newscon { width:576px; height:90px; float:right; background:#fff;}
.hyfocus .newscon .newtime{ float:left; color:#666666; height:80px; padding:0 10px; text-align:center; background:#f3f3f3;}
.hyfocus .newscon .newtime span{ font-size:14px; color:#666666;height:30px; line-height:20px;}
.hyfocus .newscon .newtime h3{ font-size:30px; height:50px; line-height:50px; color:#666666;padding:0px 5px; margin:0px;}
.hyfocus .newscon .newfloat{ background:#fff; width:470px; height:80px; float:right; }
.hyfocus .newscon .newfloat span{ color:#888888; font-size:14px;padding:0; float:right; text-align:left; height:580px; line-height:25px; overflow:hidden; width:470px;}
.hyfocus .newscon .newfloat h3{font-size:18px;padding:px 0px 0px; height:30px; line-height:30px; overflow:hidden;}

.proli{width:100%; border-bottom:1px solid #F0F0F0;}
.proli li{width:120px; float:left; background:#009CD8;color:#fff; height:50px; line-height:50px; text-align:center; margin-right:5px;}
.proli li a{display:block; background:#F0F0F0; font-size:16px;}
.proli li a:hover{display:block; background:#009CD8; color:#fff;}
.proli li.hover a{display:block; background:#009CD8; color:#fff;}

.linkbj{ height:92px; background:#0550A0;}
.link{ width:1200px; margin:0 auto;}
.linkz{ float:left; width:250px; height:92px; background:url(yqlj.jpg) no-repeat; font-size:16px; font-weight:bold;}
.linky{ width:950px; float:right; padding-top:20px;}
.linky a{ display:block; float:left; padding: 0 15px 10px 15px; color:#fff;}
.linky a:hover{text-decoration:underline;}

/* CSS Footer */
.foot_bg{width:100%; height:300px; overflow: hidden;background:url(footerbg.jpg) no-repeat center;}
.foot{width:540px;margin:0 auto;overflow: hidden; padding:20px 0;}
.foot_nav{width:100%;height:62px;text-align:center;font:12px/62px "Microsoft YaHei";color:#fff;text-overflow: ellipsis;overflow:hidden;white-space: nowrap; }
.foot_nav a{color:#fff;margin:0 40px; font-size:16px;}
.friend_link{
    width: 830px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 370px;
}
.friend_link span{
    color: #0070E3;
    font-weight: bold;
}
.friend_link a{
    display: inline-block;
    padding: 0 10px;
}
.foot_con{
    width: 1200px;
    padding-top: 30px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}
.foot_con .foot_weixin{
    width: 118px;
    height: 118px;
    overflow: hidden;
    float: left;
}
.foot_con .foot_info{
    width: 850px;
    overflow: hidden;
    float: right;
}
.foot_info .foot_logo{
    width: 77px;
    height: 97px;
    margin-right: 70px;
}
.foot_info .foot_contact{
    width: 380px;
    overflow: hidden;
    float: left;
    margin-right: 70px;
}
.foot_info .hot_tel{
    width: 200px;
    overflow: hidden;
    float: right;font-size: 20px;
}
.foot_info .hot_tel .num{
    color: #e9ba16;
    font-size: 28px;
    font-weight: 600; line-height:30px;
}
.share{width:140px;height:48px;margin:0 auto;}
.foot_copyright{text-align:left;color:#fff; padding-left:12px;font-size:16px; line-height:30px; display:block;}
.foot_copyright p{width:100%;text-align:center; font-size:16px;color:#fff;}
.foot_copyright p span{margin:0 6px;}
.foot_copyright a{color:#fff}
.links_bg{width:100%;height:55px;background:#002E46;}
.links{width:980px;height:55px;background:url(linksbg.jpg) 3px center no-repeat;margin:0 auto;overflow: hidden;}
.links p{float:left;width:100px;height:55px;text-align:right;font:12px/55px "Microsoft YaHei";color:#fff;}
.links a{float:left;font:12px/55px "Microsoft YaHei";color:#fff;margin:0 6px;}
/*内页*/
.class_bg{width:100%; background:url(class_bg.jpg) no-repeat center; background-size:cover; height:300px; min-width:1200px; clear:both;}
.class_bg h3{margin-top:50px; padding:40px; float:left; background:#fff; border-radius:10px; font-size:36px; color:#000; display:none;}

.lxwm{width:100%;line-height:28px; padding:30px 0; height:500px; background:url(class_bg.jpg) no-repeat;background-size: cover;}
.lxwm ul{width:600px;background:url(tmbg_a.png); margin:0px auto; padding:60px 30px 60px 50px; border:1px solid #191919; color:#fff; margin-top:100px;}
.lxwm li{ height:40px; line-height:40px;display:block; padding-left:50px;}

.lxwm li.aa{background:url(gs.png) no-repeat;}
.lxwm li.a1{background:url(liuyan_01.png) no-repeat;}
.lxwm li.a2{background:url(liuyan_02.png) no-repeat;}
.lxwm li.a3{background:url(liuyan_03.png) no-repeat;}
.lxwm li.a4{background:url(liuyan_add.png) no-repeat;}
.lxwm li.a5{background:url(liuyan_fax.png) no-repeat;}
.lxwm li.a6{background:url(liuyan_mail.png) no-repeat;}


.navli{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #f0f0f0;}
.navli li{width:15%; height:60px; line-height:60px;text-align:center; float:left;}
.navli li a{display:block; font-size:16px;}
.navli li:hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #009CD8; text-align:center; float:left;}
.navli li.hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #009CD8; text-align:center; float:left;}

.path{width:100%;height:40px; line-height:40px; padding:0px; border:#ccc 1px solid; border-left: none; border-right:none;}
.path h2{float:left; font-weight:bold; font-size:16px; height:40px; padding:0px 30px; background:#0070E3; color:#fff;}
.path span{float:right; padding-right:10px; background: url(position.png) no-repeat 0 10px; text-indent:20px;}
.content{width:100%; margin:0 auto; padding:25px 0; font-size:14px; line-height:24px;}
.content strong{font-size:18px;}
.content p{font-size:16px; line-height:28px;}
/* .content img{width:100%;} */
.content table,.view_con table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:100%; margin:0 auto;}
.content table td,.view_con table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:5px; text-align:center;}

.view-title{font-size:24px; width:100%; margin:0 auto; line-height:30px; display:block; padding-bottom:15px; text-align:left;}
.view-date{height:25px; line-height:25px; display:block; text-align:left;}
.view-date span{}
.updown{width:100%; clear:both; margin-top:15px; margin-bottom:25px; height:50px; display:block;}
.updown li{width:45%;background:#0070E3; margin:10px 2%; float:left;height:40px; line-height:40px; overflow:hidden; color:#fff; text-indent:20px; border-radius:20px;}
.updown li a{color:#fff;}


.products{ width:100%; margin:0 auto;}
.products .pros_tit{font-size:28px; text-align:center;height:90px; line-height:90px;margin-top:20px;margin-bottom:20px;clear:both;}
.products .pros_tit a{font-size:28px; background:#0070E3; color:#fff; padding:10px 30px;}

.row .cptitle{ width:291px; background:#eeeeee; height:50px;}
.row .cptitle p{ color:#333; font-size:16px; text-align:center; line-height:50px;}

/*产品组图*/
.pro_list{padding:0px 0px;}
#imgto{width:510px; height:380px; float:left;}
#imgto .big{width:510px;height:380px;display: table-cell;text-align: center; vertical-align: middle;text-align:center; background:#f5f5f5;}
#imgto .big img{max-width:510px;max-height:380px;}
#imgto .small{height:100px; margin-top:8px;width:100%; clear:both;}
#imgto .small div{float:left;overflow:hidden;}
#imgto .small div.imgl,#imgto .small div.imgr{width:13px;height:80px; border:1px solid #CCC; background-color:#F6F6F6; text-align:center; line-height:80px; font-weight:bold; color: #999; cursor:pointer;}
#imgto .small div.imgl:hover,#imgto .small div.imgr:hover{ background-color: #E7E7E7; color: #666}
#imgto .small div.imgc{width:480px; position:relative;height:100px;}
#imgto .small div.imgc ul{ position:absolute;width:2200px; height:100px;top:0; left:0;}
#imgto .small div.imgc ul li{ float:left; width:108px; padding-left:10px;cursor:pointer; }
#imgto .small div.imgc ul li img{width:106px; height:80px;border:1px solid #009CD8}
#imgto .small div.imgc ul li.the img {border:1px solid #009CD8}

.pro_right{width:640px; float:right;}
.pro_right h1{height:80px; line-height:80px; font-size:26px;}
.pro_right .pro_desc{line-height:28px; line-height:28px; font-size:14px; background:#f4f4f4; padding:12px 15px; border:1px solid #E5E5E5;}
.pro_right .pro_desc strong{color:#f00;}
.pro_desc ul{}
.pro_desc ul span{color:#f00;}
.pro_right .pro_zx{width:260px;height:28px; line-height:28px; margin-top:20px; font-size:30px; background:#0070E3 url(tel2.png) no-repeat 20px 16px; padding:15px 25px; border-radius:3em; text-indent:36px; color:#fff;}
.pro_img{ width:100%; margin:0 auto; clear:both; text-align:center; display:block; padding:0px;}
.pro_img img{height:380px;}
/*产品循环列表*/
.CaseSubBody{ width:100%; height:auto; overflow: hidden; margin:20px auto;   padding-bottom:0; padding-top:20px; }
.cprolist { width:1160px; margin:0 auto; padding:20px; background:#fff; height: 330px; margin-bottom:40px; position: relative; box-shadow:0 0 30px #dadada;} 
.cprolist h2 { margin-bottom: 20px; font: bold 20px/40px "microsoft yahei"; border-bottom: 1px solid #eaeaea; overflow: hidden; } 
.cprolist h2 b{width: 40px;padding: 0 5px;line-height:40px;background-color: #ED1C24;color: #fff;font-size:30px; height: 40px;margin-right: 10px;}
.cprolist h2 span { float: right; font: normal 14px/40px "microsoft yahei"; padding-right: 10px; } 
.cprolist h2 a{ font-size:14px;}

.cprolist .img,.pitems { float: left; } 
.cprolist dl { width: 200px; margin-left: 15px; margin-top:15px; } 
.cprolist dl dt {  height: 183px; } 
.cprolist dl dt img { width: 200px; height: 143px; } 
.cprolist dl dt:hover img{filter:alpha(opacity=50); -moz-opacity:0.5;opacity:0.5;}
.cprolist .img { margin-right: 7px; } 
.cprolist .img img { width: 250px; height:250px; } 
.cprolist .img:hover img{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
.cprolist dl dd a { margin: 0 8px; _margin: 0 5px; }

.proleft { float: left; overflow: hidden; } 
.prolist dl { margin-top: 30px; } 
.prolist dl dd a { margin: 0 20px; _margin: 0 15px; } 
.pitems dt { border-bottom: 1px dashed #a3a3a3; overflow: hidden; } 
.pitems dt img,.pitems dt span { display: block; float: left; } 
.pitems dt span { width: 100%; font: bold 14px/40px "microsoft yahei"; text-align: left; } 
.pitems dd a { display: block; line-height: 35px; font-family: "microsoft yahei"; width: 48px; float: left; text-indent: 20px; background: url(icon-list.png) no-repeat; } 
.pitems .i1 { background-position: -15px -392px; } 
.pitems .i2 { background-position: -15px -430px; } 
.pitems .i3 { background-position: -15px -469px; } 
.cplist{ padding:20px; width:1160px; background:#fff; box-shadow:0 0 30px #dadada;margin:20px auto;}
.cplist h1{ border-bottom:1px solid #dadada; line-height:40px; height:40px; font-size:18px;}



.view_con{width:100%; padding:15px 0; line-height:28px;}
.view_con p{ font-size:15px;}
.view_con img{max-width:600px; text-align:center;}
.view_con a.neilian{color:#f00;}
.view_desc{padding:15px 25px; background:#f5f5f5; border:1px solid #e2e2e2; font-size:14px;}
.view_title{width:100%; background:#f0f0f0; height:50px; line-height:50px; clear:both; margin:10px 0;}
.view_title h3{background:#036ad6 url(ico.png) no-repeat 20px center; display:block; float:left; color:#fff;padding:0px 20px;text-indent:30px; font-size:16px;}
.view_title span{float:right; padding-right:100px;}
.view_title span a{color:#111;}
/*新闻列表*/
.news_list{ padding:0 5px;clear:both; margin:10px auto; background:#fff;}
.news_list ul{margin:0px; padding:0px;}
.news_list li{height:40px; line-height:40px; overflow:hidden; border-bottom:1px dashed #e2e2e2;padding-left:20px; background:url(heidian.jpg) no-repeat 8px 15px;}
.news_list li span{float:right;}
.news_list li b{font-weight:normal;}


.news_1nr{width:100%; margin:0 auto;}
.news_1nr ul li a{width:100%; height:94px;display:block; font-size:15px;}
.news_1nr ul li{margin:0 0 45px 0; position:relative; padding:9px 16px 0 0; border:1px solid #c4c4c4; width:858px; height:94px;}
.news_1nr ul li span{width:103px; height:120px; overflow:hidden; float:left; background:#0070E3; border-bottom:3px solid #ffca00; color:#ffffff; text-align:center;  position:absolute; top:-1px; left:8px;transition: all 0.4s;font-size:24px;}
.news_1nr ul li span h1{font-size:34px; font-family:Impact; line-height:42px; padding:20px 0 0px 0; display:block;}
.news_1nr ul li div{width:730px; float:right;}
.news_1nr ul li div p{line-height:24px; font-size:13px; text-indent:2em; color:#777777;}
.news_1nr ul li:hover{background:#f2f2f2;}
.news_1nr ul li:hover span{background:none; border-bottom:0px; color:#0070E3;transition: all 0.4s;}

/*新闻列表二*/
.main_c{width: 100%;float: left;line-height: 260%;padding:10px 0 20px 0;}
.news_two_ul {
    height: auto;
    overflow: hidden;
    max-width:1200px; margin:0 auto;
}
.news_two_ul li{height:160px;}
.news_two_box {
    width: 100%;
    height: 130px;
    border: 1px solid transparent;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img {
    width: 200px;
    height: 100px;
    padding: 15px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img img{width: 200px;height: 100px;object-fit: cover;}
.news_two_txt span {
    font-size: 16px;
    color: #717171;
    display: block;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s ease-out 0s
}
.news_two_txt span b{font-size:16px; font-weight:normal;}
.news_two_box:hover .news_two_txt span {
    color: #333
}

.news_two_txt i {
    height: 52px;
    color: #A2A2A2;
    line-height: 24px;
    display: block;
    overflow: hidden; font-style:normal;
    transition: all .3s ease-out 0s
}

.news_two_box:hover .news_two_txt i {
    color: #999
}

.news_two_txt {
    width: 60%;
    float: left;
    padding:16px 0 28px 28px;
    transition: all .3s ease-out 0s
}

.news_two_box:hover .news_two_txt {
    padding: 16px 0 28px 40px
}

.news_two_date {
    width:160px;
    float: right;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    color: #999;
    padding: 16px 19px 0 0;
    transition: all .3s ease-out 0s; text-align:right;
}

.news_two_box:hover .news_two_date {
    padding: 26px 29px 0 0
}

.news_two_date span {
	color: rgb(153, 153, 153);
    height: 26px;
    font-size: 24px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}

.news_two_date i {
    font-size: 13px; 
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}

.news_two_but {
    position: absolute;
    top: 80px;
    right: 28px ;transition: all .3s ease-out 0s;
}
.news_two_box:hover .news_two_but{top: 80px;right:52px; font-size:18px;}
.news_two_box:hover {
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08)
}

.news_two_box:hover .news_two_img {
    background: #2ca501;
}
.ser_but{float: right; border:1px solid #f00;}
.news_two_box:hover .ser_but {
    background: #0a5cb0;
    border: 1px solid #0a5cb0;
    margin: 0 -36px
}
/*联系我们*/
.contact {font: 400 14px/28px "microsoft yahei";}
.contact .caption {margin:10px 0; padding-bottom:10px;}
.contact .caption span {display: block;color: #ff2020;font-size: 13px}
.contact h2 {clear: both;font: 700 20px/40px "microsoft yahei";margin-bottom: 10px}
.contact .cway {position: relative;padding:0px 0;overflow: hidden;}
.contact .cway ul {height: 270px;float: left;}
.contact .cway li {background: url(icon_contact.png) 0 100px no-repeat;line-height: 40px;text-indent: 60px;margin: 5px 0}
.contact .cway li a {color: #666}
.contact .cway li a:hover {color: #ff5050;font-weight: 700}
.contact .cway li span {font-weight: 700}
.contact .cway li.tel {background-position: -60px -338px}
.contact .cway li.qq {background-position: -60px -381px}
.contact .cway li.email {background-position: -60px -473px}
.contact .cway li.fax {background-position: -60px -519px}
.contact .cway li.group {background-position: -60px -427px}
.contact .cway .chat {display: block;width: 230px;line-height: 40px; height:40px;text-align: center;color: #fff;font-size: 16px;font-weight: 700;background-color: #ff2020;margin: 30px 0 0 6px}

/*.map{ width:600px; padding:20px 0;float:right;}
.map p{line-height:25px;}*/

#allmap{width:100%; height:350px; line-height:24px;}

/*分页*/
.pages{text-align:center;clear:both;font-size:14px;width:100%;height:40px;}
.pages a{margin:3px;padding:8px 12px;border:1px solid #c1c1c1;color:#A0A0A0;font-size:14px;border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F0F0F0));}
.pages span{background:#15181E;color:#fff;margin:3px;padding:8px 12px;border:1px solid #15181E;border-radius: 3px;}

/*留言*/
.member_f{width:90%; margin:0 auto;margin-top:5px;}
.member_f li{padding:10px 0; display:block;}
.member_f li .inp{height:40px; line-height:40px; width:98%; border:1px solid #e2e2e2; border-radius:5px; padding-left:5px;}
.member_f li .inpx{height:40px; line-height:40px; width:98%; border:none; font-size:18px;border-radius:5px; padding-left:5px;}
.member_f li .textarea{height:120px; width:96%;border:1px solid #e2e2e2;border-radius:5px;padding:5px;}
.member_f li.anniu{ text-align:center;}
.member_f .btnbig{height:40px; line-height:40px; font-size:16px; background:#0072B4; border:none; cursor:pointer; width:280px; margin:0 auto; color:#fff;}

/* service */
.service{height:100px;position:relative;z-index:1;}
.service li{float:left;width:12.5%;height:100px;transition:background 0.3s;-webkit-transition:background 0.3s;}
.service li a{display:block;box-sizing:border-box;color:#fff;border-right:1px solid #bfbfbf;border-right:1px solid rgba(191,191,191,.3); }
.service li:last-child a{border:none;}
.service li:hover:last-child a{border:none;}
.service li:hover{background:rgba(0,0,0,.3);}
.service li:hover a{border-color:transparent;color:#AD0858;border-right:1px solid #bfbfbf;border-right:1px solid rgba(255,255,255,.3);}
.service li i{display:block;line-height:60px;font-size:48px;text-align:center;}
.service li strong{display:block;line-height:40px;text-align:center;font-weight:normal;font-size:16px;}
.layout{max-width:1200px;min-width:980px;margin-left:auto;margin-right:auto;}
/* 图标 */

.boxs{width:100%; margin:0 auto;}
.bc{background:#FFFFFF;}
.bc3{background:#F6F9FA;}
.h840{height:840px;}
.h340{height:340px;}
.pt10{padding-top:10px;}
/*index news pic*/
.n_pic{width:450px;padding:20px; padding-left:0px;}
#foucsBox {width: 450px; height: 300px;overflow: hidden; zoom: 1; position: relative;}
#foucsBox .imgCon { width: 450px; height: 300px; margin: 0; padding: 0; position: relative; list-style: none; }
#foucsBox .imgCon li { float: left; width: 450px; height: 210px; }
#foucsBox .imgCon li .imgTitle { width: 450px; position: absolute; bottom: 0; height:35px; line-height:35px; overflow:hidden; text-align: center; z-index: 2; }
#foucsBox .imgCon li .imgTitle a { width:450px; color: #fff; display: block; text-decoration: none; font-family: font-weight: normal; font-size: 14px; zoom: 1;height:35px; line-height:35px; overflow:hidden; }
#foucsBox .showPage { width: 450px; height: 35px; position: absolute; bottom: 0; background: #000; opacity: 0.7; filter: alpha(opacity=70); z-index: 1; }
#foucsBox .foucs { display:none; width: 450px; height: 22px; position: absolute; bottom: 3px; text-align: center; z-index: 3; }
#foucsBox .foucs span.f { background: url(pic_bg.png) -170px -90px no-repeat; }
#foucsBox .foucsButton { width: 30px;cursor: pointer; height: 20px; padding: 7px; margin-top: -35px; position: relative; z-index: 4; }
#foucsBox .foucsButton span { display: inline; width: 8px; height: 15px; margin: 4px 5px 0; cursor: pointer; overflow: hidden; background: url(pic_bg.png) 0 0 no-repeat; }
#foucsBox .foucsButton img { display: none; cursor: pointer; border-width: 0px; vertical-align: middle; width: 100px; height: 56px; }
#foucsBox .lBtn { float: left; }
#foucsBox .lBtn span { float: left; background-position: 0 -105px; }
#foucsBox .rBtn { float: right; }
#foucsBox .rBtn span { float: right; background-position: -45px -105px; }
#foucsBox .btnHover { width: 25px; overflow: hidden; }
#foucsBox .btnHover img { display: inline; }

.mmk{ width:1200px; margin:0px auto; text-align:center}
.iks{ margin:0px auto; width:1200px;}
.iks .iksn{width:240px;float:left; height:390px;}
.iks .iksn .iksmenu{ width:240px;}
.iks .iksn .iksmenu a{width:240px; height:100px; padding-top:30px; display:block; text-align:center; line-height:34px; border-bottom:1px solid #383b3f;color:#FFF; background:#2d3035}
.iks .iksn .iksmenu a span{font-size:24px;}
.iks .iksn .iksmenu .hover{ color:#fff; background:#ff9c00; border-bottom:1px solid #383b3f}


/*.iks .iksn .iksmore{ float:right; display:inline-block; margin-right:1em; width:100px; border-radius:99px; background:#009CD8; color:#FFF; font-size:14px; height:28px; line-height:28px; margin-top:2px; text-align:center}*/
.iksk {padding:0px; float:right; width:940px; height:390px; background:#fbfbfb;}
.iksk .iksp{ width:450px; float:right;}
.iksk .iksr{ width:400px; float:left; padding:40px 40px;text-align:left;}
.iksk .iksr H3{ font-size:24px; font-weight:bold; color:#009CD8; margin-top:10px;}
.iksk .iksr span{color:#999; font-size:18px; display:block; height:40px; line-height:40px;}
.iksk .iksr .ksjj{ width:400px; height:160px; overflow:hidden; float:left; text-align:left; margin-top:30px;}
a.iksmore{background:#f2a91c; height:40px; width:130px; display:block; clear:both; text-align:center; line-height:40px; color:#fff;}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
 transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
 transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: url('fixCont.png') no-repeat 0 0 #158EE0;
}
.yb_bar .yb_phone {
	background: url('fixCont.png') no-repeat 0 -57px #158EE0;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: url('fixCont.png') no-repeat 0 -113px #158EE0;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
    background: url('fixCont.png') no-repeat 0 -169px #158EE0;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff!important;
}

.ad{width:100%; min-width:1200px; height:160px; background:url(ad1.jpg) no-repeat center;overflow:hidden; margin:0px auto;}
.ad2{width:100%; height:160px; background:url(ad2.jpg) no-repeat center; min-width:1200px; overflow:hidden;}
.ad2 a{width:1000px; height:35px; margin:0 auto; padding-top:66px; text-align:right; display:block; text-indent:-9999em;}
.ad3{width:100%; height:220px; background:url(ysbg1.jpg) no-repeat center; min-width:1200px; overflow:hidden;}
.ad4{width:1200px; margin:0 auto; height:136px; background:url(a3.jpg) no-repeat center; min-width:1200px; overflow:hidden;}
/*.wdks .wenda{width:840px; height:120px;overflow: hidden; float:left;}
.wdks .wenda dl{height:60px;}
.wdks .indexkeshi{width:340px; float:right;border:1px solid #f00;}*/

.ititbig{ font-size: 44px; text-align:center; color: #0D83F2 }
.ititsmall{ margin:10px auto 0 auto; text-align: center; display:block;height:50px; line-height:50px; font-weight: normal; font-size: 24px; color: #000;text-transform:uppercase; }
.ind_lc{ margin-bottom:70px;}
.ind_lc ul{ background:url(lc_bg.jpg) top center no-repeat; height: 200px; margin-top: 50px  }
.ind_lc li{ margin-left:80px; float: left; color: #fff; font-size: 18px; text-align: center; width: 195px; padding-top: 110px; line-height:34px;}
.ind_lc li b{ font-size: 28px; display: block; }
.ind_lc li:nth-child(1){ margin-left: 0 }
.icase { margin:0 auto; height: auto; overflow: hidden; background: #f1f1f1 url(an_bg.jpg) right bottom no-repeat; padding:50px 0 60px 0; }
.caselist{margin-left:-25px; padding-top: 50px}
.ab_index{ height: auto; overflow: hidden; padding:60px 0;}
.ab_index img{ float: right; padding-right: 30px }
.ab_index p{ line-height: 35px; font-size: 16px; padding-top:8px; }
.ab_index h2{ color: #0D83F2; font-size: 40px; margin-bottom: 25px }
.ab_index h2 span{ font-size: 19px; display: block; }
.ab_index .more{ float: right; height: 50px; line-height: 50px; background: #0D83F2; color: #fff; text-align: center; width: 150px }


#end{background:#EFEFEF; color:#777777; width:100%; border-bottom:10px solid #000; height:200px; min-width:1200px; }
#end .end_a{height:74px; color:#FFF;line-height:50px; background:url(inco.png) no-repeat top center;text-align:center;}
#end .end_a a{ color:#FFF; font-size:16px; padding:0px 10px; height:50px;}
.nr{ text-align:center; font-size:16px;}
/*首页产品展示*/
#guolu{
	
}
#guolu .container{
	width:1190px;
	margin:0 auto;
}
#guolu .type-container{
	background: #fff;
}
#guolu .type-container ul{
	padding-bottom:0px;
}
#guolu .type-container ul li{
	float: left;
	width: 384px;
	height:490px;
	background: #f4f4f4;
	box-shadow:0px 0px 5px rgba(0,0,0,0.02);
	margin:0 18px 20px 0;
}
#guolu .type-container ul li:nth-child(3n+3){
	margin-right: 0;
}
#guolu .type-container ul li .case-img{
	padding:0 0px;
	height: 254px;
}
#guolu .type-container ul li .case-img img{
	width:384px;
	height: 254px;
}
#guolu .type-container ul li:nth-child(2) .case-img{
	padding:0 0px 0 0;
}
#guolu .type-container ul li .case-img a{
	display: block;
	height: 254px;
	border-bottom: 1px solid #f6f6f6;
}
#guolu .type-container ul li .type-box{
	padding:0 6px;
	margin-top: 6px;
}
#guolu .type-container ul li .type-box .type-title{
	color: #0070E3;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 12px;
}
#guolu .type-container ul li .type-box .type-title:before{
	position: absolute;
	left:0;
	top:3px;
	content:'';
	width: 3px;
	height: 18px;
	background: #0070E3;
}
#guolu .type-container ul li .type-box .type-title a{font-size: 18px;}
#guolu .type-container ul li .type-box{
	height: 173px;
}
#guolu .type-container ul li .type-box p{
	margin-bottom: 9px;
	color:#2a2a2a;
	line-height: 26px;
}
#guolu .type-container ul li .type-box p span{
	display: inline-block;
	vertical-align: top;
	height: 26px;
	line-height: 26px;
	color: #131313;
	font-weight: bold;
}
#guolu .type-container ul li .type-box p a{
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	border: 1px solid #e2e2e2;
	background: #fafafa;
	margin-left: 8px;
	border-radius: 3px;
	color:#2a2a2a; font-size:12px;
}
#guolu .type-container ul li .type-box p.power a{
	padding: 0 8px;
}
#guolu .type-container ul li .type-box p a.active,#guolu .type-container ul li .type-box p a:hover{
	border-color:#0070E3;
	background: #0070E3;
	color: #fff;
}
#guolu .type-container ul li .consult-box{
	width: 382px;
	height:48px;
	line-height: 50px;
	color: #8e8e8e;
	font-size: 13px;
	border:1px solid #0070E3;
	margin-left: 1px;
}
#guolu .type-container ul li .consult-box em{
	color:#E01222; font-style:normal;
}
#guolu .type-container ul li .consult-box a.online-btn{
	display: inline-block;
	vertical-align: top;
	color: #8e8e8e;
	margin-left: 7px;
}
#guolu .type-container ul li .consult-box a.online-btn:hover{
	color:#0070E3;
}
#guolu .type-container ul li .consult-box a.online-btn .icon{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin:15px 5px 0 0;
	background: url(kefu.gif)no-repeat top center;
}
#guolu .type-container ul li .consult-box .scan-icon{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 14px;
	margin:18px 5px 0 13px;
	background: url(scan.png) no-repeat top center;
}
#guolu .type-container ul li .consult-box .go-btn{
	width: 160px;
	height: 48px;
	line-height: 48px;
	background: #0070E3;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.3);
		z-index: 999;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 200px;
		left: 40%;
		right:40%;
		margin-left:-80px;
		width: 520px;
		min-height:400px;
		overflow:auto;
		background: rgba(0,0,0,.4);
		position: absolute;
		z-index: 9999;
		padding: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
.reveal{background:#fff;min-height:360px;padding:20px;}
.reveal h1{width:100%; height:40px; line-height:40px; background:#e2e2e2; text-align:left; text-indent:25px; font-size:16px; font-weight:normal;}
/*	.reveal-modal.small 		{width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{width: 800px; margin-left: -440px;}*/
	
.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position:absolute;
		top: 18px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
} 

.service-container{
	padding: 0px 0 10px 0;
}
.service-container .advantages{
	text-align: center;
	color: #8c8c8c;
	font-size: 20px;
	line-height: 36px;
}
.service-container .city-box{
	text-align: center;
	margin-top: 10px;
}
.service-container .city-list{
	display: inline-block;
	vertical-align: top;
}
.service-container .city-list li{
	float: left;
	min-width: 115px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: 1px solid #eaeaea;
	margin:0 2px 3px 0;
	color: #e01222;
}

.service-container .city-list li a{
	display: block;
	color: #484848;
}
.service-container .city-list li .active{
	color: #e01222;
}
.service-container .city-list li a:hover{
	color: #e01222;
	text-decoration: underline;
	cursor: pointer;
}
.service-container .case-list{
	margin-top: 30px;
}
.service-container .case-list li{
	float: left;
	width: 279px;
	height: 338px;
	border: 1px solid #e1e1e1;
	margin-right: 16px;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition:All 0.5s;
	-ms-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.service-container .case-list li:last-child{
	margin-right: 0;
}
.service-container .case-list li:hover .img-box img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.service-container .case-list li:hover{
	border-color: transparent;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	transform: translate3d(0,-4px,0);
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
	-ms-transform: translate3d(0,-4px,0);
	-o-transform: translate3d(0,-4px,0);
}
.service-container .case-list li .img-box{
	height: 180px;
	overflow: hidden;
	position: relative;
}
.service-container .case-list li .img-box img{
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition:All 0.6s ease-in-out ;
	-ms-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}

.service-container .case-list li .case-intro{
	padding: 55px 10px 0 10px;
	text-align: center;
	position: relative;
}
.service-container .case-list li .case-intro .btitle{
	position: absolute;
	top:-49px;
	left: 93px;
	width: 98px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: #005DAD;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	padding: 25px 0;
	letter-spacing: 1px;
	z-index: 10;
}
.service-container .case-list li .case-intro .company a{
	display: block;
	color:#111;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.service-container .case-list li .case-intro .place{
	color: #8e8e8e;
}
.service-container .case-list li .case-intro .btn{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin-top: 10px;
}
.service-container .case-list li .case-intro .tel-btn{
	background: #e01222;
	color: #fff;
	margin-right: 15px;
}
.service-container .case-list li .case-intro .consult-btn{
	color: #1191bb;
	border: 1px solid #1191bb;
}

.container-fu{width:100%}
.container{width: 1190px;margin: 0 auto;overflow: hidden}
.index_3{width:100%;height:180px;background:#005DAD}
.index_3_top{width:100%}
.b_middle{font-size:30px;height:30px;line-height:30px;text-align:center;display:block;font-weight:100;color:#333}
.index_3_bot{width:100%;position:absolute;left:0;bottom:0;height:180px}
.index_3_bot_1{float:left;margin-top:20px;color:#fff;position:relative}
.index_3_bot_1 b{font-size:30px;color:#FFF;font-weight:100;line-height:30px;height:30px;margin-top:75px;margin-bottom:20px;display:block}
.index_3_bot_1 a{color:#999;font-size:14px}
.index_3_bot_1 a:hover{color:#FFF}
.index_3_bot_1 i{/* position:absolute;top:10px;right:70px; */ font-style:normal;}
.index_3_bot_1 .shuzi{font-family:Arial;font-size:50px;color:#FFF;padding:0 30px;display:block;margin-top:14px;height:60px;line-height:60px;text-align:center;position:relative}
.index_3_bot_1 .shuzi i{font-family:Arial;font-size:12px;position:relative;top:-20px;left:10px}
.index_3_bot_1 p{text-align:center;font-size:16px;margin-top:30px;}
.toolbar{width:50px;position:fixed;right:1%;top:44%;z-index:999}.toolbar dd{width:50px;height:50px;margin-bottom:1px;position:relative;background:url(black20.png) repeat 0 0;-webkit-border-radius:100%;border-radius:100%}.toolbar dd i{width:50px;height:50px;display:block;position:absolute;left:0;top:0;cursor:pointer;text-align:center;-webkit-border-radius:100%;border-radius:100%}.toolbar dd i span{width:35px;height:35px;display:block;margin:7px 0 0 7px;background:url(rightfixicon.png) no-repeat 0 0}.toolbar dd.gottop{display:none}.toolbar .slide-tel{display:block;width:0;height:50px;line-height:50px;font-size:24px;font-family:arial;color:#FFF;position:absolute;padding:0 0 0 50px;top:0;right:0;overflow:hidden;-webkit-border-radius:50px;border-radius:50px;-webkit-transition:all .0s ease-in-out 0s;-moz-transition:all .0s ease-in-out 0s;transition:all .0s ease-in-out 0s}
.toolbar .pop{position:absolute;right:90px;top:-51px;background:#0185d0;display:none}.toolbar .pop-code{width:160px}.toolbar .pop-code img{width:120px;height:120px;display:block;padding:20px 20px 0}.toolbar .pop-code h3{height:52px;line-height:26px;text-align:center;color:#fff;font-size:16px;font-weight:400;white-space:nowrap}.toolbar .pop-code h3 b{display:block;font-size:14px;font-weight:normal}.toolbar .qq span{background-position:0 -47px}.toolbar .qq a{width:50px;height:50px;cursor:pointer;display:block}.toolbar .qq:hover{background:#0185d0}.toolbar .tel span{background-position:0 0}.toolbar .tel:hover{background:#0185d0}.toolbar .code span{background-position:0 -95px}.toolbar .code:hover{background:#0185d0}.toolbar .top span{background-position:0 -142px; }.toolbar .top:hover{background:#0185d0}.toolbar .top{ border-top:none;}