﻿@charset "utf-8";
/*==========================================公共 开始=============================================*/

/* ---------- Responsive accurate ---------- */


.top_bg{width:100%;margin:auto; background:#fff; border-bottom:1px solid #e6e6e6; position: relative; top:0; left:0; right:0; z-index:99;}
.top_txtbg{width:100%; margin:auto; height:40px; line-height:40px; background:#eee;}
.top_txtl{float:left;} .top_txtr{float:right; -webkit-animation-delay:0.2s;animation-delay:0.2s;}
.top,.w1200{width:1200px; margin:auto;}
.logo{float:left; padding-top:10px;}
.logo img{ display:block;height:60px;}

.navMenu{float:right; position:relative;}
.navMenu>li{float:left; position:relative; line-height:80px;font-size:16px;}
.navMenu>li:nth-child(1){ -webkit-animation-delay:0.1s;animation-delay:0.1s;}
.navMenu>li:nth-child(2){ -webkit-animation-delay:0.2s;animation-delay:0.2s;}
.navMenu>li:nth-child(3){ -webkit-animation-delay:0.3s;animation-delay:0.3s;}
.navMenu>li:nth-child(4){ -webkit-animation-delay:0.4s;animation-delay:0.4s;}
.navMenu>li:nth-child(5){ -webkit-animation-delay:0.5s;animation-delay:0.5s;}
.navMenu>li:nth-child(6){ -webkit-animation-delay:0.6s;animation-delay:0.6s;}
.navMenu>li:nth-child(7){ -webkit-animation-delay:0.7s;animation-delay:0.7s;}
.navMenu>li>a{padding:0 16px; text-transform:uppercase; display:block; color:#333;}
.navMenu>li>a:after{content:''; display:block; width:50px; height:3px; line-height:3px; background:#2f318b; position:absolute; left:50%; bottom:0px; margin-left:-25px;-webkit-transition:all .3s; transition:all .3s;-webkit-transform:scaleX(0);transform:scaleX(0);}
.navMenu>li:hover>a:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.navMenu>li>a:hover{color:#2f318b;}
.navMenu>li.on>a{color:#2f318b; font-weight:bold;}
		
/* navMenu */
.navMenubox{float:right;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute; left:-50px; right:-50px; top:80px; z-index:1; display:none; background:#fff;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:45px; clear:both;}
.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:#2f318b; color:#fff;}
.navMenu>li>ul.sub-menu>li>ul.sub-menu{position:absolute; left:160px; top:0; width:160px; background:#fff; display:none;}
.navMenu>li>ul.sub-menu>li>ul.sub-menu li{position:relative;}
.navMenu>li>ul.sub-menu>li>ul.sub-menu li a{font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.navMenu>li>ul.sub-menu>li>ul.sub-menu ul.sub-menu{position:absolute; left:200px; top:0; width:200px; background:#eee; display:none;}


.banner{ width:100%; overflow:hidden; position:relative;}
.banner *{ box-sizing:content-box;}
.banner ul{ position:relative; width:10000%;}
.banner ul li{ float:left; width:1%; overflow:hidden;}
.banner ul li a{ display:block;}
.banner ul li img{display:block; width:1920px; position:relative; left:50%; margin-left:-960px;}
.bandd{ position:absolute; left:0; bottom:3%; width:100%; text-align:center; z-index:5;}
.bandd span{z-index:2;cursor:pointer;margin-right:5px;display:inline-block;width:10px;height:10px;zoom:1;border-radius:100%;border:2px solid #888;position:relative;-webkit-transition:.3s;transition:.3s;}
.bandd span:after{content:"";position:absolute;width:6px;height:6px;background:#888;top:2px;left:2px;border-radius:100%}
.bandd span.on,.bandd span:hover{border:2px solid #e62129;transform:scale(1.1)}
.bandd span.on:after{background:#e62129}
.banz,.bany{ position:absolute; top:50%; margin-top:-25px;width:50px; height:50px; opacity:0; transition:0.3s; cursor:pointer; z-index:5;}
.banz{ left:5%; background:url(../images/ban_l.png) center no-repeat;}
.bany{ right:5%; background:url(../images/ban_r.png) center no-repeat;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}



#ban{background-position:center center; background-repeat:no-repeat; -o-background-size:cover; -ms-background-size:cover; -moz-background-size:cover; -webkit-background-size:cover;background-size:cover; margin-top:80px;}

/*====内页banner====*/


.sy_bt2 .h1{ font-size:48px; line-height:48px; color:#e62129; font-weight:bold;}
.sy_bt2 .h2{ font-size:30px; line-height:30px; color:#333; font-family:Arial, Helvetica, sans-serif; margin-top:20px;}
.sy_bt2.fff .h1{color:#FFF;}
.sy_bt2.fff .h2{color:#FFF;}
.sy_al{ margin-top:50px; background:#f6f6f6;}
.sy_al_fl{ padding-top:30px;}
.sy_al_fl ul li{ float:left;}
.sy_al_fl ul li a{ display:block; font-size:18px; line-height:40px; color:#666; padding:0 30px; border-radius:20px; background:#FFF; margin-left:20px;-webkit-transition:.3s;transition:.3s;}
.sy_al_fl ul li a:hover,.sy_al_fl ul li.on a{color:#fff; background:#e62129;}
.sy_al_img{margin-top:25px;}
.sy_al_img ul li{ float:left; width:23.5%; margin:0 2% 2% 0; position:relative; overflow:hidden;}
.sy_al_img ul li:nth-child(4n){margin-right:0;}
.sy_al_img ul li img{ display:block; width:100%; height:280px;-webkit-transition:.3s;transition:.3s;}
.sy_al_img ul li:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_al_img ul li p{ position:absolute; left:0; bottom:0; right:0; font-size:16px; line-height:45px; color:#FFF; text-align:center; background:rgba(0,0,0,0.5);}
.sy_al_img ul li i{ position:absolute; right:0;top:0; font-size:14px; width:30px; line-height:30px; color:#FFF; text-align:center; background:rgba(220, 78, 28, 0.8);}
.sy_bt3 .h1{ font-size:36px; line-height:36px; color:#e62129; font-weight:bold; position:relative; padding-bottom:15px;}
.sy_bt3 .h1:after{ content:''; position:absolute; left:0; bottom:0; width:36px; height:2px; background:#e62129;}
.sy_hz{ margin-top:60px; padding-bottom:70px;}
.sy_hz ul li{ float:left; width:15%; margin:2% 2% 0 0;}
.sy_hz ul li:nth-child(6n){margin-right:0;}
.sy_hz ul li img{ display:block; width:100%;}


/* footer */
.footer{background-color: #fff; border-top:1px solid #ebecee;}
.footer .footer-info{padding-top: 40px; padding-bottom:15px;}
.footer .footer-info h3{margin-bottom:10px; font-size:18px; line-height:24px; color:#666;}
.footer .footer-info p{color:#666; font-size:16px;}
.footer .footer-info ul li{margin-bottom:5px;}
.footer .footer-info ul li a {color:#666; font-size:14px;}
.footer .footer-info ul li a:hover {color:#2f318b; text-decoration:underline;}
.footer .footer-info .fotproduct,.footer .footer-info .about{float:left; margin-right:50px;background:none;}
.footer .footer-info .contact p{color:#666; font-size:14px; position:relative; margin-bottom:12px; padding-left:22px;}
.footer .footer-info .contact p>i{width: 22px;height: 25px;position: absolute;top: 0;left: 0;background:url(../images/spirit.png) no-repeat;}
.footer .footer-info .contact p.mail>i{background-position: -40px 6px;}
.footer .footer-info .contact p.tel>i{background-position: -80px 4px;}
.footer .footer-info .contact p.phone>i{background-position: -120px 2px;}
.footer .footer-info .contact p a{color:#666;}
.footer .footer-info .contact p a:hover{color:#2f318b;}
.footer .footer-info .contact {width:440px;float:right;}

.copy-right{background:#fff; border-top:1px solid #eee;}
.copy-right p{text-align:center; padding:25px 0;color: #666;font-size: 14px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.copy-right p a{color:#666;}
.copy-right p a:hover{color:#099EDD; text-decoration:underline;}

/* end */


.bat{overflow:hidden;}
.bat img{ display:block;width:1920px; position:relative; left:50%; margin-left:-960px;}
.ny_bn{width:100%; height:300px; margin:155px auto 0; position:relative; overflow:hidden;}
.ny_bn img{width:1920px; position:relative; left:50%; top:0; margin-left:-960px;}

/** 内页Banner代码 End **/

.ny_main{width:1200px; margin:50px auto 50px; background:#fff;}
.ny_main *{ box-sizing:border-box;}
.ny_left{width:240px; float:left;}
.nyl_list{width:240px; float:left;}
.nyl_list .h1{width:240px; height:80px; float:left; overflow:hidden;text-align:center; background:#2f318b; font-size:14px; font-family:Arial; color:#fff; text-transform:uppercase; font-weight:normal;}
.nyl_list .h1 a{margin-top:20px; display:block; font-size:24px; color:#fff; font-weight:bold;}

.nyl_list_c{width:240px; float:left; background:#fff; border:1px solid #d6d6d6; border-top:none; padding:5px 10px 10px 10px;}
.nyl_list_c li{width:220px; margin:5px auto 0; overflow:hidden;}
.nyl_list_c li .bt{width:100%; float:left;}
.nyl_list_c li .bt a{width:100%; height:45px; padding-left:20px; display:block; font-size:14px; line-height:45px; background:#eee; color:#333;}
.nyl_list_c li .bt a:hover,.nyl_list_c li .bt a.on{background:#2f318b; color:#fff; font-weight:bold;}

.nyl_list_c li .er{width:100%; float:left; margin:10px 0;}
.nyl_list_c li .er li{padding-left:14px; width:100%; height:40px; margin:0; float:left; overflow:hidden; border-bottom:1px solid #eee; font-size:13px; line-height:40px; background:url(../images/pro_li.gif) no-repeat right center;}
.nyl_list_c li .er li a:hover,.nyl_list_c li .er li a.on{color:#2f318b;}

.nyl_news{width:240px; float:left; margin-top:20px; border:1px solid #d6d6d6; padding:10px; background:#fff;}
.nyl_news_tit{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:10px;}
.nyl_news_tit h3{font-size:18px; color:#2f318b; padding-left:10px; font-weight:bold;}
.nyl_news_tit h3 a{color:#2f318b;} .nyl_news_tit h3 a:hover{color:#000;}
.nyl_news_txt{width:100%; float:left; margin-top:10px;}
.nyl_news_txt li{width:100%; float:left; line-height:35px; border-bottom:1px dashed #e6e6e6; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.nyl_news_txt li a{background:url(../images/news_tb.jpg) left no-repeat; padding-left:10px; font-size:14px;}
.nyl_news_txt li a:hover{color:#2f318b;}

.ny_right{width:920px; float:right; min-height:600px;}
.nyr_titbg{width:920px; float:left; border-bottom:1px solid #d6d6d6; padding-bottom:15px;}
.nyr_tit{float:left; background:url(../images/home_tb.png)left no-repeat; padding-left:35px; font-size:14px;}
.nyr_tit span{font-weight:bold; color:#2f318b;}
.nyr_text{width:920px; float:left; margin-top:30px; font-size:14px; line-height:30px;}
.nyr_text img{ display:block; margin:auto; max-width:100%;}
.nyr_text strong,.newsmore_text strong{font-size:14px; font-weight:bold; color:#2f318b;}

.slide_join{width:100%; float:left; margin-top:10px;}
.slide_join h3{float:left;width:100%; height:45px; padding:0 2%; font-weight:normal; background-color:#eee;margin-top:20px; cursor:pointer;}
.slide_join h3.on{background-color:#2f318b;}
.slide_join h3 span{float:left; width:80%; height:45px; color:#000; font-size:16px; line-height:45px; overflow: hidden; text-overflow:ellipsis;}
.slide_join h3.on span{color:#fff;}
.slide_join h3 em{float:right; width:30px;height:30px; margin:8px 0 0 0; background:url(../images/join_img9.png) no-repeat;}
.slide_join h3.on em{background:url(../images/join_img10.png) no-repeat;}
.slide_join ul{float:left; width:100%; background-color:#fff; padding:25px 2% 0 2%;}
.slide_join ul .join_show{float:left; width:100%; font-size:14px; line-height:28px;}

.honor_r_img{width:920px; float:left;}
.honor_r_img li{width:23.5%; float:left; margin:30px 2% 0 0;}
.honor_r_img.honor_r_img3 li{width:32%;}
.honor_r_img li:hover{border-bottom-color:#2f318b;}
.honor_r_img li:nth-child(4n){margin-right:0;}
.honor_r_img.honor_r_img3 li:nth-child(4n){margin-right:2%;}
.honor_r_img.honor_r_img3 li:nth-child(3n){margin-right:0;}
.honor_r_img li span{width:100%; float:left; text-align:center; line-height:24px; font-size:14px; padding-top:15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.honor_r_img li img{width:100%;float:left; border:1px solid #d6d6d6;}
.honor_r_img li img:hover{border-color:#2f318b;}

.pagination{width:100%; height:auto; float:left; text-align:center; font-size:0px; position:relative; overflow:hidden; margin:50px 0 0; text-transform:uppercase;}
.pagination a,.pagination span{display:inline-block; padding:0 15px; line-height:40px; font-size:14px; border:1px solid #d6d6d6; margin:0 5px;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#2f318b; background:#2f318b;}

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

.pro_img{width:920px; float:left; padding-top:20px;}
.pro_img li{width:31%; float:left; margin:10px 3.5% 0 0;}
.pro_img li:nth-child(3n){margin-right:0;}
.pro_img li .pic{width:100%; float:left;overflow:hidden; border:1px solid #eee;}
.pro_img li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.pro_img li a:hover .pic img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pro_img li .tit{width:100%; float:left; /*background:#d6d6d6;*/ padding:5px 5px; line-height:30px; text-align:center; overflow:hidden;
text-overflow:ellipsis; white-space:nowrap;}
.pro_img li a .tit{display:block; font-size:16px;}
/*.pro_img li a:hover .tit{background:#2f318b; color:#fff;}*/

.products{width:920px; float:left; margin-top:30px;}
.promore_l{width:450px;float:left;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; display:block;}
.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:450px;border:1px solid #d6d6d6;}
.spec-scroll{clear:both;margin-top:10px;width:450px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; text-align:center; width:10px; height:54px; line-height:54px; border:1px solid #d6d6d6; background:#ebebeb;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:382px;height:64px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #ccc;padding:2px;width:54px;height:50px; margin-top:3px;}
.spec-scroll .items ul li img:hover{border:2px solid #2f318b;padding:1px;}

.pros_right{width:430px; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; padding-bottom:10px; border-bottom:1px solid #e6e6e6;}
.pros_right_top .h1{font-size:24px; font-weight:bold; color:#2f318b; padding-bottom:10px;}
.pros_right_top p{font-size:16px; color:#787876;}

.proleft{width:430px;float:left; font-size:14px; line-height:30px; margin-top:20px;}

.proleft_btn{width:430px; float:left; margin-top:30px;}
.proleft_btn li{width:150px; float:left; margin-right:10px;}
.proleft_btn li a{width:150px; 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:#2f318b; color:#fff;}


.tabs-basic{width:100%; margin-top:40px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; margin:0; padding:0; border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:18px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; border:1px solid transparent; padding:10px 10px; font-weight:bold;}
.tabs-basic .tab-active{border-bottom:2px solid #2f318b; color:#2f318b;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0 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 strong{font-size:16px; font-weight:bold; color:#2f318b;}
.tabs-basic .tabs-content-placeholder div p{line-height:30px; text-align:left; margin-top:40px;}
.tabs-basic .tabs-content-placeholder div img{max-width:100%;}

.hot_pro2{width:920px;float:left; margin-top:50px;}
.hot_pro2_tit{width:920px; height:45px; background-color:#eee; color:#2f318b; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold;}

.scrollleft2{width:920px; float:left; margin-top:20px;}
.scrollleft2 li{width:260px; overflow:hidden; float:left; margin-right:20px;}
.scrollleft2 li img{width:100%; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #2f318b;}
.scrollleft2 li span{display:block; width:260px; line-height:30px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;float:left;}

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


.news_r_text{width:920px;float:left; margin-top:10px;}
.news_r_text ul li{width:920px; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:30px; margin-top:30px;}
.news_r_text ul li .pic{width:220px; float:left; overflow:hidden; background:#e6e6e6; padding:3px;} 
.news_r_text ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.news_r_text ul li .pic img:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_r_text ul li .text{width:680px;float:right;}
.news_r_text ul li .text .titnr{width:680px;float:left;}
.news_r_text ul li .text .tit a{ width:100%;font-size:16px; font-weight:bold; color:#2f318b; float:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.news_r_text ul li .text .tit a:hover{color:#000;}
.news_r_text ul li .text .time{float:right; color:#999; font-size:13px;}
.news_r_text ul li .text .wz{width:100%; float:left; margin-top:10px; line-height:28px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;}
.news_r_text ul li .text .btn{width:140px;float:left; margin-top:10px;}
.news_r_text ul li .text .btn a{width:140px; hieght:30px; line-height:30px; text-align:center; display:block; font-size:14px; border:1px solid #d6d6d6; background: #fff;}
.news_r_text ul li .text .btn a:hover{background:#2f318b; border:1px solid #2f318b; color:#fff;}

.new-view-title{width:100%; float:left; text-align:center; border-bottom:1px solid #e6e6e6; line-height:30px; padding:10px 0 16px 0; font-size:14px; margin-top:30px;}
.new-view-title .line{padding:0 10px; color:#d3d3d3;}
.color-blue{color:#787876;}
.new-view-title h3{padding:8px; line-height:32px; font-size:20px; font-weight:bold; color:#2f318b;}

.newsmore_text{width:920px; float:left; margin-top:30px; line-height:30px; font-size:14px;}
.newsmore_text img{ display:block; margin:auto;}

.view-page{width:910px; float:left; position:relative; margin:40px 0; border-top:1px solid #e6e6e6; padding-top:30px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:138px; height:38px; border:solid 1px #e6e6e6; line-height:38px; 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,.view-page .next a{text-align:center;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px;}
.view-page .back a{background:#2f318b; color:#fff; text-align:center;}
.view-page .back a:hover{background:#000; color:#fff;}
.view-page .next{right:0;}
.view-page .prev:hover a{color:#fff; background:#2f318b;}
.view-page .next:hover a{color:#fff; background:#2f318b;}

.newsmore_list{width:920px;float:left; margin-top:40px;}
.newsmore_list_tit{width:920px; height:45px; background-color:#2f318b; color:#fff; padding:0 20px; line-height:45px;font-size:16px; border:1px solid #e6e6e6;}
.newsmore_list_text{width:920px;float:left; border:1px solid #e6e6e6; border-top:none; padding:10px 20px 20px 20px; background:#fff;}
.newsmore_list_text ul li{background:url(../images/news_tb.jpg) left no-repeat; padding-left:15px; line-height:35px; float:left; width:48%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;display:inline; border-bottom:1px dashed #e6e6e6; margin-right:4%; font-size:14px;}
.newsmore_list_text ul li:nth-child(2n){margin-right:0;}
.newsmore_list_text ul li span{float:right; color:#aaa;}

.faq_list{width:920px; float:left; overflow:hidden; margin-top:20px;}
.faq_list li{width:920px; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:20px; margin-top:20px;}
.faq_list li .wen{width:920px; float:left;}
.faq_list li .wen_a{width:22px; height:22px; float:left; line-height:22px; font-family:Arial; font-size:14px; color:#fff; text-align:center; background:#2f318b;}
.faq_list li .wen_wz{width:880px; float:right; font-size:14px; font-weight:bold; color:#333; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.faq_list li .wen_wz a{color:#333;} 
.faq_list li .wen_wz a:hover{color:#2f318b;}
.faq_list li .da{width:920px; float:left; margin-top:10px;}
.faq_list li .da_a{width:22px; height:22px; float:left; line-height:22px; font-family:Arial; font-size:14px; color:#fff; text-align:center; background:#000;}
.faq_list li .da_wz{width:880px; float:right; line-height:24px;}

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

.message{width:100%; float:left; margin-top:30px;}
.message h3{text-align:center; color:#333; font-size:24px; font-weight:400;}
.message ol{width:100%;float:left; margin-top:50px;}
.message ol li{float: left; width:49%; margin-bottom:30px; background:#fff; border:1px solid #e6e6e6;}

.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left;}
.message ol li:nth-child(7){float:right;}
.message ol li input{width:100%; height:55px;  background:none; border:none; color:#999; padding:0 15px; font-size:14px; outline:none; -webkit-appearance:none;}
.message ol li textarea{font-size:14px; 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:#2f318b;}
.message ol li .btn2{background:#999;}

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

.cont_l{width:60%; float:left;}
.cont_l strong{font-size:24px; color:#2f318b; font-weight:bold; line-height:24px;}
.cont_r{width:25%; float:right;}
.cont_map{width:100%; float:left; margin-top:50px;}

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

.map_ul{width:100%;display:block;}
.map_ul li{display:block; width:100%; padding-bottom:20px; margin:10px 10px 0 0; display:inline; border-bottom:1px solid #e6e6e6;float:left;}
.map_ul li a{font-size:16px; float:left; width:100%;line-height:24px;}
.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; border:1px solid #dcdcdc; width:auto; padding:0px;}
.map_ul .list-inline li a{font-weight:normal; display:block; line-height:32px; display:inline-block; width:auto; padding:0 10px; font-size:14px; color:#787876;}
.map_ul .list-inline li a:hover{background:#2f318b; color:#fff;}
.map_ul .list-inline li:hover{border:1px solid #2f318b;}

/**网站地图代码 End**/

.ny_left.fixed{ position:fixed; top:20px;}

.fa_lc{ background:#FFF; padding:50px 0;}
.fa_lc ul{ position:relative;}
.fa_lc ul:after{ content:''; position:absolute; left:50%; top:0; width:1px; height:100%; background:rgba(47, 49, 139 ,0.2);}
.fa_lc ul li{ width:50%; box-sizing:border-box; padding:25px 150px 50px 50px; text-align:right; position:relative;}
.fa_lc ul li:nth-child(2n){ margin-left:50%; text-align:left;padding: 25px 50px 50px 150px;}
.fa_lc ul li h2{ font-size:30px; color:#2f318b;}
.fa_lc ul li h3{ font-size:14px; color:#333; line-height:30px; padding:10px 0;}
.fa_lc ul li:after{ content:''; position:absolute; right:110px;top:35px; width:10px; height:10px; background:rgba(47, 49, 139 ,1); border-radius:50%; box-shadow:0 0 10px #2f318b; z-index:2;animation-name: tada;animation-duration: 1s;animation-fill-mode: both;animation-iteration-count: infinite;}
.fa_lc ul li:before{ content:''; position:absolute; right:0;top:40px; width:110px; height:0px; z-index:1; border-bottom:1px solid rgba(47, 49, 139 ,0.2);}
.fa_lc ul li:nth-child(2n):after{ right:auto; left:110px;}
.fa_lc ul li:nth-child(2n):before{ right:auto; left:0px;}
@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}


.sy_ys{padding-bottom:60px;}
.sy_ys .sy_ys_l{ float:left; width:500px;background: #fff;}
.sy_ys .sy_ys_l ul li{ float:left; width:50%;padding: 40px 0;box-sizing: border-box; border:1px solid #f6f6f6;border-width:0px 1px 1px 0;-webkit-transition: 0.5s;transition:0.5s;}
.sy_ys .sy_ys_l ul li:hover{background:#eaebf6;}
.sy_ys .sy_ys_l ul li .h1 img{ display:block; margin:auto;}
.sy_ys .sy_ys_l ul li .h2{ font-size:20px; color:#e62129; line-height:24px; text-align:center;padding:10px 0 5px;}
.sy_ys .sy_ys_l ul li .h3{ font-size:14px; color:#333; line-height:24px; text-align:center;}
.sy_ys .sy_ys_r{ float:right; width:670px;padding-top: 20px;}
.sy_ys .sy_ys_r .h1{ font-size:24px; line-height:35px; color:#333; font-weight:bold;}
.sy_ys .sy_ys_r .h2{ font-size:14px; line-height:24px; color:#666;padding: 15px 0;}
.sy_ys .sy_ys_r .h3 img{ display:block; width:100%;}