/*样式初始化及公共样式部分lpm*/

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{height: 150px;background: #0091d1;width: 100%;min-width: 1200px;color: #fff;}
.top_fl{padding-top: 63px;margin-left: 9px;}
.top_center{padding-top: 23px;margin-left: 87px;}
.top_tel{font-size: 15px;padding-top: 64px;}
.top_tel span{font-size: 18px;}

/*导航*/
	.nav_bg{ width: 100%;min-width:1200px; height: 50px;  background:#036fb1;z-index: 9999;position: relative;}
	.nav li {
		position: relative;
		width: 118px;
		height: 50px;
		line-height:50px;
		float: left;
		text-align: center;
        background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717110202_49276641.jpg)no-repeat center right;
		
	}
	
.nav li font{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717110202_49276641.jpg)no-repeat center left;display: block;width: 1px;height: 50px;float: left;}
	.nav li a {width: 118px;
		color: #b8e9fe;
		font-size: 15px;
		display: block;
        height: 50px;

	}
	
	.nav li a:hover {background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717112647_579077840.png)no-repeat center bottom;color: #fff;}
	.nav .a_nav>a {
background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717112647_579077840.png)no-repeat center bottom;color: #fff;
	}
	
	.menu ul {
		width: 100%;
		position: absolute;
	
		top: 50px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #0091d1;
	
	
	
		-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:#036fb1; 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: 600px;
    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: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus .btn span {
        font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #666;
    border-radius: 50%;
}

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

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 260px;
    background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112006_1718130354.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: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus_n .btn span {
        font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #666;
    border-radius: 50%;
}

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

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112006_1718130354.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

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

/*产品中心*/
.prod_bg{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717114443_902903762.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 918px;}
.prod{padding-top: 70px;}
.prod_t{text-align: center;margin: 0 auto;}
.prod_t p{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717115224_1928759704.png)no-repeat 0px 22px;width: 240px;height:60px;margin: 0 auto;font-size: 30px;color: #222;line-height: 60px;    padding-left:121px;}
.prod_t span{font-size: 44px;color: #0091d1;}
.prod_wt{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717115937_665312920.png)no-repeat center;height: 41px;line-height: 41px;text-align: center;font-weight: lighter;font-size: 20px;margin-top: 10px;}

.pronav{height: 44px; width:576px; margin: 0 auto;line-height: 44px;margin-top: 25px;    margin-bottom: 14px;}
.pronav ul{}
.pronav ul li{ float: left;background:#0091d1;border-radius:200px;width: 172px;height: 44px;line-height: 44px;margin-right: 30px;}
.pronav ul li.active{background:#0091d1;border-radius:200px;}
.pronav ul li a{ text-align: center; display: block; color: #fff; font-size: 16px;}


.case_in table > tbody > tr > td{ display: inline-block; width: 280px; position: relative; padding: 0 !important; margin:20px 10px; overflow: hidden;}
.case_in table > tbody > tr > td br { display: none; }
.case_in table > tbody > tr > td a{ display: block; }
.case_in table > tbody > tr > td > a{ overflow: hidden; position: relative; }
.case_in table > tbody > tr > td > a:after,.case_in td > table > tbody > tr > td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112056_1804407991.png) no-repeat center; left:0; top: -100%; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.case_in > table > tbody > tr > td > a > img{width: 278px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out}
.case_in > table > tbody > tr > td:hover > a > img{ -webkit-transform: scale(1.15); transform: scale(1.15)}
.case_in > table > tbody > tr > td > div { padding: 0 !important; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 100%; position: relative; top: 0; background: #fff; }
.case_in > table > tbody > tr > td > div > a { font-size: 14px; color: #333; line-height: 40px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.case_in > table > tbody > tr > td:hover > div { width: 85%; margin: 0 auto; background: #085db7; top: -20px; }
.case_in > table > tbody > tr > td:hover > div > a { color: #fff;font-size: 16px; }
.case_in > table > tbody > tr > td:hover > a:after,.case_in td > table > tbody > tr > td:hover > a::after{ top: 0; }


.case_in table > tbody > tr > td span a{height:53px; line-height:53px;  background:#fff; color:#666;font-size:14px;}

.case_in table > tbody > tr > td:hover span a{background:#0091d1;color:#fff;}

/*酒厂*/

.winery_bg{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719135946_987069073.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 866px;}
.winery{padding-top: 70px;}
.winery_t{text-align: center;margin: 0 auto;}
.winery_t p{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717115224_1928759704.png)no-repeat 0px 22px;width: 102px;height:60px;margin: 0 auto;font-size: 30px;color: #222;line-height: 60px;    padding-left:124px;}
.winery_t span{font-size: 44px;color: #0091d1;}
.winery_wt{text-align: center;margin-top: 18px;}
.winery_ww{margin-top: 54px;}
.winery_ww li{display: block;float: left;border-right: 1px #ccc solid;width:350px;height: 442px;padding-right: 29px;margin-left:30px;}
.winery_w{text-align: center;margin-top: 26px;position: relative;top:0px;-webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out;}
.winery_w p{font-size: 20px;color: #222;margin-bottom: 10px;}
.winery_w i{font-size:14px; color:#0091d1;}
.winery_w font{display: block;width: 29px;height: 1px;background: #3a3949;margin: 20px auto;}
.winery_w span{font-size: 14px;line-height: 24px;color: #666;font-weight: lighter;display: block;letter-spacing:1px;margin-bottom: 20px;}
.winery_w a{display: block;font-size: 12px;font-weight: lighter;}

.winery_w1{margin-top: 0px;margin-bottom: 20px;-webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out;}
.winery_a{margin-top: 60px;}
.winery_a a{display: block;background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717155207_1483156405.png)no-repeat center;width: 382px;height: 81px;font-size: 16px;color: #fff;line-height: 81px;padding-left: 180px;margin-left: 360px;}

.winery_img{position: relative;top:0px;-webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.winery_img1{position: relative;top:0px;-webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }

.winery_ww li:hover .winery_img{top:192px; }
.winery_ww li:hover .winery_w{top: -278px; }
.winery_ww li:hover .winery_w1{top: 278px; }
.winery_ww li:hover .winery_img1{top:-192px; }

.winery_a:hover{-webkit-animation: test 0.3s ease-in 2;
    animation: test 0.3s ease-in 2;
    cursor: pointer;}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


/*酒店*/
.hotel_bg{background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717161331_1693961477.jpg)no-repeat center;height: 144px;width: 100%;min-width: 1200px;}
.hotel{padding-top: 42px;}
.hotel_t{color: #fff;font-size: 30px;padding-left: 526px;}
.hotel_t span{font-size: 44px;}

.jzal {position: relative; top:30px; height:600px;padding-bottom:50px;}
.jzal .jzal_con {width: 1200px;margin: 0 auto;height: 550px;position: relative;}
.jzal .jzal_con ul {position: absolute;top: 0;left: 0; margin: 0 113px;}
.jzal .jzal_con ul li {position: relative;float: left;width: 1200px;height: 550px;}
.jzal .jzal_con ul li:first-child {margin-left: -1200px;}
.jzal .jzal_con ul li:last-child {margin-left: 26px;}
.jzal .jzal_con ul li .jzal_aljs {display: none; position: absolute;right: 0;bottom: 0;width: 973px;height: 61px;background: rgba(52,25,15,0.9);text-align: center;}
.jzal .jzal_con ul li .jzal_aljs1 { position: absolute;right: 0;bottom: 0;width: 1200px;height: 550px;background: rgba(52,25,15,0.2);}
.jzal .jzal_con ul li .jzal_aljs p{ color:#fff; font-size:20px; line-height:61px;letter-spacing}
.jzal .jzal_con:after{ left:-414px; }
.jzal .jzal_con:before{ right:-413px; }
.jzal .jzal_con:after,.jzal .jzal_con:before { content: ''; display: block; background: rgba(52,25,15,0.8); position: absolute; width: 600px; height: 100%; z-index: 3; }


.jzal .jzal_leftbtn {position: absolute;left: 0;top: 50%;width: 53px;height: 114px;z-index: 4;}
.jzal .jzal_leftbtn span {display: block;width: 53px;height: 114px;background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112343_1311227571.png) no-repeat center;cursor: pointer;}
.jzal .jzal_rightbtn {position: absolute;right: 0;top: 50%;width: 53px;height: 114px;z-index: 4;}
.jzal .jzal_rightbtn span {display: block;width: 53px;height: 114px;background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112320_317470286.png) no-repeat center;cursor: pointer;}

.bannerBox{ width:100%;  min-width:1200px;  height:579px;  position:relative; overflow:hidden; background:#fff; text-align:center;}
.bannerBox .bd{ width:1200px; position:absolute; left:50%; margin-left:-600px  }
.bannerBox .bd li{ width:1200px;  overflow:hidden; position: relative;}
.bannerBox .bd li img{ display:block; width:1200px; height:579px;}
.bannerBox .tempWrap{ overflow:visible !important }
.bannerBox .tempWrap ul{  margin-left:-1200px !important; /*强制位置*/  }
.bannerBox .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;}
.bannerBox .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;}
.bannerBox .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;}
.bannerBox li a p{ font-size: 20px; color: #fff; line-height: 50px; background:rgba(52,25,15,0.9); position: absolute; z-index: 1; top:600px; width: 1200px; text-align: center;}
.bannerBox .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:550px; cursor:pointer;}
.bannerBox .prev{ left:-50%; top:0; margin-left:-600px;}
.bannerBox .next{ left:50%; top:0;  margin-left:600px;}
.bannerBox .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:579px; background:#000; filter:alpha(opacity=50);opacity:0.5;}
.bannerBox .pnBtn .arrow{ position:absolute; top:240px; z-index:1; width:60px; height:60px;  }
.bannerBox .pnBtn .arrow:hover{ filter:alpha(opacity=100);opacity:1; }
.bannerBox .prev .arrow{ right:-60px; background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112212_246003433.png) -120px -138px no-repeat #282828;filter:alpha(opacity=60);opacity:0.6; }
.bannerBox .next .arrow{ left:-60px; background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112212_246003433.png) 0  -138px no-repeat #282828;filter:alpha(opacity=60);opacity:0.6;}

/*养殖*/
.qysls_bg{background:#fff;padding:60px 0 80px 0;}

.qysls_t{height: 80px;}
.qysls_t p{font-size: 30px; line-height: 30px;}

.qysls .convert2{ width:1200px; height:380px; margin:0 auto;}
.qysls .convert2 .tab{width:416px; height:70px; margin:0 auto;}
.qysls .convert2 .tab a{display:block; color:#333; text-align: center; width: 207px; height:56px; line-height: 56px; font-size:24px; float:left; background:#0091d1;color:#fff;margin-right: 2px;}
.qysls .convert2 .tab a.on{display:block; color:#fff; background:#3a3949;}

.qysls .convert2 .content{ overflow:hidden; width:1200px; height:330px; position:relative; margin-top:15px;}
.qysls .convert2 .content ul{ position:absolute; left:0; top:0; height:330px;}
.qysls .convert2 .content li{ width:1200px; height:auto; float:left;}
.qysls .content td br{ display:none;}
.qysls .content td span a{ display:block; background:#ededee; line-height:50px; width:380px !important; color:#666;font-size: 15px;}
.qysls .content table tr td {display:block;float:left;padding-left: 0px !important;width: 380px;margin: 0px 25px 0px 0px;    position: relative;}
.qysls .content table tr td a img{width: 380px; -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}


.qysls table > tbody > tr > td > a:after,.qysls td > table > tbody > tr > td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719112056_1804407991.png) no-repeat center; left:0; top: -100%; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out; }

.qysls .content table tr td:nth-child(3){margin: 0px 0px 0px 0px;}

/*简介*/
.com_bg{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180718/20180718175136_1646902674.jpg)no-repeat center top;height: 633px;width: 100%;min-width: 1200px;}
.com{padding-top: 78px;}
.com_t{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717170736_318384521.png)no-repeat center;height: 50px;line-height: 50px;text-align: center;font-size: 28px;color: #fff;}
.com_wt{text-align: center;font-size: 14px;color: #fff;margin-top: 24px;margin-bottom: 24px;}
.com_wt span{font-weight: bold;}
.com_ww{height: 418px;}
.com_w{width: 394px;font-weight: lighter;font-size: 14px;color: #666;padding-right: 172px;padding-top: 62px;line-height: 26px;}
.com_w a{display: block;width: 103px;height: 30px;line-height: 30px;text-align: center;border: 1px #0091d1 solid;color: #0091d1;font-size: 14px;font-weight: lighter;margin-top: 26px;}

.com_w a:hover{border: 1px #036fb1 solid;color:#036fb1;}

/*环境*/
.milieu{padding-top:42px;}
.milieu_t{text-align: center;margin: 0 auto;}
.milieu_t p{background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717115224_1928759704.png)no-repeat 0px 22px;width: 330px;height:60px;margin: 0 auto;font-size: 30px;color: #222;line-height: 60px;    padding-left:121px;}
.milieu_t span{font-size: 44px;color: #0091d1;}
.milieu_wt{text-align: center;font-size: 14px;color: #999;margin-top: 12px;margin-bottom:32px;font-weight: lighter;}
.milieu_wt span{color: #222;}


.milieu_img2{width: 269px;margin-left: 13px;overflow: hidden;margin-right: 13px;}
.milieu_img2 img{background: rgba(81,150,206,0.5) url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717183437_19823263.png)no-repeat center;}
.milieu_img2 p{display: block;margin-bottom: 13px;position: relative;width: 269px;height: 206px;}
.milieu_img2 span{display:block;position: absolute;left: 0;top: 0;    opacity:1;color: #fff;font-size: 20px;top:0px;left:0px;padding-left: 112px;padding-top: 79px;background: rgba(0,145,209,0.9) url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717183437_19823263.png)no-repeat center 110px;;width:158px;height: 127px;    opacity: 0;}
.milieu_img2 p:hover span{opacity: 1;}

.milieu_img2 font{display:block;position: absolute;left: 0;top: 0;    opacity:1;color: #fff;font-size: 20px;top:0px;left:0px;padding-left: 112px;padding-top: 79px;background: rgba(0,145,209,0.9) url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180717/20180717183437_19823263.png)no-repeat center 110px;width:158px;height: 127px;    opacity: 0;}

.milieu_img2 p:hover font{opacity: 1;}

#wowslider-container1{max-width: 539px !important;max-height: 425px !important;}
#wowslider-container1 .ws_images{max-width: 539px !important;max-height: 425px !important;}
#wowslider-container1 .ws_images ul a{max-height: 425px !important;}
#wowslider-container1 .ws_images > div > img {max-height: 425px !important;}
#wowslider-container1{    margin: 0px 0px 0px 0px !important;}
#wowslider-container1 .ws-title{    display: none !important;}
#wowslider-container1 .ws_bulframe div div{display: none;}
#wowslider-container1 a.ws_next{display: none;}
#wowslider-container1 a.ws_prev{display: none;}
#wowslider-container1 .ws_pause span i, #wowslider-container1 .ws_pause span b{background: #000 !important;    border: 1px #ccc solid;}

/*新闻中心*/
.news_bg{background: #f5f5f5;height: 550px;width: 100%;min-width: 1200px;margin-top: 72px;}
.news{padding-top: 60px;}
.news_fl{width: 500px;}
.news_t{border-bottom: 1px #ccc solid;height: 45px;line-height: 45px;font-size: 24px;color: #0091d1;}
.news_t span{font-size: 16px;color: #ccc;margin-left: 8px;}
.news_t a{display: block;width: 103px;height: 28px;line-height: 28px;text-align: center;font-size: 14px;color: #333;background: #ccc;margin-top: 10px;}
.news_wwt{margin-top: 23px;}

.news_fr{width:667px;}

.news_ww{width:667px;    border-bottom: 1px #ccc solid;height: 45px;}

.news_t a:hover,.news_a a:hover{background: #0091d1 !important; color:#fff !important;}

.news_a a{display: block;width: 103px !important;height: 28px !important;line-height: 28px !important;text-align: center;font-size: 14px !important;color: #333 !important;background: #ccc;margin-top:9px;}

.news .tab{ overflow:hidden; float:left; position:relative; z-index:99;   padding-bottom: 7px;margin-top: 8px;}
.news .tab a{display:block; float:left;text-align:center; font-size:20px;color:#0091d1;width: 101px;height: 28px;line-height: 28px;}
.news .tab a.on{transition: all 0.8s;color:#fff;     background: #0091d1;}
.news .content{overflow:hidden; width:667px;height:354px; position:relative; margin-top:20px;}
.news .content .ul{ position:absolute; left:0; top:0; width:667px;}
.news .content .li{ width:667px; float:left;}
.news .news_div_item,.news .divdgweb_new_div_item{overflow:hidden; float:left; width:667px; height:109px;transition: all 0.5s linear;    margin-bottom: 13px;}
.news .news_div_item:hover,.news .divdgweb_new_div_item:hover{background:#f5f5f5; transition: all 0.5s linear;}
.news_div_item_date,.news .divdgweb_new_div_item_date{overflow:hidden; width:58px; height:58px; background:#0091d1; color:#fff; position:absolute; z-index:999;    display: none;}
.news .news_div_item_year,.news_div_item_month,.news .divdgweb_new_div_item_year,.divdgweb_new_div_item_month{float:left; margin-top:35px; font-size:12px;}
.news .news_div_item_year,.news .divdgweb_new_div_item_year{padding-left:5px; font-size:12px;}
.news .news_div_item_day,.news .divdgweb_new_div_item_day{overflow:hidden; text-align:center; font-size:28px; font-weight:bold; position:absolute; margin-top:2px; width:58px; color:#fff; transition: all 0.5s linear;}
.news .news_div_item:hover .news_div_item_day,.news .divdgweb_new_div_item:hover .divdgweb_new_div_item_day{color:#fff; transition: all 0.5s linear;}
.news .news_div_item_content,.news .divdgweb_new_div_item_content{overflow:hidden; padding-top:17px; width:498px;    padding-left: 10px;float:right;height: 109px;    background: #fff;}
.news .news_div_item_content a,.news .divdgweb_new_div_item_title a{font-size:14px; color:#0091d1; font-weight:bold; line-height:34px;}
.news .news_div_item:hover .news_div_item_content a,.news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{color:#e82832;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{line-height:20px;}
.news .news_div_item_pic{width:145px; height:109px; border:solid 1px #ddd; overflow:hidden; float:left;}
.news .news_div_item_pic img{width:145px; height:109px;}
.news .news_div_item:hover .news_div_item_pic img,.news .divdgweb_new_div_item:hover .news_div_item_pic img{transform: scale(1.08);transition: all 0.5s linear;}



/*友情链接*/
.link_bg{background:#036fb1;height: 70px;width: 100%;min-width: 1200px;}
.link_t{line-height: 70px;font-size: 14px;color: #fff;}
.linkTagcs a{font-size: 14px;}
.linkTagcs li a:hover{color: #b8e9fe !important;}
/*版权*/
.footer_bg{background: #0091d1;height: 350px;width: 100%;min-width: 1200px;}
.footer{padding-top: 63px;}
.footer_wt{width: 280px;margin-left: 80px;}
.footer_t{color: #fff;font-size: 20px;font-weight: bold;border-bottom: 1px #fff solid;padding-bottom: 16px;}
.footer_w{margin-top: 22px;}
.footer_w a{display: block;color: #fff;font-size: 14px;line-height: 30px;}

.footer_w1{color: #fff;font-size: 14px;line-height: 30px;margin-top: 22px;}
.footer_w1 a{color: #fff;font-size: 14px;line-height: 30px;}

.footer_w2{margin-top: 22px;}
.footer_w2 img{width: 115px;height: 115px;}
.footer_w2 li{width: 115px;display: block;float: left;margin-right: 16px;}
.footer_w2 P{color: #fff;font-size: 14px;text-align: center;margin-top: 10px;}

.footer a:hover{color: #b8e9fe;}

/*内页小导航*/
.mianbxContent{ width:1150px !important; text-align:left !important; height:29px !important;  line-height:25px !important; 
margin:10px auto 20px auto !important; 
background:url(//memberpic.114my.com.cn/aigeruite/uploadfile/image/20180705/20180705164646_16291961911.png) no-repeat bottom right;    border-bottom: 1px #ccc solid;}
.strong_title { display: block;background:#0091d1; width:120px; height:36px; line-height:36px; text-align:center; color:#fff; font-size:18px;  font-weight: normal; margin:20px 0 0 0;}
.strong_title font{display:none;}


.navn_about{position: absolute;left: 50%;background:#0091d1; width:120px; height:36px; line-height:36px; text-align:center; color:#fff; font-size:18px;  font-weight: normal; margin: 65px 0 0 -574px; }

#bodycon #center{ box-shadow: 0 0 10px #e1e1e1; margin:40px auto 40px auto !important; width:1150px !important; padding:0 25px 25px 25px;}
#bodycontent,.news_content_body,.news_content_title,.news_content_back,.bodyContentString8,.dgcontent_title_h5,.back_column{width:1150px !important;}

#bodycon{padding-top:0px; padding-bottom:20px;}
.class_xw_center{line-height: 28px !important;}
.xwlb_img img{width: 205px;    border: 1px #ccc solid;}

.pages_info{border-top:1px #ccc dashed; padding:16px 0 0 0 !important; font-size:14px; margin:12px auto 0 auto !important;;}
.pages_info a{ font-size:14px;}


/*内页产品*/
.pro_one_box{width: 270px !important; margin-left:20px !important;}
#bodycontent>div.pro_one_box:nth-child(1){margin-left:0 !important;}
.pro_name{height:40px; line-height:40px;background:#ccc; margin-bottom:22px;}
.pro_name a{ font-size:14px; line-height:40px !important;}
.pro_one_box:hover .pro_name{background:#0091d1; }
.pro_one_box:hover .pro_name a{ color:#fff;}

.pro_all_class{text-align: left !important; margin-bottom:10px !important;}
.pro_all_class a{font-size:15px; padding-right:20px;color:#333;}
.pro_all_class a:nth-child(1){background:url(//memberpic.114my.com.cn/gdlzjs/uploadfile/image/20180627/20180627172944_966545802.png) no-repeat 66px center; padding-right:34px;}
.pro_all_class a strong,.pro_all_class a:hover{color:#0091d1;}


/*内页新闻*/
.news_box_lbm{width: 1150px !important; margin:0 auto;}
.xwlb_content{width: 920px !important;}
.shopmrsc{padding: 18px 0 !important;}
.shopmrsc p.xwlbbt{ color:#333;}

.xw{width: 1150px !important; 
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}


/*内页新闻*/
.pro_list_box_item_zdy{display:block;height:160px; border-bottom: 1px solid #eee;overflow:hidden;  padding-top: 20px;width: 1150px !important; margin:0 auto;}
.pro_list_box_item_zdy:hover{background:#f8f8f8;}
.pro_list_box_item_l_zdy{width:205px; height:135px; float:left;}
.pro_list_box_item_l_zdy a img {width:205px; height:135px; border:1px solid #CCC;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #ffaa31; }
.pro_list_box_item_r_zdy{width:920px; float:right; text-align:left;padding-right:10px;}
.pro_list_box_item_r_zdy p{height: 26px; font-size: 16px; color: #000; border: none;line-height: 26px;padding-bottom: 5px;}
.pro_list_box_item_r_zdy p a{height: 26px; font-size: 16px; color: #077fbe; border: none;}
.pro_list_box_item_r_zdy div{ font-size:13px; font-weight:normal; color:#888; height:56px; overflow:hidden; line-height:23px; }
.pro_list_box_item_r_zdy div > span{font-size:13px !important; font-weight:normal; color:#888;  overflow:hidden; line-height:24px !important;}
.pro_list_box_item_r_zdy div p{ font-size:13px; font-weight:normal;}
.pro_list_box_item_r_zdy a{text-decoration:none}
.pro_list_box_item_r_zdy a:hover{text-decoration:none}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a{background:#0091d1;}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p{color:#0091d1;}
.shopmrsc a:hover{color:#e60b11 !important;}
.content_more_a_zdy{ width:90px; height:30px; background: #555; display:block; margin-top:10px;  text-align: center; line-height: 29px; height: 30px; color: #fff !important;font-size: 13px !important; letter-spacing: 0.5px;}
.dgcontent_title_h5 { display: block;text-align: center;border-bottom:1px solid #ddd;height:55px !important;line-height:55px !important;margin: 10px auto 25px !important;}
.dgcontent_title_h5 h5,.dgcontent_title_h5 h5 strong{ font-size:18px}
.news_content_title { display: block;text-align: center;height:55px !important;line-height:55px !important;margin: 10px auto;}
.news_content_title h3,.news_content_title h3 strong{ font-size:18px}
.news_content_title hr{display:none;}
.content_more_a_zdy::after,.content_more_a_zdy:after{content: '查看更多>>';color: #fff;}



/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719163132_559350313.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719115601_768912061.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/aigeruite/uploadfile/image/20180705/20180705180721_986210967.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719114301_1483916954.jpg) center; overflow:hidden;}



/**/
.pro_list_box>.dgweb_list_item:nth-child(1){margin-left: 0;}
.dgweb_list_item {
    width: 268px !important;
    margin-left: 24px;
}

/*联系我们*/
    /*通栏*/
    
    .contn_t {
        height: 167px;
        background: url(//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20190408/20190408152939_57750611.jpg) no-repeat 0 0;
        padding: 50px 30px 0px 250px;
        line-height: 30px;
        width: 875px;
    }
    
    .contn_t p {
        font-size: 22px;
        color: #0091d1;
    }
    
    .contn_w {
        float: left;
        width: 486px;
    }
    
    .contn_w p {
        height: 37px;
        line-height: 45px;
        padding: 0 0 14px 70px;
        margin: 0px;
        margin-top: 14px;
        border-bottom: 1px dashed #ddd;
    font-size: 14px;
    }
    
    .contn_w a {font-size: 14px;}
    
    .contn_wt {
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #0091d1;
    }
    
    .contn_r {
        width: 650px;
        float: right;
    }

/*内页简介*/
.in_company {width: 1150px; margin: 0 auto 20px;}
.in_company_row1 { position: relative; }
.companyimg{ position:relative; }
.in_company > strong { display: block; text-align: justify; width: 150px; margin: 0 auto; font-size: 25px; letter-spacing: 1px; color: #c99e42; position: relative; top: 10px; left: -52px; }
.in_company > strong::after, .in_company > strong::after { content: ''; display: block; height: 4px; background: #c99e42; margin: 15px 0 0; width: 55px; }
.in_company_row1 .fr { width: 650px; margin-top: 25px; }
.in_company_row1 .fr p,.in_company_row2 .fl p { line-height: 30px; font-size: 15px; color: #565656; letter-spacing: 0.4px; padding-bottom: 35px; text-indent: 2em; text-align: justify; }
.in_company_row2 .fl {width: 544px;margin-top: 68px;}
.in_company_row2 .fr {margin-top: -60px;}
.prod_row1{margin-top:30px;}
.ads_comp{margin:30px auto;width:100%;display:block;}
.company_row2 { border: 1px dashed #dfdfdf;  width: auto; background: none;padding: 0;margin: 25px 0;border-radius:20px;}
.in_company_row1 img{margin-top: 20px;}


/**/


/*浮动*/
.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.com.cn/zhenghanluye/uploadfile/image/20180719/20180719164300_827235872.png") no-repeat;
    background-color: #0091d1;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#036fb1;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_mq{
    background-position: right -93px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}