﻿@charset "utf-8";
*{padding:0;margin: 0;}



a{ color:#333333; text-decoration:none; blr:expression(this.onFocus=this.blur()); }
a:hover{ text-decoration:none; text-decoration:none!important;  }

.clear,.clearfix{*zoom:1;}

em,i{ font-style:normal;}
li{
	font-style:normal;
	list-style-type: none;
}
.hide{display:none}



.lg_sfdh{-webkit-animation:play_btn 0.5s infinite alternate;}
@-webkit-keyframes play_btn{
	0%{-webkit-transform:scale(1.0)}
	100%{-webkit-transform:scale(1.1)}
}
.lg_fddh{-webkit-animation: dong 1s infinite linear;}
@-webkit-keyframes dong {
    0% {transform: translateY(3px);}
    25% {transform: translateY(0px);}
    50% {transform: translateY(-3px);}
    75% { transform: translateY(0px);}
    100% {transform: translateY(3px);}
}
.lg_xzdh{-webkit-animation: spin 6s linear infinite;}
@-webkit-keyframes spin {
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}

/*width*/
.lg_max_1920{max-width:1920px;width:100%;margin: 0 auto;}
.lg_max_1600{max-width:1600px;width:100%;margin: 0 auto;}
.lg_max_1440{max-width:1440px;width:100%;margin: 0 auto;}
.lg_max_1340{max-width:1340px;width:100%;margin: 0 auto;}
.lg_max_1200{max-width:1200px;width:100%;margin: 0 auto;}
.lg_max_750{max-width:750px;width:100%;margin:0 auto;}

@media screen and (max-width:1024px){
	.lg_max_1920{width:96%;}
	.lg_max_1600{width:96%;}
    .lg_max_1440{width:96%;}
    .lg_max_1340{width:96%;}
    .lg_max_1200{width:96%;}
    .lg_max_750{width:96%;}

}

/*lg_wrap*/
.lg_wrap{margin:26px auto;}
.lg_gb{max-width: 1000px;width:100%;margin: 0 auto;}
.lg_gb_tit{margin:0 auto 3%;padding-top: 3%;}
.lg_gb_tit h2{
	font-size: 50px;
	color:#b7b7b7;
	text-align: center;
	line-height: 100px;	
}
.lg_gb_con{ width:  1000px; height: 493px; margin:3% auto; overflow: hidden;}
.lg_gb_con ul{font-size: 0;}
.lg_gb_con li{ width: 20%; position: relative;border-left: 3px solid #fff;box-sizing: border-box;display: inline-block;vertical-align: top;}
.lg_gb_con li:hover:nth-child(1) .hide h4,.lg_gb_con li:hover:nth-child(5) .hide h4{color:#000;font-family: "微软雅黑";}
.lg_gb_con li:hover:nth-child(1) .hide p,.lg_gb_con li:hover:nth-child(5) .hide p{color:#000;font-family: "微软雅黑";}
.lg_gb_con li:hover:nth-child(1) .hide em,.lg_gb_con li:hover:nth-child(5) .hide em{color:#000;font-family: "微软雅黑";}
.lg_gb_con li h3{position: absolute;left:15px;top:30px;width:30px;line-height: 36px;font-size: 28px;color:#fff;text-shadow: 0 5px 5px #000;font-weight: bold;z-index: 1;}
.lg_gb_con li h3::after{content: "";display: inline-block;border-left: 10px solid #fff;border-top: 10px solid transparent;border-bottom: 10px solid transparent;-webkit-transform: rotate(45deg); transform: rotate(45deg);vertical-align: baseline;left:50%;position: absolute;bottom: -30px;}

.lg_gb_con li .pics{display: block;max-height: 493px;}
.lg_gb_con li .pic{opacity: 0;transition: all .4s;}
.lg_gb_con li .pic .pic_mb{background: #fff;width:100%;height:100%;position: absolute;top:0;left: 0;opacity: .5;z-index: 2;}
.lg_gb_con li:hover .pic .pic_mb{opacity: 0;}
.lg_gb_con li .pic img{width:690px;height:493px;max-width: max-content;}
.lg_gb_con:hover li{ width: 7.7%;overflow-x: hidden;transition: all .4s;}
.lg_gb_con:hover li .pics{display: none;}
.lg_gb_con:hover li .pic{opacity: 1;}
.lg_gb_con:hover li:first-child .pic{border-left: none;}

.lg_gb_con li .hide{display: none;}
.lg_gb_con li:hover{ width: 69%;background: none;}
.lg_gb_con li:hover .pics{display: none;}
.lg_gb_con li:hover .pic{opacity: 1;transition: all .3s;}
.lg_gb_con li:hover .hide{display: block !important;position: absolute;top:12%;left:38%;width:58%;z-index: 3;}
.lg_gb_con li:hover .hide h4{font-size: 28px;color:#fff;font-family: "微软雅黑";margin-bottom: 5%;}
.lg_gb_con li:hover .hide p{font-size: 14px;line-height: 28px;color:#fff;font-family: "微软雅黑";margin-bottom: 2%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.lg_gb_con li:hover .hide em{font-size: 18px;color:#fff;display: inline-block;margin:0 auto;text-align: center;width:100%;font-family: "微软雅黑";position: absolute;bottom:-45%;} 

.lg_gb_con_phone{display: none;}
.lg_gb_con_phone li{ width: 96%;position: relative;margin: 0 auto;padding-bottom:2%;margin-bottom: 10px;}
.lg_gb_con_phone li:nth-child(1){background: #fddc41;}
.lg_gb_con_phone li:nth-child(2){background: #015a9c;}
.lg_gb_con_phone li:nth-child(3){background: #00993e;}
.lg_gb_con_phone li:nth-child(4){background: #015a9c;}
.lg_gb_con_phone li:nth-child(5){background: #fddc41;}
.lg_gb_con_phone li h3{width:100%;line-height: 36px;font-size: 20px;color:#fff;text-shadow: 0 5px 5px #000;font-weight: bold;text-align: center;padding-top:2%;}
.lg_gb_con_phone li h3::after{content: "";display: inline-block;border-left: 10px solid #fff;border-top: 10px solid transparent;border-bottom: 10px solid transparent;-webkit-transform: rotate(45deg); transform: rotate(45deg);vertical-align: baseline;left:50%;position: absolute;bottom: -30px;}
.lg_gb_con_phone li .hide h4{font-size: 14px;}
.lg_gb_con_phone li .hide{height:0;}
.lg_gb_con_phone li.op .hide{height:100%;display: block !important;background: #fff;margin:3% 3% 1%;padding:2%;}
.lg_gb_con_phone li.op .hide h4{font-size: 14px;color:#333;font-family: "微软雅黑";margin-bottom: 5%;}
.lg_gb_con_phone li.op .hide p{font-size: 14px;line-height: 28px;color:#333;font-family: "微软雅黑";margin-bottom: 2%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}
.lg_gb_con_phone li.op .hide em{font-size: 14px;color:#333;display: inline-block;margin:0 auto;text-align: center;width:100%;font-family: "微软雅黑";} 


.lg_gbfx .lg_gbfx_con{
	max-width: 200px;
	float:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.lg_gbfx .lg_gbfx_con ul li:hover{opacity: 1;}
.lg_gbfx .lg_gbfx_con ul li{float: left;margin:5px;opacity: 0.5;position: relative;}
.lg_gbfx .lg_gbfx_con ul li .shows{display: none;position: absolute;top: 40px;left:-50%;width: 140px;height:140px;overflow: hidden;z-index: 222;;}
.lg_gbfx .lg_gbfx_con ul li:hover .shows{display:block;}

.lg_gbfx .lg_gbfx_con em{display: block;width:100%;background: #005a9c;height:36px;font-size: 16px;color:#fff;text-align: center;line-height: 36px;margin-top:15px;opacity: 0.5;}
.lg_gbfx .lg_gbfx_con em:hover{opacity: 1;}

/*lg_login*/
.lg_login{padding:60px 0}
.lg_login_con{border:1px solid #c8c8c8;padding: 70px 100px;}
.lg_login_conls_tit{font-size: 24px;color:#333;}

.lg_login_conl{margin: 0 auto;width:45%;}
.lg_login_conls{margin: 15% auto 0;max-width: 260px;}
.lg_login_conls_con dl{margin:30px auto;}
.lg_login_conls_con dl dt{float: left;font-size: 16px;line-height: 30px;}
.lg_login_conls_con dl dd{float: left;line-height: 30px;width:190px;}
.lg_login_conls_con dl dd input{line-height: 30px;width:100%;box-sizing: border-box;border: 1px solid #dcdcdc;text-indent: .5em;}
.lg_login_conls_con dl dd input.yzm{width:55%;}
.lg_login_conls_con .lg_login_conls_logo{text-align: right;}
.lg_login_conls_con .lg_login_conls_logo .but1{font-size: 14px;color:#005a9c;border:none;background: none; margin-right: 20px;}
.lg_login_conls_con .lg_login_conls_logo .but2{font-size: 14px;color:#fff;line-height: 35px;background: #005a9c;display: inline-block;font-weight: normal;width:118px;text-align: center;border:none;}

.lg_login_conr{max-width: 758px;margin: 0 auto;width:53%;}
.lg_login_conr img{max-width: 100%;}

/*lg_login_list*/
.lg_login_list{}
.lg_login_list_bt{}
.lg_login_list_btl dl dd{display: inline-block;font-size: 14px;color:#666;line-height: 60px;}
.lg_login_list_btl dl dd a{display: block;position: relative;padding-right:15px;padding-left: 5px;}
.lg_login_list_btl dl dd a::after{display: block;content: ">";font-family: cursive;position: absolute;right:0;top:50%;margin-top:-30px;}
.lg_login_list_btl dl dd:last-child a::after{display: none;}
.lg_login_list_btr b{font-size:16px;color:#005a9c;font-weight: normal;line-height: 60px;}

.lg_login_list_con{border:1px solid #c8c8c8;margin:0 auto 1%;}
.lg_login_listl{max-width: 320px;width:22.23%;}
.s-side .first{padding: 0;font-size: 16px;}
.s-side{margin:38px auto 0;}
.s-side .on .d-firstNav,.s-side .d-firstNav:hover{line-height: 48px;background:#005a9c;color:#fff;}
.s-side .d-firstNav:hover span::before{border-color: #fff #005a9c #005a9c #005a9c;top:17px;transform: rotate(-90deg);}
.s-side .on .d-firstNav span::before{border-color: #fff #005a9c #005a9c #005a9c;top:20px;transform: rotate(0deg);left: -20px;}
.s-side .d-firstNav{line-height: 48px;}
.s-side .d-firstNav span{display:block;margin-left:50px;position: relative;}
.s-side .d-firstNav span a{display: block;}
.s-side .on .d-firstNav span a,.s-side .d-firstNav:hover span a{color:#fff;}
.s-side .d-firstNav span::before{content: "";display: block;/*width: 7px;height: 7px;background: #bbb;*/position: absolute;top:50%;left:-15px;border-color: #666 #fff #fff #fff;border-image: none;border-style: solid;border-width: 7px;font: 0px/0 "宋体";position:absolute;top:17px;transform: rotate(-90deg);}
.s-side .d-firstNav span a{display: block;}
.s-side .cur .d-secondNav,.s-side .d-secondNav:hover{background: #eaeaea;}
.s-side .d-secondNav span{display:block;position: relative;}
.s-side .d-secondNav span::before{content: "";display: block;width: 7px;height: 7px;background: #bbb;position: absolute;top:50%;left:-15px;margin-top:-3.5px;}
.s-side .cur .d-secondNav span::before,.s-side .d-secondNav:hover  span::before{background: #fff;}
.s-side .d-secondNav span a{display: block;}
.s-side .s-secondNav,.s-side .s-secondItem{padding-left:85px;line-height: 48px;}
.s-side .d-secondDrop{margin-left:100px;margin-top:10px}
.iconRotate{transform:rotate(90deg);transition:transform .5s}
.s-firstDrop,.s-secondDrop{display:none}

.lg_login_listr{max-width: 1120px;width:77.77%;border-left: 1px solid #e0e0e0;box-sizing: border-box;min-height: 950px;}
.lg_login_listr_top{max-width: 605px;width:100%;line-height: 34px;box-sizing: border-box;border:1px solid #d2d2d2;position: relative;margin: 50px auto;border-radius: 50px;}
.lg_login_listr_top input{width:100%;border:none;line-height: 36px;font-size: 14px;color:#b5b5b5;text-indent: 3em;background: none;}
.lg_login_listr_top img{position: absolute;left:12px;top:50%;margin-top:-7.5px;}
.lg_login_listr_top button{border:none;background: none;position: absolute;top:50%;right:0;font-size: 14px;line-height: 36px;margin-top: -18px;width:105px;background: #009a3d;border-radius: 50px;color:#fff}
.lg_login_listr_btm{max-width: 1045px;margin: 0 auto;border-top:1px solid #c8c8c8;}
.lg_login_listr_btm ul li,.lg_login_listr_btm ul li a{font-size: 16px;color:#666;line-height: 60px;border-bottom: 1px dashed #dcdcdc;}
.lg_login_listr_btm ul li .lg_login_listr_bt{position: relative;padding-left: 20px;}
.lg_login_listr_btm ul li .lg_login_listr_bt::before{content: "";display: block;width:6px;height:6px;background: #868686;border-radius: 50%;position: absolute;top:50%;left:0;margin-top: -3px;}
.lg_login_listr_btm ul li .lg_login_listr_dw{position: relative;padding-left: 20px;}
.lg_login_listr_btm ul li .lg_login_listr_dw::before{content: "";display: block;background: url(../Images/dwon.png) no-repeat;width:14px;height:16px;position: absolute;left:0;top:50%;margin-top:-8px;}
.lg_login_listr_btm ul li:last-child{border-bottom: none;}
.lg_login_listr_btm ul li:hover a{color:#005a9c;}
.lg_login_listr_btm ul li:hover .lg_login_listr_bt::before{background: #005a9c;}

/*page*/
.page1{max-width: 1045px;margin: 0 auto;text-align: center;border-top: 1px solid #e0e0e0;}
.page1 .pagination{padding:2% 0 4%;}
.page2{margin-bottom: 50px;}
.page{text-align: center;}
.page .pagination{display: inline-block;width: 100%;text-align: center;margin: 0 auto;}
.page .pagination>li{padding:6px 12px;margin:2% auto;font-size:14px;color:#666;display: inline-block;text-align: center;}
.page .pagination>li>a{border:none;padding:0;margin:0;background: none;color:#005a9c;}
.page .pagination>li>a:hover{background: none;}
.page .pagination>li.cur{color:#005a9c;}
.page .pagination>li.cur a{color:#005a9c;}

.bar{max-width: 1920px;width:100%;margin: 0 auto;height:437px;overflow: hidden;}
.bar_about{background:url(../Images/bar_about_banner.jpg)no-repeat;}


.lg_about_con1,.lg_about_con2{margin: 65px auto;}
.lg_about_con1 h3,.lg_about_con2 h3{margin-bottom: 35px;font-size: 30px;font-weight:bold;color:#333}
.lg_about_con2_wap{height:620px;overflow-y: scroll;}
.lg_about_con2_wap dl {padding:20px 0;border-left: 1px solid #ababab;margin-left: 15px;padding-left:20px; padding-right:20px}
.lg_about_con2_wap dl dt{
	font-size: 25px;
	font-weight: bold;
	color:#000;
	line-height: 40px;
	position: relative;
	font-family: "思源黑体 CN Bold";
}




.lg_about_con2_wap dl dt::before{content: "";display: block;width:15px;height:15px;border-radius: 50%;border:1px solid #b1b1b1;position: absolute;left:-29px;top:50%;margin-top:-10px;background: #fff;}
.lg_about_con2_wap dl dd{
	font-size:20px;
	line-height: 40px;
	font-family: "思源黑体 CN Light";
	background-image: url(ken03.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	display: block;

	padding-left:16px;
}
.lg_about_con2_wap::-webkit-scrollbar-track-piece {background-color:#c4c4c4;}
.lg_about_con2_wap::-webkit-scrollbar {width:3px;height:3px;}
.lg_about_con2_wap::-webkit-scrollbar-thumb {background-color:#005a9c;background-clip:padding-box;min-height:20px;}

.lg_about_con3_pic{position: relative;margin:3% auto;}
.lg_about_con3_pic_cc{max-width: 570px;position: absolute;bottom: 10%;left:15%;}
.lg_about_con3_pic_cc1{margin-bottom: 5%;}
.lg_about_con3_pic_cc b{font-size: 52px;font-weight: bold;color:#005a9c;}
.lg_about_con3_pic_cc sup{font-size: 52px;font-weight: bold;color:#005a9c;}
.lep{margin-left:15%;}
.lg_about_con3_pic_cc span{font-size: 26px;line-height: 48px;font-weight: bold;color:#005a9c;}
.lg_about_con3_pic_cc2{font-size: 24px;line-height: 48px;font-weight: bold;color:#005a9c;}

.lg_about_con3_list{}
.lg_about_con3_list ul li{float: left;width:25%;text-align: center;height: 310px;margin: 3% auto 2%;}
.lg_about_con3_list ul li .icn{margin-bottom: 15px;}
.lg_about_con3_list ul li b{display: block;font-size: 18px;line-height: 34px;color:#666;}
.lg_about_con3_list ul li i{display: block;font-size: 16px;color:#666;line-height: 34px;}

/*lg_news*/
.lg_news{}
.lg_news_tit{border-bottom: 1px solid #c8c8c8;}
.lg_news_tit dl dd{font-size: 16px;color:#999;display: inline-block;line-height: 50px;}
.lg_news_tit dl dd a{display: block;color:#999;position: relative;padding:0 10px;}
.lg_news_tit dl dd a:hover{color:#005a9c;}
.lg_news_tit dl dd a::after{display: block;content: ">";font-family: cursive;position: absolute;right:-5px;top:50%;margin-top:-25px;}
.lg_news_tit dl dd:last-child a::after{display: none;}
.lg_news_con{margin:30px auto;}

.lg_news_mac{max-width: 1045px;width:100%;margin:1% auto;}
.lg_news_mac ul li{border-bottom: 1px dashed #dcdcdc;padding-bottom: 30px;margin:30px auto;}
.lg_news_mac ul li .pic{max-width: 315px;max-height:200px;width:30.15%;overflow: hidden;position: relative;}
.lg_news_mac ul li .pic span{display: block;max-width: 315px;max-height:200px;overflow: hidden;}
.lg_news_mac ul li .pic span img{transition: all 1s;}
.lg_news_mac ul li:hover .pic span img{transform: scale(1.1);transition: all 1s;}
.lg_news_mac ul li .pic .boder{border: 8px solid rgba(255, 255, 255, .4);height:200px;box-sizing: border-box;position: absolute;top:0;left:0;right:0;transition: all 1s;}
/* .lg_news_mac ul li:hover .pic .boder{transition: all 1s;} */
.lg_news_mac ul li .pic .pic_data{position: absolute;bottom:0;right:0;width:66px;height:66px;background: #fddc41;text-align: center;font-weight: bold;} 
.lg_news_mac ul li .pic .pic_data b{display: block;font-size: 40px;line-height: 40px;margin-top:5%;}
.lg_news_mac ul li .pic .pic_data strong{display: block;font-size: 12px;color:#333;}

.lg_news_mac ul li .text{width:67%;}
.lg_news_mac ul li .text .bt,.lg_news_mac ul li .text .bt a{font-size: 16px;color: #005a9c;line-height: 48px;font-weight: bold;text-transform: uppercase;}
.lg_news_mac ul li .text .test{font-size: 14px;line-height: 30px;color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.lg_newsletter_mac{max-width: 1045px;width:100%;margin:1% auto;}
.lg_newsletter_mac ul li{float: left;width:33.333333%;margin:0 auto;text-align: center;margin:30px auto;padding-bottom:30px;border-bottom: 1px dashed #dcdcdc;}
.lg_newsletter_mac ul li .pic{max-width: 226px;height:318px;border:1px solid #e0e0e0;margin: 0 auto;overflow: hidden;}
.lg_newsletter_mac ul li .pic img{transition: all 1s;}
/* .lg_newsletter_mac ul li:hover .pic img{transform: scale(1.2); transition: all 1s;} */
.lg_newsletter_mac ul li .bt{font-size: 14px;color:#333;line-height: 48px;}

.lg_news_mac_tit{margin:80px auto 20px;border-bottom: 1px solid #c8c8c8;padding-bottom: 20px;}
.lg_news_mac_tit dl dt{display: inline-block;width:82%;font-size: 24px;color:#005a9c;font-weight: bold;}
.lg_news_mac_tit dl dd{display: inline-block;font-size: 14px;color:#999;line-height: 34px;text-align: right;width:17%}
.lg_news_mac_tit dl dd span{display: inline-block;font-size: 14px;color:#999;line-height: 34px;}
.lg_news_mac_wz{max-width: 1045px;width:100%;margin:2% auto 5%;}
.lg_news_mac_wz img{max-width: 100%;margin: 0 auto;}

.lg_fy_con{border-top:1px solid #c8c8c8;margin:2% auto;padding-top:2%;}
.lg_fy_con dl dd,.lg_fy_con dl dd a{font-size: 16px;line-height: 30px;color:#333;}
.lg_fy_con dl dd a:hover{color:#007eca;}

.lg_newsletter_info{position: relative;background: #fff;}
.lg_newsletter_info_con{}
.lg_newsletter_info_banner{position: relative;}
.lg_newsletter_info_banner .lg_logo{position: absolute;left:3%;top:10%;}

.lg_newsletter_info_tit,.lg_newsletter_info_wz,.lg_newsletter_info_case,.lg_newsletter_info_zhbd{padding:0 35px;}

.lg_newsletter_info_tit{margin:20px auto;border-bottom: 1px dashed #e5e5e5;padding-bottom: 20px;}
.lg_newsletter_info_titl .dat{font-size: 14px;font-weight: bold;color:#005a9c;line-height: 48px;}
.lg_newsletter_info_titl .text{font-size: 12px;line-height: 18px;color:#666;}
.lg_newsletter_info_titl .text a{color:#005a9c;}
.lg_newsletter_info_titl .tel{font-size: 15px;line-height: 18px;color:#333;padding-top:15px;}

.lg_newsletter_info_wz{padding-bottom:6%;}
.lg_emm{ padding-bottom: 40px;}
.lg_emm .lg_emm_a{border-bottom: 1px dashed #e5e5e5;}
.lg_emm .lg_emm_a a{display: block;background: #fddc41;line-height: 38px;text-align: center;margin:0 35px;border-radius: 50px;font-size: 15px;color:#333;margin-bottom: 40px;}

.lg_newsletter_info_case{margin-bottom: 40px;}
.lg_newsletter_info_case dl dt{font-size: 18px;font-weight: bold;color:#333;margin-bottom: 15px;}
.lg_newsletter_info_case dl dd,.lg_newsletter_info_case dl dd a{font-size: 15px;color:#005a9c;line-height: 30px;}

.lg_newsletter_info_zhbd{padding-bottom: 40px;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccl,.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccr{display: block;width:46%;height:120px;padding-left:4%;max-width: 375px;overflow: hidden;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccl h3,.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccr h3{font-size: 18px;line-height: 30px;font-weight: bold;color:#fff;margin-top: 30px;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccl span,.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccr span{display: block;font-size: 15px;line-height: 30px;color:#fff;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccl a,.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccr a{display: block;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccl{background: #005a9c;}
.lg_newsletter_info_zy .lg_newsletter_info_zy_cc .lg_newsletter_info_zy_ccr{background: #009a3d;}

.lg_video{max-width: 1045px;width:100%;margin:4% auto 1%;}
.lg_video ul{display: block;border-bottom: 1px dashed #dcdcdc;margin: 30px auto;}
.lg_video ul li{float: left;margin: 0px auto;max-width: 330px;width:31.579%;margin-right: 2.5%;padding-bottom: 30px;}
.lg_video ul li:nth-child(3n){margin-right:0;}
.lg_video ul li .pic{max-width: 330px;max-height:185px;overflow: hidden;position: relative;}
.lg_video ul li .pic>img{transition: all 1s;}
.lg_video ul li:hover .pic>img{transform: scale(1.2);transition: all 1s;}
.lg_video ul li .pic .pic_hiden{position: absolute;top:0;left:0;right:0;}
.lg_video ul li .tb{font-size: 0;}
.lg_video ul li .tb .tb_con{width:90%;display: inline-block;font-size: 14px;line-height: 48px;color:#333;}
.lg_video ul li .tb .tb_ico{width:10%;display: inline-block;line-height: 48px;text-align: right;}
.lg_video ul li .tb .tb_ico img{text-align: right;margin-right:0;}
.lg_video ul li:hover .tb .tb_con{color:#005a9c;}


.lg_product_con {padding:70px 0;}
.lg_product_con_top{}
.lg_product_con_top .bt{font-size: 60px;font-weight: bold;color:#005a9c;font-weight: bold;text-align: center;line-height: 60px;margin: 0 auto 30px;}
.lg_product_con_top .txt{font-size:16px;line-height:34px;color:#666;width: 79%;text-align: center;margin: 0 auto;}
.lg_product_con_top .tel{font-size: 24px;font-weight: bold;color:#666;line-height: 34px;text-align: center;margin:20px auto;}
.lg_product_con_top .bt2{font-size: 36px;font-weight: bold;color:#005a9c;text-align: center;margin: 0 auto 30px;}

.lg_product_con_btm{}
.lg_product_con_btm ul li{float: left;margin:30px auto 0;max-width: 449px;width: 31.181%;margin-right: 3.1%;}
.lg_product_con_btm ul li:nth-child(3n){margin-right: 0;}
.lg_product_con_btm ul li .pic{position: relative;height:460px;overflow: hidden;background: #005a9c;}
.lg_product_con_btm ul li .pic img{max-width: 100%;transition: all 1s;}
.lg_product_con_btm ul li:hover .pic img{transform: scale(1.2);transition: all 1s;}
.lg_product_con_btm ul li .pic .pic_hiden{position: absolute;bottom:0;background: rgba(0, 90, 156, .8);height:0;transition: height 1s;}
.lg_product_con_btm ul li:hover .pic .pic_hiden{height:81%;width:81%;padding:10%;transition: height 1s;}
.lg_product_con_btm ul li .pic .pic_hiden h3{font-size: 18px;font-weight: bold;line-height: 34px;text-align: center;color:#fff;margin: 15px auto;padding-bottom: 15px;border-bottom: 1px solid #fff;}
.lg_product_con_btm ul li .pic .pic_hiden .tst{font-size: 14px;line-height: 30px;color:#fff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}

.lg_product_con_btm ul li .tit{font-size: 0;margin:25px auto;}
.lg_product_con_btm ul li .tit .tit_l{width:80%;display: inline-block;}
.lg_product_con_btm ul li .tit .tit_l img{display: inline-block;margin:0;}
.lg_product_con_btm ul li .tit .tit_l h3{font-size: 30px;font-weight: bold;color:#005a9c;line-height: 36px;display: inline-block;vertical-align: middle;margin-left:10px;}

.lg_product_con_btm ul li .tit .tit_r{width:20%;display: inline-block;font-size: 14px;color:#005a9c;line-height: 36px;text-align: right;vertical-align: middle;}
.lg_product_con_btm ul li .tit .tit_r b{display: inline-block;}
.lg_product_con_btm ul li .tit .tit_r img{display: inline-block;margin-left: 10px;}

.lg_banner{max-width: 1920px;max-height:357px;width:100%;overflow: hidden;}
.lg_banner ul li img{max-width: 100%;transform: scale(1,1);transition: all 3s ease 0s;}
.flexslider{position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}

.lg_product_con_list{}
.lg_product_con_list ul li{border:1px solid #d2d2d2;margin:50px auto 0;box-sizing: border-box;position: relative;}
.lg_product_con_list ul li .lg_product_con_listl{max-width: 431px;max-height:277px;width:29.9725%;overflow: hidden;}
.lg_product_con_list ul li .lg_product_con_listl img{transition: all 1s;}
.lg_product_con_list ul li .lg_product_con_listl:hover img{transform: scale(1.2);transition: all 1s;}
.lg_product_con_list ul li .lg_product_con_listr{width:61%;padding:0 4%;}
.lg_product_con_list ul li .lg_product_con_listr .bt{font-size:26px;font-weight:bold;color:#005a9c;border-bottom: 1px  solid #d5d5d5;margin:40px auto 20px;line-height: 26px;padding-bottom: 20px;}
.lg_product_con_list ul li .lg_product_con_listr .bt a{color:#005a9c;transition: all 1s;display: inline-block;}
/* .lg_product_con_list ul li:hover .lg_product_con_listr .bt a{transform: translate(15px);transition: all 1s;} */
.lg_product_con_list ul li .lg_product_con_listr .txt{font-size: 18px;line-height: 34px;color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.lg_product_con_list ul li .lg_product_con_list_a{width:150px;line-height: 50px;font-size: 16px;color:#1d1d1d;position: absolute;bottom: 0;right:0;background: #fddc41;text-align: center;}
.lg_product_con_list ul li .lg_product_con_list_a a{display: block;color:#1d1d1d;}

.lg_product_info_top{margin-bottom: 40px;}
.lg_product_info_topl{max-width: 700px;width:49%;max-height:399px;overflow: hidden;}
.lg_product_info_topr{max-width: 445px;margin:3%  0 2% 70px;}
.lg_product_info_topr .tit{font-size: 30px;font-weight: bold;color:#005a9c;border-bottom: 1px solid #c8c8c8;line-height: 48px;padding-bottom: 20px;max-width: 420px;width: 100%;}
.lg_product_info_topr .tet{margin-top:30px;height:130px;overflow: hidden;}
.lg_product_info_topr .tet i{display: block;font-size: 18px;color:#666;line-height: 30px;}
.lg_product_info_topr .tfx{margin-bottom: 10px;}
.lg_product_info_topr .tfx dl dt{display: inline-block;vertical-align: middle;font-size: 14px;font-weight: bold;color:#333;}
.lg_product_info_topr .tfx dl dd{display: inline-block;vertical-align: middle;margin-left:10px;}
.lg_product_info_topr .ta{}
.lg_product_info_topr .ta i{display: inline-block;vertical-align: middle;font-size: 18px;color:#fff;height:52px;line-height: 52px; text-align: center;text-indent: 1em;}
.lg_product_info_topr .ta i:first-child{width:180px;background:url(../Images/wxx.png) 30px no-repeat #3a6faf;}
.lg_product_info_topr .ta i:last-child{width:245px;background:url(../Images/wxx2.png) 50px no-repeat #fddc41;margin-left:15px;}
.lg_product_info_topr .ta i:last-child a{color:#333;}
.lg_product_info_topr .ta i a{color:#fff;display: block;}

.lg_product_info_btm{margin: 40px auto 15px;}
.lg_product_info_btml{min-height: 1110px;border: 1px solid #c8c8c8;box-sizing: border-box;max-width: 860px;width: 59.723%;padding:0 25px;}
.lg_product_info_btml dl dt{font-size: 30px;font-weight: bold;color:#333;margin: 50px 0;line-height: 30px;}
.lg_product_info_btml dl dd{font-size:16px;color:#333;line-height: 36px;text-indent: 1em;position: relative;}
.lg_product_info_btml dl dd::before{content:"";display: block;width:10px;height:10px;background: #3b6faf;border-radius: 50%;position: absolute;left:0;margin-top:.9em;}
.lg_product_info_btmr{max-width: 570px;width:40%;}
.lg_product_info_btmr1{border:1px solid #c8c8c8;margin-bottom: 13px;box-sizing: border-box;}
.lg_product_info_btmr1_pic{position: relative;max-width: 542px;max-height:336px;overflow: hidden;margin:12px auto;width:96%;}
.lg_product_info_btmr1 span{display: block;}
.lg_product_info_btmr1_hide{position: absolute;top:0%;background: rgba(0, 0, 0, .4);left:0;right:0;width:100%;height:100%;display: inline-block;vertical-align: middle;}
.lg_product_info_btmr1_hide img{width:75px;height:75px;top:50%;position: absolute;left:0;right:0%;margin-top:-37.5px;}
.lg_product_info_btmr2{box-sizing: border-box;position: relative;}
.lg_product_info_btmr2 span{display: block;max-width: 570px;height:428px;overflow: hidden;margin:0 auto;}
.lg_product_info_btmr2 dl{position: absolute;top:0;left:0;right:0;padding:0 20px;}
.lg_product_info_btmr2 dl dt{font-size: 30px;font-weight: bold;color: #333;margin:25px auto;line-height: 30px;}
.lg_product_info_btmr2 dl dd{font-size: 16px;line-height: 36px;color:#333;position: relative;text-indent: 1.5em;}
.lg_product_info_btmr2 dl dd::before{content:"";display: block;width:10px;height:10px;background: #3b6faf;position: absolute;left:0;margin-top:-5px;top:50%;}
.lg_product_info_btmr3{border:1px solid #c8c8c8;box-sizing: border-box;min-height: 292px;height:100%;}
.lg_product_info_btmr3 dl{padding:0 20px;}
.lg_product_info_btmr3 dl dt{font-size: 30px;font-weight: bold;color: #333;margin:25px auto;line-height: 30px;}
.lg_product_info_btmr3 dl dd{font-size: 16px;line-height: 48px;color:#333;position: relative;text-indent: 2em;}
.lg_product_info_btmr3 dl dd::before{content:"";display: block;background: url(../Images/pdf.png) no-repeat;width:22px;height:22px;position: absolute;left:0;margin-top:-11px;top:50%;}

.lg_product_info_tj{margin:15px auto 0;border:1px solid #c8c8c8;padding:40px 25px;}
.lg_product_info_tj_tit{font-size: 30px;font-weight: bold;color:#333;margin-bottom: 30px;}
.lg_product_info_tj_tit a{float: right;font-size:20px;line-height: 45px;color:#005a9c;}
.lg_product_info_tj .pic{max-width: 433px;height:350px;position: relative;overflow: hidden;}


.lg_product_info_tj_con ul li{width:31.196%;float: left;margin-right:3%;}
.lg_product_info_tj_con ul li:nth-child(3n){margin-right: 0;}
.lg_product_info_tj_con ul li .pic img{transition: all 1s;}
.lg_product_info_tj_con ul li:hover .pic img{transition: all 1s;transform: scale(1.2);}
.lg_product_info_tj_con ul li .boder{border: 8px solid rgba(255, 255, 255, .4);height:290px;box-sizing: border-box;position: absolute;top:0;left:0;right:0;transition: all 1s;}
