/*样式初始化及公共样式部分*/
*{margin:0px; padding:0px; }
body{color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden;}
a{color:#333; text-decoration:none;}      /*定义全局链接颜色*/
a:hover{color:#d50f10; 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;}     /*定义右浮动*/
.cp img{border:1px solid #C1C1C1; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式*/
.cp a:hover img{ border:1px solid #d50f10; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果*/
#copy{ display:none;}      /*隐藏后台自带版权DIV*/

.product_content strong{font-weight:bold;}

.box{ width:1200px; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px;}	 
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top65{ margin-top:65px;}
.top80{ margin-top:80px;}


.top_bg{ width:100%; height:42px; line-height:42px; border-bottom: 1px solid #e2e2e2;}
.top_bg a{color: #999;}
.top_bg a:hover{color: #d50f10;}
#head{width:100%;margin:0 auto; height:auto; overflow:hidden;  background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175934_847433515.jpg);}
.top_r a{display: block; float: right; border-right: 1px solid #e2e2e2; padding-left: 40px; padding-right: 15px;}
.top_home{border-left: 1px solid #e2e2e2; color: #003a67; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175628_2073358750.jpg) no-repeat 20px center;}
.top_zhong{border-left: 1px solid #e2e2e2; color: #003a67; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180419/20180419103448_205284779.jpg) no-repeat 10px center;}
.top_ying{border-left: 1px solid #e2e2e2; color: #003a67; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180419/20180419103504_1492340599.jpg) no-repeat 10px center;}


.top_map{background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175410_2104941917.jpg) no-repeat 25px center; padding-left:50px !important;}
.top_fb{background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175656_449030714.jpg) no-repeat 20px center;}
.top_bm{background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175723_1331815383.jpg) no-repeat 20px center;}
.logo{ margin:20px 0px; padding-right: 15px;}
.name{ padding-top:65px; padding-right: 16px; height: 128px; font-size: 17.4px; color: #071658; line-height: 18px; border-right: 1px solid #e2e2e2;}
.name p{padding-bottom: 6px;}
.ad{font-size: 18px;  padding-left: 14px; margin-top: 65px; line-height: 35px; }
.ad p{font-size: 24px; color: #071658; font-weight: bold;}
.tel{padding-left: 70px; margin-top: 70px; line-height: 24px; font-size: 14px; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180429/20180429194003_1190443663.png) no-repeat left center;}
.tel p{font-size: 24px; color: #333; font-weight:bold;margin-top: 5px;}


/*导航*/
.nav_bg { width: 100%;height: 60px; margin: 0 auto; background:#071658;}
.nav li { position: relative; width:119px;    height: 60px;    line-height: 60px;    float: left;    text-align: center; background:url(//memberpic.114my.com.cn/houjie/uploadfile/image/20171215/20171215153100_1030681945.jpg) right no-repeat; }
.nav li a { color: #fff; font-size: 15px;  display: block;  }
.nav li ul a:hover { color:#fff; font-size:15px; background:#d00456;}
.nav li ul li{ background:none; }
.nav li a:hover { color:#fff; font-size:16px;  background:#d00456;}
.nav .a_nav a{color:#fff; font-size:16px;   background:#d00456;}
.menu ul {    position: absolute;  top: 60px;  left: 0;  z-index: 9999;  opacity: 0;  background: #071658;
    -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;
}
.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: 119px;    border-bottom: 1px solid #054e88;    text-align:center;    font-size: 12px;}
.menu ul li:last-child a { border: none; }

.a_nav ul li a {
    background: none !important;
}
/* 幻灯片 */
.banner-box{min-width:1200px;height:600px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:600px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute; top: 225px; left: 0; margin-left: 0; height: 376px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(//memberpic.114my.com.cn/houjie/uploadfile/image/20171218/20171218154937_575225209.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.com.cn/houjie/uploadfile/image/20171218/20171218154937_575225209.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:320px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#071658; width: 32px; color:#fff; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*banner_page*/	
#banner_com{width:100%; margin:0 auto; height:350px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180507/20180507112948_1192546343.jpg) center; overflow:hidden;}
#banner_news{width:100%; margin:0 auto; height:350px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180813/20180813205536_2108006439.jpg) center; overflow:hidden;}
#banner_pr{width:100%; margin:0 auto; height:350px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180813/20180813205808_600072678.jpg) center; overflow:hidden;}
#banner_ly{width:100%; margin:0 auto; height:350px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180306/20180306152650_1521961398.jpg) center; overflow:hidden;}
#banner_con{width:100%; margin:0 auto; height:350px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180306/20180306152636_1498836706.jpg) center; overflow:hidden;}

/*搜索*/
#sou1{ width:100%; overflow:hidden;height:57px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305090944_1205347280.png);    border-top: 1px solid #e2e2e2;z-index: 999;  top: 645px; position: absolute; }
#sou{ width:100%; overflow:hidden;height:57px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305090944_1205347280.png);    border-top: 1px solid #e2e2e2;}
.sou_re{ color:#666;line-height:24px; height:24px; margin-top:14px;}
.sou_re a{ color:#666;}
.sou_re a:hover{ color:#d3180e;}
.sou_re span{ color:#000; font-weight:bold; font-size:14px;}
#search_b{width:203px;  height:27px; margin-top:12px;}
#search-bg{float:left; width:161px; height:28px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305090257_74305689.png) no-repeat; overflow:hidden; padding-left:5px; border:none;}
#search-bg input{border: none;}
#search-bg focus{outline:none;}
#infoname{ border:none; background:none; outline:none; color:#aea9b6;}

/*产品*/
.pro_ba {width: 100%;height: 1000px;padding-top: 80px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180813/20180813211019_1435708066.jpg) no-repeat top center;}
.tit1 {height: 142px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305095447_75194359.png) no-repeat center top;font: 24px "Microsoft Yahei";padding-top: 10px;text-align: center;color: #222;}
.tit1 em {display: block;font: 32px "Microsoft Yahei";font-weight: bold;color: #071658;line-height: 55px;}
.tit1 em b {color: #d00456;}
.tit1 span {display: block;font: 13px "Aldine401 BT";color: #ddd;text-transform: uppercase;}

#tablit {width:1200px; margin:0 auto; height:auto;}
#tablit dl{width:1200px;height: 52px;    background: #071658;}
#tablit dl dt{float:left; height:52px; line-height:52px; font-size:14px;}
#tablit dl dd{float:left;    width: 239px;  height:52px; line-height:52px; text-align:center; font-size:18px;border-right: 1px solid #2c3662;}
#tablit dl dd:hover{ font-size:18px; float:left;      width: 239px;height:52px; line-height:52px; text-align:center; background-color: #d00456;}
#tablit a{color: #fff;}

#showdiv0 #showdiv1 #showdiv2 #showdiv3 #showdiv4 a:hover{color:#0954b5 !important; padding:0 45px 0 45px; }
#tablit .out a{ font-size:18px;}
#tablit .on{ font-size:18px; float:left;     width: 239px;height:52px; line-height:52px; text-align:center; background-color:#d00456;}
.tabcon{width:1200px; overflow: hidden; border-top:none; clear:both;   }
.dis{display:none;}
#tablit .on a{ font-size:18px; color:#fff;}

.pro_top{width:1200px; overflow: hidden;  margin-top: 30px;}
.pro_wz{width: 470px;height: 402px; background-color:#071658;}
.pro_bt{height: 54px; background-color:#d00456;width: 400px; margin-top: 37px;    line-height: 54px;padding-left: 35px;font-size: 24px;font-weight: bold; color: #fff;}
.pro_nr{color: #fff;padding:25px 35px; font-size: 16px; line-height: 35px;}
.pro_ck a{width: 159px;height: 49px;margin-left: 35px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305111314_1013515719.png) center no-repeat;display: block;
    text-align: center; line-height: 45px; font-size: 18px; color: #d00456!important;}

.pro{width:1200px; overflow: hidden; margin-top: 30px; }   
.pro table br{display:none;}
.pro table img{border:1px #ccc solid; padding:2px; background:#fff;}
.pro span a {display: block;width: 280px;height: 48px;font-size:14px; color:#333 !important;line-height: 48px;margin-bottom:10px;}

.pro>table>tbody>tr>td {float: left;padding:0 ;width: 280px;margin: 0 0.6% 7.6% 0.6%;position: relative;}
.pro>table>tbody>tr>td>a {display: block; float: left;margin-bottom:24px;height: 210px; width: 280px;padding-left: 0px !important;position: relative; overflow: hidden; color: #333;}
.pro>table>tbody>tr>td>span { display: block;width: 280px !important; position: absolute;bottom: -42px;overflow: hidden;background-position: center;height: 48px; line-height: 48px;background:#eee;}
.pro>table>tbody>tr>td>span>a { position: absolute;z-index: 3;}
.pro>table>tbody>tr>td:hover>span>a{color: #fff !important;}
.pro>table>tbody>tr>td>span:before{content: ''; -webkit-transition: ease-in-out 0.4s all; transition: ease-in-out 0.4s all; background: #213a80;  position: absolute; left: -200%; bottom: 0; width: 200%; height: 200%; z-index: 2; top: -200%; border-radius: 50%; opacity: 0;} 
.pro>table>tbody>tr>td:hover>span:before{ left: -50%; top: -50%; opacity: 1; }
.pro>table>tbody>tr>td>a>.ceshigo { width: 100%;background: rgba(0, 0, 0, 0.4); height:100%; position: absolute;bottom: 0; left: -100%;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
.pro>table>tbody>tr>td>a>.ceshigo a {display: block;color: #fff;font-size: 16px;font-weight: bold;padding-top: 30%;}
.pro>table>tbody>tr>td>a>.ceshigo p { height: 22px;line-height: 22px;border-radius: 10px;border: 1px solid #fff; -webkit-transition: all 0.3s 0.3s;  transition: all 0.3s 0.3s;  padding: 1px 15px; margin: 15px auto; display: block; font-size: 13px; color: #fff; font-weight: 100; width: 70px; text-align: center; position: relative; bottom: -180px; margin-top: 40px;}
.pro>table>tbody>tr>td:hover>a>.ceshigo {left: 0; }
.pro>table>tbody>tr>td:hover>a>.ceshigo p { left: 0; bottom: 0;}
.pro>table>tbody>tr>td>a>img {height:97%;width: 97.8%; }


.beta5 {background: #f1651d;display: block; position: absolute;-webkit-transition: 0.5s all ease-in-out; transition: 0.5s all ease-in-out; }
.beta5 {width: 60px;height: 60px;border-radius: 50%;background:#d00456 url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305144450_1444565190.png) no-repeat center;left: 110px;top: 54px;-webkit-transform: scale(0); transform: scale(0);}
.pro>table>tbody>tr>td:hover .beta5 { -webkit-transition-delay: 0.2s;transition-delay: 0.2s;-webkit-transform: scale(1); transform: scale(1);}

/*广告*/
.gg{ width:100%; height:190px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305144758_1647811082.png) center no-repeat;}
.zx a{ display:block;font-size: 20px;color: #fff;writing-mode: tb-rl;text-align: center; line-height: 85px;padding-top: 55px;    height: 115px;}
.gg_nr{font-size: 30px;color: #fff;font-weight: bold;padding: 50px;}
.gg_nr b{width: 460px; display: block;height: 40px;font-size: 24px; font-weight: normal; border: 1px solid #fff;line-height: 40px;text-align: center;margin-top: 10px;}

/*优势*/
.w516 {width: 516px;margin: auto;padding-top: 60px;}
.ys_t {width: 1200px;margin: auto;}
.ys_t h2 {text-align: center;padding: 8px;font-size: 38px;color: #071658; line-height: 44px;}
.ys_t h2 span {color: #d00456;display: inline-block;font-size: 33px;}
.wb5 {background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305155840_1187938360.png);width: 407px;height: 37px;line-height: 38px;margin: auto;color: #fff;font-size: 20px;font-weight: bold;text-align: center;}
.p1 {background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305160404_38644826.png); width: 1007px; margin: auto; height: 16px; margin-top: 20px;}
#ys {width: 1200px;overflow: hidden;background-repeat: no-repeat; margin: 0 auto;    padding-top: 35px;}
.ys_wz{ width:600px; height:410px;}
.ys_wz li{width:600px;overflow: hidden;margin: 39px 10px;}
.ys_xh{width:172px; height:160px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305162451_1897950620.png) no-repeat; padding-left:15px; text-transform : uppercase}
.ys_xh span{ display:block; color:#d00456; font-size: 50px; font-family: -webkit-pictograph; padding-top: 20px;}
.ys_xh strong{ display:block; font-size:20px;padding-top: 20px;}
.ys_nr{width:400px;font-size: 14px;line-height: 26px;}
.ys_nr span{display:block; font-size:24px; font-weight:bold; color:#071658;    padding: 15px 0px;}
.ys_img{ width:542px; height:410px;}

/*广告1*/
.bann1_bg {background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180813/20180813212317_1351366858.jpg) no-repeat center top; height: 254px;overflow: hidden;}
.bann1 {position: relative;height: 254px;overflow: hidden;}
.bann1 p {position: absolute; top: 55px;right: 40px;display: block;color: #a8a7a7; height: 56px;font: 16px/28px "Microsoft Yahei";}
.bann1 p b {color: #fff;display: block;font: bold 36px/40px "Times New Roman", Times, serif;}
.bann1 p a {margin-top: 20px; display: block;width: 159px;height: 44px; text-align: center;font: bold 18px/42px "Microsoft Yahei";color: #fff;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305173535_18051456.png) no-repeat left top;}

/*定制案例*/
.tit3 {height: 100px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305095447_75194359.png) no-repeat center top;font: 24px "Microsoft Yahei";padding-top: 10px;text-align: center;color: #222;}
.tit3 em {display: block;font: 32px "Microsoft Yahei";font-weight: bold;color: #071658;line-height: 55px;}
.tit3 em b {color: #d00456;}
.tit3 span {display: block;font: 13px "Aldine401 BT";color: #ddd;text-transform: uppercase;}
.hzhb{margin-bottom: 10px;}
.hez{margin: 0 auto;}


/*流程*/
.lcc_bg{width: 100%; height: 310px; background:url(//memberpic.114my.com.cn/dghuashuju/uploadfile/image/20170603/20170603104947_1827961302.jpg) no-repeat center;}
.lcc{ padding-top: 40px;}
.lcc_t{ height:80px; text-align: center; font-size: 16px; line-height: 40px; margin-bottom: 20px; background:url(//memberpic.114my.com.cn/dghuashuju/uploadfile/image/20170603/20170603111737_1631607584.png) no-repeat center bottom;}
.lcc_t p{ font-size: 30px; font-weight: bold; color: #d00456;}
.lcc_t p span{color: #0a1856;}
.lcc_t a{ font-size: 14px;}

.img_s{transition: all 1s; -webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; -ms-transition: all 1s;float:left; width:120px; height:123px; margin-right:96px;}
.img_s:hover{transform:rotate(360deg); -webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);;-o-transform:rotate(360deg); -ms-transform:rotate(360deg);}
.dzxz .dzxzi1{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305181941_362656846.png) no-repeat center; }
.dzxz .dzxzi2{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182313_1734868561.png) no-repeat center; }
.dzxz .dzxzi3{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182356_1483452109.png) no-repeat center; }
.dzxz .dzxzi4{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182424_1365231983.png) no-repeat center;}
.dzxz .dzxzi5{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180502/20180502095256_1764903105.png) no-repeat center;}
.dzxz .dzxzi6{ background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182549_1181543659.png) no-repeat center;}
.dzxz .dzxzi1:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182848_307272066.png) no-repeat center;}
.dzxz .dzxzi2:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182914_1297531738.png) no-repeat center;}
.dzxz .dzxzi3:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182914_1204036521.png) no-repeat center;}
.dzxz .dzxzi4:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182914_888120326.png) no-repeat center;}
.dzxz .dzxzi5:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180502/20180502095315_460091620.png) no-repeat center;}
.dzxz .dzxzi6:hover{background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305182914_423667961.png) no-repeat center;}

/*简介*/
.tit2 {height: 120px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305095447_75194359.png) no-repeat center top;font: 24px "Microsoft Yahei";padding-top: 10px;text-align: center;color: #222;}
.tit2 em {display: block;font: 32px "Microsoft Yahei";font-weight: bold;color: #071658;line-height: 55px;}
.tit2 em b {color: #d00456;}
.tit2 span {display: block;font: 13px "Aldine401 BT";color: #ddd;text-transform: uppercase;}
.companybg {background: #f2f2f2;width: 100%;overflow: hidden;}
.companynrbg {background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305185621_276603410.png) center no-repeat;height: 362px;width: 100%;}
.company1{}
.company1 li:nth-child(1) { margin-top: 30px;}
.company1 li{ width:177px; height:70px; text-align:center; line-height:70px; margin-top:10px;}
.company1 li a { font-size:16px; color:#fff;}
.company1 li a:hover{ text-decoration:underline;}
.company2{ font-size:26px; font-weight:bold; color:#333333; width:358px; margin-left:75px;padding-top: 40px;}
.company2 font{ display:block; width:50px; height:3px; background:#071658; margin: 23px 0;}
.company2 span{ font-size:14px; display:block; line-height:25px; color:#666666; font-weight:normal;}
.com_ck a{width: 159px;height: 49px;margin-top: 20px;background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180305/20180305111314_1013515719.png) center no-repeat;display: block;
    text-align: center; line-height: 45px; font-size: 18px; color: #d00456!important;}
.Image{    padding-top: 20px;}

/*新闻中心*/
#news_bg{width:100%; margin-top:30px;}
#news_t{width:365px; margin:0 auto; height:55px;text-align: center; font-size:30px; font-weight:bold; color:#d00456;}


.convert{ width:1200px; height:500px; margin:0 auto;}
.convert .tab{width:420px; height:50px; margin:0 auto; padding-top:10px;}
.convert .tab a{display:block; color:#666; text-align: center; margin: 0 10px; width: 118px; background: #fff; height:40px; border: 1px solid #ccc; line-height: 40px; font-size:14px; float:left; border-radius:100px;}
.convert .tab a.on{display:block; color:#d00456; border: 1px solid #d00456; border-radius:100px;}


.convert .content{ overflow:hidden; width:1200px; height:470px; position:relative;}
.convert .content ul{ position:absolute; left:0; top:0; height:450px;}
.convert .content li{ width:1200px; height:auto; float:left;}
.content td br{ display:none;}
.content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.content td a:hover{ display:block; background:#ff6633; color:#fff;}



/*自定义新闻*/
.news_d .divdgweb_new_div_item{float:left; width:570px; margin-right:30px; position:relative; height:127px; margin-top:18px;}

.news_d .divdgweb_new_div_item:nth-of-type(even){margin-right:0px;}
.news_d .divdgweb_new_div_item .news_div_item_pic{width:201px; height:120px; padding-top:7px; padding-left:7px; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20170911/20170911205128_960075551.png) no-repeat left top;}
.news_d .divdgweb_new_div_item .news_div_item_pic img{width:179px; height:113px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_content{position:absolute; left:215px; top:0; padding-top:15px; line-height:20px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title{padding-bottom:30px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title a{font-size:14px; font-weight:bold; color:#333;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date{position:absolute; left:215px; top:38px; color:#888;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date div{float:left;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_content .divdgweb_new_div_item_body{color:#888;}


/*后台新闻*/
.news_d .news_div_item{float:left; width:570px; margin-right:30px; position:relative; height:127px; margin-top:18px;}s



news_div_item:nth-of-type(even){margin-right:0px;}
.news_d .news_div_item .news_div_item_pic{width:201px; height:120px; padding-top:7px; padding-left:7px; background: url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20170911/20170911205128_960075551.png) no-repeat left top;}
.news_d .news_div_item .news_div_item_pic img{width:179px; height:113px;}
.news_d .news_div_item .news_div_item_content{position:absolute; left:215px; top:0; padding-top:15px; line-height:20px;}
.news_d .news_div_item .news_div_item_title{padding-bottom:30px;}
.news_d .news_div_item .news_div_item_title a{font-size:14px; font-weight:bold; color:#333;}
.news_d .news_div_item .news_div_item_date{position:absolute; left:215px; top:38px; color:#888;}
.news_d .news_div_item .news_div_item_date div{float:left;}
.news_d .news_div_item .news_div_item_content .news_div_item_body{color:#888;}





/*友情链接*/
#links_l{width: 218px;margin: 0 auto;text-align: center;}
#links_r{width: 850px;height: 70px;line-height: 70px;color: #484848;margin-left:20px;}
#links_gd{width:118px;line-height:70px; height:70px; border-left:1px #eeeeee solid; text-align:center;}

#links_gd a{font-size:14px;color:#fff;}


/*版权*/
.banq{width: 100%;color: #fff;height: auto;padding-top: 40px;padding-bottom: 20px;background: #071658;margin: 0 auto;margin-top: 40px;}
.banq ul{width: 1200px;height: 245px;margin: 0 auto;}
.banq li{float:left;}

.banq_bt{font-size:16px; height:30px; float:left; color:#fff; line-height:30px;}
.banq_bt_xain{width:31px; height:3px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175213_1314082728.jpg) no-repeat left; margin:10px 0px 19px 0px ; }

.daoh_bg{ width:260px; margin:0 auto;}
.daoh1{width: 85px;line-height: 40px;margin: 0 auto;}
.daoh1 a{font-size: 13px;color:#fff;}

.banq_nr{width: 540px;line-height: 33px;margin: 0 auto;}
.banq_nr a{color:#fff;}
.banq_rwm{width: 280px;margin: 0 auto;}
.banq_rwml{ width:135px; line-height:30px; height:auto; text-align:center; color:#fff;}
.xian{ width:60px; height:163px; background:url(//memberpic.114my.com.cn/dgaoji/uploadfile/image/20180303/20180303175251_1113290102.jpg) no-repeat center; margin-top:60px;}



.strong_title{display:none;}
.mianbxContent{width:1180px !important; text-align:left !important; height:auto !important; line-height:40px !important; margin-bottom:20px !important; font-size:15px; overflow:hidden; border:solid 1px #e2e2e2; background:#fff; padding-left:18px;}
.mianbxContent a{font-size:16px; font-weight:bold; color: #d00456;}

/*内页新闻*/
.pro_list_box_item_zdy{width:1180px; float:left; padding: 20px 10px; text-align:left; margin: 10px 0px;border: #efefef solid 1px;}
.pro_list_box_item_zdy:hover{ background: #f9f9f9;}
.pro_list_box_item_l_zdy{width:200px; height:132px; float:left;}
.pro_list_box_item_l_zdy a img {width: 200px; height:132px; border:1px solid #ccc; padding:2px;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #ed6c00; padding:2px;}
.pro_list_box_item_r_zdy{width:860px;  height:132px; margin-left:20px; float:left;}
.pro_list_box_item_r_zdy a p{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; border: none; font-family:"Microsoft YaHei";font-size: 16px;font-weight: normal;}
.pro_list_box_item_r_zdy a div{color:#666; height:68px;    overflow: hidden;}
.pro_list_box_item_r_zdy a div span{font-size: 14px; font-weight: normal; line-height: 24px !important;  margin-top: 7px; color: #999;}
.content_more_a_zdy{ width: 90px; height: 30px; background: url(//memberpic.114my.com.cn/dgdewei/uploadfile/image/20180129/20180129111619_437105268.png) no-repeat; display:block; margin-top:10px;}
.pro_list_box_item_zdy{overflow:hidden;}
.xwlb_img img{border: 1px solid #ccc;padding: 2px;background: #fff;}

.dgweb_list_item{width: 266px!important;border: 1px #ccc solid;
    padding: 8px 8px 4px 8px !important;
    margin: 0px 8px 20px 8px;}
.dgweb_list_item:hover{  
           animation: myfirst 2s infinite;
		   display: inline-block;    
       }  
         
       @keyframes myfirst {  
           0% {  
               transform: translate(0px, 0px);  
           }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }




.linkTagcs li{line-height: 37px !important;}