﻿/*样式初始化及公共样式部分*/
*{ margin:0px; padding:0px; }
body{ color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden;padding:0;margin:0;overflow-y: scroll;}
a{ color:#333; text-decoration:none; }      /*定义全局链接颜色*/
a:hover{ color:#248fce; transition:0.3s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0px; padding:0px; list-style:none; border:0px; }    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i{ font-style: inherit; font-weight: inherit; }

.cl{ clear: both; height:0px; }  /*清除左右浮动*/
.fl{ float:left; }     /*定义左浮动*/
.fr{ float:right; }     /*定义右浮动*/
#copy{ display:none; }      /*隐藏后台自带版权DIV*/
.page{ margin:0 auto; height:auto; overflow:hidden; }
.page1{ width:1200px;  margin:0 auto; height:auto; overflow:hidden; }
.box,.news,.footer1{ width:1200px; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.w1200{width: 1200px; margin:0 auto;}
.none{display: none;}
.clear {clear:both; height:0; overflow:hidden; display:block;}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }


.top20{ margin-top:20px; }    
.top30{ margin-top:30px; }
.top40{ margin-top:40px; }
.top50{ margin-top:50px; }
.top60{ margin-top:60px; }
.top65{ margin-top:65px; }


/*抬头*/
.topWrap{ background:#f5f5f5; height:40px; overflow:hidden; min-width:1200px;}
.topWrap h5{ font:14px "Microsoft Yahei";color:#999; height:40px; overflow:hidden; width:1200px; margin:auto; line-height:40px;font-weight:normal;}
.topWrap h5 span{ float:right; color:#999; height:40px; line-height:40px;}
.topWrap h5 span a{ display:inline-block; padding:0 10px 0 25px; color:#999;}
.topWrap h5 span a:hover {text-decoration: underline;}


/*logo*/

.h_con{ height:156px; overflow:hidden; width:1200px; margin:auto;}
.h_con h6{float: left;width: 300px;margin-top: 39px;animation-duration: 1.5s;animation-name: fadeInLeft;border-right: 1px solid #dfe3e6;height: 88px;}
.h_con p{line-height: 30px; float:left; width:445px;font-size:16px; color:#828282;animation-duration: 1.5s;animation-name: fadeInLeft; padding:36px 0 0 50px;}
.h_con p strong{ color:#248fce;font-weight:bold; display:block; font-size:21px; padding-bottom:3px;}
.h_con p strong i{ color:#073e77;}
.h_con p span{ display:block; color:#222; font-size:14px; padding-top:3px;}
.top_bg{background: #f6f6f6;border-top: 1px solid #ddd;}

/*立即联系*/
.tel{ float:right; padding:50px 0 0;width: 270px;overflow: hidden;}
.tel span{ display:block; background:url(../images/fff.png) no-repeat 0 0; padding:0 0 0 54px; font-size:20px; color:#333;}
.tel i{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:26px;}
.tel em{display: block; padding:3px 0 0;}
.tel em a{font-size: 18px;color: #fff;display: block;width: 258px;height: 30px;text-align: center;line-height: 28px;background:#188dde;overflow: hidden;}
.tel em a:hover{background:#ea5805;}


/*导航*/
.nav_bg { width: 100%; height: 59px; margin: 0 auto; background: #248fce;}
.nav li { position: relative; width:150px; height: 59px; line-height: 59px; float: left; text-align: center;}
.nav li a { color: #fff; font-size: 14px; display: block; }
.nav li ul a:hover { color:#fff; font-size:14px; }
.nav li ul li{ background:none; }
.nav li a:hover { color:#fff; font-size:14px;background: #019845; }
.nav .a_nav a{ color:#fff; font-size:14px;}
.footer .nav ul{border-bottom: 1px solid #188dde;display: table;}

.menu ul { position: absolute; top: 59px; left: 0; z-index: 9999; opacity: 0; background: #188dde; -webkit-transition: opacity .25s ease .1s; -moz-transition: opacity .25s ease .1s; -o-transition: opacity .25s ease .1s; -ms-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s; width:165px; }
.menu li:hover > ul { opacity: 1; }
.menu ul li { height: 0; width: 100%; overflow: hidden; -webkit-transition: height .25s ease .1s; -moz-transition: height .25s ease .1s; -o-transition: height .25s ease .1s; -ms-transition: height .25s ease .1s; transition: height .25s ease .1s; }
.menu li:hover > ul>li { height: 42px; line-height: 42px; overflow: visible; }
.menu ul li a { width: 165px; border-bottom: 1px solid #3b98ef; text-align:center; font-size: 14px; }


/*幻灯片*/
.slideBox{width: 100%;height: auto;overflow: hidden;position: relative;border: 1px solid #ddd;}
.slideBox .hd{height: 30px;overflow: hidden;position: absolute;right: 85px;bottom: 38px;z-index: 1;}
.slideBox .hd ul{overflow: hidden;zoom: 1;float: left;}
.slideBox .hd ul li{float: left;margin-right: 2px;width: 30px;height: 30px;line-height: 30px;text-align: center;background: #fff;cursor: pointer;}
.slideBox .hd ul li.on{background: #7fbe35;color: #fff;}
.slideBox .bd{position: relative;height: auto;z-index: 0;}
.slideBox .bd li{zoom: 1;vertical-align: middle;}
.slideBox .bd img{width: 100%;height: auto;display: block;}
/* 下面是前/后按钮代码，如果不需要删除即可*/
.slideBox .prev, .slideBox .next{position: absolute;left: 3%;top: 50%;margin-top: -25px;display: block;width: 32px;height: 40px;background: url(../images/slider-arrow.png) -110px 5px no-repeat;filter: alpha(opacity=50);opacity: 0.5;}
.slideBox .next{left: auto;right: 3%;background-position: 8px 5px;}
.slideBox .prev:hover, .slideBox .next:hover{filter: alpha(opacity=100);opacity: 1;}
.slideBox .prevStop{display: none;}
.slideBox .nextStop{display: none;}

/*
内页幻灯片*/
.neiyehdp img{width: 100%;height: auto;display: table;}


/*搜索*/
.search_bg{ width:100%; height:65px; line-height:65px; background:#f6f6f6; color: #777; box-shadow: 1px 1px 10px #ddd;}
.search_l a{ font-size:14px; color:#777; padding: 0 8px; }
.search_l a:Hover{ text-decoration:underline; }
.search_r{ width:371px; }
.search-bg{ width:312px; }
.search-bg input{ color: #888888; border: 1px #dfdfdf solid; outline: none; height: 34px; line-height: 34px; padding-left: 21px; width: 327px; }
.search-i{ width:44px; }

/*产品*/
.adv_product {background: url(../images/20171030161309_204526694.png) no-repeat center;width: 100%; color: #248fce;font-size: 36px;font-weight: bold;text-align: center;line-height: 37px;margin-bottom: 30px;margin-top: 50px;}
.adv_product .en {font-size: 18px;color: #333;display: block;text-align: center;font-weight: 100;}
#tablit { margin:0 auto; height:auto;padding-top:10px;background-repeat:no-repeat;}
#tablit dl span{width: 60px; height:auto; text-align: center;text-align: center;display: table;float: right;padding-top: 12px; margin-right: 10px;}
#tablit dl{ float:left; width: 98%; background: #f5f5f5;}
#tablit dl dt{float:left; width:12px; height:32px; line-height:30px; font-size:14px;}
#tablit dl dd{float:left;width:24%;height:40px; line-height:40px; text-align:center; font-size:14px;margin-right:5px;}
#tablit .on{border:#dedede 1px solid; color:#fff;background:#248fce;}
#tablit .out{border:#ddd 1px solid; color:#484848;background:#fff;}
.tabcon{height:auto;border-top:none; clear:both; padding-top:6px;}
.dis{display:none;}
.tabcon ul li{width: 270px; float: left;border:1px solid #ddd;margin:10px;}
.tabcon ul li:hover{border:1px solid #248fce;}
.tabcon ul li img{width: 270px; height: 200px;  }
.tabcon ul li span{width: 100%;display: table; height: 30px; text-align: center;line-height: 30px;}



/*网站的左边栏目*/
.pro_list_le{width:256px;background:#f5f5f5;margin-bottom:20px;}
.pro_fl_tt{background:#188dde;color:#fff;text-align:center;padding:30px 0;    position: relative;}
.pro_fl_tt p{font-size:22px;font-weight:bold;line-height:18px;margin-bottom:15px;}
.pro_fl_tt em{font-size:12px;font-weight:normal;line-height:12px;}
.pro_list_le .pro_fl_tt ul{width:236px;margin: 10px;}
.pro_list_le ul li{width: 95%;margin:0 auto;}
.pro_list_le ul li a {line-height: 40px; display: block; font-weight: normal !important; border-bottom: 1px solid #efefef; position: relative; padding-left: 18px;
    font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.pro_list_le .tel_fl{height:85px; background:#188dde;font-size:18px; line-height:85px; text-align:center; color:#fff;font-weight:bold;}





/*优势*/
#adv_bg { width: 1100px; height: 685px;  overflow: hidden;margin:0 auto;}
#adv_t {width:600px; height:85px; margin:0 auto; line-height:40px; font-size:14px; color:#555; text-align:center; padding-top:5px;}
#adv_t span {font-size: 30px;color: #484848;font-weight: bold;}
#adv_t span hong{ color:#248fce;}
.adv_w {margin:15px auto; height: auto;}
.adv_w li {display: block; width: 356px; height: 286px; float: left; text-align: center; font-size: 14px; line-height: 35px; margin-right: 8px; position: relative; overflow: hidden;background: #f5f5f5;border:1px solid #ddd;}
.adv_w li b {display: block; font-size: 22px; color: #248fce; margin-top:48px;  }
.adv_w li span { display: block; width: 222px; margin: 0 auto; margin-bottom: 5px; font-family: 'arial'; font-size: 14px; line-height: 30px; color: #b3b3b3; border-bottom: 1px solid #cdcdcd; text-transform: uppercase;}
.p2 { position:absolute; display:block; top:0px; width:361px; height: 286px;background-position: -0px -286px;  transition: all 0.2s; z-index:3;}
.p2 video{width:361px;height:285px;background:#000;}
.p2:hover {cursor:pointer; width:361px; top:0px; left:0px;background-position: 0px 0px; transition: all 0.2s; }
.block p{width: 95%;margin:0 auto;}





/*简介*/
.news{}
.com{width: 100%; margin:0 auto;overflow: hidden; background:url(../images/about_n.jpg) no-repeat center;margin-top: 50px;}
.com_top{font-size: 30px; font-weight: bold; text-align: center; line-height: 55px; color:#9cf0f1;}
.com_top span{font-size: 35px; font-weight: bold; color:#fff;}
.com_bt{ background: url(../images/20180428162841_1988656693.png) center no-repeat;    text-align: center;font-size: 16px;height: 30px; line-height: 28px;color:#fff;}
.com_l{width: 640px; }
.com_r{width: 505px; }
.com_r img{height: 325px;width: 500px;border: 3px solid #fff;}
.com_nr{font-size: 27px;font-weight: bold;color: #fff;line-height: 30px;margin-bottom: 12px;}
.com_nr span{display: block; font-size: 14px;text-transform: uppercase;font-weight: normal;line-height: 35px;}
.com_wz{font-size: 14px;line-height: 30px;color: #fff;}
.com_xl{padding-top: 30px;}
.com_xl a{display: block;width: 120px; height: 40px;line-height: 40px;text-align: center; font-size: 16px;border: 1px solid #fff;color: #fff;border-radius: 50px;margin-right: 30px;float: left;}
.gengduo{width: 58px; line-height: 58px; text-align: center;font-size: 16px;display: table;height: 58px;float: right;}
.gengduo a{height: 0px; border:0px; }


/*新闻*/
#news_bg{width: 100%;height: auto;background:#fff;margin-bottom:50px;}
.news_t{width: 600px;margin: 0 auto;margin-top: 70px;}
.news_t p{font-size: 40px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.news_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}
.news_d{margin-top: 50px;}
.news h4{height: 80px;background: #f2f2f2;font-weight:normal;}
.news h4 b{float: left;width:160px;height: 62px;background:#188dde;padding:18px 0 0 30px;font-size: 20px;}
.news h4 b a{color: #fff;font-size:20px;}
.news h4 b i{display: block;font-size: 12px;font-weight:normal;font-family: "Arial";padding-top: 5px;    text-transform: uppercase;}
.news h4>a{float: right;width: 102px;height:45px;line-height: 45px;text-align: center;font-size: 12px;color: #fff;background: #bbb;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.news h4>a:hover{background: #fe0000;}
.new_l{float: left;width: 585px;}
.new_r{float: right;width: 586px;}
.wd{margin-top:70px;height: 200px;}
.wd h5{float: left;width: 150px;height:158px;font-size: 18px;padding:42px 0 0 24px;background:url(../images/20181015161630_1047823922.png) no-repeat 27px 132px  #188dde;}
.wd h5 a{color:#fff;font-size:18px;}
.wd h5 i{display: block;padding-top: 6px;}
.news_div{width:585px;height:279px;overflow: hidden;}
.news_div_item{width:585px;height:55px;border-bottom:1px solid #d3d3d3;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_date{float:left;width: 110px;padding-left: 45px; position: relative;}
.news_div_item .news_div_item_year{display:none; font-size: 12px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_month{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_day{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_content{float:right;width:426px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_a{font-size: 14px;color: #666;line-height:55px;display:block; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_body{display:none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item.on{height:110px;}
.news_div_item.on .news_div_item_year{display:block;position: absolute;top: 54px;left: 56px; font-size: 18px; color: #484848;line-height: 18px;}
.news_div_item.on .news_div_item_month{font-size: 26px;}
.news_div_item.on .news_div_item_day{font-size: 26px;}
.news_div_item.on .news_div_item_a{font-weight: bold;line-height: 26px;    padding-top: 12px;}
.news_div_item.on .news_div_item_body{display:block;    float: left;width: 395px;font-size: 14px; color: #333;line-height: 24px;padding-top: 5px;}
.new_r .divdgweb_new_div{width:586px;height:280px;position: relative;}
.new_r .news_div_item_pic{position: absolute;top: 0px;left: 0px;width:340px;height:170px;}
.new_r .news_div_item_pic img{width:340px;height:170px;}
.new_r .divdgweb_new_div_item_date{position: absolute;top: 0px;right: 0px;width:246px;height:169px;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3;}
.new_r .divdgweb_new_div_item_month,.divdgweb_new_div_item_day{ display: block; line-height: 60px;font-size: 48px; padding-top: 34px;border-bottom: 1px solid #e4e4e4;margin: 0 auto 8px;width: 74px;float:left;}
.new_r .divdgweb_new_div_item_year{display:block;position: absolute;top: 112px;left: 96px; font-size: 18px; color: #484848;line-height: 18px;}
.new_r .divdgweb_new_div_item_month{margin-left:50px;}
.new_r .divdgweb_new_div_item_content{padding-top:200px;}
.new_r .divdgweb_new_div_item_a {font-size: 16px;margin-bottom: 12px;line-height: 16px;display:block;font-weight:bold;}
.new_r .divdgweb_new_div_item_body{font-size: 14px;line-height: 26px;}

.wd .divdgweb_new_div_item{float: left;width: 280px; margin-left: 60px;}
.wd .divdgweb_new_div_item_title{display: block; height: 50px; line-height: 50px;font-size: 14px;padding-top: 23px; background: url(../images/20181115104542_1730711176.jpg) no-repeat;}
.wd .divdgweb_new_div_item_title a{color:#333;    font-weight: bold;}
.wd .divdgweb_new_div_item_body{padding-top: 40px;font-size: 14px; color: #333; line-height: 20px; background: url(../images/20181115104804_2142795915.jpg) no-repeat;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_more a{display:block;font-size: 12px;color: #484848;width: 90px;height: 27px;line-height: 27px; text-align: center;border: 1px solid #d2d2d2;margin-top: 16px;    text-transform: uppercase;border-radius: 5px; }
.news_div_item_a:hover,.divdgweb_new_div_item_a:hover{color:#1e3988!important;}



/*生产实力*/
.scsb{width: 100%;height: auto;}
.scsb h2{width: 100%;height: 40px; line-height: 40px; color:#484848; border-bottom: 1px solid #ddd;display: table; padding-left:20px;}
.scsb p{display: table; line-height: 30px; font-size: 14px;width: 95%;margin:0 auto; margin-top: 20px;}
.cp_neiye_body .scsb_bd{margin-top: 20px; border: 1px solid #ddd;display: table;width: 100%;}
.cp_neiye_body .scsb_bd h2{width: 100%;height: 40px; line-height: 40px; color:#484848;display: table; padding-left:20px;width: 500px;float: left;}
.cp_neiye_body .scsb_bd span{display: table;width: 100px; float: right;line-height: 40px;}
.scsb_bd_top_h{margin-top: 20px;}


/*生产实力内页*/
.pro_pxq_lt{width: 360px;float: left;margin: 31px;}
.pro_pxq_lt img{width: 360px; height: 270px;border:1px solid #ddd;}
.pro_pxq_rig ul li img{width: 50px; height: 41px;}
.pro_pxq_rig ul li{float: left;width: 52px;margin-right: 10px;border: 1px solid #ddd;height: 43px;}
.pro_pxq_rig{width: 300px; float: left;margin-top: 30px;}
.pro_pxq_rig h2{height: 40px; border-bottom: 1px solid #ddd;color:#294b92;}
.pro_pxq_rig h3{line-height: 30px; }
.pro_pxq_rig h4{border-top:1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 5px;line-height: 45px;}
.cp_canshu{width: 830px;}
.canping_bg { border-top:1px solid #ddd;padding:10px;border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.pro_pxq_rig ul {margin-top:30px;}

.cp_canshu .rec_cp{width: 100%;}
.cp_canshu .rec_cp h1{width: 100%;height: auto; font-size: 18px; font-weight: initial;border:1px solid #ddd;line-height: 40px; text-indent: 2rem;}
.cp_canshu .rec_cp h1 span{width: 50px; display: table;height: 100%;float: right;margin-right: 5px;}
.cp_canshu .rec_cp ul li{width: 21%; float: left;margin: 1.88%;border:1px solid #ddd;}
.cp_canshu .rec_cp ul li a img{width: 100%;}
.cp_canshu .rec_cp ul>li>a>span{width: 100%;line-height: 30px; display: table;text-align: center;}


/*环境保护*/

.hjbh{width: 95%;margin:0 auto;}
.hjbh img{width: 100%;}
.hjbh h2{line-height: 30px; }
.hjbh p{line-height: 30px;}



.cp_neiye_body .ryzz{width: 100%;margin:0 auto;height: auto;}
.cp_neiye_body .ryzz>h3{width: 95%;line-height: 40px;border:1px solid #ddd;margin:20px auto; text-indent: 2em;}
.cp_neiye_body .ryzz ul{width: 95%;margin:0 auto;}
.cp_neiye_body .ryzz ul>li{width: 48%;float: left; margin: 5px;height: 330px;border: 1px solid #ddd;}
.cp_neiye_body .ryzz ul>li:hover{width: 48%;float: left;margin:5px;height: 330px; border: 1px solid #ddd;}
.cp_neiye_body .ryzz ul>li>a>img{width: 100%;height:100%;}


/*公司服务*/
.cp_neiye_body .gsfw_bg{width: 95%;margin:0 auto;}
.cp_neiye_body .gsfw_bg h3{font-size: 18px; line-height: 40px;color:#484848; text-indent: 1em;}
.cp_neiye_body .gsfw_bg p{line-height: 30px;}


.gsfw_bg .gsfw_db_s .gsfw_db_s_ul{width: 95%;margin:0 auto;}
.gsfw_db_s .gsfw_db_s_ul{margin-top: 20px;}
.gsfw_db_s .gsfw_db_s_ul>li{width:22%; float: left;border:none;}
.gsfw_db_s .gsfw_db_s_ul>li>span{font-size: 18px; color: #fff;padding-top: 180px;}
.gsfw_db_s .gsfw_db_s_ul>li>span>h5{margin-top: -36px;}
.gsfw_db_s .gsfw_db_s_ul>li:hover{width: 22%;float: left;border:none;}
.gsfw_db_s .gsfw_db_s_ul>li:nth-child(1){background: url(../images/service-guarantee-1.png) no-repeat center;background-size: 100% 100%;}
.gsfw_db_s .gsfw_db_s_ul>li:nth-child(2){background: url(../images/service-guarantee-2.png) no-repeat center;background-size: 100% 100%;}
.gsfw_db_s .gsfw_db_s_ul>li:nth-child(3){background: url(../images/service-guarantee-3.png) no-repeat center;background-size: 100% 100%;}
.gsfw_db_s .gsfw_db_s_ul>li:nth-child(4){background: url(../images/service-guarantee-4.png) no-repeat center;background-size: 100% 100%;}



/*广告条*/
.homeAdwant{background: url(../images/20180717113215_1558130783.jpg) no-repeat center center;height: 170px;padding: 20px 0; }
.homeAdwant h1{font-size: 25px; color:#fff;width: 100%;padding-top:50px;}
.homeAdwant p{font-size: 16px; line-height: 35px; color:#fff;width: 100%;}
.w530{width: 530px; margin-left: 330px;float: left;}
.w300{width: 130px; height: auto;display: table;float: left;margin-top: 45px; margin-left: 90px;}
.w300 i{font-size: 18px; color:#fff;font-weight: bold;}
.w300 span{width: 100%;height: 25px;text-align: center;display: table;background: #fff;line-height: 25px;}
.w300 span a{color:#248fce;width: 100%;height: 100%;display: table;}



/*版权*/
.footer{background: #188dde;}
.footer .footers{width: 1200px;height: 240px;margin: auto;padding-top: 40px;border-top: 1px solid #32a4f3;}
.footer .logos{width: 140px;height: auto;padding-top: 20px;margin-right: 40px;float: left;}
.footer .logos img{width: 140px;height: auto;}
.footer .connet{width: 430px;height: auto;margin-right: 70px;float: left;margin-top: 6px;}
.footer .connet h2{font-size: 16px;color: #fff;font-weight: 600;margin-bottom: 30px;}
.footer .connet h3{font-size: 14px;color: #fff;margin-bottom: 5px;line-height: 25px;}

.footer .wxs{width: 200px;height: auto;margin-right: 0px;float: left;margin-top: 5px;}
.footer .wxs img{width: 180px;}
.footer .lesmes{width: 350px;height: auto;float: right;}
.footer .lesmes h2{font-size: 16px;color: #fff;font-weight: 600;margin-bottom: 10px;text-align: center;}
.footer .lesmes input{border: none;background: #fff;height: 30px;padding-left: 5px;}
.footer .lesmes h3{font-size: 14px;color: #fff;margin-bottom: 6px;height: auto;}
.footer .les1{width: 100%;height: 30px;}
.footer .les1 input{width: 68%;color: #333;}
.footer .les1 span{width: 50%;height: 30px;}
.footer .les2 input{width: 298px;height: 30px;color: #333;}
.footer .les3{width: 100%;height: 50px;}
.footer .les3 textarea{width: 295px;height: 50px;color: #333;line-height: 25px;resize: none;padding-left: 5px;}
.footer .les4 button {width: 303px;color: #333;line-height: 25px;resize: none; margin-left: 13%;}
.footer .page{margin: 0 auto;height: auto;overflow: hidden;display:block;}
.footer .page a, .footer .page span{display:table;border:none;}





/**友情链接**/
.g-link{background:#073e77;height: 55px;}
.link p{float: left;margin-top:20px;border-right: 1px solid #3c9056;height: 17px;width: 140px;}
.link p a{font:16px "Microsoft YaHei";color: #fff;line-height: 17px;}
.link p i{display:inline-block;font:16px "Arial";color: #fff;text-transform:uppercase;padding-right:10px;line-height: 17px;}
.link span{display: inline-block;width: 850px;float: left;padding-left: 15px;}
.link span a {padding: 0 13px;display: inline-block;font: 12px "Microsoft YaHei";color: #fff;line-height: 54px;}
.link em a{display:inline-block;float: right;font:12px "Microsoft YaHei";color: #fff;line-height: 55px;padding-right: 25px;}
.linkTagcs ul li {display:table;float:left;}





/**关于我们内页**/

.about_neiye{width: 1200px; padding:10px; margin:0 auto;margin-bottom: 12px;}
.about_nei_h1 {width: 1200px; height: 50px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.about_nei_h1 h1{font-size: 18px;}
.about_nei_h1 img{float: left;padding-top: 5px;margin-right: 12px;}
.about_wen {font-size: 14px; line-height: 35px; }
.about_wen h2{margin-top: 10px;}

#box{width: 1200px; margin:0 auto;}
#box li {width: 380px; height: 300px; float: left;margin:10px;margin-bottom: 30px;}
#box li img{width: 380px; height: 300px; }
.daohang_nav ul li{width: 150px; line-height: 40px; height: 40px; margin-right: 5px; border:1px solid #ddd; text-align: center;float: left;margin-bottom: 20px;}
.daohang_nav ul li a{width: 100%;height: 100%;display: table;}

.about_body_bg .about_body{width: 100%;display: table;margin-bottom: 5px;}
.about_body_bg .about_body li{width: 22%; float: left;margin:1.5%; height: 10rem;}
.about_body_bg .about_body li img{width: 100%; height: 10rem;}




/**产品中心**/
.cp_neiye{width: 100%;margin-top: 30px;}
.left_sort{width: 240px; float: left;border:1px solid #294b92;}
.left_sort ul li{width: 230px; margin:0 auto;line-height: 40px; height: 40px; text-align: center;margin: 10px auto;color:#fff;background:url(../images/20170927192639_1107939752.png) no-repeat center}
.left_sort ul li a{width: 230px; margin:0 auto;line-height: 30px; height: 30px; text-align: center;margin: 10px auto;color:#484848;}
.left_sort_lx{width: 230px; margin:20px auto;  line-height: 30px;}
.left_top{width: 240px; height: 100px;background:#20469c;line-height: 100px; text-align: center;font-weight: bold; font-size: 24px; color:#fff;}
.right_sort{width: 900px; float: right;display: block;margin-bottom:30px;}

.cp_neiye_body ul li{width: 275px; float: left; margin:10px;border: 1px solid #ddd;}
.cp_neiye_body ul li a{color:#484848;}
.cp_neiye_body ul li div img{width:100%;height:100%;}
.cp_neiye_body ul li span{width: 100%;height: 40px; text-align: center;font-size: 14px;display: block; line-height: 30px; height: 30px; }

.mianbxContent{font-size: 16px;height: 60px;line-height: 60px;border-bottom: 1px solid #ddd; color:#484848;text-align: left; text-indent: 2em;background:url(../images/top.png) no-repeat center;background-size: 100% 100%;}
.mianbxContent a{font-size: 15px; color:#484848;}
.right_sort_top ul li{width: 288px; height: 245px; float: left; margin:10px;}



/**合作客户**/

.cp_neiye_body1{margin-top: 15px;}
.cp_neiye_body1 ul li{width: 288px; height: 243px; float: left; margin:10px;border: 1px solid #ddd;}
.cp_neiye_body1 ul li a{color:#484848;}
.cp_neiye_body1 ul li div img{width: 280px; padding:4px; height:195px;}
.cp_neiye_body1 ul li span{width: 100%;height: 40px; text-align: center;font-size: 14px;display: block; line-height: 40px;background: #ddd;color:#484848; }



/**新闻**/
.news_bg{width: 930px; float: right; }
.nwes_1{width: 205px;float: left;}
.nwes_1 img{ width: 205px; height: 135px;    margin-left: 2; }
.nwes_2 {width: 920px;float: right;}
.nwes_2 h3{font-size: 16px;font-weight: bold;}
.nwes_2 h3 a{font-size: 15px;}
.nwes_2 span{line-height: 30px; margin-top: 10px;display: inline-block; color:#949494;width:920px; text-indent: 1em;}
.nwes_2 span a{color:#4e4e4e;}
.nwes_2 div{margin-top: 8px; color:#949494;}
.news_bg ul li{height: 147px;padding-top: 13px;border-bottom: 1px solid #ddd;}
.news_bg ul li:hover {background: #f9f9f9;    text-align: -webkit-match-parent;}

.xy{ width: 100%; margin:10px auto 0 auto; text-align: center; overflow:hidden;height: 40px;}
.xy ul{height:40px;}
.xy li{margin:0 10px; display:inline-block; font-size:0px;}
.xy li a{ font-size:14px; }
.xy li a:hover,.xy li a.on {color:#17b65e;}

.new_nei_top{width: 100%;margin-top:20px;}
.new_nei_top h1{width: 100%;display: block; height: 40px; font-size: 18px; font-weight: bold; text-align: center;border-bottom:1px solid #ddd;color:#484848;}
.new_nei_top p{text-indent: 2em;margin-top: 10px; font-size: 14px; margin-bottom: 20px; line-height: 30px;padding:10px;}
.new_nei_top span{display: block; color:#7b7b7b; text-indent: 2em;}



/**联系方式**/

.gsmc{width: 920px; height: 40px; background: #ddd;margin-top: 20px; line-height: 40px; font-size: 16px; font-weight: bold; text-indent: 2em; color:#248fce;margin-bottom: 10px;}
.gslxfs{font-size: 14px; text-indent: 2em; color:#484848; line-height: 30px;}




.fanye_jj{width: 500px; margin:0 auto;}
.fanye_jj span{width: 245px; display:inline-block;float: left;margin-right: 5px; background: #188dde; color:#fff; text-align: center;line-height: 30px;}
.fanye_jj span:hover{background:#188dde;}
.fanye_jj span a{color:#fff;}
.xxsm{width: 930px; height: auto; }
.xxsm_zt{width: 930px; border:1px solid #ddd;height: 40px; line-height: 40px; text-indent: 2em;margin-top:30px;}
.xxsm_zt_b {margin-top: 10px; height: auto; padding:10px; font-size:14px; text-indent: 2em;}




/**内页**/
.fanye{width: 500px; margin:0 auto;}
.fanye span{width: 200px; display:block;}






.cp_neiye_body2{margin-top: 15px;}
.cp_neiye_body2 ul li{width: 288px; height: 260px; float: left; margin:10px;border: 1px solid #ddd;}
.cp_neiye_body2 ul li a{color:#484848;}
.cp_neiye_body2 ul li div img{width: 280px; padding:4px; height: 210px;}
.cp_neiye_body2 ul li span{width: 288px;height: 40px; text-align: center;font-size: 14px;display: block; line-height: 30px; height: 30px; }