﻿*{padding:0; margin:0; border:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,textarea,img{border:0;margin:0;padding:0;}
/** 设置默认字体 **/
body,textarea,input,button,select,keygen,legend{font:14px/1.5 Arial,'Microsoft YaHei'; color:#666;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
/** 重置列表元素 **/
ul,li,ol {list-style:none;}
/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#1c438e; text-decoration:none; -webkit-transition:.3s; transition:.3s;}
/** 重置图片元素 **/
.fl{float:left;} .fr{float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.top_bg{width:100%; height:100px; margin:auto; background:#fff; position:fixed; top:0; left:0; right:0; z-index:9999; -webkit-transition:0.3s; transition:0.3s; box-shadow:-20px 20px 30px 0px rgba(158,158,158,.3);}
.top{width:95%; max-width:1380px; margin:auto;}
.logo{float:left; margin-top:15px;}
.w1200{width:95%; max-width:1200px; margin:auto;}
.navMenu{float:left;}
.navMenu>li{float:left; position:relative; line-height:100px; height:100px; font-size:16px;}
.navMenu>li>a{padding:0 28px; color:#000; text-transform:uppercase; display:block; position:relative;}
.navMenu>li>a:after{content:''; display:block; width:12px; height:10px; background:url(../images/menu_sjx.jpg) center bottom no-repeat; position:absolute; left:50%; bottom:0; margin-left:-6px;-webkit-transition:all .3s; transition:all .3s;-webkit-transform:scaleX(0);transform:scaleX(0);}
.navMenu>li:hover>a:after,.navMenu>li.on>a:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.navMenu>li>a:hover,.navMenu>li.on>a{color:#1c438e;}
		
/* navMenu */
.navMenubox{float:left; margin-left:100px;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; top:100px; z-index:3; display:none; background:#fff; width:160px; margin-left:-80px; box-shadow:0 5px 10px #333;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e6e6e6; text-align:center;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block; font-size:14px; line-height:35px; padding:0 26px; clear:both; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a{background:#1c438e; color:#fff;}

.top_right{float:right; margin-top:30px;}
.top_rlg{float:left; background:url(../images/top_rlg.jpg) no-repeat left center; padding-left:30px; font-weight:bold; color:#999; line-height:40px;  position:relative;}
.top_rlg a{color:#999;}
.top_rlg a:hover{color:#1c438e;}
/*language*/
.top_rlg .Hlang-box{width:130px; box-shadow:1px 1px 10px #333; background:#fff; position:absolute; top:40px; left:-15px; display:none; border-radius:5px; z-index:9999;}
.top_rlg:hover .Hlang-box{display:block;}
.top_rlg .Hlang-box a{display:block; padding:5px 10px 5px 50px; line-height:24px; background-repeat:no-repeat !important;background-position:15px center !important; color:#666;}
.top_rlg .Hlang-box a:hover{color:#fff;background:#1c438e;}
.top_rlg .Hlang-box a.cn{background-image:url(../images/lg_cn.jpg); background-size:27px 19px;}
.top_rlg .Hlang-box a.en{background-image:url(../images/lg_en.jpg); background-size:27px 19px;}

.Hsrch{margin:12px 0 0 40px; float:right;}
.Hsrch-menu{display:block; width:18px; height:18px; background:url(../images/fdj.jpg) no-repeat center center / cover;}
.Hsrch-box{width:100%; height:100px; background:#fff; border-top:1px solid #ddd; position:absolute; top:0px; left:0px; display:none; z-index:1002;}
.Hsrch-block{width:72% !important; height:32px; margin:30px auto 0;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../images/icon-Hsrch2.png) no-repeat center center;float:left;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../images/icon-close2.png) no-repeat center center;float:right;}
.Hsrch-block .text{width:95%;height:32px;font-size:14px;float:left;margin:0 0 0 20px;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hlang:hover .Hlang-box{display:block;}

.flexslider{width:100%; height:100%; position:relative; overflow:hidden; margin-top:100px;}
.slides{position:relative;z-index:1;}
.slides li{height:100%; overflow:hidden;}
.slides li img{width:100%; display:block; transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transition:all 0.4s linear 1.2s; -moz-transition:all 0.4s linear 1.2s; -ms-transition:all 0.4s linear 1.2s; -o-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s;}
.slides li.flex-active-slide img{transition-delay:0.4s !important;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:all 5.0s linear; -moz-transition:all 5.0s linear; -ms-transition:all 5.0s linear; -o-transition:all 5.0s linear; transition:all 5.0s linear;}
.flex-control-nav{position:absolute;bottom:40px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width:52px; height:2px; margin:0 5px;}
.flex-control-nav a{display:inline-block; width:52px; height:2px; line-height:45px; overflow:hidden; background:#fff; cursor:pointer;}
.flex-control-nav .flex-active{background:#7dcf00;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%; transform:translateY(-50%);}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; padding:10px; background-size:30px 30px !important; border-radius:50%;}
.flex-direction-nav li a.flex-prev{left:150px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(0,0,0,0.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:150px;background:url(../images/next.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:rgba(0,0,0,0.5) url(../images/next.png) center center no-repeat;}

.phxia,.sj{display:none!important;}

/* 首页产品中心部分 */
.in_product{margin:60px auto 0; position:relative; overflow:hidden;}
.in_title{width:95%; max-width:1200px; margin:auto; text-align:center;}
.in_title h2{font-size:30px; line-height:30px; font-weight:bold; color:#1c438e;}
.in_title h2:after{content:""; display:block; width:100%; height:3px; background:url(../images/in_titfgx.png) no-repeat center bottom; margin:15px auto 0;}
.in_title h2 a{color:#1c438e;}
.in_title h2 a:hover{color:#7dcf00;}
.in_title p{color:#999; margin-top:10px; text-transform:uppercase;}
.tablist{width:100%; margin:60px auto 0; padding: 0 50px; overflow:hidden;}
.tablist-top{width:100%;}
.tablist-top ul{margin-left:-1%;}
/*.tablist-top ul li{width:49%; float:left; margin:0 0 1% 1%; background-color:#eff2f7; transition:all .4s linear; height:490px; position:relative; padding:40px;}*/
.tablist-top ul li{width:42%; float:left; margin:0 0 1% 6%; background-color:#eff2f7; transition:all .4s linear; height:400px; position:relative; padding:40px;}
.tablist-topwords h4{font-size:28px; font-weight:bold; color:#1c438e; line-height:28px;}
.tablist-topwords h4:after{content:""; display:block; width:45px; height:1px; margin-top:10px; background:#1c438e;}
.tablist-topwords p{font-size:16px; color:#000; margin-top:15px;}
.tablist-topwords a{display: inline-block; font-size:16px; color:#1c438e; margin-top:18px; position:relative; padding:4px 0;}
.tablist-topwords a:after{position: absolute;content:"";width: 20px;height: 20px;background: url('../images/tablist-arr.png') no-repeat center center;top: 50%;right: -20px;margin-top: -10px;}
.tablist-topwords a:before{content:""; position:absolute; width:0%; height:1px;background:#1c438e; left:0; bottom:0; transition:all .4s linear;z-index:2;}
.tablist-topwords a:hover:before{width:100%;}
/*.tablist-toppic{width:100%;margin-top:-40px; text-align:center;}*/
.tablist-toppic{width:100%;margin-top:-70px; text-align:center;}
.tablist-toppic img{max-width: 100%;object-fit: cover;max-height: 100%;transition: all .6s linear;}
.tablist-top ul li:hover{box-shadow: 0 6px 16px 2px rgb(216, 216, 216);transform: translateY(-4px);}
.tablist-top ul li:hover .tablist-toppic img{transform: translateY(-10px);}
.tablist-bottom{width:100%; margin-top:20px;}
.tablist-bottom ul{margin-left: -1%;}
.tablist-bottom ul li{width: 24%;float: left;margin-left: 1%;background-color: #eff2f7;transition: all .4s linear;height: 318px;position: relative;padding: 28px 44px;}
.tablist-bottomwords h4{font-size:24px; font-weight:bold; line-height:24px; color:#1c438e;}
.tablist-bottomwords a{display:inline-block; font-size:16px; color:#1c438e; margin-top:10px; position:relative; padding:4px 0;}
.tablist-bottomwords a:after{position:absolute; content:""; width:20px; height:20px; background:url('../images/tablist-arr.png') no-repeat center center; top: 50%; right:-20px; margin-top:-10px;}
.tablist-bottomwords a:before{content:""; position:absolute; width:0%; height:1px; background:#1c438e; left:0; bottom:0; transition:all .4s linear; z-index:2;}
.tablist-bottomwords a:hover:before{width:100%;}
.tablist-bottompic{width:100%; margin-top:30px; text-align:center;}
.tablist-bottompic img{max-width:100%;object-fit: cover;max-height: 100%;transition: all .6s linear;}
.tablist-bottom ul li:hover{box-shadow: 0 6px 16px 2px rgb(216, 216, 216);transform: translateY(-4px);}
.tablist-bottom ul li:hover .tablist-bottompic img{transform: translateY(-10px);}

/* 首页服务支持部分 */
.in_solutions{height:595px; margin:60px auto 0; overflow:hidden; position:relative;}
.in_solutions .text_con{width:100%;}
.in_solutions .text_con .img{width:50%; line-height:0; overflow:hidden;}
.in_solutions .text_con .text{background:url(../images/in_serv_rbg.jpg) no-repeat center center; width:50%; min-height:595px; padding:3%; background-size:cover;}
.in_solutions .text_con .text .con{width:566px; margin-top:5%; padding-left:3%;}
.in_solutions .text_con .text .con h2{font-size:30px; font-weight:bold; color:#fff; line-height:30px;}
.in_solutions .text_con .text .con h2 span{display:block; font-size:16px; font-weight:normal; text-transform:uppercase; line-height:16px; margin-top:20px; color:#fff;}
.in_solutions .text_con .text .con h2::after{content:""; display:block; width:60px; height:1px; margin-top:20px; background:#fff;}
.in_solutions .text_con .text .con h3{color:#fff; font-size:18px; font-weight:bold; margin-top:60px;}
.in_solutions .text_con .text .con p{margin-top:20px; color:#fff; line-height:30px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; line-clamp:4; -webkit-box-orient:vertical;}
.in_solutions .text_con .text .con .btn{width:180px; float:left; margin-top:40px;}
.in_solutions .text_con .text .con .btn a{width:180px; display:block; background:#7dcf00; color:#fff; line-height:48px; font-weight:bold; text-transform:uppercase; text-align:center; padding:0 20px; border-radius:30px; box-shadow:0 3px 10px #000;}
.in_solutions .text_con .text .con .btn a:hover{background:#1c438e; color:#fff;}
.in_solutions .slick-prev,.in_solutions .slick-next{width:75px; height:74px; border:none; top:auto; bottom:0; margin-left:-75px; margin-top:0;}
.in_solutions .slick-prev{background:url(../images/in_serv_left.jpg) no-repeat center center; left:50%;}
.in_solutions .slick-next{background:url(../images/in_serv_righth.jpg) no-repeat center center; right:46.1%;}

.slick-slider{position:relative; display:block; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select: none; user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; overflow:hidden; display:block; margin:0; padding:0;}
.slick-list:focus{outline:none;}
.slick-loading .slick-list{background:#fff;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.slick-track{position:relative; left:0; top:0; display:block;}
.slick-track:before,.slick-track:after{content:""; display:table;}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{float:left; height:100%; min-height:1px; display:none;}
[dir="rtl"] .slick-slide{float:right;}
.slick-slide img{width:100%; display: block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block; height:auto; border:1px solid transparent;}
.slick-prev,.slick-next{z-index:20; position:absolute; display:block; height:60px; width:30px; line-height:0; font-size:0; cursor:pointer; background:transparent; color: transparent; top:50%; margin-top:-30px; padding:0; border:none; outline:none; border:1px solid red;}
.slick-prev{left:30px;}
[dir="rtl"] .slick-prev{left:auto; right:30px;}
.slick-next{right:30px;}
[dir="rtl"] .slick-next{left:30px; right:auto;}
.slick-dots{position:absolute; bottom:20px; height:auto; list-style:none; display:block; text-align:center; padding:0; width:100%; line-height:0;}
.slick-dots li{position:relative; display:inline-block; margin:0 5px; padding:0; cursor:pointer;}
.slick-dots li button{border:0; display:block; height:10px; width:10px; padding:0; margin:0; outline: none; line-height:0; font-size:0; cursor:pointer; background:#ccc; border-radius:0px;}
.slick-dots li.slick-active button{background:#333;}

/* 首页关于我们部分 */
.in_about{width:95%; max-width:1200px; margin:80px auto 0;}
.in_aboutl{width:40%; float:left; padding-top:40px;}
.in_aboutl_title{width:100%; float:left;}
.in_aboutl_title h2{font-size:30px; line-height:30px; font-weight:bold; color:#1c438e;}
.in_aboutl_title h2 a{color:#1c438e;}
.in_aboutl_title h2 a:hover{color:#7dcf00;}
.in_aboutl_title p{font-size:16px; line-height:16px; margin-top:20px; text-transform:uppercase;}
.in_aboutl_title p::after{content:""; display:block; width:60px; height:1px; background:#ddd; margin-top:20px;}
.in_aboutl_txt{width:100%; float:left; margin-top:40px;}
.in_aboutl_txt h3{font-size:24px; line-height:24px; color:#000;}
.in_aboutl_txt p{margin-top:20px; line-height:30px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; line-clamp:6; -webkit-box-orient:vertical;}
.in_aboutl_btn{width:180px; float:left; margin-top:40px;}
.in_aboutl_btn a{display:block; width:180px; line-height:48px; background:#7dcf00; color:#fff; font-weight:bold; text-transform:uppercase; text-align:center; padding:0 20px; border-radius:30px; box-shadow:0 3px 10px #999;}
.in_aboutl_btn a:hover{background:#1c438e; color:#fff;}
.in_aboutr{width:56%; float:right; position:relative;}
.in_aboutr:after{content:""; display:block; width:645px; height:470px; background:#edeef2; position:absolute; top:0; right:0; z-index:-1;}
.in_aboutr img{width:100%; display:block; margin-top:30px; padding-right:30px; z-index:1;}

/* 首页新闻资讯部分 */
.in_newsbg{height:auto; margin:60px auto 0; background:url(../images/in_newsbg.jpg) fixed no-repeat center; background-size:cover; padding:80px 0;}
.in_news{width:95%; max-width:1200px; margin:auto;}
.in_newsnr{width:100%; margin:40px auto 0; position:relative;}
.in_news_img{width:100%; margin:auto; overflow:hidden;}
.in_news_img ul{width:10000%; position:relative;}
.in_news_img ul li{width:380px; float:left; margin-right:30px; border:1px solid #d6d6d6;}
.in_news_img ul li .pic{width:380px; margin:auto; overflow:hidden;}
.in_news_img ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.in_news_img li a:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.in_news_img ul li .title{width:100%; float:left; padding:20px; background:#fff;}
.in_news_img ul li a .title h3{font-size:16px; color:#000; font-weight:400; margin-top:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.in_news_img ul li a:hover .title h3{color:#1c438e;}
.in_news_img ul li .title h4{font-size:12px; color:#999; line-height:24px; font-weight:normal; border-bottom:1px solid #e6e6e6; padding-bottom:10px;}
.in_news_img ul li .title p{margin-top:10px; line-height:24px; height:50px; overflow:hidden;}
.in_news_img ul li .btn{width:50px; float:left; margin-top:10px;}
.in_news_img ul li a .btn{width:50px; line-height:38px; font-size:12px; background:url(../images/in_news_gdtb.jpg) no-repeat right center; padding-right:15px; display:block; text-transform:uppercase;}
.in_news_img ul li a:hover .btn{color:#1c438e;}

.in_news_l,.in_news_r{position:absolute; top:50%; margin-top:-40px; width:35px; height:80px; transition:0.3s; cursor:pointer; overflow:hidden;}
.in_news_l{left:-80px; background:url(../images/in_news_left.jpg) center no-repeat;}
.in_news_l:hover{left:-80px; background:url(../images/in_news_lefth.jpg) center no-repeat;}
.in_news_r{right:-80px; background:url(../images/in_news_right.jpg) center no-repeat;}
.in_news_r:hover{right:-80px; background:url(../images/in_news_righth.jpg) center no-repeat;}

/* 底部信息部分 */
/*.footer_bg{width:100%; margin:auto; background:#2a292e url(../images/footer_bg.jpg) top center no-repeat; padding:50px 0 30px; overflow:hidden;}*/
.footer_bg{width:100%; margin:auto; background:#2a292e url(../images/footer_bg.jpg) top center no-repeat; overflow:hidden;background-size: 100%;
height: 285px;
padding-top: 40px;}
.foot_list{width:70%; float:left;}
.foot_list ul{width:20%; float:left; margin-right:5%; min-height:180px;}
.foot_list ul:nth-child(4n){margin-right:0;}
.foot_list ul li{width:100%; float:left;}
.foot_list ul li.foot_l_bt a{color:#fff; font-size:18px; float:left; font-weight:normal; margin-bottom:10px;}
.foot_list ul li a{line-height:30px;color:#999;}
.foot_list ul li a:hover{color:#7dcf00;}

.foot_cont{width:28%; float:left;position: relative;}
.foot_cont_tit{width:100%; float:left; color:#fff; font-size:18px; float:left; margin-bottom:15px;}
.foot_cont_tit a{color:#fff;}
.foot_cont_txt{width:100%; float:left; color:#999; line-height:30px;}
.foot_cont_txt a{color:#999;}
.foot_cont_tit a:hover,.foot_cont_txt a:hover{color:#0089c7;}

.copy_bg{width:100%; margin:5px auto 0; background:url(../images/copy_fgx.jpg) repeat-x; padding-top:10px;} 
.copy{width:95%; max-width:1200px; margin:auto; text-align:center; color:#999; line-height:24px;}
.copy a{color:#999;} 
.copy a:hover{color:#7dcf00;}
.copy_r{width:160px; float:left; margin-top:20px;display:none;}
.copy_r li{width:40px; height:40px; float:left; margin-right:20px; position:relative;} 
.copy_r li:nth-child(3n){margin-right:0;}
.copy_r li a{display:block; width:40px; height:40px; background:center no-repeat;}
.copy_r li a.qq{background-image:url(../images/copy_qq.png);}
.copy_r li a.wx{background-image:url(../images/copy_wx.png);}
.copy_r li a.wb{background-image:url(../images/copy_wb.png);}
.copy_r li a.qq:hover{background-image:url(../images/copy_qqh.png);}
.copy_r li a.wx:hover{background-image:url(../images/copy_wxh.png);}
.copy_r li a.wb:hover{background-image:url(../images/copy_wbh.png);}
.copy_r li.wxx img{display:none; width:120px; height:120px; position:absolute; left:50%; bottom:40px; margin-left:-60px;}
.copy_r li.wxx:hover img{display:block;} 

/*右侧浮动*/
.y-kefu-box{position:fixed; right:0; top:20%; z-index:9999; font-size:13px;}
.y-kefu-box img{display: block; width:100%; height:auto;}
.y-kefu-box01 .icon{display:block; background:url(../images/icons01.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{width:69px; color: #666; text-align: center;}
.y-kefu-box01 .kf-close-btn{width:27px; height:27px; background-position:-5px -115px; position: relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before{content:''; display: block; width:1px; height:12px; background-color:#1c438e; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:67px; padding:8px 0 12px; background-color:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; position:relative;}
.y-kefu-box01 .show-status{position: relative;}
.y-kefu-box01 .show-status .kf-qiao{background-color:#1c438e; border-color: #1c438e; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-qiao{border-radius:2px;}
.y-kefu-box01 .kf-qiao i{width:21px; height:22px; background-position:-30px -150px;}
.y-kefu-box01 .kf-QQ{border-top-left-radius:2px;border-top-right-radius:2px;}
.y-kefu-box01 .kf-QQ>i{width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position:-30px -5px;}
.y-kefu-box01 .kf-zixun{border-radius:2px;}
.y-kefu-box01 .kf-zixun i{width:21px;height:22px;background-position:-30px -150px;}
.y-kefu-box01 .kf-mobile{border-top-left-radius:2px; border-top-right-radius:2px;}
.y-kefu-box01 .kf-mobile>i{width:18px; height:18px; background-position:-5px -32px;}
.y-kefu-box01 .kf-mobile:hover>i{background-position:-30px -32px;}
.y-kefu-box01 .kf-weChat>i{width:22px; height:19px; background-position:-5px -55px;}
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px;}
.y-kefu-box01 .kf-email{border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.y-kefu-box01 .kf-email>i{width:18px; height:14px; background-position:-5px -80px;}
.y-kefu-box01 .kf-email:hover>i{background-position:-30px -80px;}
.y-kefu-box01 .back-top i{width:13px; height:11px; background-position:-5px -98px;}
.y-kefu-box01 .back-top:hover i{background-position:-30px -98px;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top{margin-top:20px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#1c438e; border-color:#1c438e;}
.y-kefu-box01 .hver:hover>p{color:#fff;}
.y-kefu-box01 .mobile-infos,.y-kefu-box01 .QQ-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;}
.y-kefu-box01 .mobile-infos{width:215px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div{padding:20px 0 20px 45px; position:relative;}
.y-kefu-box01 .mobile-infos>div i{width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#999;}
.y-kefu-box01 .mobile-infos p{color:#1c438e; font-size:18px;}
.y-kefu-box01 .QQ-infos{width:320px;text-align: left;top: 0;}
.y-kefu-box01 .part01{padding:20px 20px 20px 30px; border-bottom:solid 1px #e9e9e9; position:relative;}
.y-kefu-box01 .part01 p{font-size:16px; color:#1c438e; padding-bottom:5px;}
.y-kefu-box01 .part01 i{width:28px; height: 26px; background-position:-40px -5px; position: absolute; left:0; top:18px; z-index:2;}
.y-kefu-box01 .part02{padding:20px;}
.y-kefu-box01 .part02 li{width:86px; float:left; position:relative; margin:10px; padding-left:30px;}
.y-kefu-box01 .part02 i{width:22px; height:22px; background-position:-5px -5px; position:absolute; left:0; top:0; z-index:2;}
.y-kefu-box01 .part02 li:hover a{color:#1c438e;}
.ri{width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.ri-arrow1,.ri-arrow2{width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.ri-arrow1{left:1px; border-left:6px #efefef solid;}
.ri-arrow2{border-left:6px white solid;}

.y-kefu-box01 .y-ewm-box{width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{width:151px; height:178px;}
.y-kefu-box01 .y-ewm-box img{width:94px; height:94px; margin:30px auto 10px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1{width:150px; border-right:solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box .right{top:84px;}

.y-kefu-box01 .y-email-infos{padding:28px 20px 28px 45px; color:#999; text-align:left; bottom:0;}
.y-kefu-box01 .y-email-infos p{color:#1c438e; font-size:16px;}
.y-kefu-box01 .y-email-infos>i{width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px;}
.y-kefu-box01 .y-email-infos .right{top:55px;}
.y-kefu-box01 .hide-status{width:54px; height:65px; background-color:#1c438e; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}

/*首页代码 End*/


.about_bn{position:relative; margin:100px auto 0; background:url(../images/about_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}
.pro_bn{position:relative; margin:100px auto 0; background:url(../images/pro_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}
.jjfa_bn{position:relative; margin:100px auto 0; background:url(../images/jjfa_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}
.news_bn{position:relative; margin:100px auto 0; background:url(../images/news_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}
.feed_bn{position:relative; margin:100px auto 0; background:url(../images/feed_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}
.cont_bn{position:relative; margin:100px auto 0; background:url(../images/cont_bn.jpg) no-repeat center; background-size:cover; height:520px; display:flex; align-items:center;}

.dw{width:95%; max-width:1200px; margin:20px auto 0;}
.dw_wz{float:left; background:url(../images/home_tb.png) left center no-repeat; margin-top:5px; padding-left:30px;}
.dw_wz span{color:#1c438e;}

.menu{width:95%; max-width:1200px; margin:auto;}
.menu ul{width:100%; position:relative; text-align:center; overflow:hidden;}
.menu ul li{display:inline-block; color:#000; margin:0 5px 10px 0; position:relative;}
.menu ul li a:after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #1c438e; border-bottom:none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity:0;}
.menu ul li a{color:#000; display:block; font-size:16px; padding:0 30px; line-height:52px; background:#eee;}
.menu ul li a:hover,.menu ul li a.cur{color:#fff; background:#1c438e;}
.menu ul li a:hover:after,.menu ul li a.cur:after{opacity:1;}

.ny_list{width:100%; float:left; position:relative;}
.ny_list ul{width:100%; position:relative; text-align:center; overflow:hidden;}
.ny_list ul:after{content:""; display:block; width:100%; height:1px; background:#e6e6e6; position:absolute; left:0; top:28px; z-index:-1;}
.ny_list ul li{line-height:40px; display:inline-block; margin:8px 6px;}
.ny_list ul li a{display:block; line-height:40px; font-size:15px; text-align:center; padding:0 20px; color:#000; text-decoration:none; background:#fff; border:1px solid #d6d6d6; border-radius:30px;}
.ny_list ul li a:hover,.ny_list ul li a.on{background:#1c438e; color:#fff; border-color:#1c438e;}

.ny_main{width:95%; max-width:1200px; margin:40px auto 60px;}
.ny_text{width:100%; float:left; margin-top:60px; line-height:30px; font-size:16px;}
.m20{margin-top:20px;}

.honor_r_img{width:100%; float:left;}
.honor_r_img li{width:23%; float:left; margin:40px 2.5% 0 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #ddd; border-bottom:3px solid #ddd; position:relative;}
.honor_r_img li:nth-child(4n){margin-right:0;}
.honor_r_img li img{width:100%; display:block;}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#1c438e; transition:all .5s}
.honor_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}

.pagination{width:100%; height:auto; float:left; text-align:center; position:relative; overflow:hidden; margin:60px 0 20px;}
.pagination a,.pagination span{display:inline-block; padding:0 14px; line-height:34px; border:1px solid #e5e5e5; margin:0 5px;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#1c438e; background:#1c438e;}

/** 关于我们代码 End **/

.prolblt-list{width:100%; float:left;}
.prolblt-list ul{margin-left:-2%;}
.prolblt-list li{width:31.3333%; margin-left:2%; margin-top:40px; position:relative; float:left;}
.prolblt-list li a{display:block; width:100%;}
.prolbl-img{width:100%; float:left; background:#fff; border:1px solid #ddd; border-bottom:none; padding:10px; overflow:hidden;}
.prolbl-img img{width:100%; display:block; transition: all .4s linear;}
.prolbl-wd{width:100%; float:left; border:1px solid #ddd; border-top:none; padding:30px 100px 30px 20px; transition:all .6s ease; position:relative;}
.prolbl-wd h2{font-size:24px; line-height:24px; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.prolbl-wd p{font-size:15px; line-height:30px; color:#666; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.prolblt-list li a:hover .prolbl-img img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.prolblt-list li a:hover .prolbl-wd{background:#1c438e;}
.prolblt-list li a:hover .prolbl-wd h2{color:#fff;}
.prolblt-list li a:hover .prolbl-wd p{color:#fff;}
.prolbl-wd i{width:62px; height:62px; border-radius:50%; position:absolute; z-index:2; right:30px; bottom:40px; border:1px dashed transparent;}
.prolbl-wd i:before, .prolbl-wd i:after{content:"";background: #fff; position:absolute; left:50%; top:50%;}
.prolbl-wd i:before{width:2px; height:18px; margin-left:-1px; margin-top:-9px;}
.prolbl-wd i:after{width: 18px; height:2px; margin-left:-9px; margin-top:-1px;}
.prolblt-list li a:hover .prolbl-wd i{animation:proLbiI 1.2s ease both .4s;}
.prolblt-list li a:hover .prolbl-wd i:before{animation:proLbiB .6s ease both .2s;}
.prolblt-list li a:hover .prolbl-wd i:after{animation:proLbiA .6s ease both .2s;}
@keyframes proLbiB{
  0%{opacity:0; transform:translateY(-32px);}
  100%{opacity:1; transform:translateY(0);}
}
@keyframes proLbiA{
 0%{opacity:0; transform:translateX(-32px);}
 100%{opacity:1; transform:translateX(0);}
}
@keyframes proLbiI{
  0%{border-color:transparent;}
  40%{border-color:#fff;}
  50%{transform:rotate(0); border-color:#fff;}
  100%{transform:rotate(180deg); border-color:#fff;}
}

.products{width:100%; float:left; margin-top:40px;}
.promore_l{width:50%;float:left;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:20px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:10px;}
.spec-scroll .items{float:left;position:relative;width:83%; height:64px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:54px;}
.spec-scroll .items ul li img:hover{border:2px solid #1c438e; padding:1px;}
.spec-scroll .items ul li.on img{border:2px solid #1c438e; padding:1px;}

.pros_right{width:45%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top h2{overflow:hidden; display:inline-block; font-size:24px; font-weight:bold; color:#1c438e; padding-bottom:10px;}
.proleft{width:100%; float:left; line-height:28px; margin-top:20px;}
.proleft_tel{width:100%; float:left; margin-top:20px; border:1px dashed #ddd; border-width:1px 0; padding:20px 0; background:url(../images/promore_dhtb.png) no-repeat left 20px; padding-left:40px; font-size:16px; line-height:30px;}
.proleft_tel strong{font-size:20px; font-weight:bold; color:#7dcf00}
.f16{font-size:16px; color:#000; font-weight:bold;}
.proleft_btn{width:100%; float:left; margin-top:40px;}
.proleft_btn li{width:160px; float:left; margin-right:10px;}
.proleft_btn li a{width:160px; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block;}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#1c438e; color:#fff;}

.tabs-basic{width:100%; margin-top:60px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:center; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#fff;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:18px; text-transform:uppercase; position:relative;}
.tabs-basic ul li a.tab-active::after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #1c438e; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.tabs-basic ul li a{display:block; text-decoration:none; background:#eee; padding:15px 46px; color:#000;}
.tabs-basic .tab-active{border-bottom:2px solid #1c438e; color:#fff; background:#1c438e; font-weight:bold;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:40px auto 0; background:#fff;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #ddd solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #ddd solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:40px;}
.hot_pro2_tit{width:100%; background:#fff; float:left; border-bottom:1px solid #ddd;}
.hot_pro2_tit h3{width:180px; float:left; color:#fff; line-height:52px; font-size:18px; padding:0 20px; background:#1c438e; text-align:center; font-weight:bold; position:relative;}
.hot_pro2_tit h3:after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #1c438e; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.scrollleft2{width:100%; float:left; margin-top:40px;}
.scrollleft2 li{width:280px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:100%; display:block; border:1px solid #ddd; border-bottom:none;}
.scrollleft2 li img:hover{border:1px solid #1c438e;}
.scrollleft2 li span{display:block; width:100%; background:#eee; padding:10px; line-height:30px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

/** 产品中心代码 End **/

.jjfa_text{width:100%; float:left; margin-top:20px;}
.jjfa_text dl{display:block; width:100%; float:left; margin-top:20px; border:1px solid #e6e6e6; padding:20px;}
.jjfa_text dl:hover{background:#1c438e; border:1px solid #1c438e; color:#fff; cursor:pointer;}
.jjfa_text dl dt{width:25%; float:left; overflow:hidden;}
.jjfa_text dl dt img{width:100%; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.jjfa_text dl:hover dt img{transform:scale(1.1); -webkit-transform:scale(1.1);}

.jjfa_text dl dd{width:70%; float:right;}
.jjfa_text dl dd .left{width:100%; float:left;}
.jjfa_text dl dd .left h3{line-height:30px; font-size:18px; color:#000; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.jjfa_text dl dd .left h3 a{color:#000;}
.jjfa_text dl:hover dd .left h3 a{color:#fff;}
.jjfa_text dl dd .left .con{margin-top:6px; font-size:16px; line-height:30px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.jjfa_text dl dd a.more{width:140px; height:34px; line-height:32px; border:1px solid #d6d6d6; display:inline-block; text-align:center; margin-top:15px; transition:all .3s;}
.jjfa_text dl:hover dd a.more{background:#fff; color:#1c438e; border:1px solid #fff; width:160px;}

/** 解决方案代码 End **/

.news_text{width:100%; float:left;}
.news_text dl{display:block; width:100%; float:left; margin-top:40px; border-bottom:1px solid #ddd; padding-bottom:30px;}
.news_text dl:nth-child(5n){margin-bottom:0;}
.news_text dl dt{width:25%; float:left; overflow:hidden;} 
.news_text dl dt img{width:100%; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.news_text dl dt:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_text dl dd{width:72%; float:right;}
.news_text dl dd .left{width:80%; float:left;}
.news_text dl dd .left h2{line-height:30px; font-size:18px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.news_text dl dd .left h2 a{color:#000;}
.news_text dl dd .left h2 a:hover{color:#1c438e;}
.news_text dl dd .left .con{line-height:28px; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:4; line-clamp:4; -webkit-box-orient:vertical;}
.news_text dl dd .right2{width:15%; float:right;} 
.news_text dl dd .right2 p{width:100%; float:left; text-align:center; font-size:16px; padding:15px 0; font-family:Arial; border:1px solid #e6e6e6;}
.news_text dl dd .right2 p:nth-child(1){font-size:50px; position:relative; font-weight:bold; line-height:50px; border-bottom:none;}
.news_text dl dd a.more{width:140px; height:34px; line-height:32px; border:1px solid #ddd; display:inline-block; text-align:center; margin-top:10px; transition:all .3s;}
.news_text dl dd a:hover.more{background:#1c438e; color:#fff; border:1px solid #1c438e; width:180px;}

.new-view-title{width:100%; float:left; text-align:center; padding-bottom:10px; border-bottom:1px solid #e6e6e6; margin-top:40px;}
.new-view-title h2{line-height:30px; font-size:24px; font-weight:bold; color:#1c438e;}
.new-view-wz{width:100%; float:left; text-align:center; line-height:30px; color:#999;}
.newsmore_text{width:100%;float:left; margin-top:40px; line-height:30px;}

.news_bot{width:100%; float:left; margin-top:40px; position:relative; padding:30px 0; border-top:1px solid #ddd;}
.news_bot a{font-size:16px; line-height:60px; color:#444;-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.news_bot .prev{float:left;}
.news_bot .next{float:right;}
.news_bot .prev .img{margin-right:20px; position:relative; display:inline-block; vertical-align:middle;}
.news_bot .next .img{margin-left:20px; position:relative; display:inline-block; vertical-align:middle;}
.news_bot a .img img{-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; opacity:1; display:block;}
.news_bot .next .img img{-webkit-transform:rotateZ(180deg); -moz-transform:rotateZ(180deg); -ms-transform:rotateZ(180deg); -o-transform:rotateZ(180deg);transform:rotateZ(180deg);}
.news_bot a .img img:nth-child(2),.news_bot a .img img:nth-child(2){opacity:0; position:absolute; top:0; left:0;}
.news_bot a:hover{color:#1c438e;}
.news_bot a:hover .img img,.news_bot a:hover .img img{opacity:0;}
.news_bot a:hover .img img:nth-child(2),.news_bot a:hover .img img:nth-child(2){opacity:1;}
.news_bot .back{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; text-align:center; width:60px; height:28px; line-height:28px; 
	font-size:16px; color:#666;}
.news_bot .back .img{margin-right:6px; display:inline-block; vertical-align:middle; position:relative;}

.new_s2{width:100%;float:left; margin-top:40px;}
.news_random2{width:100%;float:left; background:#fff; border:1px solid #e6e6e6; padding:20px; border-top:none;}
.news_random2 ul li{width:48%; float:left; line-height:46px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{width:74%; float:left; background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_random2 ul li a:hover{color:#1c438e;}
.news_random2 ul li span{float:right; color:#999;}

/** 新闻中心代码 End **/

.message{width:100%; float:left; margin-top:40px;}
.message h2{text-align:center; color:#000; font-size:22px; line-height:30px;}
.message ol{width:100%;float:left; margin-top:40px;}
.message ol li{float: left; width:49%; margin-bottom:20px; background:#fff; border:1px solid #e6e6e6;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left; border:none;}
.message ol li:nth-child(7){float:right; border:none;}
.message ol li input{width:100%; height:50px;  background:none; border:none; color:#999; padding:0 15px; outline:none; -webkit-appearance:none;}
.message ol li textarea{padding:10px 15px; width:100%; height:180px; border:none; background:none; color:#999; outline:none; -webkit-appearance: none;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; cursor:pointer;}
.message ol li .btn{background:#1c438e;}
.message ol li .btn2{background:#7dcf00; color:#fff;}

/**客户留言代码 End**/

.contact{width:100%; float:left; margin-top:60px;}
.contact h3{font-size:32px; font-weight:100; padding-left:40px; position:relative; color:#000;}
.contact h3:after{content:""; display:block; position:absolute; left:0px; width:30px; height:2px; background:#1c438e; top:20px;}
.contact h2{font-size:24px;color:#1c438e;padding-left:40px; line-height:24px; font-weight:bold;}
.contact ul{overflow:hidden; margin-top:60px;}
.contact ul li span{position:relative; top:0; transition:all 0.5s ease;}
.contact ul li:hover span{top:-10px;}
.contact ul li{width:50%; height:290px; float:left; margin-bottom:1px; background:#eee; font-size:16px; border-left:1px solid #fff; padding:70px 40px; text-align:center;}
.contact ul li h4{margin:20px auto 10px;font-weight:bold;color:#1c438e;font-size:18px;}
.contact ul li h4 a{color:#1c438e;}
.contact ul li h4 a:hover{color: #7dcf00;}
.contact ul li p.add{font-size:16px; margin-top:10px; line-height:30px;}
.wtrel-hm b{display:inline-block; vertical-align:middle; font-size:16px; color:#333; margin:1px 10px 0 0; font-weight:100; vertical-align:top;}
.wtrel-hm h4:nth-of-type(2){margin-top: 0;}

.contact3{width:100%; float:left; margin-top:80px; position:relative; overflow:visible;}
.map{position:relative; bottom:0; z-index:99;}
.look-map{position:absolute; top:-25px; height:50px; width:300px; line-height:50px; color:#fff; padding-left:107px; background:url(../images/bz.png) no-repeat 83px center #1c438e; font-size:14px; display:inline-block; left:50%; margin-left:-150px; border-radius:24px; z-index:9; transition:all .5s; z-index:100;}
.look-map:hover{color:#fff; background-color:#7dcf00;}
.look-map:visited, .look-map:focus{color: #fff;}

/**联系我们代码 End**/