@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px; letter-spacing:1px; word-spacing:0; }
.f1 { letter-spacing:0; }
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:#444;	margin:0px auto; font-family: "Microsoft YaHei"; font-size:14px; background:#fff; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited { color:#aaa; }
a:focus { outline:none; }
a:hover{ color:#000;}
a:active{ 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:5px 10px;height:40px; background-color: #FFFFFF;width:100%;line-height: normal; box-sizing:border-box; margin:5px 0;}
textarea{padding:5px 10px;min-height:100px; line-height:25px; color:#000000; background-color: #fff;width:100%;  box-sizing:border-box; margin:5px 0;}

/*其它*/
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; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/
/*常用颜色*/
.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;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.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 30px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color:#00469c;  color: #fff; }
.btn:hover {  background-color: #6b9c00; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.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-color:#dedff2;
border-width:1px; height:50px; line-height:50px;clip: rect;padding:2px 5px; color: #333; box-sizing:border-box; margin:0; }
.form_text { background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:100px; 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 { height:120px; line-height:30px; border-color:#dedff2; border-width:1px; margin:0; padding:2px 5px; color:#333; box-sizing:border-box; }
.form_button { width:200px; height:44px; line-height:44px; font-size:16px; background:#00469c; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/  margin:40px; }
.form_button:hover { background:#317ef3; }
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; display:none; } /*more链接*/
.code_image{ cursor:pointer; height:30px; } /*验证码图片样式*/

/*频道*/
.ChannelContent{ font-size:16px; margin:0 auto; line-height:2.0em; }
.ChannelContent a{ color:#ff9d02}
.ChannelSContent{ color:#FFF; line-height:25px; height:200px; overflow:hidden; margin-bottom:10px; }
.ChannelSContent a{ color:#ff9d02; }
.ChannelSContent img, .InfoContent img{ max-width:100%; }
.ChannelAlbum{ overflow:hidden; }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; }
.InfoTitle h1{ font-size:20px; line-height:50px; }
.InfoTime{color:#999; text-align:left; padding:2px 0px; height:25px;}
.InfoContent, .InfoContent p{ font-size:16px; padding:10px 0;}
.InfoAttachment{ padding:10px 0px 40px; text-align:center; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px 20px; border-bottom:1px solid #ccc; text-align:center; color:#666; line-height:30px; margin-bottom:30px; }
.info_from_wrap a { color:#666; }
.info_from_wrap b { font-weight:normal; }
.info_from_wrap a:hover { color:#00469c; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#fff; margin-top:30px; padding:30px 0; border-top:1px solid #ccc; color:#333; line-height:30px; position:relative; }
.Next a{ }
.Previous a{ }
.ReturnToList { position:absolute; top:40px; right:10px; height:32px; line-height:32px; padding:0 10px; min-width:100px; background:#00469c; color:#fff; text-align:center; }

/*动画缓动*/
.delay_1 {transition:all ease-out .1s; -webkit-transition:all ease-out .1s; -moz-transition:all ease-out .1s; -ms-transition:all ease-out .1s;}
.delay_2 {transition:all ease-out .2s; -webkit-transition:all ease-out .2s; -moz-transition:all ease-out .2s; -ms-transition:all ease-out .2s;}
.delay_3 {transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -ms-transition:all 0.3s ease-out 0s;;}
.delay_5 {transition:.5s ease 0s; -webkit-transition:.5s ease 0s; -moz-transition:.5s ease 0s; -ms-transition:.5s ease 0s;}

/*动画延迟i*/
.wait_0 { animation-delay:0s; -webkit-animation-delay:0s; /* Safari 和 Chrome */ }
.wait_1 { animation-delay:.2s; -webkit-animation-delay:.2s; /* Safari 和 Chrome */ }
.wait_2 { animation-delay:.4s; -webkit-animation-delay:.4s; /* Safari 和 Chrome */ }
.wait_3 { animation-delay:.6s; -webkit-animation-delay:.6s; /* Safari 和 Chrome */ }
.wait_4 { animation-delay:.8s; -webkit-animation-delay:.8s; /* Safari 和 Chrome */ }
.wait_5 { animation-delay:1s; -webkit-animation-delay:1s; /* Safari 和 Chrome */ }
.wait_6 { animation-delay:1.2s; -webkit-animation-delay:1.2s; /* Safari 和 Chrome */ }
.wait_7 { animation-delay:1.4s; -webkit-animation-delay:1.4s; /* Safari 和 Chrome */ }
.wait_8 { animation-delay:1.6s; -webkit-animation-delay:1.6s; /* Safari 和 Chrome */ }
.wait_9 { animation-delay:1.8s; -webkit-animation-delay:1.8s; /* Safari 和 Chrome */ }

/*动画延迟mod*/
.wait0 { animation-delay:.4s; -webkit-animation-delay:.4s; /* Safari 和 Chrome */ }
.wait1 { animation-delay:.8s; -webkit-animation-delay:.8s; /* Safari 和 Chrome */ }
.wait2 { animation-delay:1.2s; -webkit-animation-delay:1.2s; /* Safari 和 Chrome */ }
.wait3 { animation-delay:1.6s; -webkit-animation-delay:1.6s; /* Safari 和 Chrome */ }
.wait4 { animation-delay:2s; -webkit-animation-delay:2s; /* Safari 和 Chrome */ }
.wait5 { animation-delay:2.4s; -webkit-animation-delay:2.4s; /* Safari 和 Chrome */ }
.wait6 { animation-delay:2.8s; -webkit-animation-delay:2.8s; /* Safari 和 Chrome */ }
.wait7 { animation-delay:3.2s; -webkit-animation-delay:3.2s; /* Safari 和 Chrome */ }
.wait8 { animation-delay:3.6s; -webkit-animation-delay:3.6s; /* Safari 和 Chrome */ }

/*移上去图片放大*/
.imgscale { overflow:hidden; width:100%; height:100%; }
.imgscale_animate { overflow:hidden; width:100%; height:100%; }
.imgscale_animate img{transition:all linear .3s; -webkit-transition:all linear .3s; -moz-transition:all linear .3s;
  -ms-transition:all linear .3s; }
.imgscale_animate:hover img{ transform:scale(1.1,1.1);}
.imgscale_animate2 { overflow:hidden; width:100%; height:100%; }
.imgscale_animate2 img{transition:all linear .6s; -webkit-transition:all linear .5s; -moz-transition:all linear .5s;
  -ms-transition:all linear .5s; }
.imgscale_animate2:hover img{ transform:scale(1.2,1.2);}
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:72px; line-height:72px; background:#00469c; }
.left_title h2 { height:72px; line-height:72px; background:#00469c; font-size:24px; text-align:center; color:#fff; }
.left_title h2 span { font-size:14px; font-weight:normal; margin-left:10px; }
.left_body { overflow:hidden; zoom:1; background:#f4f4f4; color:#00469c; padding:25px 25px 10px; border-top:0; border-bottom:0px; }
.left_bottom { height:15px; margin-bottom:5px;}
/*样式1*/
.left_title1{ text-align:center; overflow:hidden; margin-bottom:25px; position:relative; z-index:3; }
.left_title1 h2 { line-height:60px; font-size:36px; font-weight:bold; color:#00469c; }
.left_title1 h2 a { line-height:60px; font-size:36px; font-weight:bold; color:#00469c; }
.left_title1 .left_title1_scontent {  display:inline-block; *zoom:1; *display:inline; background:#f1f1f1; }
.left_title1 .InfoSContent { color:#333; font-size:20px; display:inline-block; *zoom:1; *display:inline; padding:0 20px; overflow:hidden; height:26px; line-height:26px; cursor:pointer; }
.left_title1 .InfoSContent:hover { color:#00469c; }
.left_title1 p { color:#888; font-size:14px; display:inline-block; *zoom:1; *display:inline; padding:0 20px; height:20px; line-height:20px; overflow:hidden; cursor:pointer; }
.left_title1 p:hover { color:#00469c; }
.left_title1.white .left_title1_scontent { background:#fff; }
.left_title1:after, .left_title1:before { content:''; position:absolute; z-index:-1; bottom:10px; width:448px; height:12px; background:url(../images/tiltleicon.png) no-repeat left; }
.left_title1:before { left:0; }
.left_title1:after { right:0; }
.left_body1 { overflow:hidden; zoom:1; }
.left_body1 .col1 { float:left; width:840px; margin-right:30px; }
.left_body1 .col1 .news_title { float:left; font-size:18px; color:#444; }
.col1 .titlelist3 { width:300px; float:right; }
.left_body1 .col2 { width:330px; float:right; background:#f4f6f8; }
.col2 .cjwt { padding:0 5px; }
.col2 .cjwt .cjwt_title { height:40px; line-height:40px; font-size:20px; font-weight:bold; color:#333; border-bottom:2px solid #444; margin-bottom:20px; }
.col2 .cjwt .cjwt_title a { float:right; margin-right:10px; font-size:14px; color:#444; }
.col2 .cjwt .cjwt_title a:hover { color:#00469c; }
.left_bottom1 { height:0px; margin-bottom:0px;}

.zxzx { cursor:pointer; }
/*样式2*/
.left_title2{ width:940px; margin:60px 0 20px; text-align:center; overflow:hidden; position:relative; }
.left_title2 h2 { color:#fff; font-size:34px; }
.left_title2 h2 span { font-size:24px; cursor:pointer; }
.left_title2 h2 span:hover { font-size:30px; }
.left_title2 p { color:#fff; font-size:16px; height:42px; line-height:42px; text-transform:uppercase; }
/*样式3*/
.left_title3{ margin:60px 0 20px; text-align:center; overflow:hidden; position:relative; }
.left_title3 h2 { color:#fff; font-size:34px; }
.left_title3 h2 span { font-size:24px; cursor:pointer; }
.left_title3 h2 span:hover { font-size:30px; }
.left_title3 p { color:#fff; font-size:16px; height:42px; line-height:42px; text-transform:uppercase; }

/*主体右侧*/
/*样式1*/
.right_title { padding:40px 0; }
.right_title h2 { font-size:20px; font-weight:bold; text-align:center; color:#333; }
.right_title h4 { color:#444; line-height:30px; font-size:14px; font-weight:normal; text-align:center; text-transform:uppercase; }
.right_title div { height:3px; border-bottom:1px solid #e0e0e0; margin-top:20px; }
.right_title div.bolck { border-color:#aaa; }
.right_title div.white { border-color: #fff; } 
.right_title div i { display:block; width:42px; height:3px; margin:0 auto; background:#00469c; border-bottom:1px solid #00469c; }
.right_body { width:1200px; margin:40px auto; padding:5px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.left_img { float:left; width:520px; text-align:left; margin-top:50px; }
.right_table { float:right; width:680px; margin-top:50px; }
.right_bottom {}
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .video, .product, .job, .feedback,#ChannelID75{ width:1200px; margin:5px auto; }
.download, .guestbook{ width:1200px; margin:5px auto; }
#top, #logo, #banner, #announcement, #link, #copyright,#bottom,#floor_1,#floor_2,#floor_3,#index_3,#floor_4,#floor_5,#floor_6,#floor_7 { width:1200px; margin:0 auto; overflow:hidden; border:0px dashed red; }
#left { float:left; width:306px; margin-bottom:30px; }
#right { border-left:0px solid #E5E5E5; padding-left:0px; }
/*===首页 开始===*/

.floor_0_main{ position: relative; width: 1200px; margin: 40px auto 0; z-index: 9; background: #f1f1f1; }
.index_switch_list{ overflow: hidden; }
.index_switch_list li{ overflow: hidden; float: left; width: 22.3333333%; transition-duration: .2s; }
.index_switch_list li .info_wrap{ position: relative; float: left; width: 50%; height: 240px; padding: 66px 15px 15px; box-sizing: border-box; transition-duration: .2s; }
.index_switch_list li p{ font-size: 12px; }
.index_switch_list li h2{ font-size: 14px; }
.index_switch_list li .c_picture{ position: relative; float: left; width: 50%; height: 240px; transition-duration: .2s; }
.index_switch_list li .icon{ position: absolute; bottom: 40px; width: 30px; height: 30px; left: 15px; }

.index_switch_list li.active{ width: 33%; }
.index_switch_list li.active .info_wrap{ width: 30%; background: #00469c; color: #FFF; }
.index_switch_list li.active .c_picture{ width: 70%; }

#floor_1_main{ overflow:hidden; background:#f1f1f1; }
#floor_1{ padding:45px 0px;}
#floor_2_main{ overflow:hidden; height:490px; background:url(../images/youshi.png) center; position:relative; }
#floor_2_main #floor_2 { position:absolute; width:1200px; height:100%; left:50%; margin-left:-600px; top:0; }
#floor_2 .floor_2_tel { position:absolute; top:60px; right:60px; color:#fff; font-size:22px; font-weight:bold; }
#floor_2 .floor_2_zixun { position:absolute; top:100px; right:80px; background:#4dac2f; color:#fff; width:120px; height:34px; line-height:34px; border-radius:5px; text-align:center; } 
#floor_3_main{ overflow:hidden; background:#fff; background-position:center 180px; background-repeat:no-repeat; padding-top:180px; margin-bottom:40px; position:relative; }
#floor_3_main img { opacity:0; }
#floor_3_main .albumlist1 img  { opacity:1; }
#floor_3_main #floor_3 { position:absolute; width:1200px; height:100%; left:50%; margin-left:-600px; top:30px; }
#floor_4_main{ overflow:hidden; height:789px; background:url(../images/T5_back.png) no-repeat center; position:relative; }
#floor_4_main #floor_4 {  }
#floor_4 .T5_pic { float:left; width:533px; height:357px; margin-right:40px; overflow:hidden; }
#floor_4 .T5_pic img { opacity:1; width:100%; display:block; }
#floor_4 .T5_wrap { overflow:hidden; color:#fff; }
#floor_4 .T5_wrap .T5_sname { font-size:22px; font-weight:bold; }
#floor_4 .T5_wrap .T5_f1 { font-size:6px; line-height:20px; }
#floor_4 .T5_wrap .T5_text { margin-top:50px; font-size:14px; line-height:30px; height:150px; overflow:hidden; }
#floor_4 .T5_wrap .ckxq  { margin-top:60px; background:#4dac2f; color:#fff; width:120px; height:40px; line-height:40px; border-radius:5px; text-align:center; }
#floor_5_main{ padding:45px 0 0; }
#floor_6_main{ padding:0 0; }
#floor_7_main{ padding:40px 0; }
/*===首页 结束===*/

/*===产品模型 开始===*/
.product  .info_product_detail_wrap{ line-height: 2.2em;}
.product  .info_product_detail_wrap b{color: #626262; font-weight:bold;}
.product  .info_product_detail_wrap table.detail_table{ width:100%; }
.product  .info_product_detail_wrap table.detail_table th{ width: 200px;}
.product  .ProductDescription{ height:40px; color:#01673A; margin-top:10px;padding-left:35px; line-height:40px; font-size:16px; font-weight:bold; display:none;}
.product  .info_product_detail_wrap img{ width:216px; height:162px;float:left;  text-align:left; margin-right:10px; }
.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; }
/*===产品模型 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
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:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {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; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:100%; border-collapse:separate; border-spacing:0 15px; }
table.guestbook_table tr { }
table.guestbook_table th{ width:100px; background:#edeff2; color:#444; font-weight:normal; font-size:16px; }
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:#333; 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}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/

/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:48px; background:#fff; border-bottom:1px solid #ddd; }
#top { height:48px; line-height:48px; text-align:right; color:#666; }
#top_1 { float:left; text-align:left; text-indent:15px; font-size:12px; }
#top_2 { float:right; text-align:right; font-size:12px; }
#top_2 .shouji { margin-left:0px; padding-left:20px; background:url(../images/shouji.png) no-repeat left; }
#top .MobileEdition{ font-weight:bold; color:red; }
#top a { color:#666; }
#top a:hover { color:#00469c; }

/*Logo*/
#logo_main { background: #fff; }
#logo {overflow:hidden; height:auto; position:relative; text-align:center; }
#logo .WebLogo{ height:auto; display:inline-block; vertical-align:middle; }
#logo .WebLogo img{ height:auto; display:block; margin-top:0; }
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red; }
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right; font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30; }
#logo .zixun { display:inline-block; margin-left:50px; vertical-align:middle; }
#logo .zixun img { width:42px; margin:19px 10px 19px 4px; float:left; }
#logo .zixun .zixun_right { float:left; }
#logo .zixun .zixun_right div { color:#00a2ea; font-size:16px; line-height:24px; margin-top:6px; }
#logo .zixun .zixun_right div span { color:#666; font-size:14px; }
#logo .zixun .zixun_right p { color:#d71716; font-size:28px; line-height:40px; font-weight:bold; }

/*导航*/
#navigation_main { background:#00469c; }
#navigation { width:1200px; margin:0 auto; height:56px; line-height:56px; }
#navigation ul.navigationlist li { float:left; text-align:center; line-height:56px; }
#navigation ul.navigationlist li a { display:block; padding:0 41px; font-size:16px; font-weight:normal; color:#fff; border:0px dashed red; position:relative; position:relative; }
/*#navigation ul.navigationlist li a:after { content:""; width:0px; height:26px; border-left:1px dotted #edf2f8; position:absolute; top:15px; left:0; }*/
#navigation ul.navigationlist li a:hover { text-decoration:none; background:#fff; color:#00469c; font-weight:bold; }
#navigation ul.navigationlist .current { opacity:0.9; }
#navigation ul.navigationlist .current:after { border:0; }
#navigation ul.navigationlist .current2:after { border:0; }
#navigation ul.navigationlist li.after0 a:after { border:0; }
#navigation ul.navigationlist li.n1 a:after { border:0; }

/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#fff; z-index:100; }
#navigation  ul.subnavigationlist li { float:none; padding:0px; display:inline; }
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#444; line-height:36px; height:36px; width:100px;
    font-size:16px; padding:0px 24px; text-align:center; }
#navigation  ul.subnavigationlist li a:after { width:0; }
#navigation  ul.subnavigationlist li a:hover { background:#00469c; color:#fff; }

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main { position:relative; border:0px solid blue; }
#banner { position:relative; 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;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:absolute; bottom:25px; 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:28px; height:6px; background:#fff; margin-right:10px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{ background:#00469c; }


#banner_main .prevnext { width:34px; height:60px; background:rgba(0,0,0,.5) url(../images/right2.png) no-repeat center; position:absolute; top:50%; cursor:pointer; margin-top:-30px; background-size:16px; }
#banner_main .prevnext.prev { background-image:url(../images/left2.png); left:50px; }
#banner_main .prevnext.next { right:50px; }
#banner_main .prevnext:hover { background-color:#1b3e92; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main {  } 
#location { color:#666; float:left; padding-left:8px; padding-left:24px; background:url(../images/home.png) no-repeat left; background-size:14px; }
#location a { color:#444; }
#location a:last-child { color:#00469c; }
#location a:hover { color:#00469c; }

/*子频道列表*/
#subchannel_main { background:#f4f6f9; overflow:hidden; }
#subchannel { width:1200px; overflow:hidden; margin:0 auto; line-height:56px; height:56px; }
.subchannellist { text-align:right; }
.subchannellist li { display:inline-block; line-height:56px; height:56px; }
.subchannellist li.n1 { border:0; }
.subchannellist li a { display:inline-block; line-height:56px; height:56px; padding:0 30px; color:#333; font-size:16px; }
.subchannellist li a:hover { background:#00469c; color:#fff; text-decoration:none; }
.subchannellist #current a { font-weight:normal; background:#00469c; color:#fff; }
.subchannellist .depth1 { font-weight:normal; }
.subchannellist .depth2 { font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a { border:none; }
.subchannellist .depth3 { font-size:14px; text-indent:3em; }
.subchannellist .depth4 { font-size:14px; text-indent:4.5em; }
.subchannellist .depth5 { font-size:14px; text-indent:6em; }
.subchannellist .depth6 { font-size:14px; text-indent:7.5em; }

/*子频道列表1*/
#subchannel1 { width:1200px; overflow:hidden; margin:40px auto 20px; line-height:50px; height:120px; }
.subchannellist1 { text-align:left; overflow:hidden; }
.subchannellist1 li { float:left; display:block; width:282px; line-height:50px; height:50px; margin:0 0 20px 24px; }
.subchannellist1 li.n0 { margin-left:0; }
.subchannellist1 li a { display:block; width:100%; line-height:50px; height:50px; text-align:center; background:#f2f2f2; color:#333; font-size:18px; }
.subchannellist1 li a:hover { background:#00469c; color:#fff; text-decoration:none; }
.subchannellist1 #current a { font-weight:normal; background:#00469c; color:#fff; }

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*联系我们*/
.contact_wrap{ line-height:2em; margin-top:30px; }
.contact_wrap h3 { color:#333; font-size:24px; margin-bottom:10px; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%; }
#Map .MapInfo{ margin-top:42px; }
#MapMain { margin-top:80px; }
.contactus_message { float:left; width:583px; background:#404040; padding:30px; box-sizing:border-box; }
.message_title2 { color:#fff; font-size:18px; font-weight:bold; margin-bottom:15px; }
.contactus_message input { height:50px; background:#676767; color:#fff; border:0; outline:none; font-size:16px; margin:0 0 16px 0; }
.contactus_message textarea { min-height:160px; background:#676767; color:#fff; border:0; outline:none; font-size:16px; margin:0 0 16px 0; }
.contactus_message input::-webkit-input-placeholder { /* WebKit browsers */ color:#ddd; }
.contactus_message input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#ddd; }
.contactus_message input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#ddd; }
.contactus_message input:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#ddd; }
.contactus_message textarea::-webkit-input-placeholder { /* WebKit browsers */ color:#ddd; }
.contactus_message textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#ddd; }
.contactus_message textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#ddd; }
.contactus_message textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#ddd; }
.contactus_message .col1 { overflow:hidden; }
.contactus_message .col1 input { float:left; width:247px; }
.contactus_message .col1 input#Contact { margin-left:29px; }
.contactus_message .col2 { overflow:hidden; margin:25px 0; }
.contactus_message .col2 input { float:left; width:199px; margin:0 24px; background:#00469c; color:#fff; }
.contactus_message .col2 input.form_reset { width:199px; margin:0 53px 0 24px; background:#999; color:#fff; }
#MapContainer{ float:left; width:617px; height:573px; }
#Map .ContactInfo{ width:660px; height:480px; float:left; line-height:2em; position:relative; }
#Map .ContactInfo .Company{ font-size:20px; color:#444; font-weight:bold; line-height:24px; margin-top:30px; }
#Map .ContactInfo .en_name { font-size:14px; color:#555; padding-bottom:40px; border-bottom:1px solid #ddd; margin-top:0px; }
#Map .ContactInfo div { margin-top:40px; }
#Map .ContactInfo div.Telephone,#Map .ContactInfo div.Email,#Map .ContactInfo div.Address { width:440px; }
#Map .ContactInfo img{ width:18px; vertical-align:middle; margin-right:8px; }
.copy_31 .right_title { display:none; }
#Map .ContactInfo .WxQrcode { position:absolute; top:200px; right:60px; text-align:center; }
#Map .ContactInfo .WxQrcode img { width:128px; margin:0; }
#Map .ContactInfo .WxQrcode p { text-align:center; }

/*订购*/
.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:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/*搜索 */
table.search_table{ width:100%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:right; padding:0px;}
table.search_table td{ vertical-align:middle; text-align:right; width:90px; padding:0px;}
input.btn-search{ font-size: 16px;height: 40px;line-height: 40px;padding: 0px 12px;cursor: pointer; background:#0167bb; color:#fff; width:100%; border:0; margin:0;}
input.btn-keywords{ background:none;  height:36px; line-height:36px; border: 2px solid #0167bb; padding:0; margin:0; text-indent:5px;}

#index_search { width:1200px; z-index:19; margin:0 auto; padding:30px 0 10px; overflow:hidden; }
#index_search form { float:left; width:35%; }
#index_search input.btn-keywords { border:none; height:42px; width:100%; background:#f6fefe; text-indent:12px; font-size:14px;  }
#index_search input.btn-search { height:42px; }
#index_search .hotwords { float:right; width:60%; color:#000; margin-top:6px; font-size:13px; line-height:30px; }
#index_search .hotwords span { color:#000;  cursor:pointer; margin:0 5px; }
#index_search .hotwords span:hover { color:#db1226; }

/* 友情链接 */
#link_main {padding: 15px 0; background:#fff;}
#link { padding:0; padding-top:30px; }
.link_title { padding:9px 0; color:#fff; float:left; }
.link_title h2 { font-size:15px; color:#444; font-weight:normal; }
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
/*图片链接列表*/
.linkpiclist { overflow:auto; zoom:1;  }
.linkpiclist li { float:left; padding:1px 5px; text-align:center; width:112px;}
.linkpiclist li img { width:86px; height:30px; padding:2px; border:1px solid #eee; }
.linkpiclist li a:hover img { border:1px solid #c11b33; }
/*文字链接列表*/
.linktextlist { overflow: hidden; zoom:1; padding:8px 0 8px 0; }
.linktextlist li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}
.linktextlist li a { line-height:22px; color:#444; font-size:15px; }
.linktextlist li a:hover { line-height:22px; color:#00469c; }

.link_text{ display:flex; align-items: center; }
.link_text .linktextlist li a { color:#fff;  }
.link_text .linktextlist li a:hover { line-height:22px; color:#00A2EA; }
/*底部区域*/
#bottom_main{ background-color:#3c3c3d; padding:30px 0; color:#fff; }
#bottom{}
#bottom_1 { float:left; width:910px; }
.bottom_navigation { width:100%; overflow:hidden; margin-bottom:5px; }
.bottom_navigation li { float:left; padding-right:15px; border-right:1px solid #fff; margin-right:15px; line-height:14px; overflow:hidden; }
.bottom_navigation li a {  display: block;  text-align: left; font-size: 14px;  color:#fff;  }
.bottom_navigation li a:hover {  color:#00469c;}
.bottom_navigation li:last-child { border:0; }
.bottom_navigation .subnavigationlist1 li {  float: none;  padding: 0;  line-height: 28px;  display: block;  }
.bottom_navigation .subnavigationlist1 li a { color: #fff;  display: block;  line-height: 30px;  font-weight: normal;  padding: 0;  margin: 0;  font-size: 14px;  text-align: left;  }
.bottom_navigation .subnavigationlist1 li a:hover{color:#00469c;}
#bottom_1 .WeChat { float:right; overflow:hidden; }
#bottom_1 .WeChat div { float:right; width:60px; text-align:left; margin-top:50px; line-height:30px; }
#bottom_1 .WeChat img {  float: left; width: 145px;  padding: 0 30px 0 0;  }
#link2 { float:right; width:260px; }
#link2 select { width:260px; height:40px; color: #333; margin: 0 0 10px 0; padding:0 15px; box-sizing:border-box; }

/* 版权信息 */
#copyright_main { color:#fff; background-color: #3c3c3d; border-top:1px solid #505050; }
#copyright { line-height:50px; text-align:center; font-size:13px; }
#copyright a {color: #f0f0f0; text-decoration: none;}
#copyright a:hover {color:#fff; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:right; margin:0}

/*分页样式*/
.page { margin:40px 0 20px; text-align:center; clear:both; }
.page a, .page span { text-align:center; display:inline-block; border:1px solid #ddd; padding:0 12px; height:30px; line-height:30px; margin:0 6px; color:#000; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#00469c; color:#fff; border-color:#00469c; }
.page .current{ background:#00469c; color:#fff; border-color:#00469c; }
.page #total{ color:#00469c; }
.page .pageinfo,.page .pagefirst,.page .pageend { display:none; }

/* ==========flex ==========*/
[class*=flex] {
  display:box; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex;
}
.fx1{
  -prefix-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;
}
.flex-sa-center {
  -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-sb-center {
  -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-c-jcenter{
    flex-direction: column;
    justify-content: center;
}
.flex-sa {
  -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;
}
.flex-sb {
  -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between;
}
.flex-center {
  -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-acenter {
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-aend{
  -webkit-align-items:flex-end; -moz-align-items:flex-end; -ms-align-items:flex-end; -o-align-items:flex-end; align-items:flex-end;
}
.flex-wrap{
  -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;
}
/* ==========flex ==========*/


/*会员*/
/*会员登录*/
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.login_table .quick_login td{text-align:left; padding:10px 0; }
table.login_table .quick_login td img{ margin-right:8px; float:left; }

/*会员注册*/
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.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

/*忘记密码 第一步*/
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}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; 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}

#online_message { width:100%; height:302px; background:url(../images/beijing.png) no-repeat center; }
.online_message_content { width:1200px; height:302px; margin:0 auto; overflow:hidden; }
#online_message .left_zixun { float:left; width:270px; height:210px; margin-top:46px; border-right:1px solid #1d5aa4; text-align:center; }
.left_zixun .lzc1 { width:220px; height:42px; line-height:42px; font-size:16px; color:#fff; }
.left_zixun .lzc2 { width:220px; height:26px; line-height:26px; font-size:21px; color:#fff; font-weight:bold; }
.left_zixun .lzc3 { width:220px; height:26px; line-height:26px; font-size:21px; color:#fff; font-weight:bold; }
.left_zixun .ljzx { width:125px; height:36px; line-height:36px; text-indent:25px; background:#fff url(../images/zixun.png) no-repeat 15px; color:#000; font-size:16px; background-size:18px 16px; border-radius:5px; margin:70px 0 0 50px; }
#online_message .wcoa_qrc { float:left; width:438px; height:210px; margin-top:46px; border-right:1px solid #1d5aa4; text-align:left; overflow:hidden; }
.wcoa_qrc img { float:left; width:145px; margin:35px 16px 35px 88px; }
.wcoa_qrc .wqc1 { float:left; margin:50px 0 0; color:#fff; font-size:16px; }
.wcoa_qrc .wqc2 { float:left; margin:25px 0 0; color:#fff; width:105px; line-height:25px; font-size:14px; }
#online_message .right_message { float:left; width:490px; height:210px; margin-top:46px; }
.right_message .tips { margin:0 0 10px 80px; font-size:18px; color:#fff; }
.message_table { margin:0 0 10px 80px;  }
.message_table input { width:382px; height:50px; line-height:50px; padding:0 20px; outline:none; border-radius:5px; font-size:16px; margin:0 0 18px; box-sizing:border-box; }
.message_table input.form_btn { background:#4dac2f; color:#fff; border:0; }
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:30px;padding:5px 0; text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{  }
.textlist li .InfoTime{ float:right;}
.textlist li .btn { padding:0 30px; }

.textlist1 { overflow:hidden; }
.textlist1 li {  }
.textlist1 li.n1 { margin-top:30px; }
.textlist1 li.n1 .imgscale_animate2 { float:right; width:260px; margin-left:25px; }
.textlist1 li.n1 img { width:100%; }
.textlist1 li.n1 .info_wrap { overflow:hidden; background:#f4f6f8; padding:0 0 0 25px; }
.textlist1 li.n1 .info_wrap .InfoTitle1 { color:#111; font-size:16px; line-height:26px; margin-top:30px; }
.textlist1 li.n1 .info_wrap .InfoTime { color:#888; font-size:14px; margin:15px 0 10px; padding:0; }
.textlist1 li.n1 .info_wrap p { color:#888; font-size:14px; line-height:25px; }
.textlist1 li.y2 { width:360px; float:left; padding:0 40px 0 12px; background:url(../images/doit.png) no-repeat 2px center; height:30px; line-height:30px; }
.textlist1 li.y2 .InfoTime { float:right; margin-left:20px; color:#888; font-size:14px; }
.textlist1 li.y2 .InfoTitle1 { color:#444; font-size:14px; }
.textlist1 li.n1 .info_wrap .InfoTitle1:hover { color:#00469c; font-size:18px; }
.textlist1 li.y2 .InfoTitle1:hover { color:#00469c; }

.textlist2 {  }
.textlist2 li { margin-bottom:20px; }
.textlist2 li .InfoTitle { line-height:30px; padding:10px 0; padding-left:40px; position:relative; text-align:left; font-size:17px; font-weight:bold; color:#666; }
.textlist2 li .InfoTitle:hover { font-size:19px; color:#01469c; }
.textlist2 li .InfoTitle span { position:absolute; left:5px; top:12px; display:block; width:25px; height:25px; line-height:25px; text-align:center; font-size:20px; background:#4dac2f; color:#fff; border-radius:2px; }
.textlist2 li .InfoSContent { line-height:24px; padding-left:40px; position:relative; margin-right:10px; }
.textlist2 li .InfoSContent:hover { color:#01469c; }
.textlist2 li .InfoSContent span { position:absolute; left:5px; top:2px; display:block; width:25px; height:25px; line-height:25px; text-align:center; font-size:20px; background:#555; color:#fff; border-radius:2px; }

/*文字列表1*/
.titlelist1{ overflow:hidden; margin:10px 0 20px; }
.titlelist1 li{ float:left; height:50px; width:280px;line-height:50px; padding:0 10px; margin-top:10px; font-size:16px; text-align:center; background:#fff; position:relative; white-space:nowrap }
.titlelist1 li.on { background:#00469c; }
.titlelist1 li.on a { color:#fff; }
.titlelist1 li:before { content:""; position:absolute; width:1px; height:20px; top:15px; left:0; background:#ccc; }
.titlelist1 li a{ display:block; height:50px; line-height:50px; color:#444; text-align:center; font-size:16px; }
.titlelist1 li.n1:before { width:0px; }
.titlelist1 li:hover { background:#00469c; color:#FFF; }
.titlelist1 li:hover:before { width:0px; }
.titlelist1 li:hover a { color:#fff; }
/*文字列表2*/
.titlelist2{ overflow:hidden; margin:0 0; }
.titlelist2 li{ float:left; width:171px; height:50px; line-height:50px; font-size:16px; text-align:center; background:#fff; position:relative; }
.titlelist2 li:first-child { background:#4dac2f; color:#fff; }
.titlelist2 li:before { content:""; position:absolute; width:1px; height:20px; top:15px; left:0; background:#ccc; }
.titlelist2 li a{ display:block; height:50px; line-height:50px; color:#444; text-align:center; font-size:16px; }
.titlelist2 li.n1:before { width:0px; }
.titlelist2 li:hover { background:#4dac2f; color:#FFF; }
.titlelist2 li:hover:before { width:0px; }
.titlelist2 li:hover a { color:#fff; }

.titlelist3 { text-align:center; }
.titlelist3 li { display:inline-block; *zoom:1; *display:inline; margin-left:3px; height:32px; padding:0 10px; line-height:32px; background:#fff; color:#333; font-size:15px; cursor:pointer; }
.titlelist3 li.on { background:#00469c; color:#fff; }

.titlelist4 { background:#fff; }
.titlelist4 li { height:48px; line-height:48px; border-bottom:1px solid #f4f4f4; padding:0 20px; background-color:#fff; }
.titlelist4 li.n0 { height:58px; line-height:58px; background-color:#e2e2e2; }
.titlelist4 li a { background-image:url(../images/left4.png); background-position:right center; background-repeat:no-repeat; display:block; color:#444; white-space:nowrap; }
.titlelist4 li.n0 a { color:#00469c; font-weight:bold; font-size:16px; }
.titlelist4 li a:hover { font-weight:bold; color:#00469c; background-image:url(../images/left4_on.png); }
.titlelist4 li.n0 a:hover { background-image:url(../images/left4_on.png); }
.titlelist4 li a.current { background-image:url(../images/left4_on.png); }
.titlelist4 li.n0 a.current { background-image:url(../images/left4_on.png); }

/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{ text-align:left; overflow:hidden; margin:15px 0; border:1px solid #fff;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;}
.thumblist li:hover{border:1px solid #e9e9e9; -webkit-box-shadow: 0 0 2px 2px #f0f0f0;-moz-box-shadow: 0 0 2px 2px #f0f0f0;box-shadow: 0 0 2px 2px #f0f0f0; transform:translate3d(0, -2px, 0);}
.thumblist li .InfoPicture{ float:left; overflow:hidden; }
.thumblist li img{  border:0px solid #ccc;width:240px; margin-right:20px; }
.thumblist li:hover img{ }
.thumblist li .info_wrap{ overflow:hidden; padding-right: 8px;}
.thumblist li .InfoTitle{ display:block; font-size:22px; font-weight:bold; color:#555; text-align:left; padding:0; }
.thumblist li:hover .InfoTitle{ color:#000; }
.thumblist li .InfoTime{ display:block; height:30px; line-height:30px; text-align:left; padding:0; color:#666;}
.thumblist li p{ font-size:15px; color:#898989; line-height:1.8em;overflow:hidden;}
/*带缩略图文字列表2*/
.thumblist1{ overflow: hidden; }
.thumblist1 li{ position:relative; }
.thumblist1 li img { width:100%; }
.thumblist1 li .info_wrap { position:absolute; width:547px; height:100%; left:318px; top:0; background:rgba(0,0,0,.6); }
.thumblist1 li .info_wrap .InfoTitle { height:69px; line-height:69px; padding:0; text-indent:50px; color:#00469c; overflow:hidden; background:#e0e0e0; font-size:22px; font-weight:bold;  text-align:left; }
.thumblist1 li .info_wrap .InfoTitle span { text-indent:0; font-size:18px; font-weight:normal; }
.thumblist1 li .info_wrap .InfoTitle .span2 { display:block; width:100px; height:70px; float:right; background:#00469c; color:#fff; text-align:center; font-size:40px; }
.thumblist1 li .info_wrap .InfoTitle .span1 { margin-left:15px; color: #444; font-size:14px; line-height:80px; }
.thumblist1 li .info_wrap p { padding:50px 30px; color:#fff; line-height:36px; font-size:16px; }
#floor_4 { position:relative; }
.left_body2 .prevnext { width:45px; height:30px; background:#000 url(../images/right.png) no-repeat center; position:absolute; bottom:5px; right:560px; cursor:pointer; border:1px solid #fff; }
.left_body2 .prevnext.prev { background-image:url(../images/left.png); right:606px; }
.left_body2 .prevnext:hover { background-color:#00469c; }

.InfoTitle1 { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
/*带缩略图文字列表3*/
.thumblist2{ overflow:hidden; margin-top:40px; padding:10px; }
.thumblist2 li { width:388px; float:left; margin:0 0 40px 18px; position:relative; }
.thumblist2 li.n0 { margin-left:0; }
.thumblist2 li .info_wrap { box-shadow:0 0 3px 3px #ddd; }
.thumblist2 li .info_wrap .imgscale_animate { width:100%; height:298px; overflow:hidden; }
.thumblist2 li img { width:100%; display:block; }
.thumblist2 li .InfoTitle1 { background:#00469c; color:#fff; font-size:18px; height:60px; line-height:60px; text-align:center; }
.thumblist2 li .info_view { opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); }
.thumblist2 li .info_view .zxzx { width:146px; margin:80px auto 0; height:50px; line-height:50px; text-indent:60px; background:#fff url(../images/zixun.png) no-repeat 20px; color:#444; font-size:16px; border-radius:5px; cursor:pointer; }
.thumblist2 li .info_view .zxzx:hover { background:#4dac2f url(../images/zixun_on.png) no-repeat 20px; color:#fff; }
.thumblist2 li .info_view .ljxq { width:146px; margin:40px auto 0; height:50px; line-height:50px; text-indent:60px; background:#fff url(../images/xiangqing.png) no-repeat 20px; color:#444; font-size:16px; border-radius:5px; cursor:pointer; }
.thumblist2 li .info_view .ljxq:hover { background:#4dac2f url(../images/xiangqing_on.png) no-repeat 20px; color:#fff; }
.thumblist2 li:hover .info_view { opacity:1; }

/*带缩略图文字列表4*/
.thumblist3{ margin-bottom:40px; overflow:hidden; }
.thumblist3 li{ width:50%; float:left; text-align:left; overflow:hidden; padding:30px 0; border-top:1px solid #ddd; }
.thumblist3 li:hover{  }
.thumblist3 li.n1,.thumblist3 li.n2 { border-top:0; }
.thumblist3 li .InfoPicture{ float:left; overflow:hidden; display:block; width:180px; height:136px; overflow:hidden; }
.thumblist3 li img{ border:0px solid #ccc; width:100%; }
.thumblist3 li:hover img{ }
.thumblist3 li .info_wrap{ overflow:hidden; box-sizing:border-box; padding:5px 80px 10px 30px; }
.thumblist3 li .InfoTitle{ display:block; font-size:16px; line-height:20px; color:#444; text-align:left; padding:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.thumblist3 li:hover .InfoTitle{ color:#00469c; font-size:18px; }
.thumblist3 li .InfoTime{ display:block; height:30px; line-height:30px; margin:10px 0; text-align:left; padding:0; color:#666; }
.thumblist3 li p{ font-size:14px; color:#666; line-height:1.8em; height:3.6em; overflow:hidden; }
.thumblist3 li p:hover { color:#00469c; }

.service_main { overflow:hidden; }
.service_main img.f2 { float:left; margin:0 20px 0 0; }
.servicelist { overflow:hidden; padding-bottom:30px; }
.servicelist li { position: relative; margin: 30px 10px 0; padding-left: 50px; }
.servicelist .the_number2{ position: absolute; left: 0; top:50%; margin-top:-20px; width:40px; height:40px; line-height:40px; text-align: center; border-radius: 50%; background: #004da2; color: #FFF; font-style: italic; text-indent:-4px; font-size:18px; }
.current_service_picture img{ display: block; width: 80%; margin: 20px auto; }
.servicelist .AlbumDescription { line-height:25px; font-size:16px; }
.copy_74 .service_main img.f2 { float:left; margin:0 0 0 20px; }

/*橱窗列表*/
.gridlist { overflow:hidden; }
.gridlist li { float:left; width:380px; margin-left:30px; }
.gridlist li div {  }
.gridlist li img { display:block; width:100%; }
.gridlist li.m0 { margin-left:0; }
.gridlist li h3 { display:flex; align-items:center; justify-content:center; height:50px; line-height:25px; padding:10px 0; overflow:hidden; font-size:16px; font-weight:normal; color:#333; }
.gridlist li:hover h3 { color:#00469c; }
/*橱窗列表1*/
.gridlist1{ width:800px; float:left; }
.gridlist1 li { float:right; background:#FFF; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; width:460px; }
.gridlist1 li:hover { opacity: 0.8; }
.gridlist1 li img { width:100%; }
.gridlist1 li .InfoTitle { font-size:16px; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:left; padding:0; line-height:36px; }
.gridlist1 li.y2:hover .InfoTitle,.gridlist1 li.y3:hover .InfoTitle { color:#00469c; }
.gridlist1 li.y1{ float:left; width:300px; margin-right:40px; position:relative; }
.gridlist1 li.y1 .InfoTitle { position:absolute; left:0; bottom:0; width:100%; height:36px; line-height:36px; background:#00469c; background:rgba(27,62,146,.6); color:#fff; box-sizing:border-box; padding:0 6px; }
.gridlist1 li.y2{ padding-bottom:15px; border-bottom:1px dashed #ccc; margin:-14px 0 10px; }
.gridlist1 li.y2 .time { float:left; margin-right:20px; width:70px; height:50px; line-height:25px; border:1px solid #ccc; padding:18px 0; text-align:center; color:#333; }
.gridlist1 li.y2 .time .years { font-size:14px; }
.gridlist1 li.y2 .time .m_day { font-size:16px; }
.gridlist1 li.y2 .time:hover { background:#00469c; color:#fff; }
.gridlist1 li.y2 .InfoTitle { color:#333; line-height:20px; padding:0 0 10px; border-bottom:1px dashed #ccc; }
.gridlist1 li.y2 .InfoSContent { height:48px; line-height:24px; color:#444; font-size:14px; padding:10px 0 0; overflow:hidden; }
.gridlist1 li.y2 .InfoSContent:hover { color:#00469c; }
.gridlist1 li.y3 .InfoTime { float:right; font-size:13px; margin-left:40px; padding:0; line-height:36px; color:#666; }
.gridlist1 li.y3 .InfoTitle { color:#666; }

/*橱窗列表2*/
.gridlist2{ overflow:hidden; width:760px; float:left; }
.gridlist2 li{ text-align:center; }
.gridlist2 li a.InfoPicture{ display: block; }
.gridlist2 li img{ min-width:420px; max-width:700px; padding:10px 0; }

/*橱窗列表3*/
.T6Ablum { width:1200px; margin:40px auto; overflow:hidden; }
.gridlist3 {  }
.gridlist3 li { float:left; margin-right:26px; background:#fff; padding:10px; }
.gridlist3 li img { width:340px; height:340px; padding:10px; box-shadow:0 0 2px 2px #eee; }
.gridlist3 li .InfoTitle1 { color:#333; font-weight:bold; font-size:20px; line-height:50px; text-align:center; }
.gridlist3 li:hover .InfoTitle1 { color:#00469c; }
#floor_5 .left_body1 { position:relative; }
#floor_5 .left_body1 .prevnext { width:50px; height:50px; background:url(../images/right3.png) no-repeat center; position:absolute; top:50%; cursor:pointer; margin-top:-25px; }
#floor_5 .left_body1 .prevnext.prev { background-image:url(../images/left3.png); left:20px; }
#floor_5 .left_body1 .prevnext.next { right:20px; }

/*橱窗列表4*/
.T7Ablum { width:1200px; margin:40px auto; overflow:hidden; }
.gridlist4 {  }
.gridlist4 li { float:left; margin-right:20px; background:#fff; }
.gridlist4 li img { width:280px; }
.gridlist4 li .InfoTitle1 { color:#333; font-weight:bold; font-size:20px; line-height:50px; text-align:center; }
.gridlist4 li:hover .InfoTitle { color:#00469c; }
#floor_6 .left_body1 { position:relative; }
#floor_6 .left_body1 .prevnext { width:50px; height:50px; background:url(../images/right3.png) no-repeat center; position:absolute; top:50%; cursor:pointer; margin-top:-25px; }
#floor_6 .left_body1 .prevnext.prev { background-image:url(../images/left3.png); left:20px; }
#floor_6 .left_body1 .prevnext.next { right:20px; }

/*橱窗列表5*/
.gridlist5 { overflow:hidden; }
.gridlist5 li { float:left; width:282px; margin-left:14px; margin-bottom:30px; }
.gridlist5 li div { height:280px; border:1px solid #e2e2e2; }
.gridlist5 li img { display:block; width:100%; border-bottom:0; box-sizing:border-box; }
.gridlist5 li.m0 { margin-left:0; }
.gridlist5 li h3 { display:flex; align-items:center; justify-content:center; height:30px; line-height:30px; padding:5px 0; font-size:16px; font-weight:normal; background:#e1e1e1; color:#333; }
.gridlist5 li:hover h3 { background:#00469c; color:#fff; }

/*橱窗列表6*/
.gridlist6 { overflow:hidden; }
.gridlist6 li { float:left; width:285px; margin-left:20px; margin-bottom:30px; }
.gridlist6 li.n1 { margin-left:0; }
.gridlist6 li div {  }
.gridlist6 li img { display:block; width:100%; border:1px solid #e2e2e2; border-bottom:0; box-sizing:border-box; }
.gridlist6 li.m0 { margin-left:0; }
.gridlist6 li h3 { display:flex; align-items:center; justify-content:center; height:60px; line-height:30px; padding:0; overflow:hidden; font-size:16px; font-weight:normal; background:#e1e1e1; color:#333; }
.gridlist6 li:hover h3 { background:#00469c; color:#fff; }

/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-bottom:10px; margin-left:12px; text-align:center; overflow:hidden; transition:all .2s linear}
.videolist li:hover { transform:translate3d(0, -4px, 0); box-shadow:0 10px 10px rgba(0,0,0,.1); }
.videolist li.n0{ margin-left:0; }
.videolist li img { border:1px solid #fff; width:289px;}
.videolist li a{ display:block; position:relative; }
.videolist li .InfoTitle{ display:block; padding:10px 0; }
.videolist li .InfoTitle a { white-space:nowrap; }
.videolist li i{ position:absolute; width:100%; height:100%; top: 0;left: 0;background:url(../images/play.png) center center no-repeat; cursor:pointer;}

/*频道相册列表*/
.channelalbumlist { overflow:hidden; }
.channelalbumlist li { float:left; width:273px; margin-left:36px; }
.channelalbumlist li div { display:flex; align-items:center; justify-content:center; min-height:150px; }
.channelalbumlist li img { display:block; max-width:100%; }
.channelalbumlist li.m0 { margin-left:0; }
.channelalbumlist li h3 { display:flex; align-items:center; justify-content:center; height:50px; line-height:25px; padding:10px 0; overflow:hidden; font-size:16px; font-weight:normal; }
.channelalbumlist li:hover h3 { color:#004da2; }
.copy_55 .channelalbumlist li div { border:1px solid #e0dcdc; box-sizing:border-box; }
/*频道相册列表1*/
.channelalbumlist1 { overflow:hidden; }
.channelalbumlist1 li { float:left; width:240px; }
.channelalbumlist1 li img { width:220px; max-height:280px; }
/*频道相册列表2*/
.channelalbumlist2 { overflow:hidden; }
.channelalbumlist2 li { float:left; width:240px; }
.channelalbumlist2 li img { width:220px; max-height:280px; }
/*频道相册列表3*/
.channelalbumlist3 { overflow:hidden; }
.channelalbumlist3 li { width:100%; margin-bottom:50px; }
.channelalbumlist3 li img { width:100%; display:block; }
/*频道相册列表4*/
.channelalbumlist4 { overflow:hidden; }
.channelalbumlist4 li { float:left; width:273px; margin-left:36px; }
.channelalbumlist4 li img { max-width:100%; display:block; }
.channelalbumlist4 li.n1 { margin-left:0; }
/*频道相册列表5*/
.channelalbumlist5 { overflow:hidden; }
.channelalbumlist5 li { float:left; width:550px; margin:0 0 40px 40px; padding:15px 15px 0; background:#f4f4f4; text-align:center; }
.channelalbumlist5 li.m0 { margin-left:0; }
.channelalbumlist5 li img { width:100%; }
.channelalbumlist5 li .AlbumTitle { height:96px; line-height:96px; font-size:25px; border-bottom:1px solid #ccc; }
.channelalbumlist5 li .AlbumTitle img { width:50px; vertical-align:middle; margin-right:20px; }
.channelalbumlist5 li .AlbumDescription { height:80px; display:flex; line-height:24px; align-items:center; justify-content:center; padding:0 30px; font-size:17px; }

.albumlist1{ }
.albumlist1 li{ padding: 10px; }
.albumlist1 li .AlbumPicture{ width: 40%; }
.albumlist1 li.n4 .AlbumPicture{ order: 2 }
.albumlist1 li .InfoWrap{ }
.albumlist1 li .AlbumTitle{ min-height: 73px; background-size: 67px; background-position: left center; margin-bottom: 15px; color:#222;
    background-repeat: no-repeat; font-size:20px; font-weight: bold; border-bottom: 1px solid #eee; }
.albumlist1 li img.AlbumIcon { float:left; width:67px; height:73px; margin-right:20px; }
.albumlist1 li .AlbumTitle span{ display: block; font-size: 13px; font-weight: normal; color:#999; }
.albumlist1 li .AlbumDescription{ padding-left: 15px; }
.albumlist1 li .AlbumDescription p{ position: relative; padding-left: 15px; margin-bottom: 10px; }
.albumlist1 li .AlbumDescription p span{ color: #00469c; font-weight: bold; }
.albumlist1 li .AlbumDescription p::before{ content: "》"; position: absolute; left: 0; top: 0; }

.albumlist2{ width:1200px; margin:0 auto; padding:30px 0 80px; overflow:hidden; }
.albumlist2 li{ float:left; width:25%; margin: 0; text-align: center; color:#fff; box-sizing:border-box; border-left:1px dotted #888; }
.albumlist2 li.n1 { border-left:0; }
.albumlist2 .AlbumTitle{ display: inline-block; position: relative; font-weight: bold; font-size:64px; padding:0 30px 0 20px; margin-bottom: 5px; }
.albumlist2 li .AlbumTitle:after{ line-height: 1; font-size: 20px; position: absolute; right: 0; top:15px; font-weight: bold; color: #40c31f; }
.albumlist2 li.n1 .AlbumTitle:after{ content: "+"; font-size:30px; top:10px; }
.albumlist2 li.n1 .AlbumTitle:before{ content: "年"; line-height: 1; font-size:18px; position: absolute; bottom:15px; right: 0; font-weight: normal; }
.albumlist2 li.n2 .AlbumTitle:after{ content: "m2"; }
.albumlist2 li.n3 .AlbumTitle:after{ content: "人"; }
.albumlist2 li.n4 .AlbumTitle:after{ content: "级"; }
.albumlist2 .AlbumDescription{ font-size: 16px; }

/*==========@@通用列表  结束@@==========*/

.quality_switch_wrap{ padding: 100px 0; background: url(../images/bz_bg.jpg) center no-repeat; background-size: cover; }
.quality_switch_list{ overflow: hidden; }
.quality_switch_list li{ position: relative; float: left; width: 22.333333%; height: 440px; color: #FFF; }
.quality_switch_list i{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #000; opacity: .6; }
.quality_switch_list .content_wrap{ display: none; }
.quality_switch_list .content_wrap .SContent{ font-size: 12px; margin: 20px 0; line-height: 1.8em; text-align: center; }
.quality_switch_list .the_btn{ display: block; background: #51c22e; width: 120px; line-height: 40px; margin: 0 auto; border-radius: 5px; color: #FFF; }
.quality_switch_list .info_wrap{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 80%; height: 350px; margin: auto; text-align: center; padding-top: 210px; }
.quality_switch_list .info_wrap img{ margin-bottom: 20px; }
.quality_switch_list h2{ margin-bottom: 5px; }

.quality_switch_list li.active{ width: 33%; }
.quality_switch_list li.active i{ display: none; }
.quality_switch_list li.active .content_wrap{ display: block; }
.quality_switch_list li.active .info_wrap{ width: 300px; background: rgba(56, 106, 167, .8); padding: 50px 20px; box-sizing: border-box; }

.didi { width:1200px; height:300px; margin:0 auto; background:#fff url(../images/didi.png) no-repeat center; }
.didi2 { width:1200px; height:460px; margin:0 auto; background:#fff url(../images/didi2.png) no-repeat center 100px; }