html, body{padding: 0;margin: 0;}
body {background:#fff;font-family:微软雅黑;font-size: 14px;line-height: 22px;color: #333;-webkit-text-size-adjust: none;position: relative;}
body *{text-shadow: none;padding-top: 0px;}
div{ margin:0; padding:0; border:0;}
form,p,dl,dd,dt,ol,ul,li,h1,h2,h3,h4,h5,h6,h7 {margin:0;padding:0;}
a:link,a:visited {COLOR:#333;text-decoration:none}
a:hover {COLOR:#333;text-decoration:none;}
em,i{ font-style:normal;}
a:active {COLOR:#ff0000;text-decoration:none;}
ol,ul,li {list-style:none outside none;}
td { border: 1px solid #ccc; }
.error{top:70px;position: fixed;z-index: 999;width: 80%;height: 30px;line-height: 30px;font-size: 16px; padding: 5px;color: red;border:1px solid #ee394b;background: #f8d7da;text-align: center;}
.success{top:70px;position: fixed;z-index: 999;width: 80%;height: 30px;line-height: 30px;font-size: 16px; padding: 5px;color: #155724; border:1px solid #155724;background: #d4edda;text-align: center;}
.clear {clear: both}
.fl{ float:left;}
.fr{ float:right;}
.fc{ margin:0 auto;}

#wraper{ width:100%; height:auto; max-width:650px; margin:0 auto;}
#header{width:100%;height:auto;text-align:center;background:#fff;padding:8px 0;}
.logo{ float:left;width: 60%;}
.logo1{ float:left; width:60%; }
.logo img,.logo1 img{ height:50px; padding-left:10px;width: 100%;}
.menu,.search{float:right;line-height: 50px;color: #c40000;font-weight: bold;}
.menu img{ height:26px; padding:13px 10px;}
.search img{ height:30px; padding:11px 10px;}
.search_con{ display:none; background:#fff; border-bottom:1px #ddd solid; border-top:1px #ddd solid; position:absolute; left:0; top:68px; z-index:999; width:100%;}
.search_con form{ padding:25px;}
.search_con form .sousuo{ width:65%; height:35px; border:1px #ddd solid; padding:0 3%; line-height:35px; outline:none;}
.search_con form .sousuos{ background:#c00808; width:25%; height:38px; border:0; color:#fff; outline:none;}

.search_cons{ background:#fff; border-bottom:1px #ddd solid; border-top:1px #ddd solid;}
.search_cons form{ padding:25px;}
.search_cons form .sousuo{ width:65%; height:35px; border:1px #ddd solid; padding:0 3%; line-height:35px; outline:none;}
.search_cons form .sousuos{ background:#c00808; width:25%; height:38px; border:0; color:#fff; outline:none;}



/**/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 5px; background: #fff; border: 0px solid #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display:none;}
.flex-direction-nav a  { line-height: 1; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #c00808; }
.flex-control-paging li a.flex-active { background: #c00808; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/**/





.h_title{ height:auto; margin:0px 15px 0; padding:5px 0; border-bottom:1px #ddd solid;}
.h_title span{ font-size:17px; color:#c00808; font-weight:700;}
.h_title em{ font-size:17px; color:#c00808; font-weight:700;}
.h_title a{ float:right; color:#888; padding:3px 5px 0 0; font-size:12px;}
.dxing{ padding:5px 15px;}
.dxing ul li{ float:left; width:31%; background:#f0f0f0; line-height:35px; text-align:center; margin:5px 1%;font-size: 12px;}
.dxing ul li a{ display:block; color:#333;}

.dxings{ padding:5px 15px;}
.dxings ul li{ float:left; width:40%; background:#f0f0f0; line-height:35px; text-align:center; margin:5px 1%;font-size: 12px;}
.dxings ul li a{ display:block; color:#333;}
.zhuanti{ padding:5px 15px;}
.zhuanti ul li{ float:left; width:31%; background:#f0f0f0; line-height:35px; text-align:center; margin:5px 1%;font-size: 12px;}
.zhuanti ul li a{ display:block; color:#333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.heiline{ width:100%; height:2px; background:#ddd;}
.heilines{ width:100%; height:1px; background:#ddd;}
.h_titles{  padding:1% 1% 1% 2%;margin-left: 1%; height:35px; line-height:35px; border-bottom:1px #ddd solid; background:url(../img/x.jpg) left no-repeat;}
.h_titles span{ font-size:18px; color:#c00808; font-weight:700;margin-left: 1%;}
.h_titles a{ float:right; color:#888; padding:3px 5px 0 0; font-size:12px;}
.Homexz{ height:auto; margin:20px 10px; position:relative;}
.Homexz_tit { width:105px; OVERFLOW: hidden; HEIGHT:auto; position:absolute; left:0; top:0; text-align:center;}
.Homexz_tit span {FONT-SIZE:13px; FLOAT:left; WIDTH:105px; LINE-HEIGHT:42px; background:#f0f0f0; cursor: hand;}
.Homexz_tit span.hover { height:42px; background:#c00808; cursor: hand; color:#fff;}
.Homexz_con { OVERFLOW: hidden; ZOOM: 1; line-height:25px; border-left:1px #ddd solid; margin-left:105px; padding:0 15px; min-height:170px;}
.Homexz_con a{ float:left; width:50%; float:left; text-align:center; line-height:33px; color:#777; border-bottom:1px #ddd dashed;}
.h_news{ padding:10px 15px; margin:0 auto;}
.h_news span{color:#888; font-size:12px;width: 65%;float: right;margin-top: 10px;}
.h_news ul li{ width:100%; padding:12px 0; border-bottom:1px #ddd dashed;}
.h_news ul li a{ display:block;}
.h_news ul li a img{ width:30%; height:70px; float:left; margin-right:10px; border:1px #ddd solid;}
.h_news ul li a em{font-size: 14px;line-height: 24px;color: #555;width: 65%;height: 50px;overflow: hidden;float: right; text-overflow: ellipsis;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.h_news span{color:#888; font-size:12px;width: 65%;float: right;margin-top: 10px;}
.h_news ul li a p{ color:#999; font-size:12px;width: 65%;float: right;}

.h_newsss{ padding:10px 15px; margin:0 auto;}
.h_newsss span{color:#888; font-size:12px;width: 65%;float: right;margin-top: 10px;}
.h_newsss ul li{ width:100%; padding:12px 0; border-bottom:1px #ddd dashed;}
.h_newsss ul li a{ display:block;}
.h_newsss ul li a img{ width:30%; height:70px; float:left; margin-right:10px; border:1px #ddd solid;}
.h_newsss ul li a em{font-size: 14px;line-height: 40px;color: #555;width: 65%;height: 30px;overflow: hidden;float: right; text-overflow: ellipsis;
    white-space: nowrap;}
.h_newsss span{color:#888; font-size:12px;width: 65%;float: right;margin-top: 10px;}
.h_newsss ul li a p{ color:#999; font-size:12px;width: 65%;float: right;}


#cn360 td{border:none;}
.h_more{ line-height:40px; text-align:center; padding-bottom:10px;}
.h_more a{color:#c00808;font-size:15px;padding: 5px  10px;background: #f5f5f5;border-radius: 5px;}
#cn360{ margin:0 15px; border-bottom:1px #ddd solid;}
.dshi{ width:120px; height:180px; text-align:center; padding-top:20px;}
.dshiimg{ width:110px; height:110px; border-radius:55px; overflow:hidden; margin:0 auto;}
.dshiimg img{ width:100%;height: 100%;}
.dshi span{ display:block; line-height:40px; font-size:12px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

#footer{font-size: 13px;color: #777;text-align: center;line-height:25px;height:auto;margin-bottom:75px;	padding:8px 0;border-top:1px #ddd solid;}
#footer span{ padding:0 10px;}
#footer a{ color:#c00808;}

.info_tit{ width:100%; height:45px; background:#c00808; text-align:center;}
.info_tit span{ color:#fff; font-size:18px; line-height:45px;}
.info_con{ width:95%; height:auto; margin:20px auto; line-height:29px; color:#666 !important; min-height:400px;}
.info_con img{ width:100% !important; height:auto !important;}
.proy{ width:95%; height:auto; margin:0 auto;}
.proy ul li{ width:100%; height:auto; padding:10px 0; border-bottom:1px #ddd solid;}
.proy ul li img{ width:30%; height:95px; float:left; border:1px #ddd solid; margin-right:12px;}
.proy ul li em{ font-size:17px; font-style:normal; line-height:40px;font-weight: bold;}
.proy ul li span{ color:#888; font-size:12px;}
.listing{ width:125px; height:auto; float:left; position:relative; margin-right:10px;} 
.listing i{ position:absolute; right:0; top:0; display:block; width:50px; height:50px; z-index:1; float:right; background-size:50px 50px;}
.listing img{ width:125px !important; height:auto !important;}
.proys{ width:94%; height:auto; margin:0 auto;}
.proys ul li{ width:100%; height:auto; padding:10px 0; border-bottom:1px #ddd solid; text-align:center;}
.proys ul li img{ width:100%; height:auto; float:left; border:1px #ddd solid;}

.fenlei{ width:98%; height:auto; margin:8px 1%;}
.fenlei ul li{ width:48%; float:left; height:38px; line-height:38px; text-align:center; background:#ddd; margin:3px 1%;}
.fenlei ul li a{ display:block;}
.fenlei .lion{width:48%; float:left; height:38px; line-height:38px; text-align:center; background:#c00808; margin:3px 1%;}
.fenlei .lion a{color: #fff;}

.proym{ width:96%; height:auto; margin:0 auto;}
.proym ul li{ width:48%; height:auto; padding:10px 0; text-align:center; float:left; margin:5px 1%;}
.proym ul li img{ width:100%; height:auto; float:left; border:1px #ddd solid;}

.proyss{ width:95%; height:auto; margin:0 auto;}
.proyss ul li{ width:25%; height:70px; padding:2px 0; text-align:center; float:left;}
.proyss ul li img{ max-width:100%; max-height:70px;}

.newsy{ width:95%; height:auto; margin:0 auto;}
.newsy ul li{ width:100%; height:auto; padding:10px 0; border-bottom:1px #ddd solid; background:url(../img/wenben.jpg) 3px 13px no-repeat;}
.newsy ul li img{ float:left; width:110px; height:75px; margin-right:15px;}
.newsy ul li span{ font-size:16px; line-height:23px; padding:5px 0 5px 0px; color:#555;}
.newsy ul li em{ font-size:12px; color:#999; line-height:20px; font-style:normal;}
.newsy ul li p{ color:#666; line-height:20px;}
.wappg{ width:70%; height:30px; line-height:25px; margin:20px auto;}
.wappg ul li{float:left; padding:0 10px; border:1px #ddd solid; margin:0 2px;}
.wappg ul li a{ display:block;}
.thisclass{ border:1px #c00808 solid; background:#c00808; color:#fff;}
.proview{ width:94%; height:auto; padding:15px 3%; font-size:15px  !important; line-height:26px  !important; color:#666 !important;}
.proview .proview_xq{width: 100%;font-size: 12px;text-align: center; margin-bottom: 3%;}
.proview p{ width:auto !important;text-indent: 2em;margin:4% 0;}
.proview table{ width:100% !important;}
.proview h2{ width:92%; padding:15px 4%; font-size:18px; text-align:center; line-height:28px; color:#333 !important;}
.proview img{ width:100% !important; height:auto !important;margin:0 auto;}
#map{ display:none;}

.chang{ width:93%; height:33px; border-radius:15px; padding:0 3%; border:1px #999 solid;outline:none;}
.ly-txty{ width:43%; height:33px; border-radius:15px; padding:0 3%; border:1px #999 solid;outline:none;}
.nr{ width:93%; height:80px; border-radius:15px; padding:0 3%; border:1px #999 solid;outline:none;}

.ly_sub{ width:97%; height:38px; border-radius:15px; padding:0 5px; border:1px #3ab86e solid; background:#3ab86e; color:#fff; font-size:18px; font-family:微软雅黑;}

.fooy{width:100%; position:fixed!important; position:absolute; bottom:0px!important; background:#c00808; max-width:650px; border-top:1px #ddd solid; z-index:10;}
.fooys{ max-width:650px; margin:0 auto;}
.fooys ul li{ width:25%; height:auto; float:left; text-align:center; padding:6px 0  0px; color:#eee;}
.fooys ul li img{ height:36px;}
.fooys ul li a{ display:block; color:#fff; font-weight: bold; }
.foyrig{ border-right:1px #ddd solid; margin-left:-1px;}

.info_cons{ width:95%; height:auto; margin:20px auto; line-height:33px;}

.xwdt{ width:96%; height:auto; padding:15px 0; margin:0 auto;}
.xwdt li{ width:100%; line-height:38px; text-align:left; background:#fff; margin:4px 0;}
.xwdt li span{ float:left; background:#865500; padding:0 10px; color:#fff; margin-right:8px;}

.list_class{ width:100%; padding:15px 0;}
.list_class ul li{ width:47%; height:30px; float:left; border:1px #ddd solid; text-align:center; line-height:30px; margin:3px 1%;}
.list_class ul li a{ font-size:13px; color:#666; display:block;}
.infor_titp{ margin:15px auto; background:#00a9dd; width:110px; height:36px; line-height:33px; color:#fff; text-align:center;}
.infor_titcon, .infor_titcom{ padding:15px; background:#eee;}
.info_ftit{ width:100%; line-height:40px; height:40px; text-align:center; font-size:20px; border-bottom:1px #ddd solid; margin-bottom:15px;}

.info_cony{ width:95%; margin:20px auto; line-height:28px; color:#555;}
.info_cony img{ width:100% !important; height:auto !important;}
.info_cony table{ width:100% !important;}
.info_cony iframe{ width:100% !important; height:240px !important;}
.info_cony table tr td{ width:33.33% !important; font-size:12px; line-height:18px;}

.rybod{ height:198px; padding:0 5px;}
.jiesh{ margin:10px; color:#777; font-size:14px; line-height:25px;height: 200px;text-overflow: ellipsis; -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;overflow: hidden;text-indent: 2em;}
.jiesh img{ float:left; width:45%; margin-right:10px;}
.ciewimgs{ width:150px; height:150px; overflow:hidden; border-radius:75px; margin:0 auto;}
.ciewimgs img{ width:150px !important;}

.index_banner img{width: 100%;height: 100%;}
.index_hswh{padding: 10px 5px;margin: 0 auto;}
.index_hswh .mian_cqtwo_right{overflow:hidden;width: 100%;}
.index_hswh .mian_cqtwo_right dl dd{float:left;width: 47%;overflow:hidden;box-shadow: 0 3px 10px rgba(0,0,0,0.1);margin:0 0 2% 2%;}
.index_hswh .mian_cqtwo_right dl dd:hover{}
.index_hswh .mian_cqtwo_xi1{text-align:center;position:relative;overflow:hidden;}
.index_hswh .mian_cqtwo_xi1 h4{font-size: 13px;line-height: 8px;padding-top: 13%;color: red;font-weight: bold;}
.index_hswh .mian_cqtwo_xi1 i{display:block;margin:10px auto;background:#c00808;width:80px;height:2px;}
.index_hswh .mian_cqtwo_tit{position:absolute;left:0px;top:0px;width:100%;}
.index_hswh .mian_cqtwo_xi1 img{width: 100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.index_hswh .mian_cqtwo_right dl dd:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.index_hswh .mian_cqtwo_xi2 ul li{float:left;font-size: 12px;line-height: 40px;list-style:circle inside;margin-left: 14px;color: #333;}
.index_hswh .mian_cqtwo_xi2 ul li span{color:red;}

.index_dzgb{padding: 10px 5px;margin: 0 auto;}
.index_dzgb ul li{width: 30%;float: left;margin: 0 0 4% 2%;height: 100px;}
.index_dzgb ul li img{width: 100%;/*height: 100%;*/}
.index_dzgb ul li .index_bt{width: 100%;height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 12px;}
.index_dzgb ul li a h3{ text-align: center; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 12px;color: #333; }

.index_yqlj{padding: 10px 5px;margin: 0 auto;}
.index_yqlj ul li{float: left;margin:0 0 2% 2%;}

.about{padding: 10px;margin: 0 auto;}
.about p{text-indent: 2em;line-height: 30px;font-size: 16px;margin-bottom: 10px;    text-align: justify;}
.about img{ width:80% !important; height: auto !important; }
.login{padding: 10px;margin: 0 auto;}
.login .login_logo{ width:120px; height:120px; border:3px solid #c00808;border-radius:100px; background:#fff; text-align:center; line-height:110px; position:absolute; top:-60px; right:140px;}
.login .login_name{ width:100%; float:left; text-align:center;}
.login .login_name p{ width:100%; text-align:center; font-size:18px; color:#444; padding:10px 0 20px;}
.login .login_logo img{ width:60px; height:60px;display: inline-block; vertical-align: middle;margin-top: 30px;}
.login input[type=text], input[type=file], input[type=password], input[type=email], select { border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px;  outline:none; width:90%;margin-bottom: 15px;line-height:50px; color:#888;}
.login input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus { border: 1px solid #c00808; }
.login .dl{ display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size:16px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #c00808; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:50%; }
.login #password_text{border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px; color: #888; outline:none; width:90%;margin-bottom: 15px;display: block; line-height:50px;}

.logins{margin:0 auto;padding-top: 6px;}
.logins .usermain{width: 90%;margin:0 auto;border:1px solid #eee;padding:10px;}
.logins .usermain .mennb{height: 60px;width: 95%;}
.logins .usermain .mennb img{border-radius: 50%;float: left;}
.logins .usermain .mennb p{color: #333;float: left;line-height: 45px;margin-left: 10px;}
.logins .usermain .mennb p b{color: #c00808;margin:0 5px;}
.logins .usermain ul li{border-bottom: 1px dashed #ddd;width: 96%;height: 45px;line-height: 45px;}
.logins .usermain ul li p{float: left;font-size: 12px;color: #333;width: 65%;height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.logins .usermain ul li .time{width: 33%;float: right;font-size: 12px;}
.logins .usermain ul li .time a{float: right;color: #c00808;text-decoration: underline;}
.logins .usermain ul li .time span{float: left;color: #666;}

.s_contact{width: 100%;margin:0 auto;}
.contact_us h3 {text-align: center;font-size: 20px;font-weight: bold;color: #cc0201;margin-top: 20px;}
.contact_us h2 {text-align: center;font-size: 14px;font-weight: bold;color: #333;margin-top: 10px;}
.contact_us h5 {text-align: center;font-size: 14px;text-transform: uppercase;color: #999;border-bottom: dashed 1px #c7c7c7;margin-bottom: 10px;}
.contact_us p {text-align: left;font-size: 14px;padding:10px;}
.contact_us p a{color: #c00808;margin-right: 20px;}

.zxxk{width: 100%;margin: 0 auto;font:12px/180% Arial,Lucida,Verdana,"",Helvetica,sans-serif;color:#211922;}
.zxxk a{color:#221919;text-decoration:none;outline:none;}
.zxxk a{
    -webkit-transition-property:background-color,color;
    -webkit-transition-duration:.4s,.5s;
    -webkit-transition-timing-function:ease,ease;
    -moz-transition-property:background-color,color;
    -moz-transition-duration:.4s,.5s;
    -moz-transition-timing-function:ease,ease;
    -ms-transition-property:background-color,color;
    -ms-transition-duration:.4s,.5s;
    -ms-transition-timing-function:ease,ease;
    -o-transition-property:background-color,color;
    -o-transition-duration:.4s,.5s;
    -o-transition-timing-function:ease,ease;
    transition-property:background-color,color;
    transition-duration:.4s,.5s;
    transition-timing-function:ease,ease;
}
.zxxk a:hover{color:#c00808;}
/* Search */
.zxxk #Search{margin:20px auto;width: 90%;}
.zxxk #Search input{padding:10px;width: 75%;background-color:#F7F8F9;border:1px solid;border-color:#c2c0c0 #cccaca #d1cfcf;font-size:14px;line-height:1.3;border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.05);-moz-box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.05);-webkit-box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.05);}
.zxxk #Search input:focus{background-color:#fff;box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.1);-moz-box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.1);-webkit-box-shadow:0 1px #fff, inset 0 1px rgba(34,25,25,0.1);}
.zxxk #Search a{float:left;margin-left:-1px;padding:6px 7px 1px 7px;min-height:17px;_height:17px;border:1px solid;border-color:#c2c0c0 #cccaca #d1cfcf;border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0; -webkit-border-radius:0 3px 3px 0;   
    box-shadow:0 1px rgba(255,255,255,0.9), inset 0 0 2px rgba(255,255,255,0.75);-moz-box-shadow:0 1px rgba(255,255,255,0.9), inset 0 0 2px rgba(255,255,255,0.75);-webkit-box-shadow:0 1px rgba(255,255,255,0.9), inset 0 0 2px rgba(255,255,255,0.75);}
.zxxk #Search a:active{box-shadow:inset 0 1px 1px rgba(34,29,29,0.15);-moz-box-shadow:inset 0 1px 1px rgba(34,29,29,0.15);
    -webkit-box-shadow:inset 0 1px 1px rgba(34,29,29,0.15);}
/* searchTag */
.zxxk #searchTag{z-index:1000;display:none;position:absolute;top:0px;left:0px;width: 67%;padding:10px;background:#fff;border:solid 1px #cccaca;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;box-shadow:0 2px 4px rgba(34,25,25,0.5);-moz-box-shadow:0 2px 4px rgba(34,25,25,0.5);-webkit-box-shadow:0 2px 4px rgba(34,25,25,0.5);overflow: auto;}
.zxxk #searchTag p{text-align:left;line-height:30px;padding:2px 0;margin:0;border:0;}
.zxxk #searchTag span{font-weight:bold;color:#c00808;font-size: 12px;}
.zxxk #searchTag em.red{color:#c00808;font-style:normal;}
.zxxk #searchTag a{margin: 0 6px 0 0;display: inline-block;}
.zxxk #tagClose{font-size:12px;color:#ff6600;font-weight:800;cursor:pointer;position:absolute;top: 0px;right:8px;}

.zxxk_a{width: 90%;margin: 0 auto;}
.zxxk_a ul li{margin-bottom: 15px;font-size: 14px;}
.zxxk_a label{padding: 5px 3px 0 0;}
.zxxk_a label input{margin-right: 5px; border: 1px solid #b9b9b9;}
.zxxk_a  input:focus,textarea:focus,#Search input:focus {  outline: none; box-shadow: none;}
.zxxk_a .online_xk_xi1{width: 75%;height: 35px;border: 1px solid #b9b9b9;padding-left: 5px;border-radius: 4px;line-height: 35px;}
.zxxk_a textarea{width: 90%;height: 107px;border: 1px solid #b9b9b9;border-radius: 4px;padding: 10px;line-height: 30px;margin-top: 10px;}
.zxxk_a button {width: 130px;height: 35px;line-height: 35px;color: #fff;text-align: center;border: none; border-radius: 4px;background: #c00808;cursor: pointer;}

.mbx{padding:2% 2%;}
.mbx a{color: #c00800;}

.select_btn{width: 100%;padding:2%;}
.select_btn ul li{float: left;width: 45%;margin:2%;border-bottom: 1px dashed #ddd;padding-bottom: 5px;}


.pagination {display: inline-block; padding-left: 0; margin: 10px 0; border-radius: 4px;}
.pagination li {display: inline;float: left;}
.pagination > li > a,
.pagination > li > span { position: relative; float: left;padding: 3px 6px;margin-left: -1px;line-height: 1.42857143;color: #555;text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0;border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,.pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #555; background-color: #eee;border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2; color: #fff;cursor: default;background-color: #c00808; border-color: #c00808;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #555;cursor: not-allowed;background-color: #fff;border-color: #ddd;
}


/*my  css*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden }
.clearfix{*zoom:1;}

.list_img ul { padding: 10px 0 0 0 ;}
.list_img ul li{ float: left; width: 47%; overflow: hidden;  box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin: 0 0 2% 2%; }
.list_img ul li .list_img_box { width: 100%; height:100px;}
.list_img ul li .list_img_box img{ width: 100%; height: 100%;}
.list_img ul li h3{float:left;font-size: 12px;line-height: 40px;list-style:circle inside;color: #333;
text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%;white-space: nowrap;padding: 0 10px;box-sizing: border-box; }

.list_teacher ul { padding: 10px 0 0 0 ;}
.list_teacher ul li{ float: left; width: 47%; overflow: hidden;  box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin: 0 0 2% 2%; padding-top: 2%; }
.list_teacher ul li .list_teacher_box { width: 60%; height:100px;  border-radius: 100%; margin:0 auto ;}
.list_teacher ul li .list_teacher_box img{ width: 100%; height: 100%;  border-radius: 100%; }
.list_teacher ul li h3{float:left;font-size: 12px;line-height: 40px;list-style:circle inside;color: #333;text-overflow: ellipsis;overflow: hidden;
width: 100%;white-space: nowrap;padding: 0 10px;box-sizing: border-box; text-align: center; }





/*page*/
.pagination-wrapper{ margin: 20px 5%   40px; }
.pagination{ height:34px; text-align: center; margin: 0 auto; max-width:600px ;  }
.pagination li { display: inline-block;height: 34px; margin-right: 5px; line-height: 32px;float: left; min-width: 34px; margin-bottom: 10px; }
.pagination li a{ float: left;display: block; height: 32px; line-height: 32px; padding: 0 12px;font-size: 16px; border: 1px solid #dddddd;color: #555555; text-decoration: none; }
.pagination li a:hover{ background:#f5f5f5;color:#cb2929; } 
.pagination li.thisclass { background: #cb2929; color:#fff; }
.pagination li.thisclass a,.pagination li.thisclass a:hover{background: transparent; border-color: #cb2929; color: #fff; cursor:default;} 
/*page  end*/

.shangxia p{ margin: 5px  0; padding-left: 20px;}
.fanhui {float:right;color: #fff  !important;padding: 3px 10px  3px  20px !important;font-size:12px !important;
background: #c40000 !important;box-sizing: border-box !important;display: block !important;
letter-spacing: 10px !important; border-radius: 5px !important; height: 30px !important;line-height: 25px !important;}

/*方案*/
.fasqbox{ width: 96%; padding: 0 2%; border: 1px solid #eeeeee; background: #fcfcfc; margin: 1rem auto; }
.fasqbox .fasq{ width: 100%; text-align: center; border-bottom: 1px solid #e2e2e2; padding-bottom: 1rem; }
.fasqbox .fasq .p1{ color: rgba(0,0,0,.85); font-size: 18px; margin: 1rem auto .5rem;}
.fasqbox .fasq .p2{ color: rgba(0,0,0,.75); font-size: 16px; line-height: 1.8rem;}
.fasqbox .formfa{ margin: 0px auto;}
.fasqbox .formfa .fan{ width: 100%; margin: 10px auto;} 
.fasqbox .formfa .fan .fa2{ width: 100%; border: 1px solid #b5b5b5; padding: .5rem 1rem; border-radius: 5px; margin: 0 auto;}
.fasqbox .formfa .fan .fa2 .radio1{ width: 100%; height: 2.5rem; line-height: 2.5rem; overflow: hidden;}
.fasqbox .formfa .fan .fa2 .radio1 label.lab3{ width: 80%; color: rgba(0,0,0,.65); text-align: left;}
.fasqbox .formfa .fan .fa2 .radio2{ width: 100%; height: 3.5rem; overflow: hidden; margin-top: .2rem;}
.fasqbox .formfa .fan .fa2 .radio2 label.lab3{ width: 30px; color: rgba(0,0,0,.65); text-align: left;}
.fasqbox .formfa .fan2{ width: 90%; text-align: center; margin: 1.2rem auto 0;}
.fasqbox .formfa .fan2 input{ width: 42%; margin: 0 3px; cursor: pointer; outline: none; font-size: 16px; }
.fasqbox .formfa .fan2 input:hover{ border: 1px solid #b62f2f; color: #b62f2f; }
.fasqbox .formfa label{ font-size: 16px; color: rgba(0,0,0,.85); font-weight: normal;} 
.fasqbox .formfa label.lab1{ width: 40px; float: left; line-height: 2.8rem;}
.fasqbox .formfa label.lab2{ width: 45px; margin-right: 5px; float: left; line-height: 2.8rem;}
.fasqbox .formfa label.lab3{width: 80%; color: rgba(0,0,0,.65);text-align: left; height: 2.5rem; line-height: 2.5rem; }
.fasqbox .formfa input{ border: 1px solid #b5b5b5; height: 2.2rem; line-height: 2.2rem; padding: 0 5px; border-radius: 3px; font-size: 1.2rem; color: rgba(0,0,0,.85); background: none;  box-sizing: border-box; } 
.fasqbox .formfa .input1{ width: 100%; -webkit-appearance:none; } 
.fasqbox .formfa .input3{ float: left; margin:0 5px 0 3px; border: 0;height: 2.5rem; line-height: 2.5rem; } 
.fasqbox .formfa .input4,.fasqbox .formfa .submit,.fasqbox .formfa .reset{ -webkit-appearance:none;  }
.fasqbox .formfa .p3{ font-size: 14px; color: rgba(188,0,0,.85); text-align: center; margin: 1rem auto 1.2rem;}
/*方案  end*/

.index_xinde{ padding: 10px 5px;margin: 0 auto; }
.index_xinde ul>li{ display: block; width: 100%; height: 30px; line-height: 30px; color: rgba(0,0,0,.7);  box-sizing: border-box;
	border: 1px solid #f8f8f8; background: #f8f8f8 url(../img/ico_05.png) no-repeat 8px center; margin-bottom: 3px; padding-left: 30px;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
/*my  css   end    */












