/*public css*/
*{ margin:0px; padding:0px;}
body{ font-size:14px; font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif; color:#666; overflow-x:hidden;position:relative;}
ul li{ margin:0px; padding:0px; list-style-type:none;}
form,ul,li,table,td,p,span,h1,h2,h3,h4,h5,img,dl,dt,dd{ margin:0px; padding:0px;}
img{ border:none;}
a{ color:#666; text-decoration:none;cursor:pointer;}
a:hover,a:active{ color:#b31c22; text-decoration:none;cursor:pointer;}
.dispblock{ display:block;}
.dispnone{ display:none;}
.float_l{ float:left}
.float_r{ float:right}
.clear_both{clear:both;}
.hand{ cursor:pointer;}
.f12{ font-size:12px;}
.hei{ color:#000;}
.en_ft{ font-family:Arial;}
.ft1{ font-size:14px; font-weight:bold; color:#FFF;}
.ft_red{ color:#C80000;}
.ft_bai{ color:#FFF;}
.txt_cent{ text-align:center;}
.Word_Break{ word-break:break-all; overflow:hidden; TABLE-LAYOUT:fixed; WORD-WRAP:break-word;}
.fixedHeader{ width:100%; position:fixed; left:0; top:0; z-index:10000;}
.fixedBtm{ position:absolute; left:0px; bottom:0px; }
.to_nextpage{position:absolute;height:55px;width:56px;background:url(../images/index_next_page.png) no-repeat center;top:0px;margin-top:-22px;left:50%;margin-left:-28px;}
.to_nextpage:hover{cursor:pointer;}
.page_box{position:relative;}

@font-face {
    font-family: 'HelveticaNeueLTProUltLt';
    src: url('fonts/HelveticaNeueLTProUltLt.eot');
    src: url('fonts/HelveticaNeueLTProUltLt.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTProUltLt.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTProUltLt.woff') format('woff'),
         url('fonts/HelveticaNeueLTProUltLt.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTProUltLt.svg#HelveticaNeueLTProUltLt') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch:normal;
    font-size:25pt;
}

@font-face {
    font-family: 'HelveticaNeueLTProThEx';
    src: url('fonts/HelveticaNeueLTProThEx.eot');
    src: url('fonts/HelveticaNeueLTProThEx.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTProThEx.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTProThEx.woff') format('woff'),
         url('fonts/HelveticaNeueLTProThEx.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTProThEx.svg#HelveticaNeueLTProThEx') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch:normal;
}

/* top */
.top{width:100%;background:#a1262a;height:2px;transition:all 0.3s ease-out 0s;}
.top.cur{height:0px;visibility:hidden;}

/* top_menu */
.top_menu{width:100%;height:91px;position:absolute;z-index:9999999;transition:all 0.3s ease-out 0s;background:#fff;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);}
.top_menu.nav_fixed{height:80px;box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);}
.top_menu .top_menu_top{width:100%;background:#fff; transition:all 0.3s ease-out 0s;}
.top_menu .top_menu_top .top_menu_top_detail{width:1200px;height:91px;margin:0 auto; transition:all 0.3s ease-out 0s;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail{height:80px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_logo{float:left;height:100%;width:320px;transition:all 0.3s ease-out 0s;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_logo img{transition: all 0.3s ease-out 0s;transform: scale(1, 1); }
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_logo img{padding-top:0px;transition: all 0.3s ease-out 0s;transform: scale(1, 1); }

.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_logo .logo{display:block;width:320px;height:91px;transition: all 0.3s ease-out 0s; background:url(../images/logo.jpg) no-repeat center;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_logo .logo{height:80px;width:281px;margin-left:15px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_search{float:right;height:31px;width:31px;margin-right:30px;background:url(../images/search_logo.jpg) no-repeat center;margin-top:31px;transition: all 0.3s ease-out 0s;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_search{margin-top:25px;margin-right:25px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_search:hover{cursor:pointer;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist{float:right;padding-top:39px;transition: all 0.3s ease-out 0s;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_menulist{padding-top:32px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul{transition:all 0.3s ease-out 0s;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li{float:left;min-width:50px;margin-right:31px;margin-left:5px;text-align:center;position:relative;height:75px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li>a{color:#080808;font-size:16px;line-height:16px;display:block;margin-bottom:14px;transition: all 0.3s ease-out 0s;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li:hover>a{color:#a1262a;font-weight:bold;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li.active>a{color:#a1262a;font-weight:bold;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li>a{margin-bottom:10px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li:hover>span{display:block;width:50px;margin:0 auto;height:3px;background:#a1262a;}

.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist>ul>li.active>span{display:block;width:50px;margin:0 auto;height:3px;background:#a1262a;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second{display:none;position:absolute;top:52px;left:0;margin-left:-30px;z-index:99999999;transition: all 0.3s ease-out 0s;}
.top_menu.nav_fixed .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second{top:48px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second .tmtms_top{width:128px;height:29px;padding-top:30px;background:url(../images/second_menu_bg_top.png) no-repeat bottom;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second ul{height:59px;overflow:hidden;margin-left:35px;width:1000px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second ul li{float:left;height:59px;padding:0 2px;line-height:59px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second ul li a{display:block;height:59px;color:#ffffff;font-size:14px;font-weight:bold;line-height:59px;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second ul li a:hover{color:#fff;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .tmtm_second .tmtms_bottom{width:128px;height:17px;background:url(../images/second_menu_bg_bottom.png) no-repeat center;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist .menu_home{display:inline-block;width:20px;height:22px;margin:0 auto;margin-bottom:14px;background:url(../images/menu_home.jpg) no-repeat bottom;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist ul>li:hover .menu_home{background-position:top;}
.top_menu .top_menu_top .top_menu_top_detail .top_menu_top_menulist ul>li.active .menu_home{background-position:top;}
.top_menu .top_menu_second_bg{height:59px;line-height:59px;background:#a1262a;visibility:hidden;}



/* menu_top */
.nav_fixed{position: fixed;top: 0px;}

/* top_menu_none */
.top_menu_none{width:100%;height:2px;}

/* banner */

.ban_box{ width:100%; position:relative;}
.ban_box #ban{ width:100%;}
.ban_imglist{ width:100%;overflow:hidden;}
.ban_imglist ul{ width:999999px; overflow:hidden; position:relative;}
.ban_imglist li{ width:1920px; height:100%; text-align:center; overflow:hidden; float:left; position:relative;}
.ban_imglist li .ban_01_img1{ position:absolute; left:50%; margin-left:-600px; width:1340px; height:540px; background:url(../images/banner_pro.png) no-repeat; background-size:100% 100%;}
.ban_imglist li .ban_01_img2{ position:absolute;text-align:center; top:200px; left:50%; margin-left:-500px; width:1000px; height:100px;color:#a1262a;font-size:44px;font-weight:bold;}
.ban_imglist li .ban_01_img2 span{font-size:18px;display:block;margin-top:6px;font-weight:normal;color:#fff;text-transform:uppercase;}
.ban_imglist li .ban_01_img3{ position:absolute; left:50%; margin-left:-145px; color:#fff;width:290px; height:45px;line-height:45px;text-align:center;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;background:#a1262a;}
.ban_imglist li .ban_02_img1{ position:absolute; top:370px; left:50%; margin-left:-540px; width:1340px; height:430px; background:url(../images/banner1_pro.png) no-repeat; background-size:100% 100%;}
.ban_imglist li .ban_02_img2{ position:absolute;text-align:center; top:250px; left:50%; margin-left:-500px; width:1000px; height:100px;color:#a1262a;font-size:44px;font-weight:bold;}
.ban_imglist li .ban_02_img2 span{font-size:18px;display:block;margin-top:6px;font-weight:normal;color:rgba(255,255,255,1);text-transform:uppercase;}
.ban_imglist li .ban_02_img3{ position:absolute; left:50%; margin-left:-145px; color:#fff;width:290px; height:45px;line-height:45px;text-align:center;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;background:#a1262a;}
.ban_imglist li .ban_03_img1{ position:absolute; left:10%; margin-left:80px; width:150px; height:30px;color:#ffffff;font-size:24px; background:#c22b30; padding:10px 0; font-weight:bold;}
.ban_imglist li .ban_03_img2{ position:absolute;text-align:center;left:10%; margin-left:80px; color:#fff; width:600px; height:80px; font-size:40px; font-weight:bold;}
.ban_imglist li .ban_03_img3{ position:absolute; left:10%; margin-left:80px;color:#fff;width:500px; font-size:20px;}
.ban_imglist li .ban_03_img3 span{font-size:20px;display:block;margin-top:6px;font-weight:normal;text-transform:lowercase;font-family:Arial;}
.ban_imglist li .ban_03_img3 font{font-weight:normal;}
.ban_btnlist_wai{ position:absolute;width:100%; left:0; bottom:32px; height:19px; z-index:10;}
.ban_btnlist{display:table;margin:0 auto;}
.ban_btnlist li{ float:left; width:15px; height:15px; margin:0 8px; border:2px solid #fff;cursor:pointer;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px; }
.ban_btnlist li.cur{ background:#fff;}
.banner_left{position:absolute;display:block;z-index:10;left:0px;top:340px;width:67px;height:160px;background:url(../images/banner_left.png) no-repeat center;}
.banner_right{position:absolute;display:block;z-index:10;right:0px;top:340px;width:67px;height:160px;background:url(../images/banner_right.png) no-repeat center;}
.banner_left:hover,.banner_right:hover{cursor:pointer;}

/* index_big_menu */
.index_big_menu{width:100%;overflow:hidden;}
.index_big_menu .ibm_div{background-size:100% 100%;float:left;overflow:hidden;}
.index_big_menu .ibm_div.ibm_div1{position:relative;}
.index_big_menu .ibm_div.ibm_div1 img{width:100%;height:100%;transition: .8s transform;transform: translateZ(0);}
.index_big_menu .ibm_div.ibm_div1:hover img{transform: scale(1.2, 1.2);}
.index_big_menu .ibm_div.ibm_div1 .ibmd_detail{width:100%;height:100%;position:absolute;top:0px;left:0px;}
.index_big_menu .ibm_div.ibm_div1 .ibm_div_title{color:#000000;width:100%;text-align:center;}
.index_big_menu .ibm_div.ibm_div1 .ibm_div_content{padding:0 6%;color:#000000;font-size:14px;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.index_big_menu .ibm_div.ibm_div1 .ibm_div_btn{display:block;margin:0 auto;background:#a1262a;color:#fff;text-align:center;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;}
.index_big_menu .ibm_div.ibm_div2{background:url(../images/index_menu_bg2.jpg) no-repeat center;}
.index_big_menu .ibm_div.ibm_div2 .ibm_pro_show{height:100%;}
.index_big_menu .ibm_div.ibm_div2 .banner { width:100%;  height:100%;position:relative; overflow:hidden;}
.index_big_menu .ibm_div.ibm_div2 .changeBox_a1 { position:relative; height:100%; background:#fafafa }
.index_big_menu .ibm_div.ibm_div2 .a_bigImg { position:absolute; top:0; left:0; right:0; display:none; z-index:1; width:100%; height:100%; background-position:center; background-repeat:no-repeat;background-size:100% 100%; }
.index_big_menu .ibm_div.ibm_div2 .a_last, .a_next { position:absolute; width:19px; height:35px; text-indent:-999em; overflow:hidden; }
.index_big_menu .ibm_div.ibm_div2 .a_last { left:12px; background-position:0 0; }
.index_big_menu .ibm_div.ibm_div2 .a_next { right:12px; background-position:100% 0; }
.index_big_menu .ibm_div.ibm_div2 .banner-span { position:absolute; z-index:999; width:100%; text-align:center; height:15px;}
.index_big_menu .ibm_div.ibm_div2 .banner-span .c_box{ width:100%; margin:0px auto;}
.index_big_menu .ibm_div.ibm_div2 .ul_change_a1 { zoom:1; display:table; *display:table;margin:0 auto;}
.index_big_menu .ibm_div.ibm_div2 .ul_change_a1 li { display:inline-block; zoom:1; *display:inline; z-index:999;}
.index_big_menu .ibm_div.ibm_div2 .ul_change_a1 li div{cursor:pointer;line-height:0px; font-size:0px;}
.index_big_menu .ibm_div.ibm_div2 .ul_change_a1 span {display:block;cursor:pointer;background:#aaaaaa;margin:0 3px;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;}
.index_big_menu .ibm_div.ibm_div2 .ul_change_a1 div.now span { background:#a1262a;}
.index_big_menu .ibm_div.ibm_div2 .a_bigImg .ibm_pro_detail{position:absolute;z-index:99999;}
.index_big_menu .ibm_div.ibm_div2 .a_bigImg .ibm_pro_detail .ipd_title{color:#a1262a;}
.index_big_menu .ibm_div.ibm_div2 .a_bigImg .ibm_pro_detail a{display:block;text-align:center;color:#030303;border:1px solid #d3d3d3;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;}


.index_big_menu .ibm_div.ibm_div3{position:relative;}
.index_big_menu .ibm_div.ibm_div3 img{width:100%;height:100%;transition: .8s transform;transform: translateZ(0);}
.index_big_menu .ibm_div.ibm_div3:hover img{transform: scale(1.2, 1.2);}
.index_big_menu .ibm_div.ibm_div3 .ibmd_detail{width:100%;height:100%;position:absolute;top:0px;left:0px;}

.index_big_menu .ibm_div.ibm_div3 .ibm_div_title{color:#000000;width:100%;text-align:center;}
.index_big_menu .ibm_div.ibm_div3 .ibm_div_content{padding:0 6%;color:#000000;font-size:14px;text-align:center;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.index_big_menu .ibm_div.ibm_div3 .ibm_div_btn{display:block;margin:0 auto;background:#a1262a;color:#fff;font-size:14px;width:157px;height:39px;line-height:39px;text-align:center;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px;}
.index_big_menu .ibm_div.ibm_div4{background:url(../images/index_menu_bg4.jpg) no-repeat center;}
.index_big_menu .ibm_div.ibm_div4 .id_news_title{overflow:hidden;padding:0 6%;color:#252525;font-weight:bold;font-size:19px;}
.index_big_menu .ibm_div.ibm_div4 .id_news_title span{color:#777777;font-size:18px;font-weight:normal;}
.index_big_menu .ibm_div.ibm_div4 .id_news_title .id_news_change{float:right;overflow:hidden;font-family:宋体;}
.index_big_menu .ibm_div.ibm_div4 .id_news_title .id_news_change .prev{float:left;display:block;color:#5b5b5b;text-align:center;border:1px solid #a1262a;width:19px;height:19px;line-height:19px;}
.index_big_menu .ibm_div.ibm_div4 .id_news_title .id_news_change .next{float:left;display:block;color:#fff;text-align:center;border:1px solid #a1262a;width:19px;height:19px;line-height:19px;background:#a1262a;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content{padding:0 6%;overflow:hidden;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li{overflow:hidden;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li a{color:#252525;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li a span{float:left;-moz-border-radius: 25px;-webkit-border-radius:25px;border-radius: 25px; background:#252525;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li a font{float:right;color:#252525;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li:hover a{color:#ff0000;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li:hover a span{background:#f00;}
.index_big_menu .ibm_div.ibm_div4 .id_news_content ul li:hover a font{color:#252525;}


/* about_list */
.about_list{width:100%;overflow:hidden;}
.about_list .al_detail{width:100%;overflow:hidden;position:relative;}
.about_list .al_detail_l,.about_list .al_detail_r{overflow:hidden;position:relative;}
.about_list .al_detail_l .ald_left{position:absolute;z-index:999;top:0px;left:0px;background:url(../images/about_list_bg_l.png) no-repeat center;background-size:100% 100%;}
.about_list .al_detail_l .ald_left .aldl_title{color:#2154b5;}
.about_list .al_detail_l .ald_left .aldl_content{color:#000000;}
.about_list .al_detail_l .ald_left .aldl_more{display:block;color:#1b1b1b;font-size:21px;background:url(../images/about_more.png) no-repeat center right;background-size:auto 70%;}
.about_list .al_detail_l .ald_left .aldl_more:hover{color:#2154b5;background:url(../images/about_more_on.png) no-repeat center right;background-size:auto 70%;}
.about_list .al_detail_l .ald_right{float:right;width:100%;height:100%;overflow:hidden;}
.about_list .al_detail_l .ald_right img{width:100%;height:100%;transition: .8s transform;transform: translateZ(0);}
.about_list .al_detail_l .ald_right:hover img{transform: scale(1.2, 1.2); }
.about_list .al_detail_r .ald_left{position:absolute;z-index:999;top:0px;right:0px;background:url(../images/about_list_bg_r.png) no-repeat center;background-size:100% 100%;}
.about_list .al_detail_r .ald_left .aldl_title{color:#2154b5;}
.about_list .al_detail_r .ald_left .aldl_content{color:#000000;}
.about_list .al_detail_r .ald_left .aldl_more{display:block;color:#1b1b1b;font-size:21px;background:url(../images/about_more.png) no-repeat center right;background-size:auto 70%;}
.about_list .al_detail_r .ald_left .aldl_more:hover{color:#2154b5;background:url(../images/about_more_on.png) no-repeat center right;background-size:auto 70%;}
.about_list .al_detail_r .ald_right{float:left;width:100%;height:100%;overflow:hidden;}
.about_list .al_detail_r .ald_right img{width:100%;height:100%;transition: .8s transform;transform: translateZ(0);}
.about_list .al_detail_r .ald_right:hover img{transform: scale(1.2, 1.2);}


/* index_news */
.index_news{width:100%;height:798px;background:url(../images/index_news_bg.jpg) no-repeat center;position:relative;}
.index_news .index_news_detail{width:1200px;margin:0 auto;}
.index_news .index_news_detail .ind_title{width:1200px;height:70px;margin:0 auto;background:url(../images/index_news_title.png) no-repeat bottom;padding-top:60px;}
.index_news .index_news_detail .ind_type{width:1200px;margin:0 auto;height:43px;overflow:hidden;margin-top:40px;}
.index_news .index_news_detail .ind_type ul{display:table;margin:0 auto;overflow:hidden;}
.index_news .index_news_detail .ind_type ul li{float:left;width:115px;height:43px;background:url(../images/index_honor_menu.png) no-repeat top;line-height:39px;text-align:center;margin:0 9px;color:#232323;font-size:15px;}
.index_news .index_news_detail .ind_type ul li:hover{cursor:pointer;}
.index_news .index_news_detail .ind_type ul li a{color:#232323;font-size:15px;}
.index_news .index_news_detail .ind_type ul li:hover{width:115px;height:43px;background:url(../images/index_honor_menu_on.png) no-repeat top;color:#ffffff;}
.index_news .index_news_detail .ind_type ul li:hover a{color:#fff;}
.index_news .index_news_detail .ind_type ul li.active{width:115px;height:43px;background:url(../images/index_honor_menu_on.png) no-repeat top;color:#ffffff;}
.index_news .index_news_detail .ind_type ul li.active a{color:#fff;}
.index_news .index_news_detail .ind_detail{width:1200px;height:451px;margin:0 auto;margin-top:60px;overflow:hidden;position:relative;}
.index_news .index_news_detail .ind_detail .ind_detail_list{position:absolute; top:0px; left:0px; width:10000px; height:451px;}
.index_news .index_news_detail .ind_detail ul{float:left;width:1220px;height:470px;}
.index_news .index_news_detail .ind_detail ul li{float:left;width:592px;height:220px;overflow:hidden;position:relative;margin-bottom:11px;margin-right:16px;}
.index_news .index_news_detail .ind_detail ul li.li_l .inddn_img{float:left;width:296px;height:220px;position:relative;overflow:hidden;}
.index_news .index_news_detail .ind_detail ul li.li_r .inddn_img{float:right;width:296px;height:220px;position:relative;overflow:hidden;}
.index_news .index_news_detail .ind_detail ul li img{width:296px;height:220px;display:block;margin-top:0px;margin-left:0px;overflow:hidden;transition: .1s transform;transform: translateZ(0);}
.index_news .index_news_detail .ind_detail ul li .inddn_img:hover img{transform: scale(1.2, 1.2); transition: .5s transform;}
.index_news .index_news_detail .ind_detail ul li.li_l .inddn_detail{float:right;width:236px;height:160px;background:#fff;padding:30px;}
.index_news .index_news_detail .ind_detail ul li.li_r .inddn_detail{float:left;width:236px;height:160px;background:#fff;padding:30px;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail font{font-size:18px;color:#232323;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail .inddnd_content{width:236px;font-size:13px;color:#232323;line-height:25px;margin-top:16px;margin-bottom:26px;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail a{color:#9b9b9b;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail a:hover{color:#cf432f;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail a span{display:inline-block;width:10px;height:7px;background:url(../images/news_jt_l.png) no-repeat center;}
.index_news .index_news_detail .ind_detail ul li .inddn_detail a:hover span{background:url(../images/news_jt.png) no-repeat center;}
.index_news .index_news_detail .ind_detail ul li.li_l span.tri{position:absolute;width:8px;height:17px;background:url(../images/news_on_tri.png) no-repeat center;top:101.5px;left:288px;}
.index_news .index_news_detail .ind_detail ul li.li_l div.news_date
{height:66px;width:72px;background:url(../images/news_time_bg.png) repeat;padding-top:16px;padding-left:10px;position:absolute;top:0px;left:214px;color:#fff;font-size:14px;font-family:HelveticaNeueLTProThEx;}
.index_news .index_news_detail .ind_detail ul li.li_l div.news_date font{font-size:22px;line-height:35px;}
.index_news .index_news_detail .ind_detail ul li.li_r span.tri{position:absolute;width:8px;height:17px;background:url(../images/news_on_tri_r.png) no-repeat center;top:101.5px;left:0px;}
.index_news .index_news_detail .ind_detail ul li.li_r div.news_date
{height:66px;width:72px;background:url(../images/news_time_bg.png) repeat;padding-top:16px;padding-left:15px;position:absolute;top:0px;left:296px;color:#fff;font-size:14px;font-family:HelveticaNeueLTProThEx;}
.index_news .index_news_detail .ind_detail ul li.li_r div.news_date font{font-size:22px;line-height:35px;}

/* foot_menu */
.foot_menu{width:100%;height:320px;background:#201f1f;}
.foot_menu .foot_menu_detail{width:1200px;margin:0 auto;height:320px;overflow:hidden;}
.foot_menu .foot_menu_detail .fmd_left{float:left;width:139px;height:280px;padding:70px 0px 0px 55px;}
.foot_menu .foot_menu_detail .fmd_left img{width:139px;height:139px;}
.foot_menu .foot_menu_detail .fmd_left .fmd_phone{padding-top:18px;padding-left:16px;overflow:hidden;}
.foot_menu .foot_menu_detail .fmd_left .fmd_phone .fmdp_left{float:left;height:36px;width:20px;background:url(../images/code_logo.png) no-repeat center;margin-right:16px;margin-top:4px;}
.foot_menu .foot_menu_detail .fmd_left .fmd_phone .fmdp_right{float:left;color:#ffffff;font-size:13px;line-height:21px;}
.foot_menu .foot_menu_detail .fmd_right{float:right;width:942px;padding-top:70px;overflow:hidden;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list{float:left;width:188px;height:245px;position:relative;text-align:center;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list .foot_menu_xian{position:absolute;top:0px;left:0px;width:1px;height:222px;background:url(../images/foot_xian.png) no-repeat center;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list .fmdrl_title{color:#ffffff;font-size:16px;font-weight:bold;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list ul{width:100%;margin-top:16px;text-align:center;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list ul li{color:#949494;font-size:13px;line-height:27px;transition:all 0.3s ease-out 0s;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list ul li a{color:#949494;font-size:13px;line-height:27px;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list ul li a:hover{color:#b4b4b4;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list.foot_menu_pro{width:133px;padding-left:24px;text-align:left;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list.foot_menu_pro ul{text-align:left;}
.foot_menu .foot_menu_detail .fmd_right .fmdr_list ul li:hover{padding-left:8px;}

/* foot */
.foot{width:100%;height:50px;border:1px solid #2c2b2b;background:#201f1f;}
.foot .foot_detail{width:1200px;margin:0 auto;height:50px;line-height:50px;text-align:center;font-size:12px;color:#646464;position: relative;}


/* top_search */
#top_search{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:999999999;display:none;}
#top_search .top_search_div{width:585px;margin:0 auto;padding-top:285px;overflow:hidden;}
#top_search .search_detail{color:#adadad;background:url(../images/search.png) no-repeat center;width:585px;height:55px;overflow:hidden;}
#top_search .search_detail input{width:100%;height:100%;border:0px;background:none;outline:none;color:#797979;font-size:18px;font-weight:bold;line-height:55px;}
#top_search .search_detail .ipt_key{float:left;height:55px;width:500px;padding-left:17px;color:#797979;font-size:18px;font-weight:bold;line-height:55px;}
#top_search .search_detail .ipt_key input{width:500px;}
#top_search .search_detail .ipt_search{float:right;width:68px;height:55px;cursor:pointer;}
#top_search .search_detail .ipt_search input{cursor:pointer;}
#top_search .search_detail .ipt_search input:hover{cursor:pointer;}
#top_search .search_close{background:url(../images/search_cha.png) no-repeat center;height:40px;width:40px;float:right;margin-bottom:40px;}
#top_search .search_close:hover{cursor:pointer;}


/*.ghsu ul{width:100000px;}*/
.hsuk{width:873px;margin:0 auto;overflow:hidden;background:none;}
.fgsu{position:relative;}
.gsyu{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/xi.png) no-repeat left top;left:0px;top:235px;}
.gsyu:hover{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/jiao.png) no-repeat left top;left:0px;top:235px;}
.dsyu{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/xi.png) no-repeat right top;right:0px;top:235px;}
.dsyu:hover{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/jiao.png) no-repeat right top;right:0px;top:235px;}

.gsyu1{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/xi.png) no-repeat left top;left:0px;top:150px;}
.gsyu1:hover{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/jiao.png) no-repeat left top;left:0px;top:150px;}
.dsyu1{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/xi.png) no-repeat right top;right:0px;top:150px;}
.dsyu1:hover{position:absolute;width:143px;display:block;overflow:hidden;height:286px;background:url(../images/jiao.png) no-repeat right top;right:0px;top:150px;}

.ijkl{padding-left:190px;width:500px;overflow:hidden;}
.hukj{position:relative;display:none;}
.hukj font{width:161px;height:44px;display:block;position:absolute;text-align:center;line-height:40px;color:#ffdba5;font-size:15px;background:url(../images/proh.png) no-repeat;}
.hukj font a,.hukj font a:hover{color:#ffdba5;}
.hukj p{position:absolute;right:0px;top:0px;display:none;}
.jisk{display:none;position:relative;z-index:99;}
.jhui{width:161px;height:44px;display:block;position:absolute;text-align:center;line-height:40px;color:#000000;font-size:15px;background:#e9bd98;z-index:99;}
.jhui a,.jhui a:hover{color:#000000;}
.iskz{position:absolute;top:0px;left:0px;padding-top:95px;padding-left:35px;padding-right:35px;font-size:15px;color:#f5dcb1;line-height:28px;background:url(../images/lkss.png);width: 532px;}
.ksis{overflow:auto;width:100%;}
.uhis{overflow:hidden;width:100%;min-height:460px;}
.uhis img{width:100%;}
.ijsl{width:100%;overflow:hidden;background:url(../images/wlik.png);margin-top:70px;}
.ijss{width:1200px;margin:0 auto;padding-top:80px;padding-bottom:80px;overflow:hidden;line-height:28px;}
.ikje{width:100%;overflow:hidden;background:url(../images/asd.jpg) no-repeat top center;background-attachment:fixed;}
.iske{margin-top:90px;}


/* prolist_page */
.prolist_page{width:100%;overflow:hidden;padding-top:94px;}
.prolist_page ul{overflow:hidden;}
.prolist_page li{float:left;position:relative;text-align:center;}
.prolist_page li.pld_detail1{background:url(../images/protype_img2.jpg) no-repeat center;background-size:100% 100%;}
.prolist_page li.pld_detail2{background:url(../images/protype_img1.jpg) no-repeat center;background-size:100% 100%;}
.prolist_page li.pld_detail3{background:url(../images/protype_img3.jpg) no-repeat center;background-size:100% 100%;}
.prolist_page li .pld_sha{position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/kiui.png);background-size:100% 100%;}
.prolist_page li:hover .pld_sha{background:none;}
.prolist_page li a{font-weight:normal;color:#fff;font-size:22px;}
.prolist_page li.pld_detail1 a font{display:block;height:20px;background:url(../images/protype_title1.png) no-repeat center;padding-bottom:16px;}
.prolist_page li.pld_detail2 a font{display:block;height:20px;background:url(../images/protype_title2.png) no-repeat center;padding-bottom:16px;}
.prolist_page li.pld_detail3 a font{display:block;height:20px;background:url(../images/protype_title3.png) no-repeat center;padding-bottom:16px;}
.prolist_page li a p{color:#ffffff;font-size:31px;padding-bottom:10px;font-weight:bold;}
.prolist_page li b{color:#ffffff;font-size:15px;font-family:"arial";display:block;margin:8px auto;display:inline-block;width:179px;height:49px;background:url(../images/pro_seedetail_leave.png) no-repeat center;background-size:100% 100%;line-height:49px;}
.prolist_page li:hover b{background:url(../images/pro_seedetail.png) no-repeat center;background-size:100% 100%;}
.prolist_page li i{background:url(../images/rd1.png) no-repeat bottom center;width:40px;position:relative;left:50%;height:1px;display:block;overflow:hidden;margin-left:-20px;}

/* product_detail */
.product_detail{width:100%;height:776px;padding-top:94px;}
.ikjs{width:100%;overflow:hidden;background:url(../images/asd.jpg) no-repeat top center;background-attachment:fixed;height:936px;}
.iskk{height:899px;margin-top:90px;}
.ikll{width:100%;overflow:hidden;text-align:center;color:#f1d3a7;padding-top:30px;}
.ikll p.ikll_title1{height:20px;margin:0 auto;background:url(../images/protype_title1.png) no-repeat center;}
.ikll p.ikll_title2{height:20px;margin:0 auto;background:url(../images/protype_title2.png) no-repeat center;}
.ikll p.ikll_title3{height:20px;margin:0 auto;background:url(../images/protype_title3.png) no-repeat center;}
.ikll p.ikll_title4{height:20px;margin:0 auto;background:url(../images/protype_title4.png) no-repeat center;}
.ikll font{font-size:24px;color:#fff;padding-top:10px;display:block;font-weight:bold;}
.tojs{width:100%;overflow:hidden;padding-top:55px;}
.uhsj{position:relative;left:50%;float:left;}
.uhsj ul{position:relative;left:-50%;float:left;}
.uhsj ul li{float:left;width:136px;height:46px;text-align:center;margin-right:9px;margin-left:9px;}
.uhsj ul li a{background:url(../images/prodetail_type_bg.png)no-repeat center;display:block;width:136px;height:46px;line-height:46px;color:#fff;font-size:13px;}
.uhsj ul li:hover a{background:url(../images/prodetail_type_bg_on.png)no-repeat center;}
.uhsj ul li.active a{background:url(../images/prodetail_type_bg_on.png)no-repeat center;}
.ikss{width:90%;margin:0 auto;overflow:hidden;}
.ghsu{width:100%;overflow:auto;padding-top:70px;}
/*.ghsu ul{width:100000px;}*/
.ghsu ul{overflow:hidden;}
.ghsu li{float:left;margin-right:1px;width:20%;position:relative;overflow:hidden;}
.ghsu li img{width:100%;height:100%;}
.ghsu li a:hover div{width:100%;height:100%;position:absolute;top:0px;left:0px;background:url(../images/kiui.png);background:url(../images/index_pro_on.png) repeat;display:none;text-align:center;}
.ghsu li a div span{display:inline-block;margin-bottom:20px;width:17px;height:17px;background:url(../images/index_pro_fd.png) no-repeat center;}
.ghsu li a div font{color:#fff;font-size:13px;}
.ghsu li a:hover div{display:block;}

/* detail_banner */
.detail_banner_wai{height:91px;width:100%;position:relative;}
.detail_banner{height:91px;width:100%;position:fixed;}

/* detail_banner_d */
.detail_banner_wai_d{height:477px;width:100%;position:relative;}
.detail_banner_d{height:477px;width:100%;position:fixed;}

/* pro_detail */
.pro_detail{width:100%;background:#f2f2f2;}
.pro_detail .pd_title{width:100%;height:169px;background:#a1262a;}
.pro_detail .pd_title .pdt_detail{padding:30px 21px 0px 21px;width:1158px;margin:0 auto;overflow:hidden;}
.pro_detail .pd_title .pdt_detail ul{width:1200px;height:120px;overflow:hidden;}
.pro_detail .pd_title .pdt_detail ul li{float:left;width:222px;height:48px;margin-right:12px;margin-bottom:13px;}
.pro_detail .pd_title .pdt_detail ul li a{display:block;width:220px;height:46px;font-size:16px;line-height:46px;text-align:center;border:1px solid rgba(255,255,255,0.4);-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius: 4px;color:#ffffff;transition:all 0.3s ease-out 0s;}
.pro_detail .pd_title .pdt_detail ul li:hover a{border:1px solid #fff;background:#fff;font-weight:bold;color:#212030;}
.pro_detail .pd_title .pdt_detail ul li.active a{border:1px solid #fff;background:#fff;font-weight:bold;color:#212030;}
.pro_detail .pd_local{width:100%;height:60px;line-height:60px;background:#e8e8e8;}
.pro_detail .pd_local .pd_local_detail{width:1132px;margin:0 auto;padding:0px 34px;font-size:19px;font-weight:bold;color:#272636;overflow:hidden;}
.pro_detail .pd_local .pd_local_detail span{float:right;color:#aaaaaa;font-size:15px;font-weight:normal;}
.pro_detail .pd_local .pd_local_detail span a{color:#aaaaaa;font-size:15px;}
.pro_detail .pd_local .pd_local_detail span font{color:#1d5ac8;}
.pro_detail .pd_detail{width:1180px;padding:40px 10px;margin:0 auto;overflow:hidden;}
.pro_detail .pd_detail ul{width:1180px;}
.pro_detail .pd_detail ul li{width:295px;height:347px;float:left;margin-bottom:25px;}
.pro_detail .pd_detail ul li a{display:block;width:277px;height:347px;margin:0 auto;transition:all 0.3s ease-out 0s;}
.pro_detail .pd_detail ul li:hover a{margin-top:-10px;box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);}
.pro_detail .pd_detail ul li a .pdd_div_wai{width:277px;height:347px;border-top:3px solid #c8c8c8;background:url(../images/probg.jpg) no-repeat bottom;}
.pro_detail .pd_detail ul li:hover a .pdd_div_wai{border-top:3px solid #d12d2a;background:url(../images/probg_on.jpg) no-repeat bottom;}
.pro_detail .pd_detail ul li a img{width:277px;height:277px;}
.pro_detail .pd_detail ul li a .pdd_title{color:#393939;font-size:18px;font-weight:bold;margin-top:18px;margin-left:20px;}
.pro_detail .pd_detail ul li a .pdd_type{color:#a9a9a9;font-size:16px;margin-left:20px;}
.pro_detail .pd_detail ul li:hover a .pdd_title{color:#ffffff;}
.pro_detail .pd_detail ul li:hover a .pdd_type{color:#9fc2ff;}

.pro_detail .pd_detail_show{width:1160px;padding:60px 20px;margin:0 auto;overflow:hidden;}
.pro_detail .pd_detail_show .pds_top{width:100%;height:416px;overflow:hidden;}
.pro_detail .pd_detail_show .pds_top>img{float:left;height:370px;width:491px;border:1px solid #d6d6d6;}
.pro_detail .pd_detail_show .pds_top .pdst_right{width:610px;float:right;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_title{height:79px;line-height:79px;font-size:27px;color:#205cca;font-weight:bold;border-bottom:1px solid #e1e1e1;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_title span{font-weight:normal;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_content{height: 190px;margin: 25px 0px;overflow: hidden;line-height:26px;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_link{overflow:hidden;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_link .link_download{float:left;display:block;height:52px;width:219px;background:url(../images/download.png) no-repeat center;}
.pro_detail .pd_detail_show .pds_top .pdst_right .pdstr_link .link_online{float:left;margin-left:32px;display:block;height:52px;width:219px;background:url(../images/online.png) no-repeat center;}

.pro_detail .pd_detail_show .pds_content{width:100%;}
.pro_detail .pd_detail_show .pds_content .pdc_type{width:100%;height:57px;background:url(../images/pro_detail_type_bg.jpg) repeat-x;overflow:hidden;}
.pro_detail .pd_detail_show .pds_content .pdc_type ul{overflow:hidden;}
.pro_detail .pd_detail_show .pds_content .pdc_type ul li{float:left;height:53px;padding:4px 30px 0px 30px;line-height:53px;color:#ffffff;font-size:17px;}
.pro_detail .pd_detail_show .pds_content .pdc_type ul li:hover{background:#256beb;font-weight:bold;cursor:pointer;}
.pro_detail .pd_detail_show .pds_content .pdc_type ul li.active{background:#256beb;font-weight:bold;}
.pro_detail .pd_detail_show .pds_content .pdc_content{width:100%;padding:45px 0px;line-height:26px;}


/* pro_list_detail */
.pro_list_detail{width:100%;height:873px;background:url(../images/pro_list_bg.jpg) no-repeat center;}
.pro_list_detail .pld_title{width:1200px;text-align:center;margin:0 auto;color:#ffffff;padding-top:70px;}
.pro_list_detail .pld_title span{font-weight:bold;}
.pro_list_detail .pld_title font{font-family:Arial;font-size:20px;display:block;margin-top:5px;}
.pro_list_detail .pld_protype{width:100%;}
.pro_list_detail .pld_protype .pldp_detail{overflow:hidden;}
.pro_list_detail .pld_protype .pldp_detail ul{width:100%;overflow:hidden;}
.pro_list_detail .pld_protype .pldp_detail ul li{float:left;background:#333333;}
.pro_list_detail .pld_protype .pldp_detail ul li:hover{float:left;background:#004cad;}
.pro_list_detail .pld_protype .pldp_detail ul li a{width:100%;}
.pro_list_detail .pld_protype .pldp_detail ul li a img{width:100%;}
.pro_list_detail .pld_protype .pldp_detail ul li a .pldpd_detail{}
.pro_list_detail .pld_protype .pldp_detail ul li a .pldpd_detail .pldpdd_title{color:#ffffff;}
.pro_list_detail .pld_protype .pldp_detail ul li a .pldpd_detail .pldpdd_content{color:#87bcff;}
.pro_list_detail .pld_protype .pldp_detail ul li a .pldpd_detail .pldpdd_more{color:#ffffff;border:1px solid #515151;text-align:center;}
.pro_list_detail .pld_protype .pldp_detail ul li:hover a .pldpd_detail .pldpdd_more{border:1px solid #2667b9;background:#0c58b9;}

/* detail_menu */
.detail_menu{height:120px;width:100%;background:#f5f5f5;}
.detail_menu_detail{height:120px;width:1140px;margin:0 auto;overflow:hidden;}
.detail_menu_detail .dmd_left{height:115px;float:left;color:#b6b6b6;font-size:33px;font-weight:100;font-family:HelveticaNeueLTProUltLt;letter-spacing: 2px;}
.detail_menu_detail .dmd_left font{color:#d0391a;font-size:24px;font-weight:bold;font-family:微软雅黑;}
.detail_menu_detail .dmd_left img{height:120px;}
.detail_menu_detail .dmd_right{height:120px;float:right;}
.detail_menu_detail .dmd_right ul{overflow:hidden;margin-top:41px;}
.detail_menu_detail .dmd_right ul li{width:115px;height:39px;float:left;margin-left:15px;}
.detail_menu_detail .dmd_right ul li a{width:113px;height:37px;line-height:37px;text-align:center;display:block;border:1px solid #d3d3d3;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius: 4px;color:#1b1b1b;font-size:13px;}
.detail_menu_detail .dmd_right ul li:hover a{border-color:#cc301b;background:#cc301b;color:#ffffff;}
.detail_menu_detail .dmd_right ul li.active a{border-color:#cc301b;background:#cc301b;color:#ffffff;}

/* detail_content */
.detail_content{width:100%;background:#fff;}
.detail_content .dc_title{width:100%;height:103px;background:#eeeeee;}
.detail_content .dc_title .dct_detail{width:1140px;padding:27px 30px;margin:0 auto;line-height:49px;overflow:hidden;}
.detail_content .dc_title .dct_detail ul{float:left;height:49px;overflow:hidden;}
.detail_content .dc_title .dct_detail ul li{float:left;margin-right:10px;}
.detail_content .dc_title .dct_detail ul li a{display:block;width:153px;height:47px;line-height:47px;text-align:center;color:#272636;border:1px solid #d4d4d4;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius: 4px;transition:all 0.3s ease-out 0s;}
.detail_content .dc_title .dct_detail ul li:hover a{border:1px solid #2159ba;background:#2159ba;color:#fff;}
.detail_content .dc_title .dct_detail ul li.active a{border:1px solid #2159ba;background:#2159ba;color:#fff;}
.detail_content .dc_title .dct_detail span{float:right;color:#aaa;}
.detail_content .dc_title .dct_detail span a{color:#aaa;font-size:15px;}
.detail_content .dc_title .dct_detail span a:hover{color:#aaa;}
.detail_content .dc_detail{width:1140px;padding:50px 30px;margin:0 auto;line-height:26px;min-height:400px;}
.detail_content .news_dc_detail{width:1140px;padding:50px 30px;margin:0 auto;line-height:26px;min-height:400px;}
.detail_content .feedback_dc_detail{width:1140px;padding:50px 30px;margin:0 auto;line-height:26px;min-height:400px;}


/* dc_detail_news */
.dc_detail_news{width:100%;padding-bottom:60px;background:#f2f2f2;}
.dc_detail_news ul{width:100%;}
.dc_detail_news ul li{width:100%;height:158px;}
.dc_detail_news ul li:nth-child(odd){background:#fff;}
.dc_detail_news ul li:hover{background:#2159ba;}
.dc_detail_news ul li a{display:block;width:100%;height:100%;}
.dc_detail_news ul li a .ddn_detail{width:1064px;padding:22px 60px 0px 56px;margin:0 auto;overflow:hidden;}
.dc_detail_news ul li a .ddn_detail img{width:114px;height:114px;float:left;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail{float:right;margin-right:10px;width:910px;overflow:hidden;transition:all 0.3s ease-out 0s;}
.dc_detail_news ul li:hover a .ddn_detail .ddnd_detail{margin-right:0px;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail .ddndd_title{color:#2154b5;font-size:20px;margin:8px 0px;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail .ddndd_content{font-size:14px;color:#000000;line-height:31px;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail .ddnd_news{float:left;width:800px;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail .ddnd_date{float:right;width:80px;color:#ccc;line-height:30px;padding-top:23px;font-size:24px;font-family: "HelveticaNeueLTProThEx",serif;}
.dc_detail_news ul li a .ddn_detail .ddnd_detail .ddnd_date span{font-size:14px;}
.dc_detail_news ul li:hover a .ddn_detail .ddnd_detail .ddndd_title{color:#fff;}
.dc_detail_news ul li:hover a .ddn_detail .ddnd_detail .ddndd_content{color:#fff;}



/* dc_detail_news */
.dc_detail_download{width:100%;padding-bottom:60px;background:#f2f2f2;}
.dc_detail_download ul{width:100%;}
.dc_detail_download ul li{width:100%;height:158px;}
.dc_detail_download ul li:nth-child(odd){background:#fff;}
/*.dc_detail_download ul li:hover{background:#2159ba;}*/
.dc_detail_download ul li a{display:block;width:100%;height:100%;}
.dc_detail_download ul li a .ddn_detail{width:1064px;padding:22px 60px 0px 56px;margin:0 auto;overflow:hidden;}
.dc_detail_download ul li a .ddn_detail img{width:114px;height:114px;float:left;}
.dc_detail_download ul li a .ddn_detail .ddnd_detail{float:right;margin-right:10px;width:910px;}
.dc_detail_download ul li:hover a .ddn_detail .ddnd_detail{}
.dc_detail_download ul li a .ddn_detail .ddnd_detail .ddndd_title{color:#2154b5;font-size:20px;margin:8px 0px;}
.dc_detail_download ul li a .ddn_detail .ddnd_detail .ddndd_content{font-size:14px;color:#BFBFBF;line-height:31px;overflow:hidden;padding-top:20px;}
/*.dc_detail_download ul li:hover a .ddn_detail .ddnd_detail .ddndd_title{color:#fff;}
.dc_detail_download ul li:hover a .ddn_detail .ddnd_detail .ddndd_content{color:#fff;}*/
.dc_detail_download ul li a .ddn_detail .ddnd_detail .ddndd_content .downlink{float:right;display:block;width:88px;height:29px;line-height:29px;text-align:center;background:#D8D8D8;color:#272636;transition:all 0.3s ease-out 0s;}
.dc_detail_download ul li:hover a .ddn_detail .ddnd_detail .ddndd_content .downlink{background:#2159ba;color:#fff;}


/* honor_detail */
.detail_content .honor_detail{width:1140px;padding:50px 30px;margin:0 auto;line-height:26px;min-height:400px;}
.detail_content .honor_detail ul{width:1160px;}
.detail_content .honor_detail ul li{float:left;width:270px;height:381px;margin-right:20px;margin-bottom:30px;}
.detail_content .honor_detail ul li a{display:block;width:270px;height:381px;position:relative;color:#ffffff;font-size:13px;transition:all 0.3s ease-out 0s;}
.detail_content .honor_detail ul li:hover a{margin-top:-10px;box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);}
.detail_content .honor_detail ul li a img{width:270px;height:381px;}
.detail_content .honor_detail ul li a span{display:block;position:absolute;height:56px;width:270px;left:0px;bottom:0px;background:url(../images/pic_title_on.png) repeat;line-height:56px;text-align:center;}


/* news_detail */
.detail_content .news_detail{width:1140px;margin:0 auto;overflow:hidden;}
.detail_content .news_detail ul{width:1140px;overflow:hidden;}
.detail_content .news_detail ul li{width:1140px;height:154px;margin-bottom:1px;}
.detail_content .news_detail ul li a{display:block;width:1100px;height:114px;background:#f4f3f3;padding:20px;overflow:hidden;} 
.detail_content .news_detail ul li:hover a{background:#efeded;} 
.detail_content .news_detail ul li a .newsd_img{float:left;}
.detail_content .news_detail ul li a .newsd_img img{width:154px;height:114px;}
.detail_content .news_detail ul li a .newsd_content{float:left;padding:15px 26px;width:790px;}
.detail_content .news_detail ul li a .newsd_content .newsdc_title{color:#525252;font-size:18px;line-height:20px;}
.detail_content .news_detail ul li a .newsd_content .newsdc_content{color:#525252;font-size:13px;margin-top:18px;line-height:25px;}
.detail_content .news_detail ul li:hover a .newsd_content .newsdc_title{color:#cc301b;font-size:18px;font-weight:bold;}
.detail_content .news_detail ul li:hover a .newsd_content .newsdc_content{color:#232323;}
.detail_content .news_detail ul li a .news_time{float:right;padding:20px 5px;width:80px;color:#6c6c6c;line-height:30px;font-family:"HelveticaNeueLTProThEx",serif;letter-spacing: 2px;}
.detail_content .news_detail ul li a .news_time .nt_data{font-size:22px;}
.detail_content .news_detail ul li a .news_time .nt_year{font-size:14px;}

/* pageNav */
.pageNav{text-align:center;height:30px;margin-top:30px;}
.pageNav font{font-size:13px;border:1px solid #d3d3d3;padding:3px 9px;margin:0 5px;color:#666;}
.pageNav font.current{color:#fff;background:#2159ba;}
.pageNav a{font-size:13px;border:1px solid #d3d3d3;padding:3px 9px;margin:0 5px;color:#666;}
.pageNav a.current{color:#fff;background:#2159ba;}

/* job_show_detail */
.detail_content .job_show_detail{width:1140px;margin:0 auto;overflow:hidden;margin-top:50px;}
.detail_content .job_show_detail .jsd_title{width:1140px;height:72px;background:url(../images/job_title_bg.jpg) repeat-x;line-height:72px;text-align:center;color:#000000;font-size:18px;font-weight:bold;margin-bottom:1px;}
.detail_content .job_show_detail .jsd_title font{color:#c4c3c3;font-size:12px;font-weight:normal;margin-left:8px;}
.detail_content .job_show_detail .jsd_content{width:1140px;}
.detail_content .job_show_detail .jsd_content ul{width:1140px;}
.detail_content .job_show_detail .jsd_content ul li{width:1140px;min-height:43px;margin-bottom:1px;overflow:hidden;color:#0e0e0e;font-size:13px;background:#efeeee;line-height:25px;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_title{float:left;min-height:43px;width:244px;background:#efeeee;padding-right:25px;text-align:right;line-height:43px;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content{float:right;min-height:25px;width:845px;background:#efeeee;padding-left:25px;padding-top:9px;padding-bottom:9px;border-left:1px solid #fff;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content .jsdcc_btn{width:164px;height:34px;background:url(../images/detail_ok_btn.png) no-repeat center;color:#f5dcb1;font-size:13px;line-height:34px;margin-top:4px;margin-left:-10px;text-align:center;border:0px; }
.detail_content .job_show_detail .jsd_content ul li .jsdc_content .jsdcc_btn:hover{cursor:pointer;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content .jbs_txt{height:25px;border: #e0e0e0 solid 1px;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content textarea{height: 135px;width: 556px;border: #e0e0e0 solid 1px;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content .dass input {width: 129px;height: 33px;border:1px solid #fff;color:#fff;font-size:15px;font-weight:bold;font-family:"微软雅黑";outline:none;background:#fff;cursor:pointer;background:#1152b0;}
.detail_content .job_show_detail .jsd_content ul li .jsdc_content font{color:red;}

/* job */
.skjk{width:100%;height:250px;overflow:hidden;}
.haod{width:600px;overflow:hidden;float:left;}
.haof{width:600px;overflow:hidden;float:left;}
.haod div{margin-left:120px;margin-top:90px;display:block;background:url(../images/r1.png);width: 86px;height: 86px;float:left;}
.haod a:hover div{background:url(../images/r1.png) no-repeat center bottom;}
.haod .lik div{background:url(../images/r1.png) no-repeat center bottom;}
.haod p{padding-top:75px;line-height:25px;color: #a5a5a5;width:290px;padding-left:41px;float:left;overflow:hidden;}
.haod p font{font-size:17px;color: #333333;font-weight:bold;padding-bottom:5px;display:block;}
.haof div{margin-left:120px;margin-top:90px;display:block;background:url(../images/r2.png);width:86px;height:86px;float:left;}
.haof .lik div{background:url(../images/r2.png) no-repeat center bottom;}
.haof a:hover div{background:url(../images/r2.png) no-repeat center bottom;}
.haof p{padding-top:75px;line-height:25px;color: #a5a5a5;width:290px;padding-left:41px;float:left;overflow:hidden;}
.haof p font{font-size:17px;color: #333333;font-weight:bold;padding-bottom:5px;display:block;}
.olks{background: #fff;width: 1100px;margin:0 auto;height: 72px;line-height: 72px;overflow:hidden;margin-top: 17px;}
.olks li{width:20%;overflow:hidden;float:left;text-align:center;color: #333333;font-weight: bold;font-size: 14px;}
.orks{width: 1100px;margin:0 auto;overflow:hidden;}
.orks li{width:20%;overflow:hidden;float:left;text-align:center;line-height: 60px;height: 60px;color: #333333;font-size: 14px;border-bottom: 1px solid #e0e0e0;}
.orks ul:hover li{color:#232323;}
.orks li a,.orks li a:hover{color: #333;}
.orks ul:hover li a,.orks ul:hover li a:hover{color:#232323;}
.hiht{overflow:hidden;background:#fff;line-height:28px;}
.rssf{overflow:hidden;background:#f7f7f7;}
.orks ul:hover .lio9 a,.orks ul:hover .lio9 a:hover{color:#cc301b;font-weight:bold;}
.li9o a,.li9o a:hover{display:block;width:129px;height:33px;border:1px solid #b2b2b2;color:#333333;line-height:33px;margin:0 auto;margin-top:15px;}
.orks ul:hover .li9o a,.orks ul:hover .li9o a:hover{display:block;width:129px;height:33px;border:1px solid #fff;color:#fff;line-height:33px;margin:0 auto;margin-top:15px;background:#cc301b;}

.imglist_w7 {width: 1138px;margin: 0 auto;overflow: hidden;/* padding: 20px 0px 20px 0px; */line-height: 20px;color: #232323;/* background: url(../images/yew.png); */}
.imglist_w7 dl {border: #e0e0e0 solid 1px;font-size: 14px;overflow: hidden;width: 1136px;}
.imglist_w7 dt {float: left;width: 270px;font-size:16px;border-right: #e0e0e0 solid 1px;text-align: right;border-bottom: #e0e0e0 solid 1px;text-align: center;padding-top: 5px;padding-bottom: 5px;height: 30px;line-height: 30px;font-weight: bold;}
.imglist_w7 dd {float: left;width: 845px;font-size:14px;padding-left: 20px;border-bottom: #e0e0e0 solid 1px;padding-top: 5px;padding-bottom: 5px; min-height: 30px;line-height: 30px;/* min-height: 40px; */}
.imglist_w7 .vssxd {padding-left: 0px;width: 42px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w7 .vssx {padding-left: 0px;width: 99px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w7 .vssw {padding-left: 0px;width: 123px;border-right: #e0e0e0 solid 0px;text-align: center;overflow: hidden;}
.imglist_w7 .vssx2 {padding-left: 0px;width: 300px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w7 .vssxt {padding-left: 0px;width: 293px;text-align: center;overflow: hidden;}
.imglist_w7 .zpnrs {/* height: 250px; *//* line-height: 250px; */padding-bottom: 5px;border: 0px;}
.imglist_w7 .zpnr {/* height: 250px; */padding-bottom: 5px;border: 0px;overflow: hidden;border-left: #e0e0e0 solid 1px;min-height: 40px;}
.imglist_w7 .wypp {float: left;width: 270px;border: 0px;text-align: right;border-top: #e0e0e0 solid 1px;text-align: center;}
.imglist_w7 .wyds {float: left;width: 845px;border: 0px;border-left: #e0e0e0 solid 1px;padding-left: 20px;border-top: #e0e0e0 solid 1px;overflow: hidden;height: 50px;padding-top: 20px;}
.imglist_w7 .gdgh{/* padding:5px; */line-height:28px;overflow:auto;/* height:220px; *//* margin-top:5px; */overflow: hidden;}
.wyds input {width: 129px;height: 33px;border:1px solid #fff;color:#fff;font-size:15px;font-weight:bold;font-family:"微软雅黑";outline:none;background:#fff;cursor:pointer;background:#cc301b;}
.wyds input:hover{background:#cc301b;color:#fff;border:1px solid #fff;}
.imglist_w9 {width: 1198px;margin: 0 auto;overflow: hidden;/* padding: 20px 0px 20px 0px; */line-height: 20px;/* padding-bottom:80px; */color: #232323;/* background: url(../images/yew.png); *//* margin-top:-10px; */}
.imglist_w9 dl {border: #e0e0e0 solid 1px;border-bottom: #e0e0e0 solid 0px;font-size: 14px;overflow: hidden;width: 1196px;}
.imglist_w9 dt {float: left;width: 270px;font-size:13px;border-right: #e0e0e0 solid 1px;text-align: right;border-bottom: #e0e0e0 solid 1px;padding-top: 5px;padding-bottom: 5px;height: 30px;line-height: 30px;font-weight: bold;padding-right:30px;}
.imglist_w9 dd {float: left;width: 875px;font-size:13px;padding-left: 20px;border-bottom: #e0e0e0 solid 1px;padding-top: 5px;padding-bottom: 5px;/* height: 30px; */line-height: 30px;}
.imglist_w9 dd font{color:red;}
.imglist_w9 .vssxd {padding-left: 0px;width: 42px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w9 .vssx {padding-left: 0px;width: 99px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w9 .vssw {padding-left: 0px;width: 93px;border-right: #e0e0e0 solid 0px;text-align: center;overflow: hidden;}
.imglist_w9 .vssx2 {padding-left: 0px;width: 300px;border-right: #e0e0e0 solid 1px;text-align: center;overflow: hidden;}
.imglist_w9 .vssxt {padding-left: 0px;width: 293px;text-align: center;overflow: hidden;}
.imglist_w9 .zpnrs {height: 250px;line-height: 250px;padding-bottom: 5px;border: 0px;}
.imglist_w9 .zpnr {height: 250px;padding-bottom: 5px;border: 0px;border-left: #e0e0e0 solid 1px;}
.imglist_w9 .wypp {float: left;width: 300px;border: 0px;text-align: right;border-top: #e0e0e0 solid 1px;text-align: center;}
.imglist_w9 .wyds {float: left;width: 875px;border: 0px;border-left: #e0e0e0 solid 1px;padding-left: 20px;border-top: #e0e0e0 solid 1px;overflow: hidden;height: 50px;padding-top: 20px;}
.imglist_w9 .gdgh{padding:5px;line-height:28px;overflow:auto;height:220px;margin-top:5px;}
.imglist_w9 dd input{height:25px;border: #e0e0e0 solid 1px;}
.imglist_w9 .xiao input{height:auto;}
.imglist_w9 .oslo{height: 140px;overflow:hidden;}
.imglist_w9 .oslo textarea{height: 135px;width: 556px; */;border: #e0e0e0 solid 1px;}
.imglist_w9 dd .valiCode{height:19px;margin-bottom: -4px;overflow:hidden;}
.imglist_w9 .dass{height:40px;overflow:hidden;padding-top: 8px;}
.imglist_w9 .dass input {width: 129px;height: 33px;border:1px solid #fff;color:#fff;font-size:15px;font-weight:bold;font-family:"微软雅黑";outline:none;background:#fff;cursor:pointer;background:#1152b0;}
.imglist_w9 .dass input:hover{background:#1152b0;color:#fff;border:1px solid #fff;}
div.zoomDiv { z-index:999; position:absolute; top:0px; left:0px; width:200px; height:200px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; }
div.zoomMask { position:absolute; background:url("../images/mask.png") repeat scroll 0 0 transparent; cursor:move; z-index:1; }

/* feek */
.feek{ width:100%; height:auto; background:#fff;}
.feek_nr{ margin: 0 auto; width:1034px; height:auto; }
.feek_list{  width:100%; height: auto; min-height:320px; _height:320px; overflow:visible;padding-bottom:30px;}
.tons{width:100%;overflow:hidden;padding-bottom:10px;height:48px;}
.bnmi{background:url(../images/lxi_20.png) no-repeat;width:511px;height:48px;float:left;}
.bnmi input{padding-left:58px;width:450px;border:0px;background:none;height:48px;outline:none;color:#ababab;font-size:15px;}
.bhmi{background:url(../images/lxi_22.png) no-repeat;width:515px;height:48px;float:right;}
.bhmi input{padding-left:58px;width:454px;border:0px;background:none;height:48px;outline:none;color:#ababab;font-size:15px;}
.bnai{background:url(../images/lxi_26.png) no-repeat;width:511px;height:48px;float:left;}
.bnai input{padding-left:58px;width:450px;border:0px;background:none;height:48px;outline:none;color:#ababab;font-size:15px;}
.bhbi{background:url(../images/lxi_27.png) no-repeat;width:515px;height:48px;float:right;}
.bhbi input{padding-left:58px;width:454px;border:0px;background:none;height:48px;outline:none;color:#ababab;font-size:15px;}
.gxia{width:100%;overflow:hidden;height:340px;padding-bottom:12px;}
.tasx{width:100%;overflow:hidden;height:340px;background:url(../images/lxi_30.png) no-repeat;}
.tasx textarea{padding-left:63px;padding-top:16px;border:0px;background:none;outline:none;color:#ababab;font-size:15px;height:324px;width:971px;}
.tiji{width:100%;padding-bottom:52px;overflow:hidden;height:48px;}
.cjsh{width:100%;overflow:hidden;}
.scsc{background:url(../images/lxi_32.png) no-repeat;height:48px;border:0px;outline:none;width:512px;color:#efefef;font-weight:bold;font-size:16px;float:left;}
.scsc:hover{cursor:pointer;}
.chzi{width:517px;height:48px;background:#dedede;border:0px;outline:none;color:#7e7e7e;font-weight:bold;font-size:16px;float:right;}
.chzi:hover{cursor:pointer;}


/*newsShow*/
.ab_main{ clear:both; padding:0px 20px; line-height:28px;width:1100px; margin:0 auto;}
.nss_tit{ font-size:28px; font-weight:bold; line-height:30px; text-align:center; padding:10px 0 10px 0; color:#333;}
.nss_dtm{ text-align:center; padding:0 0 15px 0; font-size:12px; color:#999;}
.nss_info{ line-height:26px;}
.ff_pre{ clear:both; padding:15px 0 0 0;}
.ff_next{ clear:both; padding:0 0 10px 0;}
.gbi{width: 100%;text-align: center;padding-bottom: 20px;}
.gbi a{display:block;margin:0 auto;width:60px;height:30px;text-align:center;background:#2159ba;color:#fff;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius: 4px;}
/*.gbi a, .gbi a:hover {color: red;}*/

/* pic_menu_show */
.pic_menu_show{width:1140px;margin:0 auto;line-height:28px;font-size:12px;color:#666666;padding-bottom:30px;}


/*弹出层*/
.pro_popup_box{ position:absolute; left:0px; top:0px; z-index:10000001; background:url(../images/products_13.png) repeat; display:none;}
.pro_popup{ width:1178px; height:100%; margin:0px auto; position:relative;}
.pro_popup .close{ position:absolute; top:0px; right:0px; background:url(../images/pro_detail_cha.png) no-repeat; width:69px; height:69px; cursor:pointer;}
.pro_popup .load{ position:absolute; top:49%; left:0px; width:100%; height:100%; text-align:center; z-index:10;}
.pro_popup .pro_rotate0{ 	
	animation: Pro_Rotate0 0.8s linear infinite;
}
@keyframes Pro_Rotate0{
	0%{ transform:rotate(0deg);}
　　50%{ transform:rotate(180deg);}
	100%{ transform:rotate(360deg);}
}
.pros_popup{ width:1178px; height:100%;}
.pros_top{ height:69px; line-height:69px; background:#d44f3d; color:#FFF; padding-left:23px;}
.pros_top a{ color:#FFF;font-size:18px;font-style:italic;}
.pros_cont{ padding:34px 0px;background:#fff;}
.pros_cont .box{ width:1178px; margin:0 auto;background:#fff;}
.pros_cont .box .p_1{ font-size:39px; color:#000000;padding:0px 40px;}
.pros_cont .box .bigimg{width:600px; height:579px; position:relative;margin:20px auto;}
.pros_cont .box .bigimg ul{ position:relative;}
.pros_cont .box .bigimg ul li{ position:absolute; left:0px; top:0px; width:600px; height:579px;}
.pros_cont .box .bigimg ul .li_1{ display:block;}
.pros_cont .box .bigimg .btn{display:block; position:absolute; top:160px; width:143px; height:286px; cursor:pointer;}
.pros_cont .box .bigimg .prev{ left:-200px; background:url(../images/jiao.png) no-repeat left;}
.pros_cont .box .bigimg .next{ right:-200px; background:url(../images/jiao.png) no-repeat right;}
.pros_cont .box .info{ line-height:28px; margin:0px 60px;border-top:4px solid #d6d6d6;padding:20px 0px;}
.plaj p {
    float: left;
    width: 33%;
    overflow: hidden;
	line-height:30px;
}

.plaj {
    width: 100%;
    overflow: hidden;
	padding-top:10px;
}
.iuhj{position:absolute;top:0px;right:0px;    z-index: 999999999999999999;}
.iuhj img{height:50px}
.tojk{width:100%;height:30px;line-height:30px;color:#646464;background: #201f1f;}
.tojk a,.tojk a:hover{color:#646464;}
.sgdj{width:1200px;margin:0 auto;overflow:hidden;font-size:12px;text-align:center;}
table{border-collapse:collapse;}