﻿*{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:#446db0; 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:.3s; transition:.3s; box-shadow:-20px 20px 30px 0px rgba(158,158,158,.3);}
.w1400{width:95%; max-width:1400px; margin:auto; position:relative;}
.logo{position:absolute; left:0; top:12px;}

.navMenu{float:left;}
.navMenu>li{float:left; position:relative; line-height:100px; height:100px; font-size:16px;}
.navMenu>li>a{padding:0 25px; color:#000; text-transform:uppercase; display:block;}
.navMenu>li>a:after{content:''; display:block; width:10px; height:6px; background:url(../images/menu_sjx.jpg) no-repeat bottom center; position:absolute; left:50%; bottom:0; margin-left:-5px;-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:#446db0;}
		
/* navMenu */
.navMenubox{float:left; margin-left:16%;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; margin-left:-90px; top:100px; z-index:3; display:none; background:#fff; width:180px; 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 10px; 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:#446db0; color:#fff;}
.navMenu>li>ul.sub-menu li>ul{position:absolute; left:180px; top:0; background:#eee; width:180px;}
.navMenu>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}

.top_r{float:right;}
/*language*/
.Hlang{position:relative; float:left; margin:38px 0 0; height:30px; z-index:1001;}
.Hlang-menu{width:110px; display:block; background:url(../images/top_rlg.jpg) left no-repeat; padding-left:30px; font-size:16px; position:relative;}
.Hlang-menu:after{content:""; display:block; width:10px; height:6px; background:url(../images/top_rlg_xtb.jpg) no-repeat right; position:absolute; top:8px; right:0;}
.Hlang-box{width:110px;box-shadow:1px 1px 10px #999;background:#fff;position:absolute; top:30px; left:0;display:none; padding:4px 0px;}
.Hlang-box a{display:block; padding:5px 10px 5px 50px; line-height:24px; font-size:14px; background-repeat:no-repeat !important; background-position:15px center !important; text-transform:none;}
.Hlang-box a:hover{color:#fff;background:#446db0;}
.Hlang-box a.cn{background-image:url(../images/lg_cn.jpg);}
.Hlang-box a.en{background-image:url(../images/lg_en.jpg);}

.Hsrch{margin:40px 0 0 20px; float:right;}
.Hsrch-menu{display:block; width:20px; height:21px; background:url(../images/fdj.jpg) no-repeat center center / cover;}
.Hsrch-box{width:100%; height:100px; background:#fff; position:absolute; top:0px; left:0px; display:none; z-index:1002;}
.Hsrch-block{width:100% !important; height:32px; margin:35px 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:80%;height:32px;font-size:15px;float:left;margin:0 0 0 10px;}
.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;}
.flexslider .slides{position:relative;z-index:1;}
.flexslider .slides li{height:100%; overflow:hidden;}
.flexslider .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;}
.flexslider .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:15px; height:15px; margin:0 5px;}
.flex-control-nav a{display:inline-block; width:15px; height:15px; border-radius:50%; line-height:45px; overflow:hidden; background:#fff; cursor:pointer;}
.flex-control-nav .flex-active{background:#446db0;}
.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; border-radius:50%; padding:10px; background-size:30px 30px !important;}
.flex-direction-nav li a.flex-prev{left:100px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(0,0,0,.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:100px;background:url(../images/next.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:rgba(0,0,0,.5) url(../images/next.png) center center no-repeat;}
.phxia,.banner,.sj{display:none!important;}

/* 搜索栏部分 */
.in_gjcbg{width:100%; margin:auto; background:#f6f6f6; border-bottom:1px solid #ddd;}
.in_gjcl{width:100%; float:left; line-height:30px; padding:15px 0;}
.in_gjcl strong{color:#000; font-size:16px;}
.in_gjcl a{padding:0 3px; color:#666;}
.in_gjcl a:hover{color:#446db0;}

/* 首页产品中心部分 */
.in_pro{width:95%; max-width:1400px; margin:60px auto 0;}
.in_title{width:100%; float:left; vertical-align:middle;}
.in_titl{float:left;}
.in_titl h2{font-size:36px; line-height:30px; color:#446db0; background:url(../images/in_xtb.jpg) no-repeat 50% center;}
.in_titl h2 a{color:#446db0;}
.in_titl h2 a:hover{color:#de5a00;}
.in_titl p{font-size:18px; line-height:30px; margin-top:10px;}
.in_titr{float:right; text-align:right;}
.in_titr a{font-size:16px; padding:0 10px; color:#000;}
.in_titr a:hover{color:#446db0;}

.in_pro_img{width:100%; float:left; margin-top:60px;}
.in_pro_imgl{width:49%; float:left;}
.in_pro_imgl figure{width:100%; overflow:hidden; margin:0;}
.in_pro_imgl a{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(68,109,176,.8); opacity:0; color:#fff;}
.in_pro_imgl a:hover{opacity:1;}
.in_pro_imgl i{background:url(../images/in_pro_tb.png) no-repeat; margin:4% auto 0; width:52px; height:52px; background-size:100%; display:block;transition: .7s;-moz-transition: .7s;-webkit-transition:.7s;-o-transition:.7s;}
.in_pro_imgl a:hover i{-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform: rotate(360deg);}
.in_pro_imgl h3{font-size:30px; line-height:30px; text-align:center; color:#fff; margin:35% auto 0;}
.in_pro_imgl p{font-size:18px; color:#fff; text-transform:uppercase; margin-top:20px; text-align:center;}
.casezoom{width:100%; overflow:hidden; position:relative; display:inline-block}
.casezoom img{width:100%; display:block; transition: .7s; -webkit-transition: .7s;}
.casezoom:hover img{transform:scale(1.2); -webkit-transform:scale(1.2);}

.hover_line{width:100%; height:100%; background:transparent; left:0; top:0; cursor:pointer; position:absolute; opacity:1;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out}
.hover_line::before,.hover_line::after{position:absolute; top:15px; right:15px; z-index:1; bottom:15px; left:15px; content: ''; opacity: 0; -webkit-transition:opacity 0.8s, -webkit-transform 0.8s; transition:opacity 0.8s, transform 0.8s;}
.hover_line::before{border-top:1px solid; border-bottom:1px solid; -webkit-transform:scale(0,1); transform:scale(0,1); opacity:0;}
.hover_line::after{border-right:1px solid; border-left:1px solid; -webkit-transform:scale(1,0); transform:scale(1,0); opacity:0;}
.casezoom a:hover.hover_line::before,.casezoom a:hover.hover_line::after{opacity:1; -webkit-transform:scale(1); transform:scale(1);}
.hover_line::before,.hover_line::after{top:15px; right:15px; bottom:15px; left:15px}

.in_pro_imgr{width:49%; float:right;}
.in_pro_imgr li{width:49%; float:left; margin:0 2% 1.5% 0; overflow:hidden;}
.in_pro_imgr li:nth-child(2n){margin-right:0;}
.in_pro_imgr li figure{width:100%; overflow:hidden; margin:0;}
.in_pro_imgr li a{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(68,109,176,.8); opacity:0; color:#fff;}
.in_pro_imgr li a:hover{opacity:1;}
.in_pro_imgr li i{background:url(../images/in_pro_tb.png) no-repeat; margin:4% auto 0; width:52px; height:52px; background-size:100%; display:block;transition: .7s;-moz-transition: .7s;-webkit-transition:.7s;-o-transition:.7s;}
.in_pro_imgr li a:hover i{-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform: rotate(360deg);}
.in_pro_imgr li h3{font-size:24px; line-height:30px; text-align:center; color:#fff; margin:26% auto 0;}
.in_pro_imgr li p{font-size:16px; color:#fff; text-transform:uppercase; margin-top:10px; text-align:center;}

/* 首页宇洋优势部分 */
.in_ysbg{width:100%; margin:60px auto 0; background:url(../images/in_wmdysbg.jpg) no-repeat center center; background-size:cover; padding:60px 0;}
.in_ys_tit{width:100%; margin:auto; text-align:center;}
.in_ys_tit h2{font-size:36px; line-height:30px; color:#fff;}
.in_ys_tit p{font-size:18px; margin-top:10px; text-align:center; color:#fff; line-height:30px;}

.youshi{width:95%; max-width:1400px; margin:auto; position:relative; overflow:hidden; z-index:9;}
.bd ul li{width:100%; height:auto; margin:auto;}
.bd ul li dl dt{float:left; width:46%; overflow:hidden;}
.bd ul li dl dt img{width:100%; display:block;}
.bd ul li dl dd{float:right; width:50%;}
.bd ul li dl dd i{color:rgba(255,255,255,.8); font-size:60px; line-height:60px; display:block; font-weight:bold; margin-bottom:10px;}
.bd ul li dl dd h3{line-height:48px; font-size:24px; color:#fff; font-weight:bold;}
.bd ul li dl dd span{font-size:14px; line-height:28px; color:#fff; text-transform:uppercase;}
.bd ul li dl dd p{line-height:26px; margin-top:20px; height:120px; font-size: 16px; color: #fff;}

.slideBox{width:100%; height:450px; position:relative;}
.slideBox .hd{position:absolute; left:50%; bottom:0; z-index:1;}
.slideBox .hd ul{width:100%; margin:auto; width:-moz-fit-content;width: -webkit-fit-content; width:fit-content;}
.slideBox .hd ul li{padding:30px 0; background:#fff; cursor:pointer; float:left; font-size:18px; width:55px; line-height:22px; color:#000; text-align:center; margin:0 10px; border-radius:0 0 30px 30px; -webkit-transition:all .5s; transition:all .5s;}
.slideBox .hd ul .on{background:#dd5a03; color:#fff; border:2px solid #dd5a03; border-radius:0%;}
.slideBox .bd{position:relative; height:100%; z-index:0; margin-top:60px;}
.slideBox .bd li{zoom:1; vertical-align:middle;}

/* 首页应用案例部分 */
.in_yyly{width:95%; max-width:1400px; margin:60px auto 0;}
.in_yyly_list{width:100%; margin:60px auto 0; padding-bottom:60px; position:relative; overflow:hidden;}
.in_yyly_list ul{width:10000%; position:relative;}
.in_yyly_list li{width:0.24%; float:left; margin-right:0.01%; -webkit-transition:all .5s; transition:all .5s;}
.in_yyly_list li:hover{transform:translateY(-10px); box-shadow:0 3px 15px #999;}
.in_yyly_list li .pic{width:100%; float:left; overflow:hidden;}
.in_yyly_list li .pic img{width:100%; display:block; transition:all .3s; -webkit-transition:all .3s;}
.in_yyly_list li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.in_yyly_list li .txt{width:100%; float:left; background:#f1f1f1; padding:30px 20px; text-align:center;}
.in_yyly_list li:hover .txt{background:#446db0;}
.in_yyly_list li .txt_tit{width:100%; float:left; font-size:18px; color:#000; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.in_yyly_list li .txt_tit:after{content:""; display:block; width:20px; height:2px; margin:10px auto 0; background:#0166ac;}
.in_yyly_list li:hover .txt_tit:after{content:""; display:block; width:20px; height:2px; margin:10px auto 0; background:#fff;}
.in_yyly_list li a .txt_tit{color:#000;}
.in_yyly_list li:hover a .txt_tit{color:#fff;}
.in_yyly_list li .txt_wz{width:100%; float:left; margin-top:20px; font-size:14px; 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;}
.in_yyly_list li:hover .txt_wz{color:#fff;}

.yyly_dd{position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:5;}
.yyly_dd span{z-index:2;cursor:pointer; margin-right:10px;display:inline-block;width:12px;height:12px;zoom:1;border-radius:100%; background:#ccc; position:relative;transition:all .3s}
.yyly_dd span.on,.yyly_dd span:hover{transform:scale(1.1); -webkit-transform:scale(1.1); background:#446db0;}

/* 首页关于宇洋部分 */
.in_aboutbg{width:100%; margin:60px auto 0; background:url(../images/in_aboutbg.jpg) no-repeat top; background-size:100% auto; padding-top:80px;}
.in_about_tit{width:95%; max-width:1400px; margin:auto; text-align:center;}
.in_about_tit h2{font-size:36px; line-height:30px; color:#fff; background:url(../images/in_ys_tb.png) no-repeat 57% center; padding-right:30px;}
.in_about_tit h2 a{color:#fff;}
.in_about_tit h2 a:hover{color:#dd5a03;}
.in_about_tit p{font-size:18px; margin-top:20px; text-align:center; color:#fff; line-height:30px;}
.in_about{width:95%; max-width:1400px; margin:40px auto 0; background:#fff; box-shadow:-6px 6px 20px #666;}
.in_about_ltext{width:50%; float:right; padding:54px;}
.in_about_ltitle{width:100%; float:left; position:relative;}
.in_about_ltitle:after{content:""; display:block; width:54px; height:51px; position:absolute; top:0; right:0; background:url(../images/in_about_xtb.jpg) top right no-repeat;}
.in_about_ltitle h3{font-size:24px; line-height:30px;}
.in_about_ltitle h3 a{color:#446db0;} 
.in_about_ltitle h3 a:hover{color:#dd5a03;}
.in_about_ltitle p{font-size:14px; color:#999; text-transform:uppercase;}
.in_about_ltxt{width:100%; float:left; margin-top:20px; font-size:14px; line-height:30px;}
.in_about_lmore{width:100px; float:left; margin-top:30px;}
.in_about_lmore a{width:100%; display:block; font-size:14px; color:#000; background:url(../images/abrmore.png) right no-repeat; padding-right:20px;}
.in_about_lmore a:hover{background:url(../images/abrmoreh.png) right no-repeat; color:#007ae2;}
.in_about_rpic{width:50%; float:left; overflow:hidden;}
.in_about_rpic img{width:100%; display:block; transition:all .3s; -webkit-transition:all .3s;}
.in_about_rpic:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}

/* 首页荣誉资质部分 */
.xc_bj{width:95%; max-width:1400px; margin:140px auto 0; position:relative;}
.xc_c{width:100%; margin:auto;}
.xc_a{display:none;}
.xc_qh{width:400px; height:60px; background:#999; overflow:hidden; position:relative; top:-60px; margin:auto;}
.xc_qh li{width:200px; height:60px; float:left; text-align:center;}
.xc_qh li i{display:inline-block; margin:22px 10px 0 0; vertical-align:top; width:25px; height:22px; overflow:hidden;}
.xc_qh li:nth-child(1) i{background:url(../images/in_sbzs_tb.png) no-repeat;}
.xc_qh li:nth-child(2) i{background:url(../images/in_sbzs_tb2.png) no-repeat;}
.xc_qh li span{display:inline-block; padding-top:20px; text-align:left}
.xc_qh li span em{display:block; font-size:18px; color:#fff; line-height:24px;}
.xc_qh li.on{background:#446db0;}
.xc_qh li.on span,.xc_qh li.on span em{color:#fff; font-weight:bold;}
.xc_nr{width:100%; margin:-60px auto 0; border-top:1px solid #ddd; padding-bottom:20px; overflow:hidden;}
.xc_nr ul{ width:10000%; position:relative; margin-top:40px;}
.xc_nr li{float:left; width:0.24%; overflow:hidden; margin-right:0.01%;}
.xc_nr li:hover{box-shadow:0 3px 10px #999;}
.xc_nr li span{display:block; background:#fff; border:1px solid #ddd; border-top:none; height:60px; padding:0 16px; line-height:60px; font-size:18px; color:#000;}
.xc_nr li span:hover,.link_txt a:hover{color:#446db0;}
.xc_nr li span img {float:right; padding-top:17px;}
.xc_nr li i{display:block; font-size:0; line-height:0; width:100%; overflow:hidden;}
.xc_nr li i img{width:100%; display:block; transition: all 0.5s; -webkit-transition: all 0.5s;}
.xc_nr li:hover i img{-webkit-transform:scale(1.1); transform:scale(1.1);}

/* 首页新闻资讯部分 */
.in_news{width:95%; max-width:1400px; margin:60px auto 0;}
.in_news_list{width:100%; float:left; margin-top:20px;}
.in_news_list li{width:48%; float:left; margin:40px 4% 0 0; background:#f7f7f7; padding:30px;}
.in_news_list li:nth-child(2n){margin-right:0;}
.in_news_list li .pic{width:40%; float:left; overflow:hidden;}
.in_news_list li .pic img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.in_news_list li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.in_news_list li .text{width:57%; float:right;}
.in_news_list li .text h3{width:100%; display:block; font-size:18px; color:#000; line-height:30px; white-space:nowrap; text-overflow:ellipsis; 
overflow:hidden;}
.in_news_list li a .text h3{color:#000;}
.in_news_list li a:hover .text h3{color:#446db0;}
.in_news_list li .text span{display:block; font-size:14px; color:#999; margin-top:10px;}
.in_news_list li .text p{display:block; margin-top:10px; line-height:28px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.in_news_list li .text em{width:22px; height:21px; float:right; display:block; margin-top:20px; background:url(../images/in_news_tb.png) no-repeat right center;}
.in_news_list li:hover .text em{background:url(../images/in_news_tbh.png) no-repeat right center;}

/* 首页友情链接部分 */
.in_link{width:95%; max-width:1400px; margin:60px auto 0; background:#fff; border:5px solid #eee; padding:20px;}
.in_link_tit{float:left; font-size:14px; color:#666; background:url(../images/link_tb.jpg) left no-repeat; padding-left:30px;}
.in_link_tit h3{font-size:20px; font-weight:bold; color:#446db0;}
.in_link_tit p{font-family:Arial; font-size:16px; text-transform:uppercase;}
.in_link_wz{width:88%; float:right; font-size:15px; line-height:30px;}
.in_link_wz a{padding-right:15px;}

/* 底部版权部分 */
.footer_bg{width:100%; margin:60px auto 0; background:url(../images/footer_bg.jpg) no-repeat center center; background-size:cover; padding:60px 0 30px; overflow:hidden;}
.footer{width:95%; max-width:1400px; margin:auto;}
.foot_list{width:60%; float:left;}
.foot_list ul{width:22%; float:left; min-height:180px; margin-right:3%;}
.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:100; margin-bottom:20px;}
.foot_list ul li.foot_l_bt a:after{content:""; display:block; width:20px; height:1px; margin-top:15px; background:#dd5a03;}
.foot_list ul li.foot_l_bt.on{background:url(../images/img-74.png) no-repeat right center; background-size:16px;}
.foot_list ul li a{line-height:30px; font-size:14px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.foot_list ul li a:hover,.foot_cont_txt a:hover{color:#dd5a03;}

.foot_cont{width:38%; float:right;}
.foot_cont_tit{width:100%; float:left; font-size:16px; border-bottom:1px solid #373737; padding-bottom:20px; color:#999; position:relative;}
.foot_cont_tit h3{font-size:28px; line-height:30px; display:block; font-weight:bold; color:#dd5a03; margin-top:10px;}
.foot_cont_tit:after{content:""; display:block; position:absolute; top:0; right:0; width:97px; height:54px; background:url(../images/foot_map.png) no-repeat center;}
.foot_cont_txt{width:100%; float:left; margin-top:20px; line-height:40px; color:#999; background:url(../images/footer_xtb.png) no-repeat left; padding-left:30px;}
.foot_cont_txt a{color:#999;}

.copy_tb{width:100%; float:left; margin-top:20px;}
.copy_tb li{width:30px; height:30px; float:left; margin-right:15px; position:relative;} 
.copy_tb li:nth-child(3n){margin-right:0;}
.copy_tb li a{display:block; width:30px; height:30px; background:center no-repeat;}
.copy_tb li a.qq{background-image:url(../images/foot_qq.png);}
.copy_tb li a.wx{background-image:url(../images/foot_wx.png);}
.copy_tb li a.wb{background-image:url(../images/foot_wb.png);}
.copy_tb li a.qq:hover{background-image:url(../images/foot_qqh.png);}
.copy_tb li a.wx:hover{background-image:url(../images/foot_wxh.png);}
.copy_tb li a.wb:hover{background-image:url(../images/foot_wbh.png);}
.copy_tb li.wxx img{display:none; width:120px; height:120px; position:absolute; left:50%; bottom:40px; margin-left:-60px;}
.copy_tb li.wxx:hover img{display:block;}

.copy_bg{width:100%; margin:60px auto 0; padding-top:30px; background:url(../images/copy_fgx.jpg) top repeat-x;}
.copy{width:95%; max-width:1400px; margin:auto; text-align:center; line-height:30px; color:#999;}
.copy a{color:#999;}
.copy a:hover{color:#dd5a03;}

/*右侧浮动*/
.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:54px; 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:#446db0; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:52px; 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:#446db0; border-color: #446db0; 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:-1px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#446db0; border-color:#446db0;}
.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:#446db0; 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:#446db0; 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:#446db0;}
.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:#446db0; 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:#446db0; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}

/* 内页焦点图部分 */
.ny_bn{width:100%; height:300px; margin:100px auto 0; position:relative; overflow:hidden;}
.ny_bn img{width:100%; position:absolute; left:50%; top:0; margin-left:-50%;}

.dw{width:95%; max-width:1400px; margin:40px auto 0;}
.dw_wz{background:url(../images/home_tb.png) left center no-repeat; float:left; padding-left:30px;}
.dw_wz a{padding:0 5px;}
.dw_wz span{color:#446db0; padding-left:5px;}

/* 内页关于宇洋部分 */
.ny_main{width:95%; max-width:1400px; margin:40px auto 0;}
.ny_left{width:24%; float:left;}
.nyl_list{width:100%; float:left;}
.nyl_list h2{width:100%; height:80px; line-height:80px; padding:0 20px; float:left; overflow:hidden; background:#446db0 url(../images/lb_tb.png) no-repeat 93% center; border-radius:5px 5px 0 0;}
.nyl_list h2 a{display:block; font-size:24px; color:#fff; font-weight:bold;}
.sidebarMenu{width:100%; float:left; background:#fff; border:1px solid #e6e6e6; margin-bottom:20px; border-radius:0 0 5px 5px;}
.sidebarMenu li{width:100%; float:left;} 
.sidebarMenu li a{height:54px; line-height:54px; background:url(../images/slide_li.png) no-repeat 95% center; display:block; padding:0 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; border-top:1px solid #e9e9e9; font-size:16px;}
.sidebarMenu li a.cur,.sidebarMenu li a:hover{background:#446db0 url(../images/slide_lih.png) no-repeat 95% center; color:#fff; font-weight:bold;}
.sidebarMenu li ul{font-size:12px; padding:0}
.sidebarMenu ul li{background:0 0; padding-top:0;}
.sidebarMenu li ul a{background:url(../images/ly_li.png) no-repeat 20px center; padding-left:35px; height:40px; line-height:40px; font-size:14px; color:#666;}
.sidebarMenu li ul .cur,.sidebarMenu li ul a:hover{background:url(../images/ly_li.png) no-repeat 20px center; padding-left:35px; color:#446db0;}
.nyl_cont{width:100%; float:left; margin-top:20px;}
.nyl_cont h2{width:100%; height:80px; line-height:80px; padding:0 20px; float:left; overflow:hidden; background:#446db0 url(../images/ny_cont_teltb.png) no-repeat 93% center; border-radius:5px 5px 0 0;}
.nyl_cont h2 a{display:block; font-size:24px; color:#fff; font-weight:bold;}
.nyl_cont_list{width:100%; float:left; background:#fff; border:1px solid #ddd; border-top:none; padding:4%; font-size:15px; line-height:30px;}
.nyl_cont_list h3{font-size:18px; font-weight:bold; color:#446db0; line-height:24px;}

.ny_right{width:73%; float:right; background:#fff; border:1px solid #e6e6e6; border-radius:5px; padding:30px 20px;}
.nyr_tit{width:100%; float:left; font-size:24px; line-height:24px; font-weight:bold; color:#446db0; border-bottom:1px solid #e6e6e6; padding-bottom:20px;}
.nyr_text{width:100%; float:left; margin-top:40px; line-height:30px; font-size:15px;}
.m30{margin-top:30px;}
.f18{font-size:18px; color:#446db0; font-weight:bold;}
.nyr_text table{border-collapse:collapse; border:1px #e6e6e6 solid !important; width:100% !important;line-height:26px!important;}
.nyr_text table td{padding:8px!important; padding-left:20px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:26px!important;}
.nyr_text table td div{padding:0px!important;height:auto!important;}

.honor_r_img{width:100%; float:left;}
.honor_r_img li{width:32%; float:left; margin:40px 2% 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(3n){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:#446db0; transition:all .5s}
.honor_r_img li span{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; font-size:0px; position:relative; overflow:hidden; margin:50px 0 20px;}
.pagination a,.pagination span{display:inline-block; padding:0 14px; line-height:36px; font-size:14px; border:1px solid #e5e5e5; margin:0 5px;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#446db0; background:#446db0;}

/* 内页产品中心部分 */
.pro_img{width:100%; float:left;}
.pro_img li{width:32%; float:left; min-height:330px; margin:40px 2% 0 0; border:1px solid #ddd; background:#fff; padding:1px; position:relative;}
.pro_img li:hover{box-shadow:0px 6px 20px rgba(0,0,0,.4); transform:translate3d(0,-5px,0); border-color:#446db0; -webkit-transition: all .4s; transition:all .4s;}
.pro_img li:nth-child(3n){margin-right:0;}
.pro_img li .pic{width:100%; float:left; overflow:hidden;}
.pro_img li .pic img{width:100%; display:block; -webkit-transition:.5s; transition:.5s;}
.pro_img li a:hover .pic img{-webkit-transform:scale(1.1); transform: scale(1.1);}
.pro_img li .text{width:100%; float:left; padding:20px; text-align:center;}
.pro_img li .text h3{font-size:16px; display:block; font-weight:bold; color:#000; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.pro_img li a .text h3{color:#000;}
.pro_img li a:hover .text h3{color:#446db0;}
.pro_img li .text p{display:block; 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;}
.pro_img li .btn{width:100px; margin:auto;}
.pro_img li a .btn{width:100px; display:block; line-height:32px; background:#eee; text-align:center; color:#000;}
.pro_img li a:hover .btn{background:#446db0; 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:48px;}
.spec-scroll .items ul li img:hover{border:2px solid #446db0; padding:1px;}
.spec-scroll .items ul li.on img{border:2px solid #0166ac; padding:1px;}

.pros_right{width:45%; float:right; overflow:hidden;}
.pros_right_top{width:100%; float:left; border-bottom:1px dashed #e6e6e6;}
.pros_right_top h2{display:inline-block; font-size:24px; font-weight:bold; color:#446db0; padding-bottom:10px;}
.proleft{width:100%;float:left; font-size:14px; line-height:30px; margin-top:10px;}

.proleft_btn{width:100%; float:left; margin-top:20px;}
.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:#446db0; color:#fff;}

.proleft_tel{width:100%; float:left; margin-top:40px; border:1px dashed #ddd; border-width:1px 0; padding:20px 0; background:url(../images/promore_dhtb.png) no-repeat left 23px; padding-left:40px; font-size:16px; line-height:30px;}
.proleft_tel strong{font-size:20px; font-weight:bold; color:#446db0}

.tabs-basic{width:100%; margin-top:40px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; 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 #446db0; 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 52px; color:#000; border-radius:5px 5px 0 0;}
.tabs-basic .tab-active{border-bottom:2px solid #446db0; color:#fff; background:#446db0; font-weight:bold;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.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 #e6e6e6 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 #e6e6e6 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:50px;}
.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:16px; padding:0 20px; background:#446db0; text-align:center; font-weight:bold; position:relative; border-radius:5px 5px 0 0;}
.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 #446db0; 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:240px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:100%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #446db0;}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

/* 内页应用领域部分 */
.yyly_list{width:100%; float:left; margin-top:20px; position:relative;}
.yyly_list li{width:32%; float:left; margin:20px 2% 0 0; -webkit-transition:all .5s; transition:all .5s;}
.yyly_list li:nth-child(3n){margin-right:0;}
.yyly_list li:hover{transform:translateY(-10px); box-shadow:0 3px 15px #999;}
.yyly_list li .pic{width:100%; float:left; overflow:hidden;}
.yyly_list li .pic img{width:100%; display:block; transition:all .3s; -webkit-transition:all .3s;}
.yyly_list li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.yyly_list li .txt{width:100%; float:left; background:#f1f1f1; padding:30px 20px; text-align:center;}
.yyly_list li:hover .txt{background:#446db0;}
.yyly_list li .txt_tit{width:100%; float:left; font-size:18px; color:#000; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.yyly_list li .txt_tit:after{content:""; display:block; width:20px; height:2px; margin:10px auto 0; background:#0166ac;}
.yyly_list li:hover .txt_tit:after{content:""; display:block; width:20px; height:2px; margin:10px auto 0; background:#fff;}
.yyly_list li a .txt_tit{color:#000;}
.yyly_list li:hover a .txt_tit{color:#fff;}
.yyly_list li .txt_wz{width:100%; float:left; margin-top:20px; font-size:14px; 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;}
.yyly_list li:hover .txt_wz{color:#fff;}

/* 内页设备展示部分 */
.sbzs_list{width:100%; float:left; margin-top:20px;}
.sbzs_list li{float:left; width:32%; overflow:hidden; margin:20px 2% 0 0;}
.sbzs_list li:nth-child(3n){margin-right:0;}
.sbzs_list li:hover{box-shadow:0 3px 10px #999;}
.sbzs_list li span{display:block; background:#fff; border:1px solid #ddd; border-top:none; height:60px; padding:0 16px; line-height:60px; font-size:18px; color:#000;}
.sbzs_list li span:hover{color:#446db0;}
.sbzs_list li span img {float:right; padding-top:17px;}
.sbzs_list li i{display:block; font-size:0; line-height:0; width:100%; overflow:hidden;}
.sbzs_list li i img{width:100%; display:block; transition: all 0.5s; -webkit-transition: all 0.5s;}
.sbzs_list li:hover i img{-webkit-transform:scale(1.1); transform:scale(1.1);}


/* 内页新闻资讯部分 */
.news_text{width:100%; float:left;}
.news_text dl{display:block; width:100%; float:left; margin-top:40px; border-bottom:1px solid #e6e6e6; 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:#446db0;}
.news_text dl dd .left .con{font-size:14px; line-height:24px; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -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:10px 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:20px; font-size:14px; transition:all .3s;}
.news_text dl dd a:hover.more{background:#446db0; color:#fff; border:1px solid #446db0; 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 h3{line-height:30px; font-size:24px; font-weight:bold; color:#446db0;}
.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;}

.view-page{width:100%; float:left; position:relative; margin:40px 0; border-top:1px solid #ddd; padding-top:30px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #446db0;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #446db0;color: #fff; text-align:center; padding-left:25px; border:none;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #ef492a; color:#fff;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 85% center no-repeat;text-align:center; border:1px solid #e6e6e6;}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 85% center no-repeat #446db0;}

/* 内页新闻资讯详情页部分 */
.newsinfo{width:100%; margin:20px auto 0;}
.newsinfo_left{width:72%; float:left; background:#fff; border:1px solid #ddd; padding:3% 2.5%;}
.newsinfo_left_title{width:100%; float:left;}
.newsinfo_left_title .title{font-size:24px; line-height:40px; font-weight:700; color:#446db0;}
.newsinfo_left_title .other_box{color:#999; line-height:24px; margin-top:20px; font-size:16px;}
.newsinfo_left_title .other_box span{display:inline-block; vertical-align:middle; margin-right:10px;}
.newsinfo_left_title .other_box img{vertical-align:middle; display:inline-block; max-width:100%; margin-right:10px;}
.newsinfo_left_text{width:100%; font-size:16px; line-height:32px; margin-top:40px;}
.m40{margin-top:40px;}

.newsinfo_right{width:25%; float:right; background:#f4f4f4; padding:2.5% 2%;}
.newsinfo_rtit{width:100%; float:left;}
.newsinfo_rtit h3{font-size:24px; line-height:24px; font-weight:bold; color:#446db0;}
.newsinfo_rtit p{color:#999; line-height:14px; margin-top:6px;}
.newsinfo_rtit:after{content:""; display:block; width:24px; height:3px; background:#446db0; margin-top:20px;}
.relative_box{width:100%; float:left; margin-top:10px;}
.relative_box li{padding:30px 0; border-bottom:1px solid #ededed;}
.relative_box li:last-child{border-bottom:none;}
.relative_box li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.relative_box li:hover .a-more{background:url(../images/more_on.png) no-repeat center center; box-shadow:0 3px 10px rgba(0,0,0,.3);}
.relative_box li:hover .name{color:#446db0;}
.relative_box li a{display:block;}
.relative_box li .a-more{transition:background 0.3s ease; -webkit-transition:background 0.3s ease; border-radius:30px;}
.a-more{display:block; width:47px; height:33px; background:url(../images/more3.png) no-repeat; background-size:contain;}
.relative_box li .pic{width:100%; font-size:0; overflow:hidden;}
.relative_box li .pic img{width:100%; height:auto; transition: 1s 0.3s ease; -webkit-transition: 1s 0.3s ease;}
.relative_box li .name{line-height:36px; color:#666; font-size:16px; margin:20px auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.info-box{margin-top:20px; padding:40px 0;}
.info-box p{font-size:16px; color:#999; margin-bottom:25px;}
.info-box p a{font-size:16px; margin-top:10px; color:#333; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; vertical-align:middle;}
.info-box p a:hover{color:#ef492a;}
.info-box .share-box{margin-bottom:40px;}
.info-box .share-box a{display:inline-block; width:36px; height:36px; line-height:36px; border-radius:50%; margin-right:15px; text-align:center;}
.info-box .share-box a img.on{display:none;}
.info-box .share-box a:hover img.on{display:inline-block;}
.info-box .share-box a:hover img.original{display:none;}
.info-box .return{display:block; width:100%; line-height:50px; font-size:16px; color:#fff; text-align:center; background:#ef492a; border-radius:5px;}
.info-box .return:hover{background:#446db0; color:#fff;}
.info-box .return img{max-width:100%; vertical-align:middle; position:relative; top:-2px; margin-left:10px;}

/* 内页人才招聘部分 */
.jobctit{background:#446db0; line-height:80px; font-size:18px; color:#fff; margin-top:40px;}
.jobctit span{display:inline-block; width:18%; text-align:center;}
.job-content{width:100%; float:left; background:#fff;}
.job-content dl{width:100%; float:left;}
.job-content dl dt{height:62px; line-height:62px; cursor:pointer; border-bottom:1px solid #e6e6e6; font-size:16px; display:block; overflow:hidden;}
.job-content span.job_money,.job-content span.job_num{padding-right:10px;}
.job-content span.job_add,.job-content span.job_time{padding-right:20px;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../images/dl.png) no-repeat center;display:block;}
.job-content dl dt.cur .down{background:url(../images/dlon.png) no-repeat center;}
.job-content dl dt span{float:left;width:18.5%;text-align:center;color:#666;}
.job-content span.job_post{text-align:left;padding-left:25px;}
.job-content dl dd{background:#f8f8f8;padding:25px;line-height:30px; font-size:15px; overflow:hidden;}
.job-content dl dd p{color:#666; margin-top:10px;}
.job-content dl dd p span{font-weight:500; color:#446db0; font-size:18px;}
.job-content dl dd .cont{width:100%; border-top:1px solid #e6e6e6; padding:10px 0 20px; margin:20px 0;}
.job-content dl dd .cont li{width:31%; float:left; margin-right:3.5%; padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../images/dianhua.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../images/dingwei.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../images/youxiang.png) left no-repeat; background-size:25px 25px; margin-right:0;}


/* 内页联系我们部分 */
.contact{width:100%; float:left; margin-top:40px;}
.contact h3{font-size:30px; font-weight:bold; color:#446db0; letter-spacing:4px; position:relative; text-align:center;}
.contact h3:after{content:""; display:block; width:30px; height:2px; background:#446db0; margin:20px auto 0;}
.contact ul{overflow:hidden; margin-top:40px;}
.contact ul li span{position:relative;top:0px;transition:all 0.5s ease;}
.contact ul li:hover span{top:-10px; cursor:pointer;}
.contact ul li{width:49%; min-height:260px; float:left; background:#fff; border:1px solid #e6e6e6; padding:5% 2%; text-align:center; margin:20px 2% 0 0;}
.contact ul li:nth-child(2n){margin-right:0;}
.contact ul li h4{margin:10px auto; font-weight:bold; color:#333; font-size:16px;}
.wtrel-hm b{display:inline-block; font-size:16px; font-weight:normal; color: #333; margin-right:10px; vertical-align:middle; margin-top:-5px;}
.wtrel-hm h4:nth-of-type(2){margin-top:0;}
.contact ul li p.add{font-size:16px; color:#333; margin-top:20px;line-height:30px;}
.contact ul li p{font-size:16px; color:#333; line-height:30px;}
.map{width:100%; float:left; margin-top:60px;}


/* 内页在线留言部分 */
.message{width:100%; margin:60px auto 0; background:#f4f4f4; padding:40px; border-radius:5px; overflow:hidden;}
.message h3{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%;float:left; margin-top:30px;}
.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;}
.message ol li textarea{padding:15px; width:100%; height:180px; border:none; background:none; color:#999;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:5px; cursor:pointer;}
.message ol li .btn{background:#446db0;}
.message ol li .btn2{background:#ef492a; color:#fff;}
.message input::-webkit-outer-spin-button,.message input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
.message input::-moz-placeholder, textarea::-moz-placeholder{color: #999;}
.message input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
.message input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}


/* 内页网站地图部分 */
.map_ul{width:100%; float:left; margin-top:20px;}
.map_ul li{display:block; width:100%; padding-bottom:20px; margin:20px 10px 0 0; display:inline; border-bottom:1px solid #e6e6e6;float:left;}
.map_ul li a{font-size:16px; font-weight:bold; float:left; width:100%; line-height:24px; color:#000;}
.map_ul li a:hover{color:#446db0;}
.map_ul .list-inline{display:block; width:100%; min-height:30px;}
.map_ul .list-inline li{height:32px; line-height:32px; border-bottom:0; text-align:center; width:auto; padding:0;}
.map_ul .list-inline li a{font-weight:normal; display:block; line-height:32px; display:inline-block; border:1px solid #dcdcdc; width:auto; padding:0 10px; font-size:15px; color:#666; border-radius:5px;}
.map_ul .list-inline li a:hover{background:#446db0; color:#fff; border:1px solid #446db0;}