@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,input,textarea,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,p 
{font-family:"微软雅黑",Arial, Helvetica, sans-serif;word-break:break-all;word-wrap:break-word;margin:0;padding:0;outline:0;text-decoration:none;list-style-type:none;}
.clear{clear:both;}
.clearfix:after{content: ".";visibility: hidden;display: block;height: 0;clear: both;}
.left{float:left;}
.right{float:right;}
.more{font-size:9px;color:#666;font-weight:normal;letter-spacing:1px;font-family:"宋体";}
a{color:rgb(120,120,120);}
a:hover{color:rgb(206,0,0);}
img{border:0}
ul{list-style:none;}
.fl{float:left;}
.fr{float:right;}
.rel_center{width:100%;height:auto;color:#da020d;text-align:center;margin:100px 0 100px 0;display:block;}
.news_tit_d{color:#999999;font-size:12px;text-align:center;margin:2px auto 22px auto;}
.return{font-size:12px;margin-top:20px;margin-bottom:15px;text-align:center;}
.meta{color:#CCC;text-align:center;line-height:28px;}
::-webkit-input-placeholder{color:rgb(180,180,180);font-family:"微软雅黑",Arial, Helvetica,sans-serif;}
/* --header------------------------------------------------------------------------------------------------------------------------------ */
.top_bg{width:100%;height:38px;min-width:1160px !important;background:rgb(230,230,230);overflow:hidden;}
.top{width:1160px;height:38px;margin:auto;position:relative;}
.top .fl{font-size:12px;color:rgb(77,77,77);line-height:38px;}
.top .tel{font-size:16px;color:rgb(77,77,77);line-height:38px;float:left;padding-left:38px;margin-left:24px;background:url(../Image/tel.png) no-repeat left center;}
.top .tel span{font-size:24px;color:rgb(255,114,0);float:right;font-weight:bold;}
.top .fr{font-size:12px;color:rgb(77,77,77);line-height:38px;}
.top .fr a{font-size:12px;color:rgb(77,77,77);}
.top .fr a:hover{color:rgb(206,0,0);}

.header_bg{width:100%;height:200px;min-width:1160px !important;border-bottom:5px solid rgb(255,63,0);position:relative;z-index:99;}
.header_bg_left{width:50%;height:200px;position:absolute;left:0px;top:0px;background:rgb(22,62,124);}
.header{width:960px;height:200px;padding-left:200px;margin:auto;background:url(../Image/b1.png) no-repeat left center #FFF;position:relative;z-index:9;}

.logo{width:600px;height:96px;margin:35px 0 0 60px;background:url(../Image/logo.png) no-repeat left center;}
.erweima{width:193px;height:146px;background:url(../Image/erweima.png) no-repeat left center;}
.nava{width:auto;height:54px;margin:auto;float:right;}
.nava ul .li1{width:auto;height:54px;float:left;position:relative;}
.nava ul .li1 .li1_con{width:auto;height:54px;padding:0px 20px;display:block;line-height:54px;color:rgb(48,48,48);font-size:16px;}
.nava ul .li1 .li1_con:hover{color:rgb(206,0,0);}
.nava ul .li2{width:1px;height:54px;background:url(../Image/b2.png) no-repeat center;float:left;}

.submenu {
    left: 0;top:59px;padding-bottom:6px;
    max-height: 0;width:100%;text-align:center;
    position: absolute;
    z-index: 999;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;
	height:24px;line-height:24px;color:rgb(255,255,255);text-align:center;font-size:12px;font-family:"宋体";
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
	background:rgb(22,62,124);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li a{color:rgb(255,255,255);text-align:center;font-size:12px;font-family:"宋体";}
.submenu li a:hover{color:rgb(206,0,0);}

.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 过渡效果的延迟 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu li:hover .submenu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menu li:hover .submenu li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menu li:hover .submenu li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.menu li:hover .submenu li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.menu li:hover .submenu li:nth-child(14) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(9) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(10) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(12) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(13) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(14) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


.index_banner_bg{width:100%;height:564px;padding-bottom:32px;background:url(../Image/b3.png) no-repeat center bottom;min-width:1160px !important;position:relative;}
.index_banner{width:100%;height:564px;min-width:1160px !important;margin:auto;}


.index_top_bg{width:100%;height:auto;min-width:1160px !important;}
.index_top{width:1160px;height:auto;margin:auto;position:relative;}
.index_top_contact{width:1160px;height:80px;padding-top:10px;border-bottom:1px solid rgb(91,91,91);}
.index_top_contact .add{padding-left:76px;margin-top:15px;background:url(../Image/b4.png) no-repeat 4px center;font-size:14px;color:rgb(84,84,84);line-height:24px;}
.index_top_contact .add p{font-size:18px;color:rgb(45,45,45);}
.index_top_contact .tel{padding-left:76px;margin-top:15px;margin-left:40px;background:url(../Image/b5.png) no-repeat 4px center;font-size:14px;color:rgb(84,84,84);line-height:24px;}
.index_top_contact .tel p{font-size:18px;color:rgb(45,45,45);}

.search_bg{width:256px;height:80px;position:relative;}
.search{width:256px;height:36px;border-top:2px solid rgb(91,91,91);border-bottom:1px solid rgb(91,91,91);overflow:hidden;position:relative;}
.kw{width:228px;height:16px;line-height:16px;padding:10px 2px;color:rgb(80,80,80);position:absolute;left:0px;top:0px;font-size:14px;border:none;outline:none;background:none;}
.btn{width:24px;height:36px;cursor:pointer;position:absolute;right:0px;top:0px;background:url(../Image/b6.png) no-repeat center;
border:none;outline:none;overflow:hidden;line-height:36px;text-indent:999px;}
.search_keywords{width:252px;height:36px;padding:2px 2px 0px;line-height:18px;color:rgb(77,77,77);font-size:14px;}
.search_keywords a{margin-left:5px;}

.index_top_advantage{width:1176px;height:auto;margin-top:76px;}
.index_top_advantage li{width:284px;height:106px;padding-top:270px;float:left;margin-right:10px;}
.index_top_advantage li.item-01{background:url(../Image/b7.png) no-repeat center;}
.index_top_advantage li.item-02{background:url(../Image/b8.png) no-repeat center;}
.index_top_advantage li.item-03{background:url(../Image/b9.png) no-repeat center;}
.index_top_advantage li.item-04{background:url(../Image/b10.png) no-repeat center;}
.index_top_advantage li p{padding:0px 12px;font-size:15px;line-height:28px;color:#FFF;}
.index_top_bottom{width:1176px;height:110px;background:url(../Image/b11.png) no-repeat center;}

.index_list_bg{width:100%;height:88px;min-width:1160px !important;background:rgb(22,62,124);}
.index_list{width:1160px;height:88px;margin:auto;}
.index_list_con{width:288px;height:88px;font-size:20px;color:#FFF;float:left;text-align:center;line-height:88px;background:url(../Image/b12.png) no-repeat 70px center;}
.index_list_con a{font-size:20px;color:#FFF;}
.index_list_con a:hover{color:rgb(206,0,0);}
.index_list_line{width:2px;height:88px;background:url(../Image/b13.png) no-repeat center;float:left;}

.index_middle_bg{width:100%;height:auto;min-width:1160px !important;background:url(../Image/bg1.jpg) no-repeat center;}
.index_middle{width:1160px;height:646px;margin:auto;position:relative;}

.index_middle_img{width:520px;height:398px;position:absolute;left:30px;top:40px;}
.index_middle_list{width:auto;height:auto;position:absolute;left:0px;bottom:0px;}
.index_middle_list li{border:1px solid rgb(201,201,201);float:left;margin-right:9px;cursor:pointer;}
.index_middle_list li img{width:182px;height:176px;display:block;}
.index_middle_con{width:310px;height:404px;padding:28px 36px 38px;border:1px solid rgb(201,201,201);position:absolute;right:0px;top:40px;background:#FFF;}
.index_middle_con h1{color:rgb(22,62,124);font-size:29px;margin-bottom:20px;}
.index_middle_con p{color:rgb(64,64,64);font-size:14px;line-height:30px;}
.index_middle_con a.t1{width:137px;height:42px;float:left;margin-top:30px;background:url(../Image/b28.png) no-repeat 16px center rgb(22,62,124);font-size:16px;line-height:42px;text-indent:50px;color:#FFF;}
.index_middle_con a.t2{width:137px;height:42px;float:right;margin-top:30px;background:url(../Image/b29.png) no-repeat 16px center rgb(255,107,0);font-size:16px;line-height:42px;text-indent:50px;color:#FFF;}
.index_middle_more{width:96px;height:30px;background:rgb(22,62,124);font-size:14px;line-height:30px;text-align:center;color:#FFF !important;
position:absolute;bottom:1px;right:288px;}


.index_company_bg{width:100%;height:auto;padding-bottom:72px;min-width:1160px !important;}
.index_company{width:1160px;height:auto;margin:auto;}
.index_company_title{width:1160px;height:152px;background:url(../Image/b14.png) no-repeat center;}
.index_company_con{border-bottom:5px solid rgb(255,108,0);}
.index_company_con_left{width:580px;height:auto;}
.index_company_con_left img{width:580px;height:252px;display:block;}
.index_company_con_left .t1{width:289px;height:193px;float:left;margin:1px 0px;background:url(../Image/b15.png) no-repeat center;}
.index_company_con_left .t2{width:289px;height:193px;float:right;margin:1px 0px;background:url(../Image/b16.png) no-repeat center;}
.index_company_con_right{width:580px;height:300px;padding-top:56px;margin-top:90px;background:rgb(245,245,245);position:relative;}
.index_company_con_right p{padding:0px 20px;font-size:14px;line-height:23px;color:rgb(77,77,77);}
.index_company_con_right a{width:128px;height:38px;float:right;margin:18px 30px 0 0;font-size:14px;color:#FFF;line-height:38px;text-align:center;background:rgb(22,62,124);}
.index_company_con_right span{width:186px;height:60px;font-size:20px;color:#FFF;line-height:60px;text-align:center;background:rgb(22,62,124);position:absolute;top:-30px;left:0px;}

.index_bottom_bg{width:100%;height:540px;min-width:1160px !important;background:url(../Image/bg3.jpg) no-repeat center;}
.index_bottom{width:1160px;height:540px;margin:auto;position:relative;position:relative;}
.index_bottom .top2{padding-top:65px;}
.index_bottom .bottom{left:116px;top:260px;position:absolute;}
.index_bottom ul li{width:208px;height:232px;float:left;margin:0px 12px;}
.index_bottom ul li img{width:208px;height:232px;display:block;}

.footer_bg{width:100%;height:125px;min-width:1160px !important;background:rgb(16,45,90);}
.footer{width:1160px;height:125px;margin:auto;position:relative;}
.footer_left{margin-top:42px;padding-left:66px;line-height:26px;font-size:14px;color:#FFF;background:url(../Image/b26.png) no-repeat left center;}
.footer_left p{font-size:24px;color:#FFF;}
.footer_right{margin-top:46px;text-align:right;}
.footer_right p{font-size:13px;color:#FFF;line-height:22px;}
.footer_right p a{color:#FFF;}
.footer_right p a:hover{color:#F60;}









.inner_bg{width:100%;height:auto;min-width:1160px !important;}
.inner{width:1160px;height:auto;padding-top:40px;padding-bottom:80px;margin:auto;position:relative;}

.sidebar{width:332px;height:auto;}
.sidebar_title{width:332px;height:81px;background:url(../Image/b30.png) no-repeat left center;}
.sidebar ul{width:332px;height:auto;}
.sidebar ul li{width:332px;height:56px;padding-bottom:18px;color:rgb(57,57,57);font-size:16px;line-height:56px;
background:url(../Image/b32.png) no-repeat center bottom;cursor:pointer;}
.sidebar ul li span{width:50px;height:56px;margin-left:26px;background:url(../Image/b31.png) no-repeat center;float:left;}
.sidebar ul li:hover{color:rgb(254,135,12);}
.sidebar ul .xl_con{width:302px;height:auto;margin:auto;margin-top:-12px;padding-bottom:16px;display:none;}
.sidebar ul p{width:302px;height:34px;margin:auto;text-indent:64px;color:rgb(57,57,57);font-size:14px;line-height:34px;border-bottom:1px dashed rgb(203,203,203);}
.sidebar ul p:hover{color:rgb(254,135,12);}



.inner_con{width:782px;height:auto;}
.inner_con_title{width:auto;height:38px;padding-bottom:4px;background:url(../Image/b33.png) repeat-x left bottom;}
.inner_con_title_left{width:auto;height:38px;font-size:20px;color:rgb(77,77,77);line-height:38px;}
.inner_con_title_right{width:500px;height:18px;font-size:14px;color:rgb(77,77,77);margin-top:10px;line-height:18px;text-align:right;}
.inner_con_title_right a{font-size:14px;color:rgb(77,77,77);}
.inner_con_title_right a:hover{color:rgb(254,135,12);}
.inner_con_con{width:778px;height:auto;padding:20px 2px;}




.pro_list{width:798px;height:auto;overflow:hidden;min-height:420px !important;}
.pro_list li{width:246px;height:228px;float:left;margin:0px 20px 20px 0px;position:relative;}
.pro_list li img{width:244px;height:190px;margin:auto;display:block;border:1px solid rgb(230,230,230);}
.pro_list li p{width:244px;height:36px;line-height:36px;text-align:center;font-size:15px;color:rgb(77,77,77);}
.pro_list li:hover img{border:1px solid rgb(0,111,193);}
.pro_list li:hover p{color:rgb(0,111,193);}

.pro_list1{width:798px;height:auto;overflow:hidden;min-height:420px !important;}
.pro_list1 li{float:left;width:246px;height:232px;display:inline;margin:0px 20px 20px 0px;position:relative;}
.pro_list1 li div{width:240px;height:180px;background:#FFF;border:1px solid rgb(210,210,210);padding:2px;}
.pro_list1 li div table{width:240px;height:180px;}
.pro_list1 li div table tr td{width:240px;height:180px;}
.pro_list1 li div img {width:240px;height:180px;margin:auto;}
.pro_list1 li p{width:246px;height:40px;margin-top:6px;font-size:14px;color:rgb(77,77,77);text-align:center;line-height:20px;overflow:hidden;}
.pro_list1 li:hover div{border:1px solid rgb(0,111,193);}
.pro_list1 li:hover p{color:rgb(0,111,193);}


.honor_list1{width:798px;height:auto;overflow:hidden;min-height:420px !important;}
.honor_list1 li{float:left;width:246px;height:232px;display:inline;margin:0px 20px 20px 0px;position:relative;}
.honor_list1 li div{width:240px;height:180px;background:#FFF;border:1px solid rgb(210,210,210);padding:2px;}
.honor_list1 li div table{width:240px;height:180px;}
.honor_list1 li div table tr td{width:240px;height:180px;}
.honor_list1 li div img {width:auto;height:170px;max-width:230px;padding:5px;display:block;margin:auto;}
.honor_list1 li p{width:246px;height:40px;margin-top:6px;font-size:14px;color:rgb(77,77,77);text-align:center;line-height:20px;overflow:hidden;}
.honor_list1 li:hover div{border:1px solid rgb(0,111,193);}
.honor_list1 li:hover p{color:rgb(0,111,193);}



.news_list{width:778px;height:auto;margin:auto;min-height:200px !important;}
.news_list li{width:778px;height:auto;border-bottom:1px solid rgb(225,225,225);padding-bottom:20px;margin-bottom:20px;}
.news_list_title{display:block;color: #333;font-weight: bold;line-height: 20px;font-size: 16px;}
.news_list_title a{color: #333;font-weight: bold;font-size: 16px;}
.news_list_title a:hover{color:rgb(255,90,0); text-decoration:underline;}
.news_list_time{font-family:"宋体";color: #999;height: 15px;line-height: 15px;font-size: 13px;padding-top:10px;}
.news_list_con{color:rgb(120,120,120);line-height:20px;font-size:14px;padding-top:12px;}
.news_list_img{width:auto;height:152px;padding-top:12px;}
.news_list_img img{width:216px;height:152px;display:block;float:left;margin-right:20px;}
.news_list_img2{width:216px;height:152px;}
.news_list_img2 img{width:216px;height:152px;display:block;}
.news_list_title2{width:542px;height:140px;padding-top:12px;overflow:hidden;}
.news_list_title2 a{display:block;height:24px;color: #333;line-height:24px;font-weight: bold;font-size: 16px;
overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.news_list_title2 a:hover{color:rgb(255,90,0); text-decoration:underline;}

.news_list_img3{width:136px;height:152px;}
.news_list_img3 img{width:136px;height:152px;display:block;border-radius:2px;}
.news_list_title3{width:630px;height:140px;padding-top:12px;overflow:hidden;}
.news_list_title3 a{display:block;height:24px;color: #333;line-height:24px;font-weight: bold;font-size: 18px;font-family: arial, 'Microsoft Yahei', 微软雅黑;
overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.news_list_title3 a:hover{color:rgb(255,90,0); text-decoration:underline;}

.pro_name{text-align:center;font-weight:bold;font-size:20px;font-family:"宋体";color:rgb(77,77,77);line-height:30px;}
.info_name{text-align:center;font-weight:bold;font-size:20px;font-family:"宋体";color:rgb(77,77,77);line-height:30px;}
.news_name{text-align:center;font-weight:bold;font-size:20px;font-family:"宋体";color:rgb(77,77,77);line-height:30px;}
.con_img{width:100%;height:auto;text-align:center;}
.con_img img{width:auto;max-width:500px;height:auto;}

.pro_img{width:100%;margin:auto;margin-top:15px;margin-bottom:20px;text-align:center;}
.pro_img img{max-width:420px;min-width:342px;}
.news_img{width:100%;margin:auto;margin-top:15px;margin-bottom:20px;text-align:center;}
.news_img img{max-width:420px;max-height:220px;}


.honor_img{width:600px;height:auto;display:block;margin:30px auto 10px;}
.honor_img img{width:600px;height:auto;display:block;}
.honor_font img{width:600px;height:auto;display:block;margin:10px auto;}

.info_title{margin:8px 0 8px 0px;width:100%;height:30px;background:rgb(210,210,210);}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:rgb(0,108,206);color:#fff;line-height:30px;}

.news_font{width:auto;height:auto;min-height:220px;}
.news_font p{text-indent:2em;font-size:14px;color:rgb(102,102,102);line-height:30px;}
.news_font p strong{font-size:14px;color:rgb(77,77,77);}
.news_font img{width:702px;display:block;margin:auto;margin-top:12px;}
.case_font img{width:252px;height:195px;float:left;display:block;margin:auto;margin:14px 15px;border-radius:3px;}

.company_img{width:100%;height:auto;text-align:center;margin-top:45px;}
.company_img img{max-width:600px;}
.company_font{font-family:微软雅黑;color:rgb(77,77,77);font-size:14px;}
.company_font p{line-height:28px;margin-bottom:10px;font-family:微软雅黑;color:rgb(77,77,77);font-size:14px}
.company_font img{max-width:600px;display:block;margin:auto;}
.company_font p.t1{text-indent:0;line-height:36px;margin-top:16px;margin-bottom:0;font-family:微软雅黑;color:rgb(0,72,170);font-size:18px}

.product_font{padding:10px;font-family:微软雅黑;color:rgb(51,51,51);font-size:14px}
.product_font p{line-height:28px;margin-bottom:6px;font-family:微软雅黑;color:rgb(51,51,51);font-size:14px}
.product_font img{max-width:100%;display:block;margin:auto;}

.contact_font{padding:0px 40px;margin:20px 0px 30px;}
.contact_font p{font-size:14px;color:rgb(77,77,77);line-height:24px;}
.contact_font h1{font-size:24px;color:rgb(77,77,77);font-weight:normal;margin-bottom:10px;}

.contact_con{width:814px;height:auto;overflow:hidden;margin-top:0px;}
.contact_con p{width:814px;height:36px;border-bottom:1px dotted rgb(205,205,205);}
.contact_con p span{width:401px;height:36px;margin-left:6px;color:rgb(77,77,77);line-height:36px;font-family:"宋体";font-size:12px;}

.message_font{width:auto;padding:0 10px;height:auto;font-size:14px;line-height:26px;text-indent:2em;color:rgb(77,77,77);}
.guestbk{ width:640px; float:left;margin-left:80px;}
#guestsmt{ width:640px; float:left;}
.guestbk p{ width:640px; float:left;}

.ask-box{background:#EEE; margin-bottom:30px; float:left;}
.ask-box .lwrap{background:#EEE;/* 修正IE6 */_position:relative;_z-index:10;} /* arrow-effect */
.lwrap span{ float:right; font-size:14px; color:#999;}
.ask-left{ border-left:20px solid #FFF; border-top:20px solid #EEE; margin-top:20px;}
.answer-right{ border-right:20px solid #FFF; border-top:20px solid #4FBCD8;}
.ask-left .lwrap,.answer-right .rwraps{ padding:12px 10px 12px 10px; margin-top:-40px; line-height:25px; width:auto!important; max-width:500px;  /* sets min-width & max-width for ie */ _width: expression(document.body.clientwidth > 500 ? "500px" : "auto");}
.answer-box{background:#4FBCD8;margin-bottom:30px; float:right;}
.answer-box .rwraps{background:#4FBCD8;/* 修正IE6 */_position:relative;_z-index:10; color:#fff;} /* arrow-effect */
.useript{ background-color: white; border-color: #CCCCCC #E2E2E2 #E2E2E2 #CCCCCC; border-style: solid; border-width: 1px;  box-shadow: 1px 2px 3px #F0F0F0 inset; overflow: hidden; padding: 10px 0 8px 8px; vertical-align: middle;}
#guestsmt{ padding:30px 0 30px 10px;}
.guestinfo{ width:580px; height:180px; margin-bottom:15px; float:left;}
#guestsmt p{ width:97%;}
#guestsmt span{float:left;text-align:center;line-height:35px; font-family:"微软雅黑"; font-size:14px;}
.usertel{ width:90px; margin-left:10px;margin-right:10px;float:left;}
.userbtn{ padding:0.2em 0.8em; font-family:"微软雅黑"; font-size:20px; border:none; float:left; cursor:pointer;}
.usersbmt{width:80px;background:rgb(0,111,193);border-radius:3px; box-shadow:2px 2px 2px rgba(0,0,0,0.6);outline:none; color:#fff; float:left; margin-top:15px;}
#articeBottom { font-size: 14px; margin: 6px 0 10px; padding-top: 10px; text-align: right; width: 97%;}

#prev_next{width:812px;height:40px;margin:auto;margin-top:32px;}
#prev_next li{width:812px;height:20px;color:rgb(70,70,70);font-size:12px;font-family: "宋体";line-height:20px;float:left;}
#prev_next li a{color:rgb(70,70,70);font-size:12px;font-family: "宋体";line-height:20px;}
#prev_next li a:hover{color:rgb(227,45,40); text-decoration:underline;}

.page{margin-top: 26px;font-size:14px;}
.page a,.page span{border:1px solid #e9e9e9;display: inline-block;padding: 6px 12px;color: #666;}
.page .num,.page .current{margin: 0 2px;}
.page a:hover,.page .current{color: #fff;background-color: rgb(255,141,41);}
.page .prev:after{content: "\e906";font-family: 'icomoon';vertical-align: middle;}
.page .next:after{content: "\e904";font-family: 'icomoon';vertical-align: middle;}


.tabPostList{}
.tabPostList .tab{ width:100%;}
.tabPostList .tab .alignLeft{ text-align:left !important;}
.tabPostList .tab thead tr{ background:rgb(249,249,249);}
.tabPostList .tab thead tr th{color: rgb(21,60,120);font-size:16px; height:51px; line-height:50px; text-align:center;font-weight:bold;}
/*.tabPostList .tab .alignRight{ text-align:right;}*/
.tabPostList .tab tbody tr{}
.tabPostList .tab tbody tr td{border-bottom:1px solid rgb(220,220,220);}
.tabPostList .tab tbody tr.trEven{ background:rgb(255,255,255);cursor:pointer;}
.tabPostList .tab tbody tr.trEven td{ position:relative;font-size:14px;color:rgb(77,77,77); height:40px; line-height:40px; text-align:center}
.tabPostList .tab tbody tr.trEven td .icon{ background:url(../Image/icon_plus.jpg) no-repeat center center; width:100%; height:100%; position:absolute; left:0; top:0;}
.tabPostList .tab tbody tr.open{ background:rgb(245,245,245);}
.tabPostList .tab tbody tr.open td{ border-bottom:0;}
.tabPostList .tab tbody tr.open td .icon{background:url(../Image/icon_jian.jpg) no-repeat center center;}
.tabPostList .tab tbody tr.trEven:hover{background:rgb(245,245,245);}
.tabPostList .tab tbody tr.trOdd{ background:#fff; display:none; cursor:auto}
.tabPostList .tab tbody tr.trOdd td .postDel{ padding:20px 50px 20px 0}
.tabPostList .tab tbody tr.trOdd td .postDel .disc{ overflow:hidden; margin-bottom:20px;}
.tabPostList .tab tbody tr.trOdd td .postDel .disc .need{ float:left; width:44%; padding-right:5%; border-right:1px dotted #e4e2c4;}
.tabPostList .tab tbody tr.trOdd td .postDel .disc .dis{ float:right; width:44%; padding-left:5%;}
.tabPostList .tab tbody tr.trOdd td .postDel .disc div h1{color: rgb(21,60,120);font-size:16px;margin-bottom:15px;}
.tabPostList .tab tbody tr.trOdd td .postDel .disc div p{ line-height:24px;font-size:14px;font-family:"宋体";color:rgb(77,77,77);}
.tabPostList .tab tbody tr.trOdd td .postDel h3{ font-size:14px; color:#79632d}
.tabPostList .tab tbody tr.trOdd td .postDel h3 a{ color:#026e25; text-decoration:underline}





#full-screen-slider { width:100%; height:564px; float:left; position:relative;z-index:9;}
#slides { display:block; width:100%; height:564px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;float:left;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; bottom:20px; z-index:9900;margin-left:-43px;}
#pagination li { display:block; list-style:none; width:11px; height:11px; float:left; margin-left:9px;  margin-right:9px;border-radius:5px; background:url(../Image/b20.png) no-repeat center;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:url(../Image/b19.png) no-repeat center;}

#fancybox-loading{position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}
#fancybox-loading div{position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url(../Image/../Image/'fancybox.png');}
#fancybox-overlay{position: absolute;top: 0;left: 0;width: 100%;z-index: 1100;display: none;}
#fancybox-tmp{padding: 0;margin: 0;border: 0;overflow: auto;display: none;}
#fancybox-wrap{position: absolute;top: 0;left: 0;padding: 20px;z-index: 1101;outline: none;display: none;}
#fancybox-outer{position: relative;width: 100%;height: 100%;background: #fff;}
#fancybox-content{width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 1102;border: 0px solid #fff;}
#fancybox-hide-sel-frame{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 1101;}
#fancybox-close{position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url(../Image/../Image/'fancybox.png') -40px 0px;cursor: pointer;z-index: 1103;display: none;}
#fancybox-error{color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;}
#fancybox-img{width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;}
#fancybox-frame{width: 100%;height: 100%;border: none;display: block;}
#fancybox-left, #fancybox-right{position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background: transparent url(../Image/../Image/'blank.gif');z-index: 1102;display: none;}
#fancybox-left{left: 0px;}
#fancybox-right{right: 0px;}
#fancybox-left-ico, #fancybox-right-ico{position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;}
#fancybox-left-ico{background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -30px;}
#fancybox-right-ico{background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -60px;}
#fancybox-left:hover, #fancybox-right:hover{visibility: visible; /* IE6 */}
#fancybox-left:hover span{left: 20px;}
#fancybox-right:hover span{left: auto;right: 20px;}
.fancybox-bg{position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;}
#fancybox-bg-n{top: -20px;left: 0;width: 100%;background-image: url(../Image/../Image/'fancybox-x.png');}
#fancybox-bg-ne{top: -20px;right: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -162px;}
#fancybox-bg-e{top: 0;right: -20px;height: 100%;background-image: url(../Image/../Image/'fancybox-y.png');background-position: -20px 0px;}
#fancybox-bg-se{bottom: -20px;right: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -182px;}
#fancybox-bg-s{bottom: -20px;left: 0;width: 100%;background-image: url(../Image/../Image/'fancybox-x.png');background-position: 0px -20px;}
#fancybox-bg-sw{bottom: -20px;left: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -142px;}
#fancybox-bg-w{top: 0;left: -20px;height: 100%;background-image: url(../Image/../Image/'fancybox-y.png');}
#fancybox-bg-nw{top: -20px;left: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -122px;}
#fancybox-title{font-family: Helvetica;font-size: 12px;z-index: 1102;}
.fancybox-title-inside{padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;}
.fancybox-title-outside{padding-top: 10px;color: #fff;}
.fancybox-title-over{position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;}
#fancybox-title-over{padding: 10px;background-image: url(../Image/../Image/'fancy_title_over.png');display: block;}
.fancybox-title-float{position: absolute;left: 0;bottom: -20px;height: 32px;}
#fancybox-title-float-wrap{border: none;border-collapse: collapse;width: auto;}
#fancybox-title-float-wrap td{border: none;white-space: nowrap;}
#fancybox-title-float-left{padding: 0 0 0 15px;background: url(../Image/../Image/'fancybox.png') -40px -90px no-repeat;}
#fancybox-title-float-main{color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url(../Image/../Image/'fancybox-x.png') 0px -40px;}
#fancybox-title-float-right{padding: 0 0 0 15px;background: url(../Image/../Image/'fancybox.png') -55px -90px no-repeat;}
/* IE6 */
.fancybox-ie6 #fancybox-close{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1;}
.fancybox-ie6 #fancybox-title-float-left{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame{height: expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6{position: absolute; margin-top: 0;top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}
#fancybox-loading.fancybox-ie6 div{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg{background: transparent !important;}
.fancybox-ie #fancybox-bg-n{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-ne{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-e{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-se{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-s{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-sw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-w{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-nw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');}
