/*样式初始化及公共样式部分lpm*/
.cpxq td{ border:solid 1px #ccc; line-height:40px; padding-left:10px; font-size: 20px}

body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #ed6c00;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    min-width: 1200px;
}


/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}



.t {
    font-size: 38px;
    line-height: 40px;
    height: 60px;
    color: #005eb8;
    font-weight: bold;
    text-align: center;
}

.more {
    display: block;
    width: 60px;
    height: 20px;
    float: right;
    background: url(//memberpic.114my.com.cn/dgcjmh/uploadfile/image/20170630/20170630093100_713162857.jpg) no-repeat center;
    margin-top: 10px;
}
	/*抬头*/
	
	.top_bg {
		width: 100%;
		height: 40px;line-height: 40px;
		margin: 0 auto;
        background: #f2f2f2;}
	.top_l {height: 40px;}
	.logo {padding-top: 36px;}
	.name1{padding:46px 24px 0 0;}
	.name1 p{ font-size: 24px; color: #333; line-height:40px; font-weight: bold;}
	.name1 span{ font-size:15px;color: #f1651d;}
	.tel{padding-top:20px;}
 .top_rt{padding-right: 5px;}
	 .top_rt a b{color: #f1651d;}


	/*导航*/
	.head_bg{width: 100%; min-width:1200px;}
	#head{height:156px;}
	.nav_bg{ width: 100%;min-width:1200px; height: 60px;  background: url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229174650_474216236.jpg) repeat-x center;}
	.nav li {
		position: relative;
		width: 120px;
		height: 60px;
		line-height:60px;
		float: left;
		text-align: center;
	 background: url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229174557_1769668984.jpg) no-repeat right;
		
	}
	
	.nav li a {width: 119px; transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
		color: #fff;
		font-size: 15px;
		display: block;
	}
	
	.nav li a:hover {background: #f1651d;}
	.nav .a_nav>a {transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
	   background: #f1651d;
	}
	
	.menu ul {
		width: 110px;
		position: absolute;
	
		top: 60px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #e89b01;
	
	
	
		-webkit-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; 
		background: none;
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;
	
	}
	
	 
	
	.menu li:hover > ul li {
	
		height: 40px;
	line-height: 40px;
		overflow: visible;
	   
	}
	
	
	
	.menu ul li a {
	
		width: 100%;
		height: 100%;
		display: block;
		border-bottom: 1px solid #fff;
		text-align:center;
		font-size: 14px;
		color:#fff;
	
	}
	.menu ul li a:hover{background:#ff9d00; color:#fff;}
	 
	
	.menu ul li:last-child a { border: none; }
	
	.menu ul li table{ width: 100% !important;}
	.menu ul li.cpzx td{
	width:100%;height: 0; 
	
		overflow: hidden; 
	background: #045FBB;   
	
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;}
	
	
	.menu li:hover > ul li.cpzx td{
	 display: block;    
		height: 41px;
	line-height: 40px;
		overflow: visible;
	}
	.menu ul li.cpzx a{border-bottom: 1px solid #83AFDE;
	height:40px;
	text-align: left;
		padding-left: 25px;
		width: 175px;}
	.menu ul li.cpzx a:hover{background:#E6212A; color:#fff;}
	.menu li:hover ul li.cpzx{height:auto; }
	


/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus ul {
    height: 100%;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 90px;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #fff;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 210px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}


/*内页幻灯片*/

.focus_n {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 90px;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus_n .btn span.on {
    background: #fff;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}


.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top100 {
    padding-top: 100px;
}

.top110 {
    padding-top: 110px;
}




/*搜索*/
	
.search_nbg{width: 100%; min-width:1200px; height:68px; margin:0 auto; position:absolute; top:606px; background:#ccc;}
.search_bg{width: 100%; min-width:1200px; height:68px; margin:0 auto; background:#ccc;}
#search{
		width:1200px;	
		height:68px;
		margin:0 auto;
		line-height:68px;
		
		
		}
	
.search_01{ float:left; width:600px; padding-left:2px;}
.search_02 form{padding-left:0;}
.search_02{ background: #fff;
		height:42px;
		width:300px;
		overflow:hidden;
		margin-top:13px;
		float:right;
		
		}
.search-i{ 
		width:60px; 
		overflow:hidden; 
		height:42px;
	
		}
.search-bg{
		float:left;
		width:230px;
		height:42px;
		overflow:hidden;
		padding-left:10px;
	background:#fff;

		}



/*产品介绍*/
.prod2{height:540px;}


.hzkh_b{ width:1200px; margin:0 auto; height:200px;}

.btnLeft{ width:58px; float:left; height:131px; display:block; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20180110/20180110144701_193354436.jpg) no-repeat center;}
.btnRight{width:58px; float:right; height:131px; display:block; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20180110/20180110144715_2038541332.jpg) no-repeat center;}
.hzkh_b dl{ display:block; width:1200px;margin:0 auto;}
.hj{width:1200px; margin:0 auto;}
.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; width:950px; height: 440px;overflow:hidden;}
.hzhb .hzCont ul li{width:950px; height: 440px; background: #fff;float: left;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:58px; height:131px;}
.hzhb .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}

.hzkh_img{ margin:0 auto;position: relative;}
.hzkh_img a{ font-size:14px; color:#333; font-weight:normal;}
.hzkh_img a:hover{ color:#ebb525;}

.leri{width:1200px; margin:0 auto;position: absolute; top:150px;}


/*产品推荐*/
.home_menu{clear:both; overflow:hidden; width:100%;padding: 25px 0;}

.home{width: 413px; padding-left:262px; height:100px; line-height:94px;  font-size:42px; font-weight:bold; margin:0 auto;color:#fff; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210520/20210520160228_51854415.png) top center no-repeat;}
.imgw{ width: 516px;margin-right:30px;}
.imgw p{ font-size: 24px; color: #333; line-height: 50px; border-bottom: 1px #ccc solid; margin:54px 0 10px 0;}
.imgw span{ display: block; font-size: 14px; line-height: 34px; border-bottom: 1px #eee dashed;}
.imgw span t{ color: #f1651d;}
.imgw a{ display: block; width: 113px;height: 38px; line-height: 38px; font-size: 16px; color: #fff; text-align: center; float: left; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229201829_1577628037.jpg)center no-repeat; margin: 20px 12px 0 0;}
.imgw a:hover{ color: #000;}


/*产品中心*/
.prod_bg{ width: 100%; min-width: 1200px; height: 875px; background:#f5f5f5 url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229202539_469253368.jpg)center bottom no-repeat; }
.prod_t{width: 413px; padding-left:253px; height:100px; line-height:94px;  font-size:36px; font-weight:bold; margin:0 auto;color:#fff; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210520/20210520160228_51854415.png) top center no-repeat;}

.list{ width: 280px;background:#fff; }
.list_t{ height: 80px; line-height: 80px; font-size: 30px; color: #fff; font-weight: bold;text-align: center; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229204645_256522370.jpg) center no-repeat;}
.list_d{padding:10px 15px 20px 15px;}
.list_d table{ width: 100% !important;}
.list_d table td a{display: block;padding-left:34px; height:58px; line-height:58px;font-size: 15px; color: #333;border-bottom:1px #ccc dashed;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229205407_1534864439.jpg)center -70px no-repeat;}
.list_d table td a:hover{background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171229/20171229205407_1534864439.jpg) center -4px no-repeat; color: #fff;}

.prod_r{ width: 900px;}
.prod_r table br{display:none;}
.prod_r table img{border:1px #ccc solid; padding:2px; background:#fff;}

.prod_r span a {
    display: block;
    width: 284px;
    height: 48px;
    font-size:14px; color:#333;
    line-height: 48px;
    margin-bottom:10px;
}


 .tabcon>table>tbody>tr>td {
        float: left;
        padding:0 ;
        width: 284px;
        margin: 0 0.6% 7.6% 0.6%;
        position: relative;
       

    }
   

    .tabcon>table>tbody>tr>td>a {
        display: block;
 float: left;margin-bottom:24px;
          height: 210px;
        width: 284px;
       padding-left: 0px !important;
        position: relative;
        overflow: hidden;
    }

   

.tabcon>table>tbody>tr>td>span {
        display: block;
        width: 284px !important;
        position: absolute;
        bottom: -42px;
        overflow: hidden;
        background-position: center;
        height: 48px;
        line-height: 48px;
     background:#eee;
    }
.tabcon>table>tbody>tr>td>span>a {
        position: absolute;z-index: 3; 
    }
.tabcon>table>tbody>tr>td:hover>span>a{
        color: #fff;
    
    }
.tabcon>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;}
  
.tabcon>table>tbody>tr>td:hover>span:before{ left: -50%; top: -50%; opacity: 1; }
    .tabcon>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;
    

    }

    .tabcon>table>tbody>tr>td>a>.ceshigo a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding-top: 30%;
    }

    .tabcon>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;
    }

   

    .tabcon>table>tbody>tr>td:hover>a>.ceshigo {
        left: 0;
    }

    .tabcon>table>tbody>tr>td:hover>a>.ceshigo p {
        left: 0;
        bottom: 0;
    }

    .tabcon>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:rgb(241, 101, 29) url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230172408_1696584067.png) no-repeat center;
        left: 114px;
        top: 54px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .tabcon>table>tbody>tr>td:hover .beta5 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }




/*解决方案*/
.solution_bg{ width: 100%; min-width: 1200px; height:664px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230102425_614445986.jpg) no-repeat center;}
.solution_t{ height: 118px; text-align: center; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230102511_1317034732.png) no-repeat center;}
.solution_t p{ font-size: 25px; font-weight: bold; color: #fff; padding-top:24px;}
.solution_t b{ font-size: 30px; color: #f1651d;}

.jssora05l,.jssora05r{display:block;position:absolute;width:40px;height:40px;cursor:pointer;background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230194023_987336094.png) no-repeat;overflow:hidden}
.jssora05l{background-position:-10px -40px}
.jssora05r{background-position:-70px -40px}
.jssora05l:hover{background-position:-130px -40px}
.jssora05r:hover{background-position:-190px -40px}
.jssora05l.jssora05ldn{background-position:-250px -40px}
.jssora05r.jssora05rdn{background-position:-310px -40px}
.jssora05l.jssora05lds{background-position:-10px -40px;opacity:.3;pointer-events:none}
.jssora05r.jssora05rds{background-position:-70px -40px;opacity:.3;pointer-events:none}
.jssort01-99-66 .p{position:absolute;top:0;left:0;width:214px;height:118px;}
.jssort01-99-66 .t{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.jssort01-99-66 .w{position:absolute;top:0;left:0;width:100%;height:100%}
.jssort01-99-66 .c{position:absolute;top:0;left:0;width:210px;height:114px;border:#387fd9 2px solid;box-sizing:content-box;background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230172603_1506498596.png) -800px -800px no-repeat;_background:none}
.jssort01-99-66 .pav .c{top:0;_top:0;left:0;_left:0;width:210px;height:114px;background-position:50% 50%}
.jssort01-99-66 .p:hover .c{top:0;left:0;width:214px;height:116px;border:#fff 1px solid;background-position:50% 50%}
.jssort01-99-66 .p.pdn .c{background-position:50% 50%;width:210px;height:114px;border:#387fd9 2px solid}
* html .jssort01-99-66 .c,* html .jssort01-99-66 .pdn .c,* html .jssort01-99-66 .pav .c{width:210px;height:114px;}


#jssor_1{width: 1200px !important; height:440px !important; background-color:none !important; }
#jssor_1>div{width: 1200px !important; }
.jssort01-99-66{background:#fff;height:420px !important; top: 0 !important;}
.jssort01-99-66>div{height:434px !important; top:13px !important;}





/*服务*/
.ser_t{height: 118px; text-align: center; color: #333;  background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230114510_2015375716.jpg) no-repeat center;}
.ser_t p{ font-size: 25px; font-weight: bold;padding-top:24px;}
.ser_t b{ font-size: 31px; }
.ser_t span{color: #f1651d;}
.ser_d li{ width: 400px; height: 556px; float: left; background-color: #f1f1f1; background-repeat: no-repeat; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.ser_d1{ background-image: url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210519/20210519085558_851272311.png);  background-position: top;}
.ser_d2{ background-image: url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230115022_1019706714.png);  background-position: bottom; }
.ser_d3{ background-image: url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230115037_745081904.png);  background-position: top;}
.ser_w{transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.ser_w1,.ser_w3{padding: 350px 40px 0 40px;}
.ser_w2{padding: 34px 40px 0 40px;}
.ser_w p{ font-size: 24px; line-height: 60px; border-bottom: 1px #ccc solid; color: #222; margin-bottom:14px;text-align: center;}
.ser_w span{ font-size: 16px; line-height:30px; color: #333;}

.ser_d li:hover{ background-color: #213a80;}
.ser_d1:hover,.ser_d3:hover{background-position:0 -20px;}
.ser_d2:hover{background-position:0 260px;}
.ser_d li:hover .ser_w p,.ser_d li:hover .ser_w span{ color: #fff; }
.ser_d1:hover .ser_w1,.ser_d3:hover .ser_w3{padding: 340px 40px 0 40px;}
.ser_d2:hover .ser_w2{padding: 44px 40px 0 40px;}



/*优势*/
.adv_t{ text-align: center; height:200px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230140328_654257088.jpg) no-repeat center top;}
.adv_t p{ font-size: 43px; font-weight: bold; color: #213a80; padding:38px 0 26px 0;}
.adv_t span{ color: #f1651d;}
.adv_t b{ font-size: 18px; color: #333; letter-spacing: 3px;}
.adv_bg{ height:318px;}
.adv_bg1{ background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210520/20210520162745_1592835900.jpg) no-repeat center;}
.adv_bg2{ background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230141051_972988102.jpg) no-repeat center;}
.adv_bg3{ background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210520/20210520163326_1038311985.jpg) no-repeat center;}
.adv_bg4{height:360px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20180813/20180813090258_1021238030.jpg) no-repeat center top;}


.adv_w{ padding: 46px 0 0 80px;}
.adv_wt{height: 90px;margin:0 0 30px 30px; font-size: 14px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230140735_1227200908.jpg) no-repeat left bottom;}
.adv_wt p{ font-size: 32px; font-weight: bold; color: #282828;line-height: 50px;}
.adv_ww{ font-size: 15px; line-height: 32px; color: #333; padding-left:30px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230140919_1300899401.jpg) no-repeat left 12px;}
.adv_ww b{color: #f1651d;}

.adv_bg2 .adv_w,.adv_bg4 .adv_w{margin-left:600px;}




/*简介*/
.com_bg{width: 100%; min-width: 1200px; height:450px; padding-top: 83px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230143952_1033244893.jpg) no-repeat center;}
.com_w{ width: 500px; height: 300px; padding:40px; border-radius: 10px; background-color: rgba(255,255,255,0.9);}
.com_w span{ font-size: 30px; color: #1f3676;}
.com_w t{ font-size: 20px;color: #1f3676; }
.com_w p{ font-size: 18px; color: #f1651d;}
.com_w font{ display: block; font-size: 14px; line-height: 26px; color: #333; padding:30px 0;}
.com_w a{ display: block; width: 135px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; float: left;margin-right: 12px; background: #666;}
.com_w a:hover{background: #f1651d;}


/*实力*/
.power_t{width: 413px; padding-left:253px; height:100px; line-height:94px;  font-size:32px; font-weight:bold; margin:0 auto;color:#fff; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210520/20210520160228_51854415.png) top center no-repeat;}
.power_m{ width: 451px; height: 362px;}
.power_m a{ display: block; position: relative; overflow: hidden;}
.power_m a p{ font-size: 26px; color:#fff; text-align: center;  opacity: 0; position: absolute; top:0; z-index: 1; width: 451px; height: 170px;padding-top: 192px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230151856_1434301387.png) no-repeat center;transform:scale(1.5); -moz-transform:scale(1.5); -ms-transform:scale(1.5); -webkit-transform:scale(1.5); transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.power_m a:hover p{opacity: 1; transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -webkit-transform:scale(1);}


.power_d{ width: 748px; height: 362px;}
.power_d table td{padding-left:0 !important; display: block;float: right; width:227px; height:171px; margin-left:20px; margin-bottom:20px;  position: relative; overflow: hidden;}
.power_d table td br{display: none;}
.power_d table td div{ display: block;width:100%; height: 100%;  position: relative; overflow: hidden;position: absolute; top:0; padding-top:0 !important; }
.power_d table td div a{ display: block;font-size: 20px; color:#fff; text-align: center;  opacity: 0; z-index: 1; width: 227px; height:80px;padding-top: 91px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230155235_1666903420.png) no-repeat center; transform:scale(1.5); -moz-transform:scale(1.5); -ms-transform:scale(1.5); -webkit-transform:scale(1.5); transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.power_d table td:hover div a{opacity: 1; transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -webkit-transform:scale(1);}



/*新闻*/
.news_div_item{width:580px; height: 120px;  float: left; margin:0 20px 8px 0; position: relative;}
.news_div_item_pic{width:150px; height: 100px;  float: left;}
.news_div_item_pic img{width:150px; height: 100px;  border: 1px solid #ccc;padding: 2px; background: #fff;}
.news_div_item_content{width:410px; height: 100px; float:right; padding-top:10px;}
.news_div_item_title{height:26px;}
.news_div_item_a{ font-size:14px !important; color:#333 !important; font-weight:bold;}
.news_div_item_a:hover{color:#f1661e !important;}
.news_div_item_body{ line-height: 22px;}

.news_div_item_date{position: absolute; top:86px;left:170px; color:#999;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{float: left;}

.divdgweb_new_div_item{width:580px; height: 120px;  float: left; margin:0 10px 8px 10px; position: relative;}
.divdgweb_new_div_item_pic{width:150px; height: 100px;  float: left;}
.divdgweb_new_div_item_pic img{width:150px; height: 100px;  border: 1px solid #ccc;padding: 2px; background: #fff;}
.divdgweb_new_div_item_content{width:410px; height: 100px; float:right; padding-top:10px;}
.divdgweb_new_div_item_title{height:26px;}
.divdgweb_new_div_item_a{ font-size:14px !important; color:#333 !important; font-weight:bold;}
.divdgweb_new_div_item_a:hover{color:#cc0000 !important;}
.divdgweb_new_div_item_body{ line-height: 22px;}

.divdgweb_new_div_item_date{position: absolute; top:86px;left:170px; color:#999;}
.divdgweb_new_div_item_year,.divdgweb_new_div_item_month,.divdgweb_new_div_item_day{float: left;}

.news .convert2{ width:1200px; height:500px; margin:0 auto;}
.news .convert2 .tab_bg{width:540px; height:85px; margin:0 auto; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230160457_867228182.jpg) bottom center no-repeat;}
.news .convert2 .tab{width:540px; height:60px;background:#213a80; border-radius: 100px;}
.news .convert2 .tab a{display:block; color:#fff; text-align: center; width: 180px; height:60px; line-height: 60px; font-size:22px; float:left; border-radius: 100px; }
.news .convert2 .tab a.on{background:#f1661e; }


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



/*联系*/
.cont_t{ text-align: center; font-size: 30px; color: #333; font-weight:bold; padding-top: 70px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230161922_690730730.jpg) no-repeat center top;}

.cont_w{ float: left; margin-left: 17px; height: 125px; font-size: 14px; padding-left:70px;}
.cont_w p{ font-size: 18px; color: #333; line-height: 30px; padding-top:22px;}
.cont_w1{ margin-left: 0; background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164255_64066326.png) no-repeat 14px center;}
.cont_w1:hover{background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164625_1039513632.png) no-repeat 14px 28px;}
.cont_w2{background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164652_1088458728.png) no-repeat 14px 28px;}
.cont_w2:hover{background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164705_438698785.png) no-repeat 14px 28px;}
.cont_w3{ background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164730_1999799772.png) no-repeat 14px 28px;}
.cont_w3:hover{ background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164744_1131563829.png) no-repeat 14px 28px;}
.cont_w4{background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164900_211906634.png) no-repeat 14px 28px;}
.cont_w4:hover{background: #eee url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230164918_2051929714.png) no-repeat 14px 28px;}
.cont_w1,.cont_w3{ width: 264px; }
.cont_w2,.cont_w4{ width:170px; }
.cont_w a{ font-size: 14px;}



/*版权*/
.footer_bg{width: 100%; min-width: 1200px; height:344px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20240629/20240629141813_1787456456.jpg) no-repeat center;}
.footer_t,.copy{width: 810px; float:right;}
.footer_t{ padding-top:44px;}
.footer_t li{ float: left; width: 164px; margin-right: 50px;}
.footer_t a{display: block; font-size:14px; line-height:28px; color:#999;}
.footer_t a.footer_tt{font-size:16px; color:#fff; padding-bottom:10px;}
.copy{height:40px;line-height:25px; color:#999; border-top:1px #555 solid; margin-top:34px;}
.footer_t a:hover,.copy a:hover{color:#fff;}
.copy a{ color:#999; font-size:12px; }

/*内页新闻排版*/
.pro_list_box_item{width:1200px !important; float:left; height:170px; text-align:left; }
.pro_list_box_item_l{width:210px; height:150px; float:left;}
.pro_list_box_item_l a img {width: 200px; height:150px; border:1px solid #ccc !important; padding:2px;}
.pro_list_box_item_l a:hover img { border:1px solid #f1651d; padding:2px;}
.pro_list_box_item_r{width:970px !important;  height:160px !important; margin-left:20px; float:left; color:#666;  line-height: 25px;}
.pro_list_box_item_r a{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-size: 15px; line-height: 40px; border: none; font-family:"Microsoft YaHei";}
.pro_list_box_item_r a:hover{color:#f1651d;}
.pro_list_box_item_r a font { width: 90px; height: 30px; 
background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230170008_1400420403.jpg); display:block;  margin-top:30px;     font-size: 0;}
.pro_list_box_item{overflow:hidden;}
.shopmrsc p.xwlbbt {font-size:15px !important;   line-height: 40px;color:#333 !important;}
.shopmrsc a:hover{ color:#f1651d;}
.shopmrsc a {
    float: left;
    display: block;
    height: 150px;
    text-decoration: none;
    position: relative;
}
#span_miaoshu{display: none;}

/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210519/20210519154727_1457101196.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20210519/20210519154728_1804232798.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230191825_1579523513.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230191825_804811491.jpg) center; overflow:hidden;}

/*内页小导航*/
.mianbxContent{ width:1200px !important; text-align:left !important; height:29px !important;  line-height:25px !important;
margin-bottom:10px !important; 
background:url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171230/20171230171956_364113485.jpg) no-repeat bottom right;}
.strong_title { display: none; }

#bodycon{padding-top:100px !important; padding-bottom:20px;}

.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;  max-width: 205px; max-height: 175px !important;   display: table-cell;}
.pcontent_title_h4 h4{    text-align: center; font-size:16px; color:#333 !important;}
.adv_w table td,#roller_temp_pro table td{height:210px; background:url(//memberpic.114my.com.cn/yvifgh/uploadfile/image/20171125/20171125113122_357735193.jpg) no-repeat center 181px;}
.detail_title{ display: none; width: 100% !important; margin-left: 0px !important;margin-bottom: 10px;   font-size: 16px;    border-bottom: 0 !important;}
.product_content{width: 100% !important;}
.adv_w table td a{ line-height: 30px;}
.adv_w table td img{ border:1px #ccc solid;}
.prod_wwt{margin-top: 10px;}
.propic_show_right .pro_detail_title{font-size: 16px !important;}






/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 30px;
  right: -117px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct:hover {right:2px;}
.yb_conct:hover .yb_ercode{height:184px;}
.yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #f2651d; }

.yb_bar ul li {
  width: 170px;
  height: 53px;
  font: 14px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #223a80 url(//memberpic.114my.com.cn/dajuli/uploadfile/image/20171231/20171231163321_2099384371.png) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }


/**/
.second_next_pre_dgwbct a{font-size: 16px;color: #333;}
.back_column a{font-size: 16px;color: #333;}