*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#333;	margin:0px auto; font-family:Microsoft YaHei; font-size:14px; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; }
li{ list-style: none outside none;}


a{ text-decoration:none; color:#333; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#d44c42; outline:none; }


h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}


form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;border:0;outline:none;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}


blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; }
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}





.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}


.wrap{max-width: 1200px;margin:0 auto;}
.contain{max-width: 1200px;margin:0 auto;}
.clear {  overflow:hidden; }
.float_left { float:left; }
.float_right { float:right; }


.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}


.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #cc2a1e; color: #666666;  text-shadow: 0 1px 1px white;}

.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc2a1e), color-stop(100%, #cc2a1e));
  background: -webkit-linear-gradient(top, #cc2a1e, #cc2a1e);  background: -moz-linear-gradient(top, #cc2a1e, #cc2a1e);
  background: -o-linear-gradient(top, #cc2a1e, #cc2a1e);  background: linear-gradient(top, #cc2a1e, #cc2a1e);
  background-color: #cc2a1e;border-color: #cc2a1e;  color: white;  text-shadow: 0 -1px 1px #cc2a1e;}
.btn:hover { color:white;  background-color: #cc2a1e;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc2a1e), color-stop(100%, #cc2a1e));
  background: -webkit-linear-gradient(top, #cc2a1e, #cc2a1e);  background: -moz-linear-gradient(top, #cc2a1e, #cc2a1e);
  background: -o-linear-gradient(top, #cc2a1e, #cc2a1e);  background: linear-gradient(top, #cc2a1e, #cc2a1e);}
.btn:active {background:#cc2a1e;  color: #FFF;}

.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}

.btn-block {display: block;}


.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border: 1px dashed #AAA;
border-width:1px; height:25px; line-height:25px;clip: rect;padding: 2px; color: #000000; background:none;}
.form_text {  width:100%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border: 1px dashed #AAA; background:none; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}


.hide { display:none; }  
.more{ float: right; padding-right:5px;} 
.code_image{ cursor: pointer; padding-bottom:6px;} 





.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto; }
#top, #logo, #navigation, #banner, #announcement, #link, #copyright, #subchannel { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#center{}
#index_2{ margin:50px 0;}

#ChannelName{ text-align:center; margin:50px 0 30px; }
#ChannelName h2 .Name{ font-weight:500; background:#cc2a1e; margin:0 auto; width:105px; height:40px; font-size:16px; line-height:40px; color:#FFF; display:block; }
#ChannelName h2 a:hover{background: #e60012;}


.right_title { }
.right_body { overflow:hidden; }
.right_bottom {}



.right_body1 { width:800px; margin:0 auto}


#footer { background-color: #323232; }
#foot {max-width: 1150px;margin: 0 auto;overflow: hidden; }
.link{padding-top:40px;}
.link_lef{float:left;background: url("../image/LINK.png")no-repeat center;height:25px;width:100px;}
.link_rig{float:left;}
.link_rig a{margin-left:12px;color:#fff;}
.foot_hd{padding-bottom: 12px;text-align: center;color: #fff;border-bottom: 1px solid #8c8c8c;}
.foot_title{position: relative;margin:54px auto 26px;padding-bottom: 14px;width: 300px;font-size: 30px;border-bottom: 1px solid #8c8c8c;}
.foot_title:after{content: "";
    position: absolute;
    width: 32px;
    height: 0;
    left: 44%;
    top: 52px;
    border-bottom: 2px solid #fff;
}
.foot_hd p{font-size: 14px;color: #1dc5c2;}
.foot_tel{padding-left:34px;font-size: 32px;max-width: 230px;margin:0 auto;
  background: url("404.png")no-repeat left;}
#navigationa {width: 100%;margin:26px auto 0; }
#navigationa ul.navigationlist{overflow: hidden;}
#navigationa ul.navigationlist li { float:left;text-align:left;  }
#navigationa ul.navigationlist li a { padding:0 28px; font-size:14px;color:#fff; border:0px dashed red;}
#navigationa ul.navigationlist li a:hover { text-decoration:none; color: #F00;}
#navigationa ul.navigationlist .current {  }
#copyright {color: #fff; width: 618px;margin: 30px auto 15px;}
#copyright a {color: #fff; text-decoration: none;font-size: 14px}



#top_main { height:27px;  background:#fff; border-bottom:1px solid #ccc; }
#top { height:27px; line-height:27px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top a { color:#666; }
#top a:hover { color:#000; text-decoration:none}

.announcement_bottom{float:left;margin: 16px 64px 12px;width:545px;}
.announcement_bottom .form{overflow: hidden;width:543px;height: 38px;border: 1px solid #c32136;}
.announcement_bottom .form_text{float:left;padding:0 0 0 20px;height:38px;line-height:38px;width:424px; color:#999;margin: 0;font-size: 14px;border: none;}
.announcement_bottom .submit{float:right;padding: 0;background:url(../image/sousuo.jpg) no-repeat;width: 99px;height:38px;border:none; cursor:pointer;margin: 0 0 0 -69px;}
.announcement_bottom p{color: #808080;}

#logo_main { height: 93px;background-color: #fff; }
#logo {overflow:hidden;vertical-align:middle;  }
#logo .WebLogo{ float:left; margin: 16px 0;}
#logo .WebLogo img{vertical-align:middle;}
#logo .head-item{margin:23px 0;}
#logo .head-item img{}


#navigation_main{border-top: 1px solid #ccc;}
#navigation {}
#navigation ul.navigationlist{overflow: hidden;}
#navigation ul.navigationlist li { float:left;width: 10%;height: 52px;line-height:52px; text-align:center; overflow:hidden;}
#navigation ul.navigationlist li a {display: block; font-size:16px;text-decoration:none;color: #000;}
#navigation ul.navigationlist li:hover .nav{ text-decoration:none; color: #e00d2e; }
#navigation ul.navigationlist .current { color: #e00d2e; font-weight: bold;} 

#navigation  ul.subnavigationlist{ display:none; position:absolute; background: rgba(0,0,0,.7); z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:38px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:14px; padding:0px 32px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#e00d2e;  color:#fff; }

#banner_main {position:relative; border-right:0; border-left:0;}
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:absolute; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:35px; height:8px; 
background:#000; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#ff6000;}

.index_tit{margin: 27px 0 23px;line-height: 38px;background:url("../image/index_tit.png")no-repeat top left;height: 38px;}
.index_tit p{float: right;padding-bottom: 2px;width: 1186px;font-size: 24px;line-height: inherit;border-bottom: 3px solid #dedede;}
.index_tit a{float: right;color: #777;font-size: 14px;}

.index1{padding:24px 0;background-color: #f6f6f6;}
.index11{overflow: hidden;}
.index11 li{float: left;    width: 22.9%;  padding: 0 0 0 25px;}
.index11 li a{display: block;color: #fff;}
.index11 li a img{max-width: 100%;}
.index11 li a .tit{position: relative;padding: 20px 0 12px;font-size: 18px;}
.index11 li a .tit:after{position: absolute;content: ""; width: 35px;height: 0;left: 0; top: 50px;border-bottom: 2px solid #fff;}
.index11 li a p{font-size: 13px;}

.index12{overflow: hidden;}
.index12_lef{float: left;margin-right: 30px;padding: 24px 20px;width: 237px;height: 497px;background: url("../image/index2_bg.jpg")no-repeat center;}
.index12_lef .tit{position: relative;font-size: 24px;color: #fff}
.index12_lef .tit:after{position: absolute;
    content: "";
    width: 63px;
    height: 0;
    left: 0;
    top: 42px;
    border-bottom: 2px solid #fff;}
.index12_lef .tit p{margin-top: 18px;font-size: 16px;color: #fff;}
.index12_lef .txt{margin-top: 56px;padding:0 24px;font-size: 16px;line-height: 35px;color: #888;}
.index12_rig{overflow: hidden;}
.index12_rig li{float: left;margin-right: 28px;width: 279px;height: 264px;background-color: #fff;border-radius: 10px;overflow: hidden;}
.index12_rig li:nth-child(3n){margin-right: 0;}
.index12_rig li:nth-child(1){margin-bottom: 17px;}
.index12_rig li:nth-child(2){margin-bottom: 17px;}
.index12_rig li:nth-child(3){margin-bottom: 17px;}
.index12_rig li a{display: block;}
.index12_rig li .item{width: 100%;height: 180px;overflow: hidden;}
.index12_rig li .item img{width:100%;transition:.8s ease 0s; -moz-transition:.8s ease 0s; -webkit-transition:.8s ease 0s;}
.index12_rig li:hover img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.index12_rig li .titl{height: 44px;padding: 20px 16px;font-size: 16px;}

.index13{overflow: hidden;padding: 16px 18px;background-color: #fff;}
.index13_lef{float: left;width: 750px;margin-right:34px;}
.index13_lef li{float: left;}
.index13_lef .hd{}
.index13_lef .hd ul{overflow: hidden;}
.index13_lef .hd li{ }
.index13_lef .hd li a{display: block;margin-right: 35px;padding: 0 10px;line-height: 34px;font-size: 18px;color: #3a3939;}
.index13_lef .hd .on a{color: #fff;background-color: #c32136;border: solid 1px #bfbfbf;}
.index13_lef .bd{margin-top: 14px;}
.index13_lef .bd ul{overflow: hidden;}
.index13_lef .bd li{float: left;width: 240px;margin-right:14px;}
.index13_lef .bd li:nth-child(3n){margin-right: 0}
.index13_lef .bd li img{width: 238px;height: 188px;border: solid 1px #bfbfbf;}
.index13_lef .bd li p{line-height: 54px;text-align:center;}
.index13_rig{float: right;width: 378px;height: 548px;background-color: #f0eeee;border: solid 1px #bfbfbf;}
.index13_rig h3{margin:6px 0 12px;font-size: 24px;color: #c32136;text-align: center;font-weight: normal;}
.picScroll_top{ margin:0 auto;  width:288px;  overflow:hidden; position:relative;  }
.picScroll_top .bd{ }
.picScroll_top .bd ul{ overflow:hidden;  }
.picScroll_top .bd ul li{ margin-bottom: 24px;zoom:1; }
.picScroll_top .picList li a{ display: block; padding-left: 28px;color: #000; }
.picScroll_top .picList li:hover a{text-decoration: underline;color: #bc504c}
.ques_tit{background: url("../image/que01.png")no-repeat left;    white-space: nowrap;
    overflow: hidden;text-overflow: ellipsis;margin-bottom: 12px;}
.picScroll_top .picList li p{padding-left: 28px; background: url("../image/que02.png")no-repeat left center; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;line-height: 22px;}

.index4{height: 400px;padding: 42px 0 48px;background-color: #e5f3f7}
.index4_gridlist{overflow: hidden;}
.index4_gridlist li{ float:left;margin-right:17px;width:226px;text-align:center;overflow:hidden; display:inline; }
.index4_gridlist li img { width:100%;  vertical-align:middle;height: 312px; }
.index4_gridlist li .txt{padding:0 10px;height: 36px;font-size: 16px;color: #fff;line-height: 36px;background:rgb(195,33,54,.6);-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

.index4_gridlist li:hover .txt{position: relative;z-index: 10;margin-top: -20px;height: 56px;line-height: 56px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;} 

.index5{padding: 66px 0 30px;}
.slidebox_pd{overflow: hidden;padding: 0 24px;border-top: 3px solid #0b70c1;}
.slidebox_pd li{float: left;}
.slidebox_pd .hd{}
.slidebox_pd .hd ul{overflow: hidden;margin: 0 auto;width: 516px;}
.slidebox_pd .hd li{padding: 0 20px; }
.slidebox_pd .hd li a{display: block;line-height: 60px;font-size: 22px;color: #666;}
.slidebox_pd .hd .on a{color: #c32136;}
.slidebox_pd .bd{margin-top: 18px;}
.slidebox_pd .bd ul{overflow: hidden;}
.slidebox_pd .bd li{float: left;width: 160px;margin-right:170px;}
.slidebox_pd .bd li:last-child{margin-right: 0}
.slidebox_pd .bd li img{width: 160px;height: 160px;}
.slidebox_pd li:hover img{transform:rotateY(180deg);}
.slidebox_pd .bd li p{line-height: 38px;text-align:center;font-size: 18px;}


.index3{margin-bottom: 30px;padding: 47px 0 57px;background: url("../image/news_bg.jpg")no-repeat center;}
.slideTxtBox{ padding: 0 32px;width: 536px;height: 481px; background-color: #fff; }
.slideTxtBox .tit{position: relative;padding-top: 68px;line-height: 38px;font-size: 24px;color: #000;border-bottom: 1px solid #ccc;}
.slideTxtBox .tit:after{position: absolute;content: ""; width: 98px; height: 0; left: 0;top: 104px; border-bottom: 4px solid #c32136;}
.slideTxtBox .hd{height: 52px;line-height: 52px; position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:10px; top:0; height:66px; }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 16px;color: #999; }
.slideTxtBox .hd ul li.on{color: #c32136 }
.slideTxtBox .bd ul{zoom:1;  }
.slideTxtBox .bd ul li{background: url("404.png")no-repeat left;padding-left: 14px;line-height: 40px;border-bottom: 1px dashed #ccc; }
.slideTxtBox .bd ul li .times{float: right;font-size: 12px;color: #666}
.slideTxtBox .bd ul .mor{display: block;margin-top:58px;width: 196px;height: 51px;text-align: center;line-height: 51px;color: #c32136;background-color: #fff;border: solid 1px #c32136;}
.slideTxtBox .bd ul .mor span{vertical-align: middle;margin-right: 66px;}  
.slideTxtBox .bd ul .mor img{vertical-align: middle;}
.slideTxtBox .bd ul .mor:hover{background: rgba(255,96,0,.1);}
.slideTxtBox .bd ul li a{color: #666;}
.news_32{float: right;height: 481px;width: 584px;
background: url("../image/ry_bg.png")no-repeat center;}
.picScroll-left{  overflow:hidden; position:relative; width: 100%;  }
.picScroll-left .hd{ overflow:hidden;width: 99%;position: absolute;top: 44%;z-index: 999;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:46px; height:46px; overflow:hidden;cursor:pointer;}
.picScroll-left .hd .prev{float: left;background:url("../image/honor_lef.png") no-repeat center #fff;}  
.picScroll-left .hd .next{float:right;background:url("../image/honor_rig.png") no-repeat center #fff;  }
.picScroll-left .bd{}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;}
.picScroll-left .bd ul li .pic{ text-align:center; padding: 99px 80px;}
.picScroll-left .bd ul li .pic img{ width:400px; height:282px; display:block; }





#location_main {} 
#location {color:#0B3B7D; float:right; padding-right:8px;}


#subchannel { border:1px solid #DDD; border-left:0; border-right:0; line-height:38px; text-align:center; margin:30px auto; }
#subchannel ul.navigationlist{ }
#subchannel ul.navigationlist li { line-height:38px; display:inline-block;  }
#subchannel ul.navigationlist li a { display:block; width:145px; font-size:14px; color:#000;}
#subchannel ul.navigationlist li a:hover { color:#e60012; text-decoration:none;   }
#subchannel ul.navigationlist .current { color:#e60012; }

#subchannel  ul.subnavigationlist{ display:none; position:absolute; background:#6AA535; z-index:100}
#subchannel  ul.subnavigationlist li {  float:none; padding:0px; display:inline;}
#subchannel  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:12px; }
#subchannel  ul.subnavigationlist li a:hover {  background:#AB7D2A; color:#FFF; }


table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; }
table.search_table td{ vertical-align:middle; }


.contact_wrap{ line-height:1.8em}
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }


.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:70%; margin:0 auto;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

 

.link_text { overflow: hidden; zoom:1; }
#l ul li {  text-align:center; overflow:hidden;  width:260px; height:40px;}
#l a { line-height:40px; }





.page { padding:15px 0; clear:both; float:right; margin:0 auto; margin-bottom:10px; overflow:hidden; }
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#e60012; color:#FFF; }
.page .current{ background:#e60012; color:#FFF;}
.page #total{color:#ff0000}




table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}


table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}


table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}

table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}


.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#C7E1BE; color:#526848; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}





.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#000; padding:5px 0px}
.InfoTitle h1{ font-size:16px; line-height: 1.5em; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag b{}
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ line-height:1.8em}
.info_previous_next_wrap .Next a{ color:#e60012; }

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 210px;}
.ProductDescription{ height:40px; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}
.product  .info_product_detail_wrap img{ width:195px; float:left;  text-align:left }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }





#index3{width: 100%; height: 888px; background: url(404.png) no-repeat center;}

#index4{width: 100%; height: 662px; background: url(404.png) no-repeat center;}
#index4_main{width: 100%; height: 562px; padding-top: 100px;}
#index4_main .top{font-family: 微软雅黑; font-size: 25px; color: #fff; text-align: center; }
#index4_main .top span{ padding: 15px 20px; background-color: #e6629d; border-radius: 10px;}
#index4_main .bottom{width: 1200px; height: 360px; margin-top: 80px;}
#marquee1{width:1200px;height:360px;overflow:hidden;}
#marquee1 ul li{float:left;padding-right:84px; padding-left:5px; overflow: hidden;text-align: center;}
#marquee1 ul li img{display:block; border: 1px solid #f0cea0; margin-bottom: 5px;}
#marqueel ul li img:hover{ transform:scale(1.1,1.1)}
#marquee1 a{font-family: 微软雅黑; font-size: 16px; color: #ff0071;}





.job{ }
.joblist { }
.joblist li {overflow: hidden; padding:5px 0px;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#000; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table . { color:#000;font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#000;font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}

table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}



.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; }
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:68px; text-align:left;padding-left: 22px;font-weight: normal;}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }


.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }


.message_title{height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#cc2a1e; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}



.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}






.textlist{ }
.textlist li{ border-bottom: 1px solid #EEE; margin-bottom:30px; line-height:26px; overflow:hidden;width:100%;}
.textlist li .InfoSTitle{ font-weight:bold;  }
.textlist li .InfoSTitle:hover{  }
.textlist li p{ color:#5A5A5A; line-height:1.6em; height:3.2em; text-indent:2em; overflow:hidden; margin:5px 0; }

.textlist1{ }
.textlist1 li { float:left; margin:0 0 10px 44px; overflow:hidden;}
.textlist1 .li0{ margin:0;}
.textlist1 li .time{ float:left; width:48px; height:52px;  background:#6E995F; color:#FFF; line-height:25px; padding:15px 12px;}
.textlist1 li .time .month{ float:left;width:48px; text-align:center; border-bottom:1px solid #FFF;}
.textlist1 li .time .year{ float:left; font-size:18px;width:48px;text-align:center;}
.textlist1 li .right_text{ float:left; width:506px; }
.textlist1 li .right_text a{ background:#F0EAE0; line-height:30px; height:30px; overflow:hidden; display:block;padding-left:10px;}
.textlist1 li .right_text p{ background:#F0EAE0;height: 31px;line-height: 20px; padding:10px 5px 10px 10px; margin-top:1px; overflow:hidden;}


.thumblist{overflow: hidden;}
.thumblist li {float:left; margin-right:2%;text-align: center;line-height:2em;overflow:hidden;width:23%; margin-bottom:5px; }
.thumblist li:nth-child(4n){margin-right: 0;}
.thumblist li img{ width:98%; border:3px solid #dfdfdf; }
.thumblist li .InfoTitle{color: #333;font-weight: bold; font-size: 14px;}
.thumblist li p{height: 50px;}




.gridlist{overflow: hidden; }
.gridlist li { float:left; margin-right:26.5px; width:280px; overflow:hidden; display:inline ;
text-overflow:ellipsis; white-space:nowrap; margin-bottom:22px; }
.gridlist li:nth-child(4n){margin-right: 0}
.gridlist .li0{ margin:0; }
.gridlist li img { width:280px;}
.gridlist li a { white-space:nowrap; display:block; color: #333;font-weight: bold; font-size: 14px;}
.gridlist li a:hover{ color: #e6629d; }
.gridlist li .f1{ color:#CC4125; font-weight:bold; }
.gridlist li .content{ padding:2px 0 0px 6px; }

.gridlist1{ overflow:hidden; }
.gridlist1 li{ float:left; display:inline; width:400px; overflow:hidden; font-size: 0px; position:relative; }
.gridlist1 li .ChannelName{ line-height:30px; height:30px; font-size:18px; position:absolute; bottom:0; left:0; 
color:#FFF; text-align:center; width:100%; left:0; background:#e6629d; filter:alpha(opacity=70); -moz-opacity:0.7;  -khtml-opacity:0.7;  opacity:0.7;   }
.gridlist1 li .ChannelName:hover{ color:#000; }
.gridlist1 li a{ font-size:0em; }
.gridlist1 li img { width:400px;}


.videolist{ }
.videolist li { width:380px; float:left; padding-left:30px; text-align:center; overflow:hidden;display:inline ;
text-overflow:ellipsis; white-space:nowrap; margin-bottom:10px; }
.videolist .li0{ padding:0; }
.videolist li img { border:5px solid #E1E1E1; width:370px; }
.videolist li a { white-space:nowrap; line-height:28px; display:block; font-size:14px; font-weight:bold; color:#333; }