/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,section,footer {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
li{list-style:none;} 
/* Basic Styling */
a, a:visited {
	color: #000000;
	text-decoration:none;
	-webkit-transition-property: color, left, right;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: ease-in-out; }
html { -webkit-font-smoothing: antialiased; }

div{ text-align:left;}
 
body, html {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-text-size-adjust: none; }
 
header, nav, section, aside, footer { display: block !important; }
body{max-width:640px;background-color:#fff;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.fl_left{ float:left;}
.fl_right{ float:right;}
.clear{clear:both;}
.stretch{ width:100%;}

#wrapper {
	margin: 0 auto;
	width: 100%;
	background-color:#fff;
}
.wp-pagepagenavi span{margin:0px 5px;}
.wp-pagenavi a{margin:0px 5px;}
.wp-pagenavi span a{margin:0px 5px;}
.wp-pagenavi{margin-top:20px;}

/*FONTS*/
@font-face {
    font-family: '·½Õý´ÖËÎ¼òÌå';
    src: url('../../fonts/·½Õý´ÖËÎ¼òÌå.ttf');

}

/*Typography*/
h1{font-family:'MgOpenModataRegular', Arial, Helvetica, sans-serif; font-size:20px; line-height:25px;}
h2{font-family:'MgOpenModataRegular', Arial, Helvetica, sans-serif; font-size:16px; color:#101213;}
p{ color:#4e4e4e; font-size:12px; line-height:18px;margin-top:10px;}


/*Header*/
header{ width:100%;}
/*Navigation*/
header .wap{height:70px;background-color:#eeeeee;}
header .wap #nav{margin-top:10px;}
header .wap img{margin-left:10px;margin-top:15px;width:40%;}

header #did{background-color:#c80f21;height:150px;width:100%;}
header #did img {width:100%;}
header ul.navigation{width:98%; height:30px;margin-left:3%;}
header ul.navigation > li{ list-style:none; text-align:center; float:left;  margin-left:1px; position:relative; width:23.6%;margin-top:1px;}
header ul.navigation li:first-child{}
header ul.navigation li a{ display:block; width:auto;height:30px;line-height:30px; font-size:12px; color:#fff;background-color:#c80f21; }
header ul.navigation li.active a{background:url(../images/nav_item_active.png) repeat-x; color:#f6f9fd;text-shadow: 1px 1px 0 #000000;}
header ul.navigation li.nav_search{ background:none; width:32px; float:right; margin:10px 6px 10px 0px; min-width:inherit;}
header ul.navigation li.nav_search a{background-image:url(../images/nav_icons.png); background-position: -671px -1px; width:25px; height:20px;}
header ul.navigation li.nav_search a:active{background-position: -671px -69px;}
header ul.navigation li span.nav_icon{ display:block; width:50px; height:25px;  clear:both; background-image:url(../images/nav_icons.png); margin:auto; padding-bottom:2px;}
header ul.navigation li span.home{background-position: -3px -5px}
header ul.navigation li span.about{background-position: -74px -5px}
header ul.navigation li span.blog{background-position: -153px -5px}
header ul.navigation li span.contact{background-position: -235px -5px}
header ul.navigation li.active span.home{background-position: -3px -73px}
header ul.navigation li.active span.about{background-position: -74px -73px}
header ul.navigation li.active span.blog{background-position: -153px -73px}
header ul.navigation li.active span.contact{background-position: -235px -73px}
/*Submenu*/
header ul.navigation li.expanded #submenu{ display:block;}
#submenu{display:none; position:absolute; top:46px; left:0px; min-width:150px; width:100%; opacity:0.95; border:solid 1px #212121; padding-top:9px; -webkit-border-radius: 0px 0px 4px 4px;-moz-border-radius: 0px 0px 4px 4px;border-radius: 0px 0px 4px 4px; border-width:0px 0px 1px; z-index:11;}
#submenu li{ list-style:none; padding:4px 5px; margin:0px; text-align:left; border-top:solid 1px #262727; box-shadow: inset 0px 1px 0px #1a1a1a; background:#1f1f1f}
#submenu li:first-child{ border:none;}
#submenu li a{ line-height:100%; padding:10px; color:#727272; text-shadow: 1px 1px 0 #000000; height:auto; width:90%; display:block; background:none; font-weight:normal;}
#submenu li:active{ background:#101010;}
#submenu li:active a{ color:#fff;text-shadow: 1px 1px 0 #1f1f1f;}

/*Share*/
header ul.share{ float:right; margin-right:5px;}
header ul.share li{ width:28px; height:30px; float:left; list-style:none; }
header ul.share li a{ display:block; width:28px; height:30px; background-position: 2px center ;}
header ul.share li a:active{background-position: 0px center!important;}
header ul.share li.twitter a{ background:url(../images/twitter.png) no-repeat center -2px;}
header ul.share li.facebook a{ background:url(../images/facebook.png) no-repeat center -2px;}
header ul.share li.rss a{ background:url(../images/rss.png) no-repeat center -2px;}
/*Logo*/
/*content*/
.wappro{width:100%;}
.wappro li{float:left;width:46%;margin-left:2%;margin-right:2%;max-height:120px; margin-bottom:10px;}
/*Footer*/
footer{ padding:0px 13px; font-size:11px;}
ul.footer_nav{ width:100%;}
ul.footer_nav li{ float:left; padding:0px 8px; border-left:solid 1px #b4b4b4; list-style:none;line-height:100%;}
ul.footer_nav li:first-child{ padding-left:0px; border-left:none;}
ul.footer_nav li a{ color:#000000; text-shadow: 1px 1px 0 #fff;}
footer .copyright{ display:block; color:#fdfdfd;clear:both;text-align:center;padding-bottom:5px;}

/*Section*/
section#main{ display:inline-block;}
.block_module{ background:#fff;}
.block_module h2{ padding:11px 12px;}
.paper_bh_white{  background-repeat:repeat-x; background-position:center bottom; padding-bottom:8px;}
.content_container{ padding:12px 14px; display:block;}
.content_container a, .page a{ text-decoration:underline;}
.page h1{color:#000;}
.page img{width:100%;}

/*Button*/
a.btn{ display:inline-block; line-height:100%; text-decoration:none;}
a.grey_bt_sml{ padding:5px 7px; background-color:#c80f21; color:#fff; }
a.grey_bt_big{ padding:0px 0px 0px 10px;font-size:14px; color:#000;margin-top:30px;}
span.app{ display:inline-block; background:url(../images/app.png) no-repeat center; width:20px; height:22px; position:absolute; left:7px; top:5px;}


/*Hiring*/
section#main .hiring{ position:relative;}
section#main .hiring span.tape_stick{ display:block; width:72px; height:20px; margin:-11px auto 0px auto;}
section#main .hiring img{ float:left; margin-right:3px;}
section#main .hiring a.grey_bt_sml{ position:absolute; right:10px; top:10px;}

/*Slideshow*/
#slideshow{ background-color:#f1f1f1;position:relative;padding-bottom:7px; margin-bottom:38px;}
#slideshow ul li{ list-style:none;}
/*Accordion*/
#accordion_menu{}
#accordion_menu h5{ padding:13px; color:#717c87;line-height:100%;}
#accordion_menu h5 span.arrow{ height:16px; width:15px; background:url(../images/accordion_arw.png) no-repeat center top; display:inline-block; float:right; cursor:pointer;}
#accordion_menu .ac_content{ padding:8px 13px;}
#accordion_menu .ac_content ul, #accordion_menu .ac_content ol{ list-style-position:inside;}
#accordion_menu .ac_content li{ padding:3px 0px;}
#accordion_menu h5.ui-state-active{ background-color:#c80f21; color:#fff;}
#accordion_menu h5.ui-state-active span.arrow{ background-position:center -20px;}

/*Page*/
.page{ padding:15px 20px;}
.page h1{ padding:5px 0px 20px; margin-bottom:10px; background:url(../images/lines.png) repeat-x center bottom;}

/*Blog*/
.blog h1{ margin-bottom:0px;}
.blog h1 a{ text-decoration:none;}
.blog img{ background:#f4f4f4; padding:3px; border:solid 1px #dcdcdc; margin-bottom:10px; margin-right:10px; float:left;max-width:40%;}
.blog .post_date{color:#999999; font-size:11px; display:block; padding-bottom:5px;}
.blog .post_info{ padding:6px 0px 14px; background:url(../images/lines.png) repeat-x center bottom; line-height:100%; font-size:11px; margin-bottom:11px; line-height:17px;}
.blog .post_info .posted_by { width:165px; display:inline-block;}
.blog .post_info .posted_by a{ font-weight:bold; text-decoration:none;}
.blog .post_info a.comments{ float:right; padding-left:25px; background:url(../images/comment.png) no-repeat left center; text-decoration:none;}
.blog a.like{ display:block; float:right; padding:1px 22px 1px 0px; background:url(../images/like.png) no-repeat right 1px; text-decoration:none; color:#828282;}
.tags{ border-top:solid 1px #d9d9d9; margin-top:12px; padding:10px 0px; font-size:11px; clear:both; display:inline-block; width:100%;}
.tags ul{ display:inline-block;}
.tags ul li{ list-style:none; line-height:100%; padding:4px 5px; background-color:#e2e2e2; margin-left:10px; float:left;}
.tags ul li:first-child{ margin-left:0px;}
.tags span{float:left; padding-right:10px;}
.tags ul li a{ color:#4e4e4e; text-decoration:none;text-shadow: 0px 1px 0 #fff;}

/*Comment*/
#comments li{ list-style:none; padding:12px 13px; border-top:solid 1px #dddddd;}
#comments li.odd{ background-color:#f1f1f1;}
#comments li.even{ background-color:#ffffff;}
#comments li img{ float:left; margin:2px 15px 2px 0px;}
#comments li h5{ padding-bottom:5px;}
#comments li span{color:#a3a3a3; font-size:11px; display:block; text-align:right; padding-top:5px;}
#comments li h5 a{color:#000000; font-size:14px; padding-bottom:5px;}
#comments li .comment_body{ margin-left:62px;}

.comment_form{ background-color:#383f4b;}
.comment_form h2{ color:#fff; text-shadow: 0px 1px 0 #242424;}
#moby_form{ padding-bottom:10px;}
#moby_form li{ list-style:none; padding:5px 13px; text-align:right;}
#moby_form li input[type=text], #moby_form li input[type=email], #moby_form li textarea{ border:solid 1px #2d333d; padding:10px 0px 7px 0px; background:#e3e3e3; box-shadow: inset 0px 0 8px #626262; width:99%; font-size:13px; color:#8b8b8b; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; font-family:Arial, Helvetica, sans-serif; text-indent:8px;}
#moby_form li input[type=text]:focus, #moby_form li textarea:focus{ box-shadow: inset 0px 0 5px #fff; color:#333;}
#moby_form li input[type=submit]{ border:none; background:url(../images/submit.png) no-repeat left center; padding:7px 25px 5px 45px; font-size:14px; font-family:'MgOpenModataBold'; text-shadow: 0px 1px 0 #275d8c; color:#fff; line-height:100%; box-shadow: 0 1px 2px #2c2c2c; cursor:pointer; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#moby_form li input[type=submit]:active{box-shadow: 0 0px 2px #000; cursor:pointer; text-shadow: 0px 0px 1px #275d8c; color:#cee2f3;}

/*Contact*/
#contact{width:287px; display:inline-block;}
#contact li{ padding:13px 10px 13px 50px; border-top:solid 1px #ececec; list-style:none;}
#contact li.address{background:url(../images/location.png) no-repeat 10px 7px;}
#contact li.telephone{background:url(../images/telephone.png) no-repeat 10px 7px;}
#contact li.website{background:url(../images/website.png) no-repeat 10px 7px;}

/* Border Radius */
.block_module, .btn, .blog img, .tags ul li{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
/* Box Shadow */
.block_module{-webkit-box-shadow:0 0px 2px #989898;;	box-shadow: 0 0px 2px #989898; display:inline-block; width:100%;background:url(../images/beijin_02.png) ;}

	
/* Style for the contact form and status messages */

.statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
.statusMessage {
  display: none;
  margin: auto;
  width: 80%;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}

#contactForm.positioned, .statusMessage {
  left: 5px;
  top: 50%;
}

.statusMessage {
  margin-top: -1em;
}

.text{width:20%;}
.input{width:80%;}

.footer{height:60px;width:100%;max-width:640px;margin:0 auto;}
.footer-con{width:100%;max-width:640px;margin:0 auto;border-top:2px #fff solid;padding-top:10px;height:50px;position:fixed; z-index:100; bottom:0;background:#076f75;-webkit-transition:right .5s ease;transition:right .5s ease;}
.footer li{ float:left; width:25%;}
.footer li a{display:block;height:50px;padding:25px 0 0 0;text-align:center;font-size:14px;color:#fff;cursor:pointer;}
.footer li.zx a{background:url(../images/ico-tel2.png) center 2px no-repeat;background-size:20px 20px;}
.footer li.dz a{background:url(../images/ico-home.png) center 0px no-repeat;background-size:22px 25px}
.footer li.dx a{background:url(../images/dx.png) center 2px no-repeat;background-size:20px 20px}
.footer li.dh a{background:url(../images/dhtb.png) center 2px no-repeat;background-size:20px 20px}
.wapprotime a{text-decoration:none;}
.wapprotime{font-size:14px;margin-top:10px;}
.wapprotime li{margin-bottom:15px;}
.wapprotime li span{background-color:#a60f08;color:#fff;padding:5px;margin-right:5px;border-radius:3px;}
a.telbuy{display:block;background-color:#faab00;color:#fff;padding:5px;margin-right:5px;border-radius:3px;text-align:center;}
a.proxq{display:block;background-color:#a60f08;color:#fff;padding:5px;margin-right:5px;border-radius:3px;text-align:center;width:80px;margin-top:10px;text-decoration:none;margin-bottom:10px;}
.li_erji{margin-top:30px;padding-top:10px;padding-bottom:10px;padding-left:10px;margin-left:2px;background-color:#fff;width:96%;}
.li_erji li{float:left;margin-bottom:5px;text-align:center;width:28%; background-color:#e79e11;margin-left:1%;padding:5px 5px 5px 5px;}
.li_erji li a{color:#fff;}

/***/
#nav {
  line-height: 30px;  list-style-type: none; background:#000;float:right;font-size:16px;
}
#nav a {
 display: block; width: 140px; text-align:center;
}

#nav a:link  {
 color:#fff; text-decoration:none;
}
#nav a:visited  {
 color:#fff;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;

}

#nav li {
 float: left; width: 140px; background:#000;line-height:45px;border-bottom:1px solid #bfbfbf;
}
#nav li a:hover{
 width:140px;
}
#nav li ul {
 line-height: 27px;  list-style-type: none;
 left: -999em; width: 140px; position: absolute;
}
#nav li ul li{
 float: left; width: 140px;
 background: #fff;
 text-align:center;
}


#nav li ul a{
 display: block; width:140px;text-align:center;
}

#nav li ul a:link  {
 color:#fff; text-decoration:none;
}
#nav li ul a:visited  {
 color:#fff;text-decoration:none;
}
#nav li ul a:hover  {
 color:#fff;text-decoration:none;font-weight:normal;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
/**/
        body {
           
            margin-right: auto;
            margin-bottom: 10px;
            margin-left: auto;
            text-align: center;
            height: auto;
            width: auto;
            background:url(../images/beijin_02.png);
            font-size: 12px;
            color: #000000;
        }
        #container {
            text-align: left;
            width: 760px;
            height: 400px;
            background-color: red;
            padding: 20px;
        }
        #container #title {
            height: 28px;
        }
        #container #title li {
            float: left;
            list-style-type: none;
            height: 28px;
            line-height: 28px;
            text-align: center;
            margin-right: 1px;
        }
        #container #title ul {
           
            height: 28px;
        }
        #container #title a {
            text-decoration: none;
            color: #000000;
            display: block;
            width: auto;
            background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left -29px;
        }
       
        #container #title .selectli1 {
            text-decoration: none;
            color: #ffffff;
            display: block;
            width: auto;
            background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left -87px;
        }
        #container #title a .selectspan1 {
            display: block;
            background: url(/texiao/tab_selected_right_bk2.gif) no-repeat right -87px;
            padding: 0 15px 0 15px;
        }
        #container #title .selectli2 {
            text-decoration: none;
            color: #ffffff;
            display: block;
            width: auto;
            background: url(/texiao/tab_selected_left_bk2.gif) no-repeat left 0px;
        }
        #container #title a .selectspan2 {
            display: block;
            background: url(/texiao/tab_selected_right_bk2.gif) no-repeat right 0px;
            padding: 0 15px 0 15px;
        }
        .hidecontent {display:none;}
		
#div1{  
    width:140px;  
    height:200px;  
    background:white;  
    display:none;
	margin-top:60px;
	
}
#div1 #nav li:nth-child(10){  
    display:none;
	
}  
iframe{max-width:320px;}
 .page .t2{max-width:320px;}
 .page .t1{max-width:320px;}
 /*block*/

.block img:nth-child(1){display:block;margin:0 auto;margin-top:10px;}
.block img:nth-child(2){max-width:360px;margin-top:10px;}
.block span{background-color:red;display:block;width:90px;color:white;line-height:25px;text-align:center;border-radius: 5px;margin:20px auto;}
/*block1*/
.block1{height:350px;}
.block1 img:nth-child(1){display:block;margin:0 auto;margin-top:10px;}
/*block2*/
.block2{height:480px;}
.block2  img:nth-child(1){display:block;margin:0 auto;margin-top:10px;}
.block2 span{display:block;width:160px;height:30px;line-height:30px;color:red;text-align:center; font-family:KaiTi ;font-size:18px;}
/*block3*/
.block3{height:380px;width:100%;background-color:#eeeeee;}
.block3 img:nth-child(1){display:block;margin:0 auto;margin-top:10px;background-color:#eeeeee;}

/*cxlmul*/
.bejin1{background-image:url(../images/ÊÖ»úÍøÕ¾_32.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:67px;}
.bejin2{background-image:url(../images/ÊÖ»úÍøÕ¾_48.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:55px;}
.cxlmul{width:99%;margin:0 auto;}
.cxlmul li{width:25%;float:left;height:110px;}
.cxlmul li a{display:block;width:80%;margin:5px auto;height:115px;text-align:center;font-size:14px;}
.cxlmul li a img{width:100%;}

/*hsqj*/
.hsqj{width:100%;}
.hsqj img{width:100%;display:block;}
.cxbk{width:100%;padding-top:5px;}
.cxzlbt2{text-align:center;font-size:15px;height:35px;line-height:35px;color:#565656;font-family:"Î¢ÈíÑÅºÚ";border-bottom:1px solid #ebebf1;padding:0 0 10px 0;}
.cxzlbt1{text-align:center;font-size:15px;height:35px;margin-top:20px;line-height:35px;color:#565656;font-family:"Î¢ÈíÑÅºÚ";font-weight:bold;}
/*hscpzxbg*/
.hscpzxbg{width:100%;background-color:#fff2ea;}
.hscpzxbg .hscpzxbt{width:100%;}
.hscpzxbg .hscpzxbt img{width:100%;}
.hscpzxbg .hscptp{width:100%;}
.hscpzxbg .hscptp li{width:26%;float:left;margin-left:12%;margin-right:12%;}
.hscpzxbg .hscptp li a{width:100%;display:block;}
.hscpzxbg .hscptp li a img{width:100%;}
/*cxnews*/
.cxnews{width:100%;background-color:#fff;}
.cxnews li{width:98%;border-bottom:1px solid #a8a8a8;float:Left;margin-left:1%;height:35px;line-height:35px;}
.cxnews li a{height:35px;line-height:35px;float:Left;color:#}
.cxnews li img{width:8px;margin:0 4px;margin-top:10px;float:Left;}
.cxnews li span{float:right;margin-right:2px;line-height:35px;color:#a8a8a8;}

.hscptdbg{width:100%;background-image:url(../images/hscptdbg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:250px;}
.hscptdbt{width:100%;}
.hscptdbt img{width:100%;}
/**/
.m15{margin-top:15px;}
.bodycenter{max-width:640px;margin:0 auto;background-color:#f5f5f5;}
.top-block{width:100%;height:60px;max-width:640px;background-color:#f8f8f8;}
.top-logo{width:253px;margin:12px auto;float:left;}


.m-food{width:98%;margin-left:1%;margin-right:1%;}
.m-food li{float:left;width:49%;margin-left:0.5%;margin-left:0.5%;margin-top:10px;overflow:hidden;}
.m-food li .m-food-pic{width:100%;overflow:hidden;}
.m-food li img{width:100%;}
.m-food li .m-food-text{width:100%;height:24px;background-color:#fff;font-size:14px;text-align:center;line-height:24px;}
.m-company{background-image:url(../images/hezuo_02.png);width:100%;padding-top:5px;height:500px;background-size:100% 500px;margin-top:10px;}
.company-pic{width:98%;margin-left:1%;margin-right:1%;height:150px;border:1px #9f9f9f solid;overflow:hidden;}
.company-pic img{width:100%;}
.company-text{color:#dfdfdf;margin-top:10px;font-size:14px;line-height:24px;border-bottom:1px #999999 solid;padding-bottom:10px;width:98%;margin-left:1%;margin-right:1%;}
#roll1{width:98%;margin-left:1%;height:200px;overflow:hidden;margin-right:1%;margin-top:10px;}
.rollclass{width:900%;}
.rollclass div{height:20px;line-height:20px;text-align:center;}
.rollclass img{height:180px;}
#rollleft1 li{float:left;margin-left:10px;}
#rollright1 li{float:left;margin-left:10px;}
#rollleft1,#rollright1{float:left;}
.m-diliao{width:98%;margin-left:1%;margin-right:1%;margin-top:10px;}
.m-diliao div img{width:100%;}
.m-wuliu{width:98%;margin-left:1%;margin-right:1%;height:140px;overflow:hidden;margin-top:10px;}
.m-wuliu .wuliu-one{float:left;background-color:#000;width:49%;margin-left:0.5%;margin-right:0.5%;height:140px;overflow:hidden;text-align:center;}
.m-wuliu .wuliu-one img{height:80%;margin-top:10%;}
.m-wuliu .wuliu-two{float:left;width:49%;margin-left:0.5%;margin-right:0.5%;overflow:hidden;height:140px;}
.m-wuliu .wuliu-two img{height:140px;}
.m-newslist{width:92%;margin-left:1%;margin-right:1%;margin-top:10px;background-image:url(../images/hezuo_02.png);height:190px;background-size:cover;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5%;}
.m-newslist dd a{color:#fff;font-size:14px;display:block;height:24px;}
.m-newslist .listpic{float:left;height:20px;}
.m-newslist .listpic img{height:12px;margin-right:5px;}
.m-newslist .listtext{float:left;height:20px;line-height:20px;}
.m-newslist .listdate{float:right;height:20px;line-height:20px;}
.foot-bg{width:100%;margin-top:10px;text-align:left;padding-top:5px;padding-bottom:5px;font-size:10px;background-color:#179299;margin-top: 22px;color:#ffffff;font-family: "ËÎÌå";line-height: 24px;}
.foot-bg a{color:#000;}
.foot-bg img{margin-top:5px;}
.foot-xx{float:left;margin-top:25px;}
.erjilanmu{margin-top:5px;width:99%;margin-left:0.5%;float:left;border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;padding-bottom:5px;margin-bottom:10px;}
.erjilanmu li{width:24%;line-height:30px;height:30px;margin-top:5px;text-align:center;float:Left;border:1px solid #e6e6e6;margin-left:0.12%;margin-right:0.12%;}
.erjilanmu li a{font-size:12px!important;color:#000;}
.m-content img{width:100%;}
.list-content{width:98%;margin-left:1%;margin-right:1%;margin-top:10px;}
.newslists{width:100%;margin-top:10px;margin-bottom:10px;padding-top:5px;}
.newslists .list-title{font-size:14px;font-weight:bold;}
.list-contents{padding-bottom:5px;padding-top:5px;margin-top:5px;background-color:#ececec;padding-left:5px;padding-right:5px;}
.newsContent{width:98%;margin-left:1%;margin-right:1%;margin-top:15px;}
.newsContent h1{font-size:14px;font-weight:bold;text-align:center;}
.conpic{text-align:center;}
.commmon-album{width:99%;margin-left:0.5%;margin-right:0.5%;}
.commmon-album li{float:left;width:49%;margin-left:0.5%;margin-right:0.5%;margin-top:10px;} 
.commmon-album li a{display:block;width:100%;overflow:hidden;} 
.commmon-album li img{height:200px;display:block;margin:0 auto;}
.commmon-news{width:99%;margin-left:0.5%;margin-right:0.5%;padding-bottom:10px;}
.commmon-news li{height:26px;line-height:26px;margin-left:10px;}
.commmon-news li a{font-size:14px;}
.m-content{width:98%;margin-left:1%;margin-right:1%;overflow:hidden;}

.wjflzbg{width:100%;border-bottom:1px solid #ececec;}
.wjflz{width:1200px;margin:0 auto;}
.wjflz .logo{width:448px;float:left;margin-top:20px;}
.wjflz .qz{float:right;margin-top:30px;}
.wjflz .qz img{float:left;width:71px;}
.wjflz .qz .zs{float:left;margin-left:5px;}
.wjflz .qz .zs .zw{font-size:12px;font-family:"ËÎÌå";color:#333333;line-height:21px;}
.wjflz .qz .zs .sjh{font-size:22px;font-family:"Arial";color:#b52e23;}

.ld{width:1200px;margin:0 auto;}

.ld .navdh{width:100%;}
.ld .navdh .dhct{width:100%;}
.ld .navdh .dhct ul{width:100%;}
.ld .navdh .dhct ul li{width:171px;float:left;height:48px;line-height:48px;text-align:center;}
.ld .navdh .dhct ul li:nth-child(1){width:171px;font-size:16px;display:block;text-align:center;color:#fff;height:50px;line-height:50px;font-family:"ËÎÌå";background-color:#ba0006;}
.ld .navdh .dhct ul li:nth-child(1) a{display:block;text-align:center;color:#fff;height:20px;line-height:20px;font-family:"ËÎÌå";background-color:#ba0006;border-right:none;}
.ld .navdh .dhct ul li a{width:100%;font-size:16px;margin-top:15px;display:block;border-right:1px dashed #999999;text-align:center;color:#000;height:20px;line-height:20px;font-family:"ËÎÌå";}

.banner{width:100%;height:697px;}
.banner img{width:100%;height:100%;}
.banner{height:697px;position:relative;}
.banner .ban_c{display:none;position:absolute;left:0;top:0;width:100%;height:697px;overflow:hidden;}
.banner .ban_c img{position:absolute;width:100%;top:0;}
.banner .ban_nav{display:none;}
.banner .Left,.banner .Right{position:absolute;width:64px;height:64px;background:url(../images/zuo.png) no-repeat ;right:10%;top:40%;}
.banner .Left{position:absolute;left:0px;}
.banner .Right{position:absolute;right:0px;background-position:-60px 0;background:url(../images/you.png) no-repeat ;}

.rsk{width:100%;height:64px;background-color:#ffffff;border-bottom:1px dashed #69301c;}
.rsk .rskjz{width:1200px;height:64px;margin:0 auto;}
.rsk .rskjz .gjc{width:575px;float:left;}
.rsk .rskjz .gjc img{width:62px;float:left;height:33px;margin-top:15px;}
.rsk .rskjz .gjc .wz{width:400px;float:left;height:33px;line-height:64px;color:#ba0006;}
.rsk .rskjz .gjc .wz span{font-size:14px;margin-lefT:20px;font-family:"ËÎÌå";color:#444444;line-height:64px;}
.rsk .rskjz .ssk{width:290px;float:right;margin-top:16px;}
.rsk .rskjz .ssk .ssanniu{width:45px;float:left;margin-top:16px;height:34px;background-image:url(../images/sousk.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;border:none;}
.rsk .rskjz .ssk .shuruk{width:240px;float:left;height:30px;margin-top:16px;background-color:transparent;border:1px solid #767676;}

.wjfjjbg{width:100%;background-color:#f7f7f7;}
.wjfjjbg .wjfjjbt{width:100%;margin-top:44px;font-size:25px;font-family:"Î¢ÈíÑÅºÚ";color:#494949;text-align:center;}
.wjfwl{width:100%;}
.wjfwl img{width:100%;margin:33px auto;display:block;}
.wjftp{width:100%;}
.wjftp .zsjmtp{width:100%;}
.wjftp .zsjmtp img{width:100%;}
.wjftp .lsdz{width:100%;}
.wjftp .lsdz img{width:100%;}
.wjftp .lsdz .lsdzwz{width:80%;font-size:18px;font-family:"Î¢ÈíÑÅºÚ";color:#686868;line-height:30px;margin:0 auto;}
.wjftp .lsdz .lsdzwz span{font-size:18px;font-family:"Î¢ÈíÑÅºÚ";color:#ba0006;}
/*Íò¼Ò¸£²úÆ·*/
.wjfcpbg{width:100%;background-color:#ffffff;}
.wjfcp{width:100%;}
.wjfcp .wjfcptt{width:214px;height:700px;margin-top:30px;margin-bottom:30px;float:left;background-image:url(../images/ttbg.png);background-position:center;background-repeat:no-repeat;background-size:cover;}
.wjfcp .wjfcptt .ttbt{width:100%;margin-top:34px;}
.wjfcp .wjfcptt .ttbt .zw{width:100%;font-size:20px;color:#ffeac4;font-family:"Î¢ÈíÑÅºÚ";text-align:center;}
.wjfcp .wjfcptt .ttbt .yw{width:100%;line-height:38px;font-size:12px;color:#ffeac4;font-family:"Î¢ÈíÑÅºÚ";text-align:center;}
.wjfcp .wjfcptt .fl{width:100%;}
.wjfcp .wjfcptt .fl .flbt{width:169px;height:30px;line-height:30px;text-align:center;margin-left:20px;font-size:14px;color:#ba0006;font-family:"ËÎÌå";background-image:url(../images/flbg.png);background-position:center;background-repeat:no-repeat;background-size:cover;}
.wjfcp .wjfcptt .fl li{width:155px;line-height:37px;margin:0 auto;font-size:14px;color:#ffeac4;font-family:"ËÎÌå";border-bottom:1px dashed #ffeac4;}
.wjfcp .wjfcptt .fl li a{color:#ffeac4;}
.wjfcp .wjfcptt .fl li img{display:inline;margin-left:15px;margin-right:7px;margin-top:9px;}
.wjfcp .cptp{float:left;width:100%;}
.wjfcp .cptp .tbbt{width:100%;border-bottom:2px solid #ba0006;}
.wjfcp .cptp .tbbt .rmcp{float:left;font-size:16px;line-height:44px;width:137px;text-align:center;font-family:"Î¢ÈíÑÅºÚ";color:#ffffff;background-color:#ba0006;border-radius:10px 10px 0 0;}
.wjfcp .cptp .tbbt .tjcp{float:left;font-size:16px;line-height:44px;width:137px;text-align:center;font-family:"ËÎÌå";color:#ba0006;}
.wjfcp .cptp .tbbt .gd{float:right;font-size:16px;line-height:44px;width:137px;text-align:right;font-family:"Arial";color:#ba0006;}
.rmcptp{width:100%;}
.rmcptp li{width:46%;float:left;margin-top:0px;margin-left:2%;margin-right:2%;}
/*Íò¼Ò¸£¹ã¸æÎ»*/
.wjfjsggw{width:100%;margin-top:20px;padding-top:46px;padding-bottom:20px;background-image:url(../images/ggbg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;}
.ggms{width:100%;text-align:center;color:#fff;font-size:23px;font-family:"ºÚÌå";}
.ggjs{width:100%;line-height:36px;margin:25px auto;border-top:1px solid #e9ca92;border-bottom:1px solid #e9ca92;text-align:center;color:#e9ca92;font-size:18px;font-family:"ºÚÌå";}
.wjfjsggw1{width:100%;padding-top:46px;padding-bottom:20px;background-image:url(../images/ggwbg2.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;}
.ggms1{width:100%;text-align:center;color:#fff;font-size:25px;font-family:"Î¢ÈíÑÅºÚ";}
.ggjs1{width:100%;line-height:36px;text-align:center;color:#fff;font-size:12px;font-family:"Arial";}
.fwzx{width:96%;margin:0 auto;}
.fwzx .ljzx1{width:106px;height:37px;margin-left:10px;float:left;line-height:37px;border-radius:4px;font-size:18px;color:#000;text-align:center;background-color:#ffeac4;}
.fwzx .rxdh{height:37px;float:left;line-height:37px;font-size:20px;font-family:"Arial";color:#e9ca92;}

.zxdh{width:100%;}
.zxdh .sjdh{width:100%;font-size:23px;line-height:50px;color:#ffeac4;font-weight:bold;text-align:center;}
.zxdh .ljzx{width:136px;height:37px;line-height:37px;border-radius:16px;margin:0 auto;font-size:18px;color:#000;text-align:center;background-color:#ffeac4;}
.zxdh .ljzx a{font-size:18px;color:#000;text-align:center;}


.aui-nav-list-box .gd{
    float:right;
	line-height:44px;
	color:#ba0006;
}

.aui-nav-list-box .gd a{
	color:#ba0006;
}
.aui-nav-list-box ul li {
    float: left;
      color: #000;
    height: 45px;
    cursor: pointer;
   line-height: 44px;
    width: 137px;
    text-align: center;
    border-radius: 30px;
}

.aui-nav-list-box ul .aui-current {
	line-height: 44px;
    width: 137px;
    color: #fff;
	background-color: #ba0006;
    border-radius: 10px 10px 0 0;
}

.aui-nav-list-box ul .aui-current a {
    color: #fff;
}

.aui-page-list {
    width: 96%;
	margin:0 auto;
    position: relative;
    overflow: hidden;
}

.aui-nav-list-box {
    zoom: 1; border-bottom: none;
    z-index: 110;
    width: 100%;
    display: block;
	height:44px;
    border-bottom: 2px solid #ba0006;
	margin-top:25px;
}

.aui-page-list li:nth-child(1){float:left;width:46%;height:100px;margin-left:0px;}
.aui-page-list li:nth-child(3){float:left;width:46%;height:100px;margin-left:0px;}
.aui-page-list li:nth-child(5){float:left;width:46%;height:100px;margin-left:0px;}
.aui-page-list li:nth-child(7){float:left;width:46%;height:100px;margin-left:0px;}
.aui-page-list li{float:left;width:46%;height:100px;margin-left:2%;margin-top:20px;}
.aui-page-list li .tp{width:100%;text-align:center;}
.aui-page-list li .tp img{width:100%;}
.aui-page-img {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 24px;
    overflow: hidden;
}

.hsmycpbg{width:100%;}
.hsmycpbg .aui-nav-content-box{width:100%;}
.hsmycpbg .aui-page-listx{width:100%;}
.hsmycpbg .aui-nav-list-box{width:100%;}
.hsmycpbg .aui-nav-list-box ul{width:70%;}
.hsmycpbg .aui-nav-list-box ul .aui-current{width:100px;}
.hsmycpbg .aui-nav-list-box ul li{width:100px;}
.hsmycp{width:1200px;margin:0 auto;}
.hsmycpbt{width:670px;height:180px;margin:0 auto;}
.hsmycpbt img{width:100%;height:100%;}
.hsmycpdh{width:982px;margin:30px auto;}
.hsmycpdh li{width:143px;height:43px;float:left;line-height:43px;margin-left:10px;text-align:center;border-radius:30px;border:1px solid #939290;}
.hsmycpdh li:nth-child(1){width:143px;height:43px;line-height:43px;margin-left:10px;text-align:center;border-radius:30px;border:1px solid #939290;background-color:#a8643b;color:#fff;}
.hsmycptp{width:1200px;margin:0 auto;}
.hsmycptp li{width:200px;float:left;margin-left:50px;}
.hsmycptp li a{width:100%;}
.hsmycptp li a .tp{width:100%;height:440px;}
.hsmycptp li a .tp img{width:100%;height:100%;}
.hsmycptp li a .wz{width:100%;font-size:18px;font-family:"Î¢ÈíÑÅºÚ";line-height:50px;text-align:center;color:#000;}
.hsmycptp li:nth-child(1){width:200px;float:left;margin-left:0;}
.common-top{width:100%;min-width:1200px;height:86px;padding-top:20px;height:118px;background-color:#eeedee;}
.w1200{width:1200px;margin:0 auto;}
.w12002{width:1200px;margin:0 auto;height:50px;line-height:50px;position:relative;}
.w1200 .common-top-logo{float:left;width:624px;height:73px;overflow:hidden;margin-top:20px;}
.w1200 .common-top-tel{float:left;width:576px;margin-left:0px;}
.w1200 .common-top-tel .phone{float:left;width:53px;height:57px;margin-top:25px;margin-left:116px;}
.w1200 .common-top-tel .phone img{width:53px;height:57px;}
.w1200 .common-top-tel .ewm{float:left;width:100px;height:100px;}
.w1200 .common-top-tel .ewm img{width:100%;height:100%;}
.common-top-tel2{float:left;margin-left:5px;margin-right:30px;margin-top:26px;padding-right:30px;}
.common-top-tel2 .hyld{color:#5b5b5b;font-size:16px;line-height:30px;font-family:"Î¢ÈíÑÅºÚ";}
.common-top-tel2 .rxdh{color:#3a3a3a;font-size:30px;line-height:30px;font-family:"Î¢ÈíÑÅºÚ";}
.common-top-ss{float:Left;margin-left:125px;}
.common-top-nav{width:960px;float:left;height:50px;}
.common-top-nav .drop-menu-effect{width:106px;height:50px;float:left;text-align:center;}
.common-top-nav .drop-menu-effect:nth-child(10){display:none;}
.common-top-nav .drop-menu-effect .submenu1{width:106px;z-index:1;text-align:center;background-color:#fff;}
.common-top-nav .drop-menu-effect .submenu1 li{width:106px;text-align:center;float:left;}
.common-top-nav1{width:960px;float:left;height:50px;margin-left:240px;}
.common-top-nav1 #gglanmu{float:left;text-align:center;width:106px;}
.common-top-nav #gglanmu{float:left;text-align:center;width:106px;}
.huo{position:relative;}
.huo img{position:absolute;top:0px;right:0px;z-index:999;}
.common-top-nav1 #gglanmu a{color:#fff;text-align:center;line-height:50px;display:block;width:120px;height:50px;color:#000;font-size:16px;}
.common-top-nav #gglanmu a{color:#fff;text-align:center;line-height:50px;display:block;width:120px;height:50px;color:#000;}
.common-top-twonavbg{position:absolute;z-index:9999;width:300px;height:442px;background-color:#000;opacity:0.8;filter:alpha(opacity=80);}
.common-top-twonav{position:absolute;z-index:99999;width:280px;margin-left:10px;}
.common-top-twonav dl dd{height:40px;border-bottom:1px #73797e solid;}
.common-top-twonav dl dd a{color:#ffffff;font-size:14px;line-height:40px;}
.common-top-twonav dl dd a span{float:right;}
.common-top-twonav dl dd a span img{height:10px;margin-top:15px;margin-right:5px;}
/*yewuul*/
.yewuul{width:723px;float:left;}
.yewuul li a img{float:Left;margin-left:5px;margin-top:42px;}
.yewuul li{width:240px;height:118px;float:left;border:1px solid #cccccc;margin:0 0 -1px -1px;}
.liyuan{width:129px;height:85px;margin-top:28px;float:Left;margin-left:27px;}
.liyuan b{line-height:30px;font-size:18px;font-weight:100;}
.liyuan span{    
font-size: 12px;
    color: #666;
    padding: 10px 0;
    display: block;width:129px;}
.cxzxgg{
	float:left;border:1px solid #cccccc;
	border-left:none;
	width:244px;
	height:238px;

}
.cxzxggx{
	width:100%;
	font-size:18px;
}
.cxzxggx .cxtp1{display:block;border-bottom:1px solid #cccccc;height:119px;width:243px;}
.cxzxggx .cxtp2{display:block;height:118px;width:243px;}
.cxzxgg ul{width:100%;overflow:hidden;margin-top:10px;}
.cxzxgg li{width:100%;line-height:30px;height:30px;}


.slide .ban_nav{display:none;}
/*ºèÉ­²úÆ·ÌØµã*/
.wjfcptd{width:100%;}
.wjfcptd .wjfcptdjz{width:1200px;margin:0 auto;}
.wjfcptd .wjfcptdjz .wjfcptdbt{width:558px;margin:0 auto;padding-top:55px;}
.wjfcptd .wjfcptdjz .wjfcptdbt img{width:100%;height:100%;}
.wjfcptd .wjfcptdjz .wjfcptdlm{width:100%;margin-top:27px;}
.wjfcptd .wjfcptdjz .wjfcptdlm .zdh{width:338px;margin-right:20px;float:left;}
.wjfcptd .wjfcptdjz .wjfcptdlm .zdh li{width:100%;height:67px;line-height:67px;margin-top:6px;text-align:center;background-image:url(../images/lmk.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:"Î¢ÈíÑÅºÚ";font-size:24px;}
.wjfcptd .wjfcptdjz .wjfcptdlm .zdh li:nth-child(1){width:100%;height:67px;line-height:67px;margin-top:0px;text-align:center;background-image:url(../images/lmk.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;}
.wjfcptd .wjfcptdjz .wjfcptdlm .zdh .current{width:100%;height:67px;line-height:67px;margin-top:6px;text-align:center;background-image:url(../images/lmk1.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;}
.wjfcptd .wjfcptdjz .wjfcptdlm .wjfcptdyt{width:834px;float:left;}
.wjfcptd .wjfcptdjz .tdms{width:1200px;margin:37px auto;}
.wjfcptd .wjfcptdjz .tdms .tm1{width:103px;float:left;margin-left:109px;}
.wjfcptd .wjfcptdjz .tdms .tm1 img{width:100%;height:100%;}

.wjfdzal{width:100%;position:relative;}
.wjfdzal .wjfdzalbt{width:100%;}
.wjfdzal .wjfdzalbt img{width:100%;}

.wjfysbg{width:100%;background-color:#f7f7f7;}
.wjfysbg .wjfys{width:100%;}
.wjfysbg .wjfysbt{width:100%;}
.wjfysbg .wjfysbt img{width:100%;}
.wjfysbg .wjfysnr{width:100%;}
.wjfysbg .ms{width:100%;}
.wjfysbg .ms .mswz{width:98%;margin:0 auto;}
.wjfysbg .ms .mswz1{width:98%;margin:0 auto;}
.wjfysbg .ms .mswz1 .msbt{font-size:22px;font-family:"Î¢ÈíÑÅºÚ";color:#bc1402;font-weight:bold;margin-top:30px;}
.wjfysbg .ms .mswz1 .msnr{font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#666666;margin-top:18px;}
.wjfysbg .ms .mswz .msbt{font-size:22px;font-family:"Î¢ÈíÑÅºÚ";color:#bc1402;font-weight:bold;margin-top:30px;}
.wjfysbg .ms .mswz .msnr{font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#666666;margin-top:18px;}
.wjfysbg .ms .mstp{width:100%;}
.wjfysbg .ms .mstp img{width:100%;}
.wjfysbg .ms .mstp1{width:100%;}
.wjfysbg .ms .mstp1 img{width:100%;}

/***/
#nav {
	width:100%;
	height:100%;
  line-height: 30px;  list-style-type: none; font-size:16px;background:rgba(0,0,0,0.6);
}
#nav a {
 display: block; width: 100%; text-align:center;
}

#nav a:link  {
 color:#fff; text-decoration:none;
}
#nav a:visited  {
 color:#fff;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;

}

#nav li {
 width: 100%; background:rgba(0,0,0,0.6);line-height:60px;border-bottom:1px solid #bfbfbf;
}
#nav li :nth-child(1){
 width: 100%; background:rgba(0,0,0,0.4);line-height:60px;border-bottom:1px solid #bfbfbf;
}
#nav li a:hover{
 width:100%;
}
#nav li ul {
 line-height: 27px;  list-style-type: none;
 left: -999em; width: 140px; position: absolute;
}
#nav li ul li{
 float: left; width: 140px;
 background: #fff;
 text-align:center;
}


#nav li ul a{
 display: block; width:100%;text-align:center;
}

#nav li ul a:link  {
 color:#fff; text-decoration:none;
}
#nav li ul a:visited  {
 color:#fff;text-decoration:none;
}
#nav li ul a:hover  {
 color:#fff;text-decoration:none;font-weight:normal;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#div1{  
    width:100%;  
    height:100%;  
    background:white;  
    display:none;
	margin-top:68px;
	
}
.top-block{width:100%;height:78px;max-width:640px;background-color:#fff;}
/*ºèÉ­ËÄ´óÓÅÊÆ*/
.hsysbg{width:100%;background-color:#fff8ed;}
.hsysbg .hsys{width:1200px;margin:0 auto;}
.hsysbg .hsys .hsysbt{width:1200px;margin:0 auto;padding-top:44px;}
.hsysbg .hsys .hsysbt img{width:100%;}
.hsysbg .hsys .zks{width:1200px;margin-top:66px;}
.hsysbg .hsys .zks .zkstp{width:509px;float:left;}
.hsysbg .hsys .zks .zksms{width:606px;float:left;margin-left:55px;margin-top:45px;}
.hsysbg .hsys .zks .zksms .bht{width:59px;float:left;}
.hsysbg .hsys .zks .zksms .msq{width:397px;float:left;}
.hsysbg .hsys .zks .zksms .msjs{width:606px;font-size:14px;font-family:"ËÎÌå";color:#333333;margin-top:27px;line-height:27px;}
.hsysbg .hsys .cpz{width:1200px;margin-top:66px;}
.hsysbg .hsys .cpz .cpztp{width:509px;float:left;margin-left:40px;}
.hsysbg .hsys .cpz .cpzms{width:606px;float:left;margin-top:45px;margin-right:30px;}
.hsysbg .hsys .cpz .cpzms .bht{width:59px;float:left;}
.hsysbg .hsys .cpz .cpzms .msq1{width:397px;float:left;}
.hsysbg .hsys .cpz .cpzms .msjs{width:606px;font-size:14px;font-family:"ËÎÌå";color:#333333;margin-top:27px;line-height:27px;}
.hsysbg .hsys .jdxz{width:1200px;margin-top:66px;}
.hsysbg .hsys .jdxz .jdxztp{width:509px;float:left;}
.hsysbg .hsys .jdxz .jdxzms{width:606px;float:left;margin-top:45px;margin-right:30px;}
.hsysbg .hsys .jdxz .jdxzms .bht{width:59px;float:left;}
.hsysbg .hsys .jdxz .jdxzms .msq1{width:397px;float:left;}
.hsysbg .hsys .jdxz .jdxzms .msjs{width:606px;font-size:14px;font-family:"ËÎÌå";color:#333333;margin-top:27px;line-height:27px;}
.hsysbg .hsys .yclcy{width:1200px;margin-top:66px;}
.hsysbg .hsys .yclcy .yclcytp{width:509px;float:left;margin-left:75px;}
.hsysbg .hsys .yclcy .yclcytp img{width:370px;margin-left:109px;}
.hsysbg .hsys .yclcy .yclcyms{width:616px;float:left;margin-top:45px;}
.hsysbg .hsys .yclcy .yclcyms .bht{width:59px;float:left;}
.hsysbg .hsys .yclcy .yclcyms .msq1{width:397px;float:left;}
.hsysbg .hsys .yclcy .yclcyms .msjs{width:606px;font-size:14px;font-family:"ËÎÌå";color:#333333;margin-top:27px;line-height:27px;}
/*ºèÉ­×¨Âôµê*/
.wjfzmdbt{width:100%;}
.wjfzmdbt img{width:100%;}
/*ºèÉ­¹ã¸æÎ»*/
.hsggw{width:100%;height:184px;}
.hsggw img{width:100%;height:100%;}
/*ºèÉ­ºó±³¾°*/
.hshbg{width:100%;background-color:#ffeadd;padding-top:56px;}
/*Íò¼Ò¸£¼ÒË½¼ò½é*/
.wjfjgc{width:100%;margin:0 auto;background-color:#fff;position:relative;}
.wjfjgc .jgcjs{width:100%;}
.wjfjgc .jgcjs .jgcmsbt{width:100%;font-size:20px;color:#616161;font-family:"Î¢ÈíÑÅºÚ";}
.wjfjgc .jgcjs .wjfjgcbt{width:100%;}
.wjfjgc .jgcjs .wjfjgcbt img{width:100%;}
.wjfjgcbt img{width:100%;}
.wjfjgc .jgcjs .jgctp{width:100%;}
.wjfjgc .jgcjs .jgctp img{width:100%;}
.wjfjgc .jgcjs .jgcms{width:100%;}
.wjfjgc .jgcjs .jgcms img{width:102px;margin-top:17px;margin-bottom:5px;}
.wjfjgc .jgcjs .jgcms .xxms{width:100%;color:#666666;font-size:14px;font-family:"ËÎÌå";line-height:26px;margin-top:20px;}
.wjfjgc .jgcjs .jgcms .ljgd{position:absolute;bottom:19px;width:90px;height:30px;border-radius:7px;margin-left:10px;font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#fff;background-color:#179299;line-height:30px;text-align:center;}
.wjfjgc .jgcjs .jgcms .ljgd a{font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#fff;}
.wjfjgc .zxry{width:281px;float:right;background-color:#944a2c;text-align:center;color:#fff;font-family:"ËÎÌå";padding-top:46px;padding-bottom:36px;}
.wjfjjbg1{width:98%;padding-left:2%;padding-top:30px;height:213px}
/*ºèÉ­¹¤³§Õ¹Ê¾*/
.gczs{width:1112px;margin:0 auto;background-color:#fff;padding-top:24px;padding-bottom:44px;padding-left:44px;padding-right:44px;}
.gczs .gczsbt{width:614px;margin:0 auto 38px auto;}
.gczs .gczsbt img{width:614px;}
.gczslm{width:1116px;margin:0 auto;}
.gczslm li{width:206px;float:left;margin-left:21px;}
.gczslm li:nth-child(1){width:206px;float:left;margin-left:0px;}
.gczslm li .gczstp{width:100%;height:149px;}
.gczslm li .gczstp img{width:100%;height:100%;}
.gczslm li .gczsbt{width:100%;text-align:center;font-size:12px;color:#666666;font-family:"ËÎÌå";line-height:35px;}
/*ºèÉ­¹¤³§ÐÂÎÅ*/
.jnxw #outer1 {width:100%;}
.jnxw #tab1 {zoom:1;background:#e0e0e0;height:38px;}
.jnxw #tab1 li {float:left;color:#000;font-family:"Î¢ÈíÑÅºÚ";font-size:14px;height:40px;cursor:pointer;line-height:40px;padding:0 10px;}
.jnxw #tab1 .gd{float:right;color:#888888;font-size:14px;height:40px;cursor:pointer;line-height:40px;padding:0 20px;}
.jnxw #tab1 .gd a{color:#888888!important;font-size:14px;}
.jnxw #tab1 li.current {color:#fff;background-image:url(../images/xialabg.png);background-position:center;background-repeat:no-repeat;background-size:cover;height:51px;}
.jnxw #content1 {border-top-width:0;}
.jnxw #content1 ul {line-height:25px;display:none;	margin:0 10px;padding:10px 0;}
.jnxw{width:100%;margin:0 auto;}
.jnxw .jnxwnr{width:100%;}
.jnxw .jnxwnr .twcolumn{width:100%;margin-top:25px;}
.jnxw .jnxwnr .twcolumn .tzs{width:34%;float:left;border:1px solid #dfdfdf;padding:5px;}
.jnxw .jnxwnr .twcolumn .tzs img{width:100%;height:100%;}
.jnxw .jnxwnr .twcolumn .tzswz{width:60%;float:left;margin-left:2%;}
.jnxw .jnxwnr .twcolumn .tzswz .xwlmbt{width:100%;font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#000;line-height:26px;}
.jnxw .jnxwnr .twcolumn .tzswz .xwms{width:100%;font-size:10px;font-family:"ÐÂËÎÌå";color:#777777;line-height:26px;}
.jnxw .jnxwnr .twcolumn .tzswz .ckxq{width:143px;font-family:"Î¢ÈíÑÅºÚ";color:#fff;line-height:26px;height:26px;background-color:#179299;margin-top:2px;text-align:center;}
.jnxw .jnxwnr .twcolumn .tzswz .ckxq a{width:143px;font-size:12px;font-family:"Î¢ÈíÑÅºÚ";color:#fff;line-height:26px;height:26px;background-color:#179299;text-align:center;}
.jnxw .jnxwnr .xwxbtlm{width:100%;margin-top:21px;}
.jnxw .jnxwnr .xwxbtlm li{width:98%;font-size:12px;font-family:"Î¢ÈíÑÅºÚ";color:#fff;margin:0 auto;line-height:28px;}
.jnxw .jnxwnr .xwxbtlm li img{width:11px;float:left;margin-top:7px;}
.jnxw .jnxwnr .xwxbtlm li .xwxbt{float:left;margin-left:5px;color:#777777;font-size:12px;}
.jnxw .lxjn{width:100%;}
.jnxw .lxjn{width:100%;}

.lxjn .cjwtbt{width:100%;margin-bottom:13px;background-color:#e0e0e0;height:38px;font-size:18px;font-family:"Î¢ÈíÑÅºÚ";color:#282c2f;}
.lxjn .zwbt{font-size:16px;width:134px;text-align:center;font-family:"Î¢ÈíÑÅºÚ";color:#fff;line-height:38px;float:left;background-image:url(../images/xialabg.png);background-position:center;background-repeat:no-repeat;background-size:cover;height:51px;}
.lxjn .qp{margin:10px auto;width:100%;}
.lxjn .qp .qfrx{width:197px;float:left;}
.lxjn .qp .qfrx img{width:47px;float:left;height:47px;margin-right:10px;}
.lxjn .qp .qfrx .qfrxwz{width:140px;float:left;}
.lxjn .qp .qfrx .qfrxzw{font-size:14px;color:#666666;width:100%;}
.lxjn .qp .qfrx .qfrxyw{font-size:20px;color:#662f1a;width:100%;}
.lxjn .qp .ppgw{width:197px;float:left;margin-left:30px;}
.lxjn .qp .ppgw .qfrxzw{font-size:14px;color:#666666;width:100%;}
.lxjn .qp .ppgw .qfrxyw{font-size:20px;color:#02587b;width:100%;}
.lxjn .gd{float:right;font-size:14px;color:#888888;font-family:"Arial";line-height:38px;margin-right:8px;}
.lxjn .gd a{color:#888888;font-size:14px;}
.lxjn .dt{width:426px;height:158px;margin-top:24px;}
.lxjn .dt img{width:100%;height:100%;}
.wd{width:98%;border-top:1px dashed #999999;margin:0 auto;padding-top:30px;padding-bottom:30px;}
.wd .w{width:100%;}
.wd .w img{float:left;}
.wd .w .wt{width:80%;float:left;font-size:14px;color:#777777;font-family:"ËÎÌå";line-height:20px;margin-left:8px;}
.wd .d{width:100%;margin-top:10px;}
.wd .d img{float:left;}
.wd .d .da{width:80%;float:left;font-size:14px;color:#777777;font-family:"ËÎÌå";line-height:20px;margin-left:8px;}

.hsyqlj{width:1200px;margin:0 auto;height:77px;}
.hsyqlj .yqzw{width:117px;margin-left:17px;float:left;text-align:center;color:#fff;background-color:#333333;line-height:30px;font-family:"ºÚÌå";font-size:18px;}

.hsyqlj .jbt{width:7px;float:left;background-image:url(../images/yqst.jpg);height:78px;background-position:center;background-repeat:no-repeat;background-size:cover;}
.hsyqlj .yqmc{float:left;width:1024px;margin-left:20px;padding-top:18px;}
.hsyqlj .yqmc img{float:left;width:65px;margin-left:20px;}
.hsyqlj .yqmc li{float:left;line-height:30px;text-align:center;margin-left:28px;margin-right:28px;}
.hsyqlj .yqmc li:nth-child(1){float:left;line-height:30px;text-align:center;margin-left:0px;}
.hsyqlj .yqmc li a{line-height:30px;font-size:14px;font-family:"ËÎÌå";color:#333333;}

.aui-content-box-ovf {
    width: 100%;
}

.aui-content-box-list {
    width: 100%;
}
.aui-content-box-list li{
    width: 46%;
    margin-left:2%;
	margin-right:2%;
	float:left;
	height:112px;
}

.aui-content-box-list li img{
    width: 100%;
}

.prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.prev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.next a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.prev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.next img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.prev a:hover {
    opacity: 1;
}

.next a:hover {
    opacity: 1;
}

.aui-content-max {
    width: 100%;
}
