@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
/* CSS Document */
td{ border:1px solid rgb(204, 204, 204);}
body{padding:0; font-family:Arial;font-size:14px;}
.fl{float: left;}
.fr{float: right;}
.margin{margin:0 auto;}
.hidden{overflow:hidden;}
.width1800{max-width:1800px; width:95%;}
img{max-width:100%; max-height:100%;}
/* top_bg */
.ny_bg,.top_bg{ width:100%; height:212px;}

.top_bg{ position:fixed; top:0px; z-index:999; height:90px; border-bottom:1px solid rgba(255,255,255,.2);transition:all .5s ease;}
.top_bg.now{ transition:all .5s ease;background-color:#ffffff;box-shadow:0px 2px 10px 0px rgba(0,0,0,0.4);}
.top_bg .width1800{ height:90px; position:relative;}
.top_bg .width1800 a.logo{ position:absolute; left:0px; top:0px; bottom:0px; width:170px;display:flex;align-items:center;}
.top_bg .width1800 a.logo img.b{ display:block;}
.top_bg .width1800 a.logo img.c{ display:none;}
.top_bg.now .width1800 a.logo img.b{ display:none;}
.top_bg.now .width1800 a.logo img.c{ display:block;}
.top_bg .width1800 .lm{ float:right; line-height:90px;}
.top_bg .width1800 .lm a{ display:block; float:left; font-size:16px; color:#ffffff; width:150px; text-align:right;}
.top_bg .width1800 .lm a:hover{ color:#d2e5f1;}
.top_bg.now .width1800 .lm a{ color:#171717;}
.top_bg.now .width1800 .lm a:hover{ color:#e40321;}

.top_bg .width1800 .gh{ display:none; width:30px; height:30px; background:url(../images/sj_lm_b.png) no-repeat scroll 50%; position:absolute;right:0px; top:50%; margin-top:-15px; background-size:100%;}

/* banner */
.ck-slide{ position: relative; overflow: hidden; width:100%; z-index:99;}
.ck-slide,.ck-slide ul.ck-slide-wrapper li .width1800{ height:780px;}
.ck-slide ul.ck-slide-wrapper,.ck-slide ul.ck-slide-wrapper li{ position: absolute; top:0px; left:0px; right:0px; bottom:0px;}
.ck-slide ul.ck-slide-wrapper li{display:none; }
.ck-slide ul.ck-slide-wrapper li.on{ display:block;}
@-webkit-keyframes banner_bg{
	from{-webkit-transform:scale(1.2);transform:scale(1.2);}
	to{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes banner_bg{
	from{-webkit-transform:scale(1.2);transform:scale(1.2);}
	to{-webkit-transform:scale(1);transform:scale(1);}
}

.ck-slide ul.ck-slide-wrapper li div.banner_bg{ background-size:100% auto; background-repeat:no-repeat;display:flex;align-items:center; position: absolute; top:0px; left:0px; right:0px; bottom:0px;-webkit-animation:banner_bg 6s linear forwards;animation:banner_bg 6s linear forwards; z-index:0; background-position:50%;}

@media only screen and (max-width:1920px){
	.ck-slide ul.ck-slide-wrapper li div.banner_bg{ background-size:auto auto;}
}
.ck-slide ul.ck-slide-wrapper li .width1800{position:relative; z-index:1; color:#ffffff;}
.ck-slide ul.ck-slide-wrapper li .width1800 .con{ width:100%; overflow:hidden; margin-top:372px;}
.ck-slide ul.ck-slide-wrapper li .width1800 .con dd{ font-size:42px; font-weight:bold;letter-spacing: 10px;}
.ck-slide ul.ck-slide-wrapper li .width1800 .con dl{ font-size:24px; margin-top:20px;}

.ck-slidebox{ height:40px; position:relative; z-index:2; margin-left:auto !important; margin-top:298px;}
.ck-slidebox .slideWrap{ width:100px; height:70px; margin:0px auto; display:none;}
.ck-slidebox .slideWrap ul{ height:55px;}
.ck-slidebox .slideWrap ul li{ font-size:42px; color:#ffffff; font-weight:bold; text-align:center; display:none;}
.ck-slidebox .slideWrap ul li.current{ display:block;}

.ck-slide .ck-prev,.ck-slide .ck-next{ display:block; border:1px solid rgba(255,255,255,0.5); width:38px; height:38px; border-radius:30px; line-height:38px; text-align:center; font-size:20px; color:#ffffff; float:left; opacity:1 !important;}
.ck-slide .ck-prev{ margin-left:0px;}
.ck-slide .ck-next{ margin-left:15px;}
.ck-slide .ck-prev:hover,.ck-slide .ck-next:hover{ background-color:#2665ad; opacity:1;}

/*i_lm*/
.i_lm{ padding:30px 0px; background-color:#f8f8f8; overflow:hidden; position:relative; z-index:88;}
.i_lm ul{ width:100%; max-width:1918px; margin:0px auto; overflow:hidden;}
.i_lm ul li{ float:left; width:25%; border-left:1px solid #cccccc; margin-left:-1px; margin-right:-1px; min-height:90px; text-align:center;}
.i_lm ul li dd{ font-size:24px; font-weight:bold; color:#2a2b31; max-width:260px; margin:0px auto;}
.i_lm ul li dl{ font-size:16px; color:#999999; line-height:30px; max-width:260px; margin:8px auto 0px;}

/*i_about_bg*/
.i_about_bg{ width:100%; height:606px; background:url(../images/i_baout.jpg) no-repeat scroll 50%; display:flex;align-items:center;}
.i_about_bg .width1800 div.left,.i_about_bg .width1800 ul.right{ width:42%; max-width:740px;}
.i_about_bg .width1800 div.left{ float:left;}
.i_about_bg .width1800 div.left ol{ font-size:30px; font-weight:bold; color:#2665ad; margin-bottom:15px;}
.i_about_bg .width1800 div.left dd{ font-size:42px; font-weight:bold; color:#2a2b31; margin-bottom:25px;}
.i_about_bg .width1800 div.left dl{ font-size:16px; color:#969fa7; line-height:30px; margin-bottom:35px;}
.i_about_bg .width1800 div.left a{ display:block; font-size:16px; color:#2665ad; border:1px solid #2665ad; width:160px; border-radius:40px; text-align:center; line-height:40px; height:40px;}
.i_about_bg .width1800 div.left a:hover{ background-color:#2665ad; color:#ffffff;}
.i_about_bg .width1800 ul.right{ float:right;overflow:hidden;}
.i_about_bg .width1800 ul.right li{ float:left; width:50%; height:148px;}
.i_about_bg .width1800 ul.right li dd{ font-size:18px; color:#2a2b31;}
.i_about_bg .width1800 ul.right li dd b{ font-size:48px; margin-right:10px;}
.i_about_bg .width1800 ul.right li dl{ font-size:18px; color:#969fa7; margin-top:10px;}

/*i_cp*/
#four_flash,#four_flash .flashBg{position:relative;width:100%;height:480px;}
#four_flash{ max-width:1920px; margin:0px auto;}
#four_flash .flashBg{ overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:480px; position:absolute;left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:480px;height:480px; position:relative;}
#four_flash .flashBg ul.mobile li i,#four_flash .flashBg ul.mobile li a{ position: absolute; top:0px; left:0px; right:0px; bottom:0px;}
#four_flash .flashBg ul.mobile li i{ background-repeat:no-repeat; background-position:50%; }
#four_flash .flashBg ul.mobile li a{display:flex;align-items:center; background-color:rgba(0,0,0,0.5);transition:all .5s ease;}
#four_flash .flashBg ul.mobile li a:hover{ background-color:rgba(0,0,0,0);transition:all .5s ease;}
#four_flash .flashBg ul.mobile li a .bg{ width:100%; text-align:center;}
#four_flash .flashBg ul.mobile li a .bg ol{ margin-bottom:30px;}
#four_flash .flashBg ul.mobile li a .bg ol img{ margin-bottom:-3px;}
#four_flash .flashBg ul.mobile li a .bg dd{ font-size:24px; color:#ffffff;}

#four_flash .qh{ font-size:80px; color:#ffffff; position:absolute; top:50%; margin-top:-41px;cursor: pointer;}
#four_flash .qh.but_left{ left:20px;}
#four_flash .qh.but_right{ right:20px;}
#four_flash .qh:hover{ color:#2665ad;}

.sj_i_cp{ display:none;}

/*i_tit*/
.i_tit ol{ font-size:30px; font-weight:bold; color:#2665ad; margin-bottom:15px;text-transform: uppercase; }
.i_tit dd{ font-size:42px; font-weight:bold; color:#2a2b31; margin-bottom:25px;}

/*新闻中心*/
.i_news{background-color:#f8f9fa; padding:90px 0px; margin-bottom:90px;}
.i_news .i_tit{ position:relative;}
.i_news .i_tit dl{ position:absolute; right:0px; top:49px; line-height:55px; font-size:16px;}
.i_news .i_tit dl i{ color:#252a2f; margin-left:75px;cursor: pointer;}
.i_news .i_tit dl i.o,.i_news .i_tit dl i:hover{ color:#2665ad;}
.i_news .tab{ overflow:hidden; position:relative;}
.i_news .tab .con{ padding-bottom:100px; overflow:hidden; display:none;}
.i_news .tab .con div.l{ float:left; height:520px; width:49.445%; position:relative; overflow:hidden;}
.i_news .tab .con div.l a{ position:absolute; top:0px; left:0px; right:0px; bottom:0px;transition:all .5s ease; background-repeat:no-repeat; background-position:50%;}
.i_news .tab .con div.l a:hover{transform: scale(1.1);transition:all .5s ease;}
.i_news .tab .con div.l p{ font-size:20px; font-weight:bold; color:#ffffff; background-color:rgba(0,0,0,0.5); height:90px; line-height:90px; overflow: hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis; position:absolute; bottom:0px; padding:0px 4%; width:92%;}
.i_news .tab .con ul.c{ float:left; height:520px; width:21.667%; margin-left:2.2%;}
.i_news .tab .con ul.c li{ overflow:hidden; position:relative; height:260px;}
.i_news .tab .con ul.c li a{ position:absolute; top:0px; bottom:0px; right:0px; left:0px;}
.i_news .tab .con ul.c li a dd{ font-size:20px; font-weight:bold; color:#2a2b31; line-height:35px; max-height:70px; overflow:hidden;}
.i_news .tab .con ul.c li a:hover dd{ color:#2665b5;}
.i_news .tab .con ul.c li a dl{ font-size:16px; color:#969fa7; line-height:25px; margin:5px 0px 10px; max-height:75px; overflow:hidden;}
.i_news .tab .con ul.c li a ol{ color:#9a9a9a;}
.i_news .tab .con ul.c li a ol.t{ font-size:36px; font-weight:bold;}
.i_news .tab .con ul.c li a ol.f{ font-size:16px;}
.i_news .tab .con ul.r{ float:right; height:520px; width:22.5%;}
.i_news .tab .con ul.r li{ position:relative; padding-left:32%; height:105px; margin-bottom:70px;}
.i_news .tab .con ul.r li span.l{ position:absolute; left:0px; top:50%; margin-top:-30px;}
.i_news .tab .con ul.r li span.l b,.i_news .tab .con ul.r li span.l i{ display:block; color:#969fa7;}
.i_news .tab .con ul.r li span.l b{ font-size:36px;}
.i_news .tab .con ul.r li span.l i{ font-size:16px;}
.i_news .tab .con ul.r li a{ font-size:20px; color:#2a2b31; font-weight:bold; line-height:36px; height:72px; overflow:hidden; display:block;}
.i_news .tab .con ul.r li a:hover{ color:#053f77;}
.i_news .tab .con ul.r li span.f{ background:url(../images/jt.png) no-repeat scroll left bottom; display:block; width:22px; height:33px;transition:all .5s ease;}
.i_news .tab .con ul.r li:hover span.f{ background-image:url(../images/jt2.png); margin-left:10px;transition:all .5s ease;}
.i_news .tab .con a.more{ display:block; position:absolute; bottom:0px; width:160px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#2665b5; border:1px solid #2665b5; border-radius:30px; left:50%; margin-left:-81px;}
.i_news .tab .con a.more:hover{ background-color:#2665b5; color:#ffffff;}

/*走进大地电缆*/
.i_zjdd{ width:100%; position:relative; overflow:hidden; margin:15px auto 70px; height:640px; max-width:1920px;}
.i_zjdd .flexslider{ max-width:1244px; margin:0px auto; height:640px;}
.i_zjdd .flexslider .flex-viewport{ overflow:initial !important;}
.i_zjdd .slides{ width:100%; height:640px;}
.i_zjdd .slides li{ height:640px;position:relative; overflow:hidden;}
.i_zjdd .slides li i,.i_zjdd .slides li a{ position:absolute; height:100%; left:25px; right:25px;}
.i_zjdd .slides li i{ background-repeat:no-repeat; background-position:50%;transition:all .5s ease;}
.i_zjdd .slides li.flex-active-slide:hover i{transition:all .5s ease;transform: scale(1.1);}
.i_zjdd .slides li a{ background-color:rgba(0,0,0,0.5);}
.i_zjdd .slides li.flex-active-slide a{ background-color:rgba(0,0,0,0);}
.i_zjdd .flexslider .flex-control-nav{ display:none; position:absolute; bottom:0.75rem; width:100%; text-align:center;}
.i_zjdd .flexslider .flex-control-nav li{ margin:0px 0.5rem; display:inline-block;width:1.25rem;height:1.25rem; cursor: pointer;position: relative;overflow: hidden;}
.i_zjdd .flexslider .flex-control-nav li a{text-indent: -99em; position:absolute; left:0px; right:0px; bottom:0px;border-radius:1rem; top:0px; background-color:rgba(255,255,255,.42);}
.i_zjdd .flexslider .flex-control-nav li a:hover,.flexslider .flex-control-nav li a.flex-active{ background-color:rgba(255,255,255,1);}

.i_zjdd .flex-direction-nav li a{ position:absolute; width:60px; height:60px; border-radius:40px; background-color:#ffffff; line-height:60px; text-align:center; font-size:20px; color:#053f77; top:50%; margin-top:-30px;}
.i_zjdd .flex-direction-nav li a:hover{ background-color:#053f77; color:#ffffff;}
.i_zjdd .flex-direction-nav li a.flex-prev{ left:60px;}
.i_zjdd .flex-direction-nav li a.flex-next{ right:60px;}

/*好电缆，用芯造*/
.i_dl{ width:100%; height:960px; background:url(../images/i_dl_bg.jpg) no-repeat scroll 50%; background-size:100% auto;}
@media only screen and (max-width:1920px){
	.i_dl{ background-size:auto auto;}
}
.i_dl .width1800{ padding-top:205px;}
.i_dl .width1800 .i_tit{ margin-bottom:100px;}
.i_dl .width1800 .i_tit dl{ font-size:16px; color:#2a2b30; line-height:36px; max-width:1010px;}
.i_dl .width1800 ul{ width:102%; overflow:hidden;}
.i_dl .width1800 ul li{ float:left; background-color:#ffffff; height:240px; width:23.7%; margin-right:1.1%; position:relative;}
.i_dl .width1800 ul li a{ position:absolute; left:0px; right:0px; bottom:0px; top:0px;transition:all .5s ease; padding:30px;}
.i_dl .width1800 ul li a:hover{ background:url(../images/i_dl_b.jpg) no-repeat scroll 50%;transition:all .5s ease;}
.i_dl .width1800 ul li a ol{ margin-bottom:18px;}
.i_dl .width1800 ul li a ol img{ margin-bottom:-3px;}
.i_dl .width1800 ul li a dd{ font-size:24px; font-weight:bold; color:#2a2b30; margin-bottom:15px;}
.i_dl .width1800 ul li a:hover dd{ color:#2665ad;}
.i_dl .width1800 ul li a dl{ font-size:16px; color:#969fa7; padding-bottom:45px; background:url(../images/jt.png) no-repeat scroll left bottom;transition:all .5s ease;}
.i_dl .width1800 ul li a:hover dl{  background:url(../images/jt2.png) no-repeat scroll 10px bottom;transition:all .5s ease;}

/*i_bg*/
.i_bg{ background-repeat:no-repeat; background-position:50%;display:flex;align-items:center; height:200px; background-size:100% auto;}
@media only screen and (max-width:1920px){
	.i_bg{ background-size:auto auto;}
}
.i_bg .con{ text-align:center; color:#ffffff; width:100%; text-align:center;}
.i_bg .con dd{ font-size:36px; font-weight:bold;}
.i_bg .con dl{ font-size:20px; margin-top:20px;}

/*foot_bg*/
.foot_bg{ width:100%; overflow:hidden; background-color:#171717; padding:40px 0px;}
.foot_bg .width1800 div.foot_t,.foot_bg .width1800 div.foot_c,.foot_bg .width1800 div.foot_f{ overflow: hidden;}
.foot_bg .width1800 div.foot_t{ margin-bottom:40px;}
.foot_bg .width1800 div.foot_t a{ display:block;}
.foot_bg .width1800 div.foot_t a.logo{ float:left;}
.foot_bg .width1800 div.foot_t a.logo img{ margin-bottom:-3px;}
.foot_bg .width1800 div.foot_t a.f_yx,.foot_bg .width1800 div.foot_t a.f_dh{ float:right; border:1px solid #2665b5; height:48px; line-height:48px; font-size:16px; color:#ffffff;}
.foot_bg .width1800 div.foot_t a.f_yx{ background:url(../images/f.png) no-repeat scroll 85px center #2665b5; padding-left:125px; width:155px;}
.foot_bg .width1800 div.foot_t a.f_dh{ text-align:center; width:280px; margin-right:20px;}
.foot_bg .width1800 div.foot_t a.f_yx:hover,.foot_bg .width1800 div.foot_t a.f_dh:hover{ background-color:#2665b5;}

.foot_bg .width1800 div.foot_c{ border-top:1px solid #333333; min-height:250px; padding:50px 0px;}
.foot_bg .width1800 div.foot_c ul.l{ float:left; overflow:hidden; width:82%;}
.foot_bg .width1800 div.foot_c ul.l li{ overflow:hidden; float:left; width:14.28%;}
.foot_bg .width1800 div.foot_c ul.l li dd{ font-size:16px; color:#ffffff; margin-bottom:20px;}
.foot_bg .width1800 div.foot_c ul.l li dl{ font-size:16px; margin-bottom:15px;}
.foot_bg .width1800 div.foot_c ul.l li dl a{ color:#6a6868;}
.foot_bg .width1800 div.foot_c ul.l li dl a:hover{ color:#ffffff;}
.foot_bg .width1800 div.foot_c div.r{ float:right; width:102px;}
.foot_bg .width1800 div.foot_c div.r ol{ margin-bottom:15px;}
.foot_bg .width1800 div.foot_c div.r ol img{ margin-bottom:-3px;}
.foot_bg .width1800 div.foot_c div.r dd{ font-size:14px; color:#ffffff;}

.foot_bg .width1800 div.foot_f,.foot_bg .width1800 div.foot_f a{ color:#6a6868;}
.foot_bg .width1800 div.foot_f span.l{ float:left;}
.foot_bg .width1800 div.foot_f span.r{ float:right;}

/*ny_banner*/
.ny_banner{ width:100%; height:780px; position:relative;display:flex;align-items:center; overflow: hidden; z-index:88;}
@-webkit-keyframes bg{
	from{-webkit-transform:scale(1.2);transform:scale(1.2);}
	to{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes bg{
	from{-webkit-transform:scale(1.2);transform:scale(1.2);}
	to{-webkit-transform:scale(1);transform:scale(1);}
}
.ny_banner i.bg{ position:absolute; background-repeat:no-repeat; background-position:50%; background-size:100% auto; z-index:0; top:0px; left:0px; bottom:0px; right:0px;-webkit-animation:bg 6s linear forwards;animation:bg 6s linear forwards;}
@media only screen and (max-width:1920px){
	.ny_banner i.bg{ background-size:auto auto;}
}
.ny_banner i.pc_bg{ display:block;}
.ny_banner i.sj_bg{ display:none;}
.ny_banner .width1800{ color:#ffffff; position:relative; z-index:1;}
.ny_banner .width1800 dd{ font-size:42px; font-weight:bold; letter-spacing:10px;}
.ny_banner .width1800 dl{ font-size:24px; margin-top:24px; max-width:1060px; line-height:48px;}

i#p{ position:absolute; z-index:0; width:1px; height:1px; margin-top:-90px;}

/*ny_nav*/
.ny_nav{ height:70px; line-height:70px; z-index:88; position:relative;}
.ny_nav a{ display:block; float:left; text-align:center; font-size:16px; color:#333333;}
.ny_nav a.on,.ny_nav a:hover{ color:#ffffff;background-image:linear-gradient(to right,#3a92f7,#3d70ba);}

/*page_bg*/
.page_bg{ width:100%; overflow:hidden; background-color:#f8f8f8; min-height:100vh;}

/*关于我们*/
.about_nav a{ width:33.3333333%;}
.about_t{ background-color:#ffffff; margin:45px auto; position:relative;}
.about_t div.l{ left:0px; top:0px; bottom:0px;display:flex;align-items:center; width:50%; position:absolute;}
.about_t div.l div.con{ width:92%; margin:0px auto;}
.about_t div.l div.con dd{ font-size:36px; color:#2665ad; margin-bottom:30px;}
.about_t div.l div.con dl{ font-size:16px; color:#2a2b31; line-height:30px; text-align:justify;}
.about_t div.r{ float:right; width:50%; max-width:890px; height:680px; background-repeat:no-repeat; background-position:50%;}

.about_sj{ width:100%;height:240px;display:flex;align-items:center; margin-bottom:55px; position:relative; overflow:hidden;}
.about_sj i.bg{ position:absolute; top:0px; left:0px; bottom:0px; right:0px; z-index:0; background-repeat:no-repeat; background-position:50%;-webkit-animation:banner_bg 6s linear forwards;animation:banner_bg 6s linear forwards;}
.about_sj ul,.about_sj ul li{ overflow:hidden;}
.about_sj ul{ width:100%; position:relative; z-index:1;}
.about_sj ul li{ float:left; width:25%; color:#ffffff; text-align:center;}
.about_sj ul li dd{ font-size:18px;}
.about_sj ul li dd b{ font-size:48px; margin-right:10px;}
.about_sj ul li dl{ font-size:18px; margin-top:10px;}

.about_qyll{ height:640px; background-repeat:no-repeat; margin-bottom:70px; background-position:50%;display:flex;align-items:center;}
.about_qyll .bg{ width:90%; color:#ffffff; padding-left:5%;}
.about_qyll .bg dd{ font-size:36px; font-weight:bold; margin-bottom:34px;}
.about_qyll .bg dl{ font-size:16px;}

.about_dl{ margin-bottom:140px; background-color:#ffffff;}
.about_dl li{ float:left; width:50%; height:480px; position: relative; overflow:hidden;}
.about_dl li div.l,.about_dl li div.r{ width:50%; height:100%;}
.about_dl li div.l{ background-repeat:no-repeat; background-position:50%;transition:all .5s ease;}
.about_dl li:hover div.l{transform: scale(1.1);transition:all .5s ease;}
.about_dl li div.r{ position:absolute;display:flex;align-items:center;}
.about_dl li.l div.l{ float:left;}
.about_dl li.l div.r{ right:0px;}
.about_dl li.r div.l{ float:right;}
.about_dl li.r div.r{ left:0px;}
.about_dl li div.r div.c{ padding:0px 13%; width:74%;}
.about_dl li div.r div.c ol{ margin-bottom:12px;}
.about_dl li div.r div.c ol img{ margin-bottom:-3px;}
.about_dl li div.r div.c dd{ font-size:24px; font-weight:bold; color:#2a2b30;}
.about_dl li:hover div.r div.c dd{ color:#2665b5;}
.about_dl li div.r div.c dl{ font-size:16px; color:#969fa7; margin-top:25px;}
.about_dl li div.r i{ position:absolute; width:22px; height:12px; background:url(../images/jt.png) no-repeat; bottom:60px; left:13%; opacity:0;transition:all .5s ease;}
.about_dl li:hover div.r i{ opacity:1;transition:all .5s ease;}

#a1,#a2,#a3{position:relative; padding-top:40rem; margin-top:-40rem; overflow:hidden;}
#a1{ z-index:3;}
#a2{ z-index:2;}
#a3{ z-index:1;}

#a1 .about_t div.l,#a1 .about_t div.r{ opacity:0;transition:all 1s ease;}
#a1.on .about_t div.l,#a1.on .about_t div.r{ opacity:1;transition:all 1s ease;}
#a1 .about_t div.l{ margin-left:-30%;}
#a1 .about_t div.r{ margin-right:-30%;}
#a1.on .about_t div.l{ margin-left:0px;}
#a1.on .about_t div.r{ margin-right:0px;}

#a2 .about_qyll{ opacity:0;transition:all 1s ease;}
#a2.on .about_qyll{ opacity:1;transition:all 1s ease;}
#a2 .about_qyll .bg dd{ margin-top:200px;}
#a2 .about_qyll .bg dl{ margin-top:200px;}
#a2.on .about_qyll .bg dd{ margin-top:0px;transition:all 2s ease;}
#a2.on .about_qyll .bg dl{ margin-top:0px;transition:all 2.5s ease;}

#a3 .about_dl li{ width:20%; margin-left:30%;opacity:0;transition:all 1s ease;}
#a3.on .about_dl li{ width:50%; margin-left:0px; opacity:1;transition:all 1s ease;}

/*厂荣厂貌*/
.crcm{ padding:90px 0px 120px;}
.crcm li{ overflow:hidden; margin-bottom:20px;}
.crcm li.l div.l,.crcm li.r div.r{ float:left; position: relative; height:890px; overflow:hidden;}
.crcm li.l div.r,.crcm li.r div.l{ float:right; height:890px; position: relative; overflow:hidden;}
.crcm li.l div.l i,.crcm li.r div.l i{ position:absolute; top:0px; left:0px; bottom:0px; right:0px; background-repeat:no-repeat; background-position:50%;background-size:auto 100%;/*-webkit-animation:banner_bg 6s linear forwards;animation:banner_bg 6s linear forwards;*/transition:all .5s ease;}
.crcm li.l div.l:hover i,.crcm li.r div.l:hover i{ transition:all .5s ease;transform: scale(1.1);}
.crcm li div.r dl{ overflow: hidden; position: relative; height:435px; overflow:hidden;}
.crcm li div.r dl.t{ margin-bottom:23px;}
.crcm li div.r dl.t i{ position:absolute; top:0px; bottom:0px; width:48.877%; background-repeat:no-repeat; background-position:50%;background-size:auto 100%;/*-webkit-animation:banner_bg 6s linear forwards;animation:banner_bg 6s linear forwards;*/ transition:all .5s ease;}
.crcm li div.r dl.t i:hover{ transition:all .5s ease;transform: scale(1.1);}
.crcm li div.r dl.t i.l{ left:0px;}
.crcm li div.r dl.t i.r{ right:0px;}
.crcm li div.r dl.f i{ position:absolute;/* -webkit-animation:banner_bg 6s linear forwards;animation:banner_bg 6s linear forwards;*/top:0px; left:0px; bottom:0px; right:0px; background-position:50%;background-size:auto 100%; transition:all .5s ease;}
.crcm li div.r dl.f:hover i{ transition:all .5s ease;transform: scale(1.1);}
.crcm li div.l{ width:49.445%;}
.crcm li div.r{ width:49.445%;}

/*发展历史*/
.fzls_tit{ font-size:36px; font-weight:bold; color:#333333; border-bottom:1px solid #cccccc; margin-bottom:100px; padding:50px 0px 30px;}
.fzls{ padding-bottom:140px; position:relative;max-width:910px; margin:0px auto 130px; height:420px;}
.fzls .flex-viewport{ overflow:initial !important;}
.fzls .slides{ width:100%; height:420px;}
.fzls .slides li{ position:relative; height:420px; overflow:hidden;}
.fzls .slides li div.bg{ width:890px; background-color:#ffffff; margin:0px auto;height:280px; padding-top:140px;}
.fzls .slides li i{ position:absolute; top:45px; height:80px; width:1px; background-color:#3d70ba; left:50%; margin-left:-0.5px;}
.fzls .slides li ol{ font-size:16px; color:#333333; text-align:center; margin-bottom:20px;}
.fzls .slides li dd{ text-align:center; font-size:36px; font-weight:bold; color:#3d70ba;}
.fzls .slides li dl{ text-align:center;font-size:16px; color:#333333; margin-top:40px;}

.fzls .flex-control-nav{ position:absolute; bottom:0.75rem; width:100%; text-align:center; display:none;}
.fzls .flex-control-nav li{ margin:0px 0.5rem; display:inline-block;width:1.25rem;height:1.25rem; cursor: pointer;position: relative;overflow: hidden;}
.fzls .flex-control-nav li a{text-indent: -99em; position:absolute; left:0px; right:0px; bottom:0px;border-radius:1rem; top:0px; background-color:rgba(255,255,255,.42);}
.fzls .flex-control-nav li a:hover,.fzls .flex-control-nav li a.flex-active{ background-color:rgba(255,255,255,1);}

.fzls .flex-direction-nav li a{ border:1px solid #999999; color: #999999; border-radius:50%; position:absolute; width:58px; height:58px; font-size:40px; text-align:center; line-height:58px; bottom:0px;}
.fzls .flex-direction-nav li a.flex-prev{ left:365px;}
.fzls .flex-direction-nav li a.flex-next{ right:365px;}
.fzls .flex-direction-nav li a:hover{  border:1px solid #053f77;color:#053f77;}

/*企业新闻*/
.news_nav a{ width:50%;}
.news_list{ padding:45px 0px 90px;}
.news_list div.news_t{ overflow:hidden; margin-bottom:25px;}
.news_list div.news_t div.left{ height:520px; width:49.445%; float:left; position:relative; overflow:hidden;}
.news_list div.news_t div.left a{ position:absolute; top:0px; left:0px; right:0px; bottom:0px;transition:all .5s ease; background-repeat:no-repeat; background-position:50%;}
.news_list div.news_t div.left a:hover{transform: scale(1.1);transition:all .5s ease;}
.news_list div.news_t div.left div.con{ position: absolute; z-index:1; color:#ffffff; bottom:60px; padding:0px 4%; width:92%;}
.news_list div.news_t div.left div.con ol{ font-size:14px; margin-bottom:20px;}
.news_list div.news_t div.left div.con dd{ font-size:24px; font-weight:bold; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.news_list div.news_t ul.right{ float:right; overflow:hidden; height:520px; width:49.445%;}
.news_list div.news_t ul.right li{ background-color:#ffffff; margin-bottom:20px; height:250px;}
.news_list div.news_t ul.right li a{ display:block;overflow: hidden;}
.news_list div.news_t ul.right li a div.l{ float:left; background-repeat:no-repeat; transition:all .5s ease;background-position:50%; height:250px; width:49%; max-width:435px; background-size:auto 100%;}
.news_list div.news_t ul.right li a:hover div.l{ transform: scale(1.1);transition:all .5s ease;}
.news_list div.news_t ul.right li a div.r{ float:right; width:49%; max-width:435px; height:250px;}
.news_list div.news_t ul.right li a div.r dd{ font-size:20px; font-weight:bold; color:#2a2b31; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis; margin-top:30px;width: 94%;}
.news_list div.news_t ul.right li a:hover div.r dd{ color:#2665ad;}
.news_list div.news_t ul.right li a div.r dl{width: 94%; font-size:14px; color:#969fa7; line-height:24px; height:48px; margin:24px 0px; overflow:hidden;}
.news_list div.news_t ul.right li a div.r ol{ font-size:14px; color:#969fa7;}

.news_list ul.sj_news{ display:none;}

.news_list ul.news_f,.news_list ul li{ overflow:hidden;}
.news_list ul.news_f{ margin-bottom:30px;}
.news_list ul.news_f li{ margin-bottom:20px; background-color:#ffffff; height:240px; width:49.5%; position:relative;}
.news_list ul.news_f li.l{ float:left;}
.news_list ul.news_f li.r{ float:right;}
.news_list ul.news_f li span{ position:absolute; width:100px; padding-left:30px; margin-top:45px;}
.news_list ul.news_f li span b{ display:block; font-size:36px; color:#3d70ba;}
.news_list ul.news_f li span i{ display:block; font-size:16px; color:#969fa7; margin-top:5px;}
.news_list ul.news_f li a{ display:block; padding-left:160px; height:195px; padding-top:45px;}
.news_list ul.news_f li a dd{font-size:20px; font-weight:bold;color:#2a2b31; overflow:hidden; width:96%;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;}
.news_list ul.news_f li a:hover dd{color:#3d70ba;}
.news_list ul.news_f li a dl{ font-size:14px; color:#969fa7; line-height:24px; height:48px; overflow:hidden; padding:15px 0px 70px; width:96%; background:url(../images/jt.png) no-repeat scroll left bottom;transition:all .5s ease;}
.news_list ul.news_f li a:hover dl{background:url(../images/jt2.png) no-repeat scroll 10px bottom;transition:all .5s ease;}

/*fen*/
.fen i{ color:#999999;}
.fen{ line-height:36px;height:36px; text-align:right; font-size:14px;}
.fen a,.fen span{ color:#999999; border:1px solid #f2f2f2; padding:8px 12.2px; margin-left:10px; background-color:#ffffff;}
.fen a:hover,.fen span{ background-color:#3d70ba; border:1px solid #3d70ba; color:#ffffff;}

/*新闻详情*/
.news_show{ margin-bottom:85px;}
.news_show .tit{ height:60px; line-height:60px; padding-left:35px; background:url(../images/dz.png) no-repeat scroll left center; color:#333333;}
.news_show .tit a{ color:#333333;}
.news_show .tit a:hover{ color:#2665ad;}
.news_show .con{ overflow:hidden;}
.news_show .con ul,.news_show .con ul li{ overflow:hidden;}
.news_show .con ul{ background-color:#ffffff;}
.news_show .con ul.l{ float:left; width:75%; padding-top:50px;}
.news_show .con ul.l li{ width:93.5%; padding:0px 3.25%;}
.news_show .con ul.l li.t{ font-size:30px; font-weight:bold; color:#333333;}
.news_show .con ul.l li.s{ font-size:14px; color:#969fa7; height:60px; line-height:60px; margin-top:10px; border-bottom:1px solid #f2f2f2;}
.news_show .con ul.l li.c{ font-size:16px; color:#333333; line-height:36px; margin:40px 0px; min-height:50vh;}
.news_show .con ul.l li.f{ border-top:1px solid #f2f2f2; padding:32px 3.25% 44px;}
.news_show .con ul.l li.f dl{ line-height:45px; font-size:16px; color:#999999;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis; overflow:hidden;}
.news_show .con ul.l li.f dl a{ color:#333333;}
.news_show .con ul.l li.f dl a:hover{ color:#2665ad;}
.news_show .con ul.r{ float:right; width:24%; padding:15px 0px;}
.news_show .con ul.r li{ width:88%; margin:0px auto;}
.news_show .con ul.r li.t{ font-size:24px; font-weight:bold; margin:15px auto 30px;}
.news_show .con ul.r li.c{ border-bottom:1px solid #f2f2f2; padding-bottom:15px; margin-bottom:15px;}
.news_show .con ul.r li.c a{ display:block;}
.news_show .con ul.r li.c a ol{ font-size:18px; color:#333333; line-height:24px;}
.news_show .con ul.r li.c a:hover ol{ color:#2665ad;}
.news_show .con ul.r li.c a i{ display:block; margin-top:20px; color:#969fa7;}

/*新品介绍*/
.photo_nav a{ width:33.33333333333%;}
.p_xp,.p_jp,.p_list{ margin-bottom:85px;}
.p_xp ul,.p_jp ul,.p_list div.right ul{ width:102%; overflow:hidden; padding-top:60px;}
.p_xp ul li{ margin-bottom:20px; float:left; max-height:440px; margin-right:1%; width:32%;}
.p_xp ul li a{ display:block;}
.p_xp ul li a ol{ max-height:360px; overflow: hidden;}
.p_xp ul li a ol img{ margin-bottom:-3px;transition: all .5s ease;}
.p_xp ul li a:hover ol img{transition: all .5s ease;transform: scale(1.1);}
.p_xp ul li a dd{ height:80px; line-height:80px; text-align:center; font-size:18px; color:#333333; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.p_xp ul li a:hover dd{ color:#2665ad;}

/*精品电缆*/
.p_jp ul{ margin-bottom:30px;}
.p_jp ul li{ float:left; margin-bottom:20px; max-height:480px; width:23.7%; margin-right:1.1%;}
.p_jp ul li a{ display:block; background-color:#ffffff;}
.p_jp ul li a div.t{ max-height:320px; overflow:hidden;}
.p_jp ul li a div.t img{ margin-bottom:-3px;transition: all .5s ease;}
.p_jp ul li a:hover div.t img{transition: all .5s ease;transform: scale(1.1);}
.p_jp ul li a div.f{ padding:20px 30px; height:120px;}
.p_jp ul li a div.f dd{ overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis; font-size:20px; font-weight:bold;color:#333333;}
.p_jp ul li a:hover div.f dd{ color:#2665ad;}
.p_jp ul li a div.f dl{ color:#999999; line-height:25px; margin-top:15px;}

/*产品列表*/
.p_list div.left{ float:left; overflow:hidden; background-color:#ffffff; width:15.834%; margin-top:60px; padding-bottom:50px;}
.p_list div.left div.t{ font-size:24px; font-weight:bold; color:#333333; margin:30px 20px; padding-left:40px; background:url(../images/p_list.png) no-repeat scroll left center;}
.p_list div.left ul,.p_list div.left ul li{ overflow:hidden;}
.p_list div.left ul{ margin:0px 20px;}
.p_list div.left ul li{ overflow:hidden; margin-bottom:30px;}
.p_list div.left ul li a{ display:block; font-size:16px; color:#000000; line-height:20px;}
.p_list div.left ul li.on a,.p_list div.left ul li a:hover{ color:#3d70ba;}

.p_list div.right{ float:right; overflow: hidden; width:83.2%;}
.p_list div.right ul,.p_list div.right ul li{ overflow: hidden;}
.p_list div.right ul li{ float:left; margin-bottom:40px; background-color:#ffffff; height:360px; width:18.66%; margin-right:1.16%;}
.p_list div.right ul li a{ display:block;}
.p_list div.right ul li a div.t{ max-height:320px; overflow:hidden; text-align:center;}
.p_list div.right ul li a div.t img{ margin-bottom:-3px;transition: all .5s ease;}
.p_list div.right ul li a:hover div.t img{transition: all .5s ease;transform: scale(1.1);}
.p_list div.right ul li a div.f{ padding:20px; height:120px;}
.p_list div.right ul li a div.f dd{ overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis; font-size:20px; font-weight:bold; color:#333333;}
.p_list div.right ul li a:hover div.f dd{ color:#2665ad;}
.p_list div.right ul li a div.f dl{ color:#999999; line-height:25px; margin-top:10px; max-height:75px; overflow:hidden;}
.p_list .fen{ text-align:left;}

/*产品详情*/
.p_show{ padding-bottom:100px;}
.p_show .tit{ height:110px; line-height:110px; font-size:16px; color:#333333;}
.p_show .tit a{ color:#333333;}
.p_show .tit a:hover{ color:#3d70ba;}
.p_show div.t,.p_show div.f{ overflow:hidden;}
.p_show div.t{ margin-bottom:60px; position:relative;}
.p_show div.t div.l{ width:587px; position:absolute; left:0px;}
.p_show div.t div.l img{ width:100%; margin-bottom:-3px;}
.p_show div.t div.r{ margin-left:645px; height:420px;}
.p_show div.t div.r dd{ border-bottom:1px solid #eeeeee; padding-bottom:20px; font-size:30px; color:#333333; font-weight:bold;}
.p_show div.t div.r ol{ font-size:18px; color:#333333; margin:20px 0px;}
.p_show div.t div.r dl{ color:#999999; line-height:25px;}

.p_show div.f{ margin-bottom:20px;}
.p_show div.f div.l{ float:left; width:74.806%; border:1px solid #eeeeee; padding:30px 0px;}
.p_show div.f div.l dd{ font-size:30px; font-weight:bold; color:#333333; margin:0px 40px;}
.p_show div.f div.l dl{ margin:50px 40px 0px; overflow:hidden; min-height:850px;}
.p_show div.f div.r{ float:right; width:24.194%; border:1px solid #eeeeee; padding:30px 0px;}
.p_show div.f div.r ol{width:87%; margin:0px auto 30px;}
.p_show div.f div.r dd{ font-size:18px; color:#2b5ba7;width:87%; margin:0px auto;}
.p_show div.f div.r dl{ font-size:14px; color:#666666; line-height:24px; width:87%; margin:20px auto 30px;}
.p_show div.f div.r a{ display: block; font-size:18px; color:#3d70ba; border:1px solid #3d70ba; height:48px; line-height:48px; width:87%; margin:0px auto; text-align:center;}
.p_show div.f div.r a:hover{ background-color:#3d70ba; color:#ffffff;}

.f14{ overflow:hidden; border-bottom:1px solid #eeeeee; height:70px;}
.f14 dl{ line-height:70px; width:48%; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis; font-size:16px; color:#333333;}
.f14 dl a{ color:#333333;}
.f14 dl a:hover{ color:#3d70ba;}
.f14 dl strong{ color:#999999;}
.f14 dl.fr{ text-align:right;}

.p_show .qt{ overflow:hidden; width:100%; margin-top:40px;}
.p_show .qt .t{ font-size:36px; font-weight:bold; color:#333333; margin-bottom:30px;}
.p_show .qt ul{ width:102%; overflow:hidden;}
.p_show .qt ul li{ float:left; height:370px; margin-right:1.05%; width:23.7%;}
.p_show .qt ul li a{ display:block;}
.p_show .qt ul li a ol{ margin-bottom:15px; overflow:hidden;}
.p_show .qt ul li a ol img{ margin-bottom:-3px;transition:all .5s ease;}
.p_show .qt ul li a:hover ol img{transform: scale(1.1);transition:all .5s ease;}
.p_show .qt ul li a dd{ font-size:18px; color:#333333; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.p_show .qt ul li a:hover dd{ color:#2b5ba7;}

/*生产设备*/
.scsb_nav a{ width:50%;}
.scsb_list{ padding-top:60px;}
.scsb_list ul{ width:102%; overflow:hidden;}
.scsb_list ul li{ float:left; margin-bottom:20px; max-height:400px; overflow:hidden; background-color:#ffffff; margin-right:1.05%; width:23.7%;}
.scsb_list ul li ol{ margin-bottom:20px; overflow:hidden; max-height:320px; position:relative;}
.scsb_list ul li ol img{ margin-bottom:-3px;transition:all .5s ease;}
.scsb_list ul li:hover ol img{transform: scale(1.1);transition:all .5s ease;}
.scsb_list ul li dd{ font-size:18px; color:#333333; text-align:center; height:60px; overflow:hidden;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;}
.scsb_list ul li:hover dd{ color:#2b5ba7;}

/*资质荣誉*/
.zzry_list{ padding-bottom:130px;}
.zzry_list .tit{ font-size:36px; color:#333333; font-weight:bold; height:145px; line-height:145px;}
.zzry_list ul{ width:102%; overflow:hidden;}
.zzry_list ul li{ float:left; margin-bottom:20px; height:385px; overflow:hidden; margin-right:1.05%; width:23.7%;}
.zzry_list ul li ol{ overflow:hidden; height:320px; margin-bottom:20px; position:relative; background-color:#ffffff;}
.zzry_list ul li ol img{ position:absolute; top:0px; bottom:0px; right:0px; left:0px; margin:auto;transition:all .5s ease;}
.zzry_list ul li:hover ol img{transform: scale(1.1);transition:all .5s ease;}
.zzry_list ul li dd{ font-size:16px; color:#333333; text-align:center; height:40px; overflow: hidden;}
.zzry_list ul li:hover dd{ color:#2b5ba7;}

/*销售中心*/
.xszx_list{ padding:40px 0px 100px;}
.xszx_list .tit{ margin-bottom:50px;}
.xszx_list .tit b{ font-size:36px; color:#333333; margin-right:25px;}
.xszx_list .tit i{ font-size:16px; color:#999999;}
.xszx_list ul{ overflow:hidden; width:102%;}
.xszx_list ul li{ float:left; margin-bottom:40px; height:160px; overflow:hidden; background-color:#ffffff; margin-right:1.05%; width:23.7%;}
.xszx_list ul li a{ display:block; position:relative; width:100%; height:160px;}
.xszx_list ul li a img{ position:absolute; top:0px; bottom:0px; right:0px; left:0px; margin:auto;transition:all .5s ease;}
.xszx_list ul li a:hover img{transform: scale(1.1);transition:all .5s ease;}

/*人力资源*/
.lxwm_nav a{ width:50%;}
.lxwm_job{ padding-bottom:210px;}
.lxwm_job .tit{ font-size:36px; font-weight:bold; color:#333333; height:150px; line-height:150px;}
.lxwm_job ul{ overflow:hidden; border-top:4px solid #2e70c0;}
.lxwm_job ul li{ overflow:hidden; border-bottom:1px solid #fafafa;}
.lxwm_job ul li.t{ height:75px; background-color:#ffffff;}
.lxwm_job ul li.t dl{ float:left; line-height:75px; font-weight:bold; font-size:18px; color:#333333;}
.lxwm_job ul li.t dl.d1{ width:25%; margin-left:2%;}
.lxwm_job ul li.t dl.d2{ width:25%;}
.lxwm_job ul li.t dl.d3{  float:right; width:100px; margin-right:2%; text-align:center;}
.lxwm_job ul li.t dl i{ display:block;}
.lxwm_job ul li.c{cursor: pointer;}
.lxwm_job ul li.c div.t{ background-color:#ffffff; border-bottom:1px solid #fafafa; height:75px;}
.lxwm_job ul li.c:hover div.t{ background-color:#f5f5f5;}
.lxwm_job ul li.c div.t dl{ float:left; line-height:75px; font-size:16px; color:#222222;}
.lxwm_job ul li.c div.t dl.d1{ width:25%; margin-left:2%;}
.lxwm_job ul li.c div.t dl.d1 i{ opacity:0; margin-left:5px;}
.lxwm_job ul li.c.on div.t dl.d1 i{ opacity:1;}
.lxwm_job ul li.c div.t dl.d2{ width:25%;}
.lxwm_job ul li.c div.t dl.d3{ float:right; width:100px; margin-right:2%; text-align:right;}
.lxwm_job ul li.c div.t dl.d3 a{ display:block; width:100px; height:32px; line-height:32px; text-align:center; float:right; color:#ffffff; font-size:14px; background-color:#2d70c0; border-radius:30px; margin-top:19px;}
.lxwm_job ul li.c div.t dl.d3 a:hover{ background-color:#2b5ba7;}
.lxwm_job ul li.c div.f{ background-color:#f5f5f5; padding:50px 80px; display:none;}
.lxwm_job ul li.c.on div.f{ display:block;}
.lxwm_job ul li.c div.f ol{ display:none;}
.lxwm_job ul li.c div.f dd{ font-size:18px; color:#222222; font-weight:bold; margin-top:10px;}
.lxwm_job ul li.c div.f dl{ font-size:14px; color:#747474; line-height:20px; margin-top:20px;} 

/*联系方式*/
.lxwm_lxfs{ padding:60px 0px 160px;}
.lxwm_lxfs .tit{ font-size:36px; font-weight:bold; color:#333333; margin-bottom:20px;}

.lxwm_lxfs .con{ overflow: hidden; margin-bottom:60px;}
.lxwm_lxfs .con dl{ overflow: hidden; color:#333333; width:49%;}
.lxwm_lxfs .con dl.l{ float:left; font-size:24px;}
.lxwm_lxfs .con dl.r{ float:right; font-size:16px; line-height:35px;}

.lxwm_lxfs ul{ overflow:hidden; width:102%; margin-bottom:60px;}
.lxwm_lxfs ul li{ overflow:hidden; background-color:#ffffff; height:180px; float:left; text-align:center; width:32%; margin-right:1%;}
.lxwm_lxfs ul li ol{ margin-bottom:30px; margin-top:45px;}
.lxwm_lxfs ul li dd{ font-size:16px; color:#333333;}

.lxwm_lxfs .dt{ overflow: hidden;}

/*动画效果*/
#i1,#i2,#i3,#i4,#i5{position:relative; padding-top:40rem; margin-top:-40rem; overflow:hidden;}
#i1{ z-index:6;}
#i2{ z-index:5;}
#i3{ z-index:3;}
#i4{ z-index:2;}
#i5{ z-index:1;}

#i1 .i_about_bg .width1800 div.left,#i1 .i_about_bg .width1800 ul.right{ opacity:0;transition:all .5s ease;}
#i1 .i_about_bg .width1800 div.left{ margin-left:-30%;}
#i1 .i_about_bg .width1800 ul.right{ margin-right:-30%;}
#i1.on .i_about_bg .width1800 div.left,#i1.on .i_about_bg .width1800 ul.right{ opacity:1;transition:all .5s ease;}
#i1.on .i_about_bg .width1800 div.left{ margin-left:0%;}
#i1.on .i_about_bg .width1800 ul.right{ margin-right:0%;}

#i2 #four_flash{opacity:0;transition:all .5s ease;}
#i2.on #four_flash{ opacity:1;transition:all .5s ease;}

#i3 .i_news{opacity:0;transition:all .5s ease;}
#i3.on .i_news{ opacity:1;transition:all .5s ease;}

#i4{opacity:0;transition:all .5s ease;}
#i4.on{opacity:1;transition:all .5s ease;}

#i5 .i_dl .width1800 .i_tit{opacity:0;transition:all .5s ease; margin-left:50%;}
#i5.on .i_dl .width1800 .i_tit{opacity:1;transition:all .5s ease; margin-left:0px;}

#i5 .i_dl .width1800 ul li{opacity:0;transition:all .5s ease; margin-top:1000px;}
#i5.on .i_dl .width1800 ul li{opacity:1; margin-top:0px;}
#i5.on .i_dl .width1800 ul li.l1{transition:all 1s ease;}
#i5.on .i_dl .width1800 ul li.l2{transition:all 1.5s ease;}
#i5.on .i_dl .width1800 ul li.l3{transition:all 2s ease;}
#i5.on .i_dl .width1800 ul li.l4{transition:all 2.5s ease;}