
@charset "utf-8";
/* 浏览器样式初始化 */
html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:12px;font-family:"Microsoft Yahei";}
p,span{line-height: 2em;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
html,body{color:#333}
body{background:#fff;}---------------------------特别注意：这里的宽度，根据设计师所做的页面具体宽度来修改
ul,ol,li{list-style:none;}
li{list-style: none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;-webkit-transition: background-color .3s ease;-moz-transition: background-color .3s ease;-ms-transition: background-color .3s ease;-o-transition: background-color .3s ease;transition: background-color .2s ease; }
img{border:0}
i,s{font-style: normal;text-decoration: none;}
em{font-style:normal}
h1,h2,h3,h4,h5{font-weight:normal}
.clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0px !important; }
.clear { zoom:1; }
.left { float:left; }
.right { float:right; }
.hide{ display:none;}
.time03{transition: all 0.3s; -moz-transition: all 0.3s; /* Firefox 4 */ -webkit-transition: all 0.3s; /* Safari 和 Chrome */ -o-transition: all 0.3s; /* Opera */}
.time05{transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 和 Chrome */ -o-transition: all 0.5s; /* Opera */}
.time10{transition: all 0.8s; -moz-transition: all 0.8s; /* Firefox 4 */ -webkit-transition: all 0.8s; /* Safari 和 Chrome */ -o-transition: all 0.8s; /* Opera */}
.blur { /* FireFox, Chrome, Opera */ -webkit-filter: blur(10px); /* Chrome, Opera */ -moz-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
.box{width: 1280px; }
.time03{transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;}
.time05{transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out;}
/*首页开始*/
.head{width: 100%; height: 80px; background: #fff; box-shadow: 0px 1px 5px rgba(0,0,0,0.17); position: relative; z-index: 5}
.head .box{overflow: hidden; margin:0 auto; max-width: 1400px; width: 100%;}
.head .logo{float: left; height: 100%;}
.head .menu{float: right;}
.head .menu li{float: left; margin-left: 15px;}
.head .menu li a{display: block; height: 78px; padding-left:12px; padding-right: 12px; font-size: 16px; color: #333;line-height: 78px; 
	border-bottom: 2px solid #fff;}
.head .menu li:hover a,.head .menu li.on a{color:#2967a4; border-bottom: 2px solid #2967a4; }

.ilb{/*height: 810px;*/ width: 100%; background: #ddd; overflow:hidden; position:relative; z-index: 5;}
/* 本例子css */
.ilb .hd{height:74px; overflow:hidden; position:absolute; background-color: #fff; width: 50%; left:0px; bottom:0px; z-index:1; }
.ilb .hd .box{width: 67%; height: 100%; float: right; position: relative; overflow: hidden;}
.ilb .hd .pageState{width: 100px; position: absolute; left: 0px; top: 0px; font-size: 24px; color: #666;line-height: 100px;}
.ilb .hd .pageState span{font-size: 42px; color: #2967a4; }
.ilb .hd a{display: block; width: 80px; height: 80px; position: absolute; top: 0px; color: #555; line-height: 80px; font-size: 16px;
/*font-family: Arial;*/ text-align: center; text-transform: uppercase;}
.ilb .hd a:hover{color: #2967a4; }
.ilb .hd a.prev{right: 130px;}
.ilb .hd a.next{right:30px;}

.ilb .bd{ position:relative; height:100%; z-index:0;   }
.ilb .bd li{ zoom:1; vertical-align:middle; }
.ilb .bd img{ width:100%; height:100%; display:block;  }


.inews{width: 100%; height: 525px; background: #fff; margin-top: 90px; position: relative;}
.inews .box{margin:0 auto; height: 100%; }
/* 本例子css */
.inews .ixwlb{width: 100%; height: 100%; position: relative;}
.inews .ixwlb .ixwl_bt{position: absolute; left: 680px; top: 80px; z-index: 10; line-height: 25px; font-size:16px;}
.inews .ixwlb .ixwl_bt a{ font-size: 18px; color: #555; cursor: pointer; transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg); line-height: 25px; padding-left: 5px; padding-right: 5px;}

.inews .ixwlb .ixwlb_zy{width: 600px; height: 326px;padding: 50px 30px; background: #f7f7f7; position: absolute; left: 0px; top: 0px;}
.inews .ixwlb .ixwl_bt a.on,.inews .ixwlb .ixwl_bt a:hover{color: #2967a4;}
.inews .ixwlb .ixwlb_gd{position: absolute; bottom: -20px; left: 60px; background: url(img/btn.png)no-repeat center center;width: 106px; height: 36px; border-radius: 30px; box-shadow: 0px 3px 5px rgba(19,144,229,0.37); text-align: center;
 z-index: 5; text-transform: uppercase; text-align: center; text-transform: uppercase;  -webkit-filter: brightness(0.9); filter: brightness(0.9);
color: #fff; line-height: 36px;}
 .inews .ixwlb .ixwlb_gd:hover{}
.inews .ixwlb .bd{width: 100%; height: 100%; }
.inews .ixwlb .bd ul{}
.inews .ixwlb .bd li{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.inews .ixwlb .bd li .ixwl_pic{z-index: 5; width: 698px; height: 408px;  background: #eee; position: absolute; right: 0px; bottom: 0px;}
.inews .ixwlb .bd li .ixwl_con{z-index: 5; width: 600px; height: 326px;padding: 50px 30px;  position: absolute;left: 0px; top: 0px; }
.inews .ixwlb .bd li .ixwl_con .ixwl_cnr>h3{font-weight: bold;padding-top: 100px; font-size: 18px; margin-bottom: 15px; color: #555; padding-left: 30px;}
.inews .ixwlb .bd li .ixwl_con .ixwl_cnr>p{font-size: 14px; line-height: 1.8em; color: #555;padding-left: 30px; padding-right: 100px;}
.inews .ixwlb .bd li .ixwl_con .ixwl_cnr i{position: absolute; right: 140px; bottom: 50px;font-size: 14px;  color: #555; font-style: normal;}
.inews .ixwlb .bd li .ixwl_con .ixwl_cnr a{position: absolute; bottom: -20px; left: 60px;  /*background: url(img/ajyin.png);*/
display: block; width: 106px; height: 36px;      z-index: 20; text-transform: uppercase; }
.inews .ixwlb .bd li .ixwl_con .ixwl_cnr a:hover{/*background: url(img/anl.png);*/}

.inews .ixwlb .bd .ixwl_fy{position: absolute; left:550px; bottom:0px; width: 30px; z-index: 10;}
.inews .ixwlb .bd .ixwl_fy a{display: block; width: 24px; height: 24px; text-align: center; font-family: "宋体"; margin-bottom: 10px;
	line-height: 24px; border-radius: 30px; border:1px solid #333; font-size: 16px; color: #333; font-weight: bolder;}
.inews .ixwlb .bd .ixwl_fy a:hover{background: #333; color: #fff;}
.inews .ixwlb .bd .ixwl_fy a.sPrev{transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg);}
.inews .ixwlb .bd .ixwl_fy a.sNext{transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg);}

.inews .ixwlb .bd li .ixwl_con .ibt{position: absolute; left: 20px; top: 50px; z-index: 10;}

.isolve .box{margin:0 auto; }
.ibt {position: relative; padding-left: 25px; border-left: 3px solid #2967a4; margin-bottom: 40px;}
.ibt h3{font-size: 34px; color: #444; line-height: 1em; margin-bottom: 10px; font-weight: bold;}
.ibt p{font-size: 20px; color: #555; line-height: 1em; text-transform: uppercase; }


.isolve{width: 100%; margin-top: 140px; position: relative; z-index: 5;}
.isolve .is_list{width: 100%; overflow: hidden;} 
.isolve .is_list ul li{width: 25%; float: left; position: relative; overflow: hidden;}
.isolve .is_list ul li:hover>img{/*-webkit-transform:scale(1.1); transform:scale(1.1);*/ -webkit-filter: brightness(1.5);filter: brightness(1.5);}
.isolve .is_list ul li img{display: block; width: 100%;}
.isolve .is_list ul li a{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display:block;}
.isolve .is_list ul li a i{display: block; width:100px; height: 80px;   margin:38% auto; overflow: hidden;}
.isolve .is_list ul li a i img{display: block; width: 100%;}
.isolve .is_list ul li a span{text-align: center; font-size: 20px; color: #fff; display: block;}
.isolve .is_list ul li a s{display: block; width: 0px; height: 8px; background:#2967a4;  position: absolute; bottom: 0px; left: 0px;}
.isolve .is_list ul li a:hover s{width: 100%} 

.iproduct{width: 100%; margin-top: 180px; }
.iproduct .box{position: relative;}
.iproduct .icprk{position: absolute; right: 0px; top: 46px; font-size: 14px; color: #333; text-transform:  uppercase;  }
.iproduct .icprk:hover{color: #2973bd;}
.iproduct .icprk i{font-style: normal;}
.iproduct .box{margin:0 auto;}
.iproduct .ip_list{width: 100%; overflow: hidden; position: relative; z-index: 5;  }
.iproduct .ip_list li{float: left; width: 400px; margin-right: 40px; overflow: hidden;}
.iproduct .ip_list li:nth-child(3){margin-right:0px;}
.iproduct .ip_list li .ip_lpic{display: block; width: 400px; height: 220px; background: #ddd; overflow: hidden; position: relative;}
.iproduct .ip_list li .ip_lpic img{display: block; }
.iproduct .ip_list li:hover .ip_lpic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.iproduct .ip_list li .ip_lpic s{position: absolute; bottom: 0px; height: 6px; background:#2967a4; display: block; width: 0px; }
.iproduct .ip_list li .ip_lpic:hover s{width: 100%;}
.iproduct .ip_list li .ip_lcon{}
.iproduct .ip_list li .ip_lcon h3{font-size: 18px; color: #555; line-height: 2em; margin-top: 10px;}
.iproduct .ip_list li .ip_lcon p{font-size: 14px; color: #666; line-height: 2.2em;}

.ijinkou{width: 100%; height: 440px; padding-top: 60px; background:#eee url(img/jkbg.jpg)no-repeat 100% 100%; margin-top: 140px;position: relative; z-index: 5;}
.ijinkou .box{margin:0 auto;}
.ijinkou .ibt{  color: #fff; border-color: #fff;}
.ijinkou .ibt h3,.ijinkou .ibt p{color: #fff;}
.ijinkou .ij_list{width: 100%;}
.ijinkou .ij_list li{float: left; margin-right: 35px;}
.ijinkou .ij_list li:last-child{margin-right:0px;}
.ijinkou .ij_list li a{display: block; width: 399px; height: 220px; background: #ddd; overflow: hidden;}
.ijinkou .ij_list li a img{display: block; }

.iabout{width: 100%; margin-top: 110px; margin-bottom: 130px; position: relative; z-index: 5;}
.iabout .box{margin:0 auto; /*overflow: hidden;*/ }
.iabout .ia_con{width: 100%; /*overflow: hidden;*/ position: relative;}
.iabout .ia_cpic{display: block; width: 612px; height: 346px; overflow: hidden;   }
.iabout .ia_cpic:hover img{-webkit-transform:scale(1.05); transform:scale(1.05);}
.iabout .ia_cnr{position: absolute; width: 690px; height:250px; background: #fff; box-shadow: 0px 1px 5px rgba(0,0,0,0.17);
right: 0px; bottom: 50px; }
.iabout .ia_cnr .ia_cncon{padding: 40px 110px 40px 60px; }
.iabout .ia_cnr .ia_cncon p{font-size: 14px; color: #666; line-height: 1.8em;}
.iabout .ia_cnr .ia_cbtn {position: absolute; bottom: -20px; right: 35px; background: url(img/btn.png)no-repeat center center;
display: block; width: 106px; height: 36px; border-radius: 30px; box-shadow: 0px 5px 15px rgba(19,144,229,0.37); text-align: center;
color: #fff; line-height: 36px;-webkit-filter: brightness(0.9); filter: brightness(0.9);}
.iabout .ia_cnr .ia_cbtn:hover{-webkit-filter: brightness(1); filter: brightness(1);}

.foot{width: 100%; background: #4b4b4b; padding-top: 70px;position: relative; z-index: 5;}
.foot .box{margin: 0 auto; overflow: hidden; position: relative; }
.foot .f_menu{float: left; overflow: hidden;}
.foot .f_menu dl{float: left; margin-right:110px;}
.foot .f_menu dt a{color: #fff; font-size: 16px; line-height: 2em;}
.foot .f_menu dd a{color: #d1d1d1; font-size: 12px; line-height: 1.9em;}
.foot .f_menu dd a:hover{color: #fefefe;}
.foot .f_fx{float: right;}
.foot .f_fx p{font-size: 14px; color: #fff; text-align: center;}
.foot .box:nth-child(1){padding-bottom: 50px;}

.foot .box:nth-child(2){border-top:1px solid #737373; padding-top: 5px; padding-bottom: 30px;  }
.foot .f_dz{overflow: hidden;}
.foot .f_dz span{display: block; float: left; font-size: 15px; line-height: 2em; width: 33.33%; text-align: center; color: #d1d1d1; }

.foot .bottom{width: 100%; background: #454545; height: 36px;}
.foot .bottom p{text-align: center; line-height: 36px; color: #d1d1d1;}

/*分页开始*/
.pbn{width: 100%; height: 520px; background: #eee;}
.pbn .box{margin:0 auto; color: #fff; }
.pbn h3{font-size: 42px; font-weight: bold; line-height: 1.5em; padding-top:270px;}
.pbn i{display: block; width:44px; height: 3px; background: #fff; }
.pbn p{font-size: 40px; font-weight: bold; line-height: 1.5em; text-transform: uppercase; }

.pbt{}
.pbt h3{font-size: 34px; color: #444; text-align: center; margin-top: 70px;}
.pbt p{font-size: 20px; color: #555; text-align: center; line-height: 1.5em; margin-bottom: 30px; text-transform: uppercase;}


/*新闻列表页开始*/
.news{width: 100%; min-height: 500px;}
.news .box{margin:0 auto;}
.news .n_menu{ width: 700px; margin:0 auto;margin-top: -66px; overflow: hidden; /*background: none;*/}
.news .n_menu li{float: left; margin-left: 1px; margin-right: 1px;}
.news .n_menu li a{display: block; width: 344px; height: 64px; background: #fff; line-height: 64px; text-align: center; color: #666; font-size: 18px;}
.news .n_menu li:hover a,.n_menu li.on a{background: #006ebc; color: #fff;}

.news .n_list{width: 100%; overflow: hidden;}
.news .n_list ul{ min-height: 1000px;}
.news .n_list li{width: 100%;   margin-bottom: 40px;}
.news .n_list li .n_lcon{ width: 946px; height: 273px; background: #fff; box-shadow: -1px 2px 10px rgba(0,0,0,0.17); margin-left: 300px; position: relative;}
.news .n_list li .n_lcon .n_lpic{float: left; margin-left: -300px; margin-top: 15px; overflow: hidden;}
.news .n_list li .n_lcon .n_lpic img{display: block; }
.news .n_list li .n_lcon .n_lcnr{padding: 50px 50px 50px 150px;}
.news .n_list li .n_lcon .n_lcnr .n_lcname{display: block; font-size: 18px; color: #666; font-weight: bold; line-height: 2em; margin-bottom: 10px;}
.news .n_list li .n_lcon .n_lcnr .n_lcsumm{display: block; font-size: 14px; color: #666; line-height: 1.7em; }
.news .n_list li .n_lcon .n_lcnr .n_lcrq{position: absolute; bottom: 20px; left: 155px; font-size: 14px; color: #666; font-style: normal;}
.news .n_list li .n_lcon .n_lcnr .n_lcbtn{position: absolute; bottom: -20px; right: 20px; background: url(img/btn.png)no-repeat center center;
display: block; width: 106px; height: 36px; border-radius: 30px; box-shadow: 0px 5px 15px rgba(19,144,229,0.37); text-align: center;
color: #fff; line-height: 36px; text-transform: uppercase; -webkit-filter: brightness(0.9); filter: brightness(0.9);}
.news .n_list li .n_lcon .n_lcnr .n_lcbtn:hover{ -webkit-filter: brightness(1); filter: brightness(1);}

.news .n_list li:hover .n_lcon {background:#006ebc; }
.news .n_list li:hover .n_lcon .n_lcnr .n_lcname{color: #fff;}
.news .n_list li:hover .n_lcon .n_lcnr .n_lcsumm{color: #fff;}
.news .n_list li:hover .n_lcon .n_lcnr .n_lcrq{color: #fff;}

/*产品列表页开始*/
.pro{width: 100%; min-height: 500px;}
.pro .box{margin:0 auto;}
.pro .n_menu{ width:1320px; margin:0 auto;margin-top: -66px; overflow: hidden; /*background: none;*/}
.pro .n_menu li{float: left; margin-left: 1px; margin-right: 1px; width: 13.5%;}
.pro .n_menu li a{display: block; width: 100%; height: 64px; background: #fff; line-height: 64px; text-align: center; color: #666; font-size: 16px;}
.pro .n_menu li:hover a,.n_menu li.on a{background: #006ebc; color: #fff;}

.pro .box{margin: 0 auto;}
.pro .pr_list{width: 100%; overflow: hidden; margin-bottom: 100px;}
.pro .pr_list li{width: 400px; height: 315px; background: #fff;  margin-right: 20px; float: left ; margin-bottom: 20px;}
.pro .pr_list li:nth-child(3n){margin-right: 0px;}
.pro .pr_list li .pr_lpic{display: block; width:100%; height: 220px; overflow: hidden; position: relative; background: #fff;}
.pro .pr_list li .pr_lpic img{display: block; }
.pro .pr_list li .pr_lpic p{position: absolute; bottom:  0px; left: 0px; width: 100%; height: 50px; background: rgba(0,0,0,0.3); color: #fff;
text-align: center; line-height: 50px; font-size: 20px;}
.pro .pr_list li:hover {background:#006ebc; }
.pro .pr_list li:hover .pr_lpic img{display: block; -webkit-transform:scale(1.1);transform:scale(1.1);}
.pro .pr_list li:hover .pr_lcon p{color: #fff;}
.pro .pr_list li .pr_lcon{display: block;  padding: 25px 20px; }
.pro .pr_list li .pr_lcon p{font-size: 14px; color: #666; line-height: 1.5em;}

.pro .pr_list01{width: 100%; overflow: hidden; margin-bottom: 100px;}
.pro .pr_list01 li{width: 400px; height: 220px; background: #fff;  margin-right: 20px; float: left ; margin-bottom: 20px;}
.pro .pr_list01 li:nth-child(3n){margin-right: 0px;}
.pro .pr_list01 li .pr_lpic{display: block; width:100%; height: 220px; overflow: hidden; position: relative; background: #fff;}
.pro .pr_list01 li .pr_lpic img{display: block; }
/*.pro .pr_list01 li .pr_lpic p{position: absolute; bottom:  0px; left: 0px; width: 100%; height: 50px; background: rgba(0,0,0,0.17); color: #fff;
text-align: center; line-height: 50px; font-size: 14px;}*/
.pro .pr_list01 li:hover {background:#006ebc; }
.pro .pr_list01 li:hover .pr_lpic img{display: block; -webkit-transform:scale(1.1);transform:scale(1.1);}
.pro .pr_list01 li:hover .pr_lcon p{color: #fff;}
.pro .pr_list01 li .pr_lcon{display: block;  padding: 25px 20px; }
.pro .pr_list01 li .pr_lcon p{font-size: 14px; color: #666; line-height: 1.5em;}


/*产品中心详情页*/
.prop .n_menu{width: 1040px;}
.prop .n_menu li{width: 33%;} 
.prop .prop_con{width: 100%; min-height: 500px;}
.prop .prop_con .big{width: 100%!important; border: none;}
.prop .prop_con .big>tbody{border: none;}
.prop .prop_con .small{max-width: 1400px; margin:0 auto; width: 100%;}
.prop .prop_con p{font-size: 14px; color: #333;line-height: 1.8em;}
.prop .prop_con td{font-size: 14px; color: #333; line-height: 1.8em;}
.prop .prop_con img{ display: block; max-width: 100%; }

/*联系我们开始*/
.plx{}
.plx .box{margin:0 auto; margin-bottom: 60px;}
.plx .plx_dt{width: 100%; background: #fff; box-shadow: 0px 1px 5px rgba(0,0,0,0.07);}
.plx .plx_dt .plx_dlist{width: 100%; height: 135px; overflow: hidden; background: #fff;  }
.plx .plx_dt .plx_dlist li{width: 33.33%; text-align: center; font-size: 20px; color: #666; line-height: 135px; float: left;}

.plx .plx_bd{width: 100%; background: #fff; margin-bottom: 100px;}
.plx .plx_bd #tsbd{padding: 50px; padding-bottom: 120px;}
.plx .plx_bd #tsbd input{display: block;padding-left: 20px; width: 344px; height: 49px; border: 1px solid #ddd; border-radius: 3px; float: left; margin-left: 10px; margin-right: 10px;
margin-bottom:20px; color: #555;}
.plx .plx_bd #tsbd textarea{display: block; padding : 20px; width:1100px; height: 228px; border: 1px solid #ddd; margin:10px; color: #555;}
.plx .plx_bd #tsbd button{float: right; width: 200px; height: 49px; background: #2973bd; margin-right:25px; margin-top: 20px; border-radius: 3px; border:none; color: #fff;
text-align: center; line-height: 19px; font-size: 14px; cursor: pointer;}
.plx .plx_bd #tsbd button:hover{background: #444;}

#dt{width: 1280px; height: 395px;}


/*解决方案开始*/
.pso{width:100%; }
.pso .ps_list{width: 100%; cursor: pointer; margin-bottom: 50px;}
.pso .ps_list .box{margin:0 auto; width: 1400px;}
.pso .ps_list li{width: 100%; padding-bottom: 15px; padding-top: 15px; overflow: hidden; background: #fefefe;}
.pso .ps_list li:nth-child(2n){background: #ececec;}
.pso .ps_list li .ps_lpic{width: 630px; height: 384px; background: #ccc; overflow: hidden; position: relative;}
.pso .ps_list li .ps_lpic img{display: block; max-width: 100%;}
.pso .ps_list li .ps_lpic:hover>img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.pso .ps_list li .ps_lpic a{display: block; position: absolute; width:100%; height: 100%; top: 0px; left: 0px; background: rgba(0,0,0,0.2);}
.pso .ps_list li .ps_lpic i{display: block; width: 100px; height: 80px;   margin:120px auto 60px;}
.pso .ps_list li .ps_lpic p{font-size: 16px; color: #fff; text-align: center;}
.pso .ps_list li .ps_lpic p:hover{color:#2967a4;}
.pso .ps_list li .ps_lcon{width: 770px; height: 384px;}
.pso .ps_list li .ps_lcon .ps_lcnr{width: 515px; position: relative;  margin:0 auto; height:75px; overflow: hidden; margin-top: 155px;}
.pso .ps_list li .ps_lcon .yin{border-left: 3px solid #fff; padding-left: 10px; position: absolute; top:0px; left: 0px;}
.pso .ps_list li .ps_lcon .yin h3{color: #fff; font-size: 24px; font-weight: bold; margin-bottom:15px; line-height: 1em;}
.pso .ps_list li .ps_lcon .yin p{font-size: 16px;color: #fff; line-height: 1.1em; text-transform: uppercase;}
.pso .ps_list li .ps_lcon .xian{font-size: 16px;color: #fff; line-height: 1.5em; position: absolute; top:200px; left: 0px;  }
.pso .ps_list li .ps_lcon{font-size: 16px; color: #fff;}
.pso .ps_list li .ps_lcon p{ line-height: 1.8em;}

.pso .ps_list li:nth-child(2n-1) .ps_lpic{float: right;}
.pso .ps_list li:nth-child(2n-1) .ps_lcon{float: left;}
.pso .ps_list li:nth-child(2n)  .ps_lpic{float: left;}
.pso .ps_list li:nth-child(2n)  .ps_lcon{float: right;}

.pso .ps_list li:nth-child(1) .ps_lcon{background: linear-gradient(to bottom right, #b17827 0%,  #b58e15 100%);}
.pso .ps_list li:nth-child(2) .ps_lcon{background: linear-gradient(to bottom right, #0083dd 0%,  #3ba9f2 100%);}
.pso .ps_list li:nth-child(3) .ps_lcon{background: linear-gradient(to bottom right, #c3ac14 0%,  #e6d24c 100%);}
.pso .ps_list li:nth-child(4) .ps_lcon{background: linear-gradient(to bottom right, #d55544 0%,  #f96a6a 100%);}
.pso .ps_list li:nth-child(5) .ps_lcon{background: linear-gradient(to bottom right, #00940e 0%,  #0bca1d 100%);}

.pso .n_menu{ max-width: 1400px; width: 100%; margin:0 auto;margin-top: -66px; overflow: hidden; /*background: none;*/}
.pso .n_menu li{float: left; margin-left: 1px; margin-right: 1px; width: 19%;}
.pso .n_menu li a{display: block; width: 100%; height: 64px; background: #fff; line-height: 64px; text-align: center; color: #666; font-size: 18px;}
.pso .n_menu li:hover a,.n_menu li.on a{background: #006ebc; color: #fff;}

.prop .n_menu{ max-width: 1400px; width: 100%; margin:0 auto;margin-top: -66px; overflow: hidden; /*background: none;*/}
.prop .n_menu li{float: left; margin-left: 1px; margin-right: 1px; width: 24%;}
.prop .n_menu li a{display: block; width: 100%; height: 64px; background: #fff; line-height: 64px; text-align: center; color: #666; font-size: 16px;}
.prop .n_menu li:hover a,.n_menu li.on a{background: #006ebc; color: #fff;}

.prop01 .n_menu{ max-width: 1400px; width: 100%; margin:0 auto;margin-top: -66px; overflow: hidden; background: #fff;}
.prop01 .n_menu li{  padding-left: 20px;    font-size: 16px;}
.prop01 .n_menu li a{ width: 100%; height: 64px; background: #fff; line-height: 64px; text-align: center; color: #666; font-size: 16px;}
.prop01 .n_menu li a:hover {color: #006ebc;  }

.prop01 .prop_con{width: 100%; min-height: 500px;}
.prop01 .prop_con .big{width: 100%!important; border: none;}
.prop01 .prop_con .big>tbody{border: none;}
.prop01 .prop_con .small{max-width: 1400px; margin:0 auto; width: 100%;}
.prop01 .prop_con p{font-size: 14px; color: #333;line-height: 1.8em;}
.prop01 .prop_con td{font-size: 14px; color: #333; line-height: 1.8em;}
.prop01 .prop_con img{ display: block; max-width: 100%; }

/*进口设备列表开始*/
/*.jk_list{}
.jk_list li{height: 356px;}
.jk_list .n_lpic{width: 618px; height: 356px; background: #ddd; margin-top: -40px;}
.jk_list .n_lcon{width: 800px; height: 272px;}

/*新闻列表页开始*/*/
.jk{width: 100%; min-height: 500px;}
.jk .box{margin:0 auto;}
.jk .jk_list{width: 100%; margin-top:80px;}
.jk .jk_list li{width: 100%; height:356px;   margin-bottom: 40px;}
.jk .jk_list li .jk_lcon{ width: 800px; height: 273px; box-shadow: -1px 2px 10px rgba(0,0,0,0.17); margin-left: 480px; position: relative;}
.jk .jk_list li .jk_lcon .jk_lpic{float: left; margin-left: -480px; width: 618px; height: 356px; background: #ddd; margin-top: -40px; position: relative; 
	overflow: hidden;}
.jk .jk_list li .jk_lcon .jk_lpic .jk_lpbig{display: block; max-width: 100%;}
.jk .jk_list li .jk_lcon .jk_lpic .jk_lpxiao{display: block; width: 140px; height: 70px; position: absolute; right: 0px; bottom: 0px; background: #fff;}
.jk .jk_list li .jk_lcon .jk_lcnr{padding: 50px 50px 50px 180px; }
.jk .jk_list li .jk_lcon .jk_lcnr .jk_lcname{display: block; font-size: 18px; color: #666; font-weight: bold; line-height: 2em; margin-bottom: 10px;}
.jk .jk_list li .jk_lcon .jk_lcnr .jk_lcsumm{display: block; font-size: 14px; color: #666; line-height: 1.7em; }
.jk .jk_list li .jk_lcon .jk_lcnr .jk_lcrq{position: absolute; bottom: 20px; left: 155px; font-size: 14px; color: #666; font-style: normal;}
.jk .jk_list li .jk_lcon .jk_lcnr .jk_lcbtn{position: absolute; bottom: -20px; right: 20px; background: url(img/btn.png)no-repeat center center;
display: block; width: 106px; height: 36px; border-radius: 30px; box-shadow: 0px 5px 15px rgba(19,144,229,0.37); text-align: center;
color: #fff; line-height: 36px;}

.jk .jk_list li:hover .jk_lcon {background:#006ebc; }
.jk .jk_list li:hover .jk_lcon .jk_lcnr .jk_lcname{color: #fff;}
.jk .jk_list li:hover .jk_lcon .jk_lcnr .jk_lcsumm{color: #fff;}
.jk .jk_list li:hover .jk_lcon .jk_lcnr .jk_lcrq{color: #fff;}

.jkcon{width: 100%; background: #fff; padding-top: 65px; padding-bottom: 65px;}
.jkcon .jk_list01{width: 1280px; margin:0 auto; overflow: hidden;}
.jkcon .jk_list01 li{width:399px; height: 220px; float: left; margin-right: 40px; background: #eee;}
.jkcon .jk_list01 li:last-child{margin-right: 0px;}
.jkcon .jk_list01 li a{display: block; width: 100%; height: 100%;}
.jkcon .jk_list01 li a img{display: block; max-width: 100%;}


/*关于我们开始*/
.pab{width: 100%;}
.pab .box{margin:0 auto;}
.pab .box .pab_wm{width: 100%; box-shadow: 0px 1px 5px rgba(0,0,0,0.17); background: #fff; padding-bottom: 20px; margin-bottom: 50px;}
.pab .box .pab_wm img{display: block; max-width: 100%;}
.pab .box .pab_wm p{font-size: 14px; color: #666; line-height: 2em; padding: 0px 25px;}
.pab .pab_yq{width: 100%; overflow: hidden; position: relative;}
.pab .pab_yq>img{display: block; max-width: 100%;}
.pab .pab_yq .bxs{position: absolute; top: 0px;left: 0px; width: 100%; height: 100%; overflow: hidden;}
.pab .pab_yq .bxs a{width:100%; display: block; height: 100%; float: left;  }
.pab .pab_yqjj{text-align: center; line-height: 2em; font-size: 14px; color: #666; margin-bottom: 70px;}
.pab .pab_yqyin{margin:0px auto;}
.pab .pab_yqyin img{display: block;margin: 0 auto; }

.pab .pab_hz{overflow: hidden; margin-bottom:70px; }
.pab .pab_hz li{float: left; margin-right: 20px; margin-bottom: 20px; width: 237px; height: 130px; background: #f7f7f7; overflow: hidden; position: relative;}
.pab .pab_hz li:nth-child(5n){margin-right: 0px;}
.pab .pab_hz li img{display: block; max-width: 100%;}
.pab .pab_hz li div{background:rgba(0,0,0,0.3); position: absolute; top: 0px; left: 0px;  width: 100%; height: 100%; display: none; cursor: pointer;}
.pab .pab_hz li div p{font-size: 24px; color:#fff; text-align: center; line-height: 130px;  }

/*新闻详情页*/
.n_con{padding: 50px 100px; min-height: 500px; background: #fff; margin-bottom: 100px;}
.n_con .n_ctitle{text-align: center; line-height: 2em; font-size: 28px; color: #555; margin-bottom: 5px;}
.n_con p{font-size: 14px; content: #666; line-height: 1.87em; text-indent: 2em;}
.n_con .n_cnr{min-height: 500px;}
.n_con .n_crq{text-align: center; margin-bottom: 20px;}
.n_con .n_fy{}
.n_con .n_fy p{font-size: 14px; color: #444;} 
.n_con .n_fy p a{font-size: 14px; color: #555;}
.n_con .n_fy p a:hover{color:#006ebc; }

/*翻页按钮开始*/
.pager {width:100%; color:#3e3a39; line-height:30px; padding:25px 0 25px 0; font-size:14px; text-align:center; overflow: hidden; 
	margin-bottom: 50px;}
.pager a,.pager span {   text-decoration: none;  font-size:14px; width: 38px; height: 38px; border-radius: 38px;
	 display:inline-block;margin:0 3px; background: #d6d6d6; line-height: 38px; color: #333;}
.pager  .current{background: #fff;  color: #333;  border-radius: 28px; line-height: 28px; width: 30px; height: 30px; border:1px solid #333;}
.pager  .p1{background: #fff;  color: #333;  border-radius: 28px; line-height: 28px; width: 30px; height: 30px; border:1px solid #333;}
.pager a:hover { color: #fff; background: #2973bd;  }
.pager a:active { color: #fff;  }
.pager span.now  { color: #fff; background: #2973bd;}
.pager span.disabled { color: #333;  }
#gotop{width: 44px; height: 44px; background:#2973bd; color: #fff; display: block; line-height: 44px; text-align: center; z-index: 11; 
border-radius: 3px;transform:rotate(-90deg); -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); 
position: absolute; right:0px; top:175px; font-family: "宋体"; font-size: 20px; font-weight: bolder;}

.xx{width: 100%; height: 100%; position: fixed; z-index: 1; top: 0px; left: 0px; overflow: hidden; display: none;}
.xx .box{width: 1284px; margin:0 auto ;  height: 100%; position: relative;}
.xx li{float: left; margin-right:0px;   width: 2px; height: 100%; background: #fbfbfb  ; position: absolute; top: 0px;}
.xx li:nth-child(1){ left: 0px; }
.xx li:nth-child(2){left: 24.5%;}
.xx li:nth-child(3){left: 50%;}
.xx li:nth-child(4){right: 24.5%}
.xx li:nth-child(5){right: 0px;}

@media screen and (max-width: 1440px) { 
	.ilb .hd .box{width: 95%;}
	.isolve .is_list ul li a i{margin: 30% auto;}
	.isolve .is_list ul li a span{font-size: 16px;}
	.head .menu li a{  padding-left:10px; padding-right: 10px;  }} 


/*关于我们相册*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } 
.clearfix { zoom: 1; } 
.container { margin:0px auto; max-width:1280px;  width: 100%;} 
.poster-main {width: 1280px; height: 500px; position: relative; margin: 0 auto; } 
.poster-main a, .poster-main img { display: block; } 
.poster-main .poster-list {width: 1280px; height: 500px; } 
.poster-main .poster-list .poster-item {width: 200px; height: 500px; position: absolute; left: 0; top: 0; } 
.poster-main .poster-btn {position: absolute; top: 0; z-index: 10; cursor: pointer;  width: 35px!important; height: 35px!important; border-radius: 50%; font-size: 26px;
	border: 1px solid #fff; color: #fff; text-align: center; line-height: 35px; font-family: "宋体"; font-weight: bold;} 
.poster-main .poster-btn:hover{background:  #2973bd;}
.poster-main .poster-prev-btn {left: 10%; top:50%; margin-top: -17.5px;  } 
.poster-main .poster-next-btn {right:10%; top:50%;  margin-top: -17.5px; }
.wzk{width: 50%;  border:1px solid #fff; background: rgba(0,0,0,0.3); color: #fff; text-align: center; position: absolute; 
top:28%; left: 25%; height: 0px; padding-top: 25%; }
.wzk i{display: block; position: absolute; width: 37px; height: 5px;}
.wzk i.wzk_b{background: #2967a4; top: -2px; left: 0px;}
.wzk i.wzk_l{background: #5f9d44; bottom: -2px; right: 0px;}
.wzk h3{font-size: 20px; line-height: 2em; position: absolute; top: 30%; width: 100%; text-align: center; font-weight: bold;}
.wzk p{font-size: 14px;line-height: 1em; position: absolute; top: 50%; width: 100%; text-align: center; font-family: Arial; text-transform: uppercase;}


/*下载中心*/
.pxz{width: 100%; overflow: hidden;}
.pxz .box{margin:0 auto;}
.pxz h2{font-size:28px; font-weight: bold; color:#1378d0; line-height: 1em; margin-top: 50px; width:88%; float: right;}
 


.pxz .pxz_bottom{width: 100%; overflow: hidden; min-height: 800px;}
.pxz .pxz_bottom ul{width:100%; float: right;}
.pxz .pxz_bottom li{padding: 35px 10px; border-bottom: 1px solid #d9d9d9; overflow: hidden; }
.pxz .pxz_bottom li:hover{background-color: #F0F1F5;}
.pxz .pxz_bottom li span,.pxz .pxz_bottom li a{display: block;float: left;line-height: 1em;}
.pxz .pxz_bottom li a{font-size: 16px; color: #333;}
.pxz .pxz_bottom li a.pxz_bnr{width:710px; height: 16px;  }
.pxz .pxz_bottom li a i{font-style: normal; font-size: 10px!important; color: #fff; background-color:#da251d; line-height: 1em;
margin-right: 15px; padding:1px 3px;}
.pxz .pxz_bottom li .pxz_blx{font-size: 18px; color: #808080;  display: block; width: 100px; float: left;}
.pxz .pxz_bottom li .pxz_bxz{float: right; color:#1378d0; font-size: 16px; padding-right: 25px; background: url(img/xiazia.png) no-repeat right bottom;}
.pxz .pxz_bottom li .pxz_brq{font-size: 16px; color: #808080; margin-right: 60px; float: right;}

 