@charset "utf-8";
@font-face {
	font-family:"SHS-Bold";
	src: url("font/SourceHanSansCN-Bold.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Bold.otf*/;
}
@font-face {
	font-family:"SHS-ExtraLight";
	src: url("font/SourceHanSansCN-ExtraLight.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-ExtraLight.otf*/;
}
@font-face {
	font-family:"SHS-Heavy";
	src: url("font/SourceHanSansCN-Heavy.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Heavy.otf*/;
}
@font-face {
	font-family:"SHS-Light";
	src: url("font/SourceHanSansCN-Light.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Light.otf*/;
}
@font-face {
	font-family:"SHS-Medium";
	src: url("font/SourceHanSansCN-Medium.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Medium.otf*/;
}
@font-face {
	font-family:"SHS-Normal";
	src: url("font/SourceHanSansCN-Normal.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Normal.otf*/;
}
@font-face {
	font-family:"SHS-Regular";
	src: url("font/SourceHanSansCN-Regular.otf")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/css/font/SourceHanSansCN-Regular.otf*/;
}
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ 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:#000;	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:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
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; /* 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 20px;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: #7db500;  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: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; }
.form_text {  width:95%; 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-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
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; padding-bottom:6px; } /*验证码图片样式*/

/*频道*/
.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; padding:5px 0px}
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ font-size:16px; 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 30px; text-align:left; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:50px;font-size: 12px ;line-height: 12px;font-family: "SHS-Regular";}
.info_from_wrap b { font-weight: normal;}
.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;margin-top: 20px; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ padding:26px 0 74px 0;margin:40px 0 0  0; border-top:1px solid #ebebeb; color:#333; 
line-height:16px;font-style: oblique;font-weight: normal;overflow: hidden;font-size: 16px;font-family: "SHS-Medium";}
.info_previous_next_wrap b{font-weight: normal;}
.info_previous_next_wrap a:hover{color:#3d7dc6;}
.Next{float: right;}
.Previous {float: left; }
.Next a{font-style: oblique;color:#666; }
.Previous a{ font-style: oblique;color:#666;}

/*动画缓动*/
.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;}

/*动画延迟*/
.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 */ }

/*移上去图片放大*/
.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);}
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px;  color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}
/*样式1*/
.left_title1{ text-align:left; overflow: hidden; margin:54px 0  50px 0;}
.left_title1 p { color: #fff; font-size:10px;padding: 0 0 0 13px;display: block;font-style: oblique;text-transform:uppercase;}
.left_title1 h2 {margin:0 0 5px 0;}
.left_title1 h2 a{  font-size:18px; font-weight:bold; color: #fff;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title1 h2 a i{}
.left_body1 { overflow:hidden; zoom:1;padding: 0 0 22px 54px;}
.left_body1 .ChannelPicture{ float:right; overflow:hidden; width:480px;}
.left_bottom1 { height:0px; margin-bottom:0px;}
/*样式2*/
.left_title2{ text-align:left; overflow: hidden; margin:50px 0 50px 0;}
.left_title2 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: oblique;text-transform:uppercase;}
.left_title2 h2 {margin:0 0 5px 0;font-size:18px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title2 h2 a{  font-size:18px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title2 h2 a i{}
.left_body2 { overflow:hidden; zoom:1;text-align: center;padding: 0 12px;}
.left_bottom2 {padding: 24px 0 80px 0;text-align: center;}
.left_bottom2 a{display: block;color:#b1b1b1;font-size: 16px;font-family: "SHS-Regular";line-height: 16px;}
.left_bottom2 a:hover{color:#324389;}

.left_title3{ text-align:left; overflow: hidden; margin-bottom: 40px;}
.left_title3 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: oblique;text-transform:uppercase;}
.left_title3 h2 {margin:0 0 5px 0;font-size:24px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title3 h2 a{  font-size:18px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title3 h2 a i{}
.left_body3 { overflow:hidden; zoom:1;text-align: center;}
.left_body3 .f1{display: block;width: 392px;float: left;}
.left_body3 .wrap{width: 770px;float: right;}
.left_body3 .wrap .title{text-align: left;}
.left_body3 .wrap .title b{color: #3d7dc6;font-size: 16px;margin:0  0 10px 0;display: block;}
.left_body3 .wrap .title p{color:#666;font-size: 14px;line-height: 30px;margin:0 0 20px 0;}
.left_body3 .wrap .body{text-align: left;}
.left_body3 .wrap .body b{color: #3d7dc6;font-size: 16px;margin:0  0 10px 0;display: block;}
.left_body3 .wrap .bottom{width: 150px;line-height: 36px;height: 36px;text-align: center;color:#fff;background:#324389;margin:30px 0 0 0;}
.left_bottom3 {padding: 40px 0;text-align: center;border-top: 1px solid #ebebeb;margin: 20px 0 0 0;}
.left_bottom3 a{display: block;color:#999;}
.left_bottom3 a:hover{color:#324389;}

.left_title4{ text-align:left; overflow: hidden; margin-bottom: 40px;}
.left_title4 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: oblique;text-transform:uppercase;}
.left_title4 h2 {margin:0 0 5px 0;font-size:24px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title4 h2 a{  font-size:18px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title4 h2 a i{}
.left_body4 { overflow:hidden; zoom:1;text-align: left;padding: 0 0 0 26px;color:#333;font-size: 20px;line-height: 40px;font-family:"SHS-Light";}
.left_body5 { overflow:hidden; zoom:1;padding: 0 0 0 24px;}

.left_title6{overflow: hidden;padding: 106px 0 74px 0;text-align: center;}
.left_title6 i{font-size: 36px;line-height: 36px; color: #fff;display: block;font-family:"SHS-Blod";}
.left_bottom6 {padding: 52px 0 42px 0;text-align: center;color: #666;}
.left_bottom6 a{color:#666;cursor: pointer;font-size: 14px;line-height: 14px;}

.left_title7{text-align: center;}
.left_title7 h2{font-style: oblique;font-size: 30px;color:#3d7dc6 ;}
.left_title7 p{font-size: 14px;color:#666 ;display: block;}
.left_title7 span{font-size: 16px;color:#666 ;display: block;margin: 0 0 30px 0;}
.left_body7{overflow: hidden;text-align: center;padding: 78px 0 70px 0;} 
.left_bottom7{text-align: center;color:#999;font-family:"SHS-Regular";font-size: 12px;line-height: 30px;}

.left_title8{ text-align:left; overflow: hidden; margin-bottom: 28px;}
.left_title8 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: oblique;text-transform:uppercase;}
.left_title8 h2 {margin:0 0 5px 0;font-size:24px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title8 h2 a{  font-size:18px; font-weight:bold; color: #3d7dc6;border-left: 3px solid #3d7dc6;padding: 0 0 0 10px;}
.left_title8 h2 a i{}
.left_body8{overflow: hidden;padding: 0 10px 44px 24px;}
.left_bottom8{overflow: hidden;padding: 0 10px;}
.left_bottom8 .left{width: 496px;float: left;margin:0 70px 0 0;}
.left_bottom8 .right{width: 614px;float: right;}

.left_title9{text-align: center;margin: 108px 0 0 0;line-height: 31px;font-size: 18px;color: #676767;font-family: "SHS-Regular";}
.left_body9{text-align: center;padding: 36px 0 0 0;}
.left_body9 a{display: block;}
.left_body9 a img{display: block;margin: 0 auto;}
.left_bottom9{text-align: center;padding: 34px 0 0 0;}
.left_bottom9 .title{font-size: 18px;color: #666;font-family: "SHS-Regular";margin:40px 0 34px 0;}
.left_bottom9 .content{}
.left_bottom9 .content p{background: url("../images/left_bottom9.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/left_bottom9.png*/ no-repeat 36px center;text-indent:60px ;color: #666;font-size: 16px;line-height: 26px;font-family: "SHS-Regular";text-align: left;}

.left_title10{text-align: left;margin:0 0 40px 0;}
.left_body10{overflow: hidden;padding: 0 0 0 10px;} 
.left_body10 .title{overflow: hidden;background: url("../images/title.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/title.png*/ no-repeat center;width: 92px;height: 20px;line-height: 20px;text-align: center;color: #fff;font-family: "SHS-Regular";font-size: 16px;margin:0 0 20px 0;} 
.left_body10 .title1{overflow: hidden;background: url("../images/title1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/title1.png*/ no-repeat center;width: 112px;height: 20px;line-height: 20px;text-align: center;color: #fff;font-family: "SHS-Regular";font-size: 16px;margin:0 0 20px 0;} 
.left_body10 .body{margin:0 0 40px 0;font-size: 14px;color: #676767;font-family: "SHS-Regular";line-height: 26px;}
.left_bottom10{text-align: center;color:#999;font-family:"SHS-Regular";font-size: 12px;line-height: 30px;}

.left_title11{ text-align:left; overflow: hidden; margin:24px 0 40px 0;}
.left_body11 { overflow:hidden; zoom:1;text-align: center;padding: 0 66px;position: relative;}
.left_body11 .prev{position: absolute;left:0;top: 50%;margin:-22px 0 0 0;transform:rotate(180deg);}
.left_body11 .next{position: absolute;right:0;top:50%;margin:-22px 0 0 0; }
.left_bottom11 {padding: 0 0 16px 0;text-align: center;margin: 20px 0 0 0;}
.left_bottom11 a{display: block;color:#999;}
.left_bottom11 a:hover{color:#324389;}

.search_wrap{overflow: hidden;padding:8px 0 0 0;}
.search_wrap span{float:left;line-height: 48px;font-size: 20px;color:#333;font-family: "SHS-Regular";}
.search_wrap .row{float: left;width: 196px;line-height: 48px;height: 48px;background: url("../images/input_bg.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/input_bg.png*/ center no-repeat;margin:0 20px 0 0 ;}
.search_wrap .row select{width: 196px;padding: 0 0 0 10px;color:#666; line-height: 48px;height: 48px;margin:0;border:none;-moz-appearance: none;
appearance:none;-webkit-appearance:none;background:url("../images/select.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/select.png*/ no-repeat 93% center;font-family: "SHS-Regular";font-size: 16px;color: #999;}
.search_wrap .form{float: left;}

.search_wrap .search .btn-keywords{float:left;width:400px;border: none;background: url("../images/input_bg.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/input_bg.png*/ no-repeat center;color:#333;line-height: 48px;text-align: left;
height: 48px;margin: 0 ;padding: 0 20px;font-family: "SHS-Regular";font-size: 16px;color:#999;}
.search_wrap .search .btn-img{margin:0 0 0 30px;float:left;width:178px;border: none; background: url("../images/btn-img1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/btn-img1.png*/ no-repeat center;height: 48px;padding: 0;font-size: 18px;cursor: pointer;}

/*主体右侧*/
/*样式1*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#333;   }
.right_title h2 img{ margin:0 10px;}
.right_body { padding:0px 0px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.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,.page1_main,.page2_main,.page3_main,.page5_main, .article,.article_main, .picture,.picture_main, .video, .product, .job, .feedback{ width:1200px;margin:0px auto; }
.download, .guestbook{ width:1000px;margin:0px auto; }
#top, #logo, #banner, #announcement, #link, #copyright,#bottom,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,.page4_1,.page4_2,.page4_3 { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:250px; }
#right { float:left; width: 100%; border-left:0px solid #E5E5E5; padding-left:0px; }
/* .body_index{background: url(../images/index_bg.jpg) no-repeat center;} */


/*===首页 开始===*/
#floor_1_main{ overflow:hidden; background:#fff;}
#floor_1{ padding:34px 3px 56px 3px;}
#floor_1 .content{ color:#767676;font-size: 20px;line-height: 40px;display: block;overflow: hidden;padding:  0 0 70px 0;text-align: center;font-family:"SHS-Light";}
#floor_1 .content span{display: block;}
#floor_2_main{ overflow:hidden;background: #1c1f26; }
#floor_2{ }
#floor_3_main{ padding: 0 0 0 0;}
#floor_4_main{ padding:0 0 72px 0; background: #FFF; }
#floor_5_main{ padding: 45px 0; background: #f0f0f0; }
/*===首页 结束===*/
.article_main{}
.article_main .InfoTitle{padding: 70px 0 50px 0;}
.article_main .InfoContent{padding: 0 0 0 24px;}
.article_main h1{font-style: oblique;color:#3d7dc6;text-align: left;padding: 0 0 0 20px;border-left: 4px solid #3d7dc6;line-height: 30px;height: 30px;font-size: 30px;font-family: "SHS-Bold";font-weight: normal;}
.page1_main{}
.page1_1{padding: 70px 0 80px 0;}

.page1_2{padding: 0 0 70px 0;}
.page1_2 .left_title4{margin: 0 0 44px 0;}
.page1_3_main{background:#fbfbfb url("../images/page1_3.jpg")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/page1_3.jpg*/ no-repeat center top;margin:0 0 38px 0;}
.page1_3_1{height: 332px;overflow: hidden;}
.page1_3_2{overflow: hidden;margin:0;padding:  0 0 100px 0;}
.page1_3{width:1686px;margin:0 auto;overflow: hidden;}
.page1_4_main{background: #fbfbfb;padding: 70px 0 130px  0;}
.page1_4{width:1200px;margin:0 auto;overflow: hidden;padding: 0 0 30px 0;}
.page1_4 .left_title4{margin:0 0 30px 0;}
.page1_4 .left_body4{padding: 0;}
.page2_main{padding: 70px 0 0 0;}
.page2_1 .left_title3{margin:0;}
.page2_2{margin:66px 0 0 0;padding: 0 60px;border-top: 1px solid #ebebeb;overflow: hidden;position: relative;}
.page2_2 .hd{width: 1080px;overflow: hidden;}
.page2_2 .prev{position: absolute;left:20px;line-height: 57px;font-size: 20px;}
.page2_2 .next{position: absolute;right:20px;line-height: 57px;font-size: 20px;top:0;}
.page2_3{overflow: hidden;margin: 0 60px;padding: 30px 0 86px 0;}

.page3_main{padding: 70px 0 0 0;}
.page3_2{margin:40px 0 0 0;padding: 0 10px;overflow: hidden;}
.page3_2_1 .search{overflow: hidden;}
.page3_2_1 .search .btn-keywords{float:left;width:828px;border: none;background: url("../images/input_bg.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/input_bg.png*/ no-repeat center;color:#333;line-height: 48px;
text-align: left;height: 48px;margin: 0 ;padding: 0 30px;font-size: 20px;color: #999;font-family: "SHS-Regular";}
.page3_2_1 .search .btn-img{float:right;border: none;background: #3d7dc6;color:#fff;line-height: 48px;text-align: center;height: 48px;margin: 0 ;padding: 0;font-size: 18px;cursor: pointer;}
.page3_2_2{background: url("../images/round.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/round.png*/ no-repeat left center;padding: 0px 0 0 10px;font-size: 14px;color:#b1b1b1;line-height: 14px;margin:20px 0 0 0;}
.page3_2_2 span{color:#3d7dc6;}
.page3_3{background: #fbfbfb;margin:56px 15px 40px 15px;padding: 0 ;}
.page3_3_1{margin: 0 50px;padding:40px 0 45px 0 ;border-bottom: 1px solid #ededed;}
.page3_3_1 p{line-height: 20px;margin:0 0 20px 0;}
.page3_3_1 p:last-child{margin: 0;}
.page3_3_1 p b{color:#3d7dc6;font-size: 20px;font-family: "SHS-Bold";}
.page3_3_1 p span{color:#666;font-size: 20px;font-family: "SHS-Bold";}
.page3_3_2{margin: 0 50px;padding:40px 0 ;}
.page3_3_2 .title{overflow: hidden;}
.page3_3_2 .title p{float: left;margin:0 40px 0 0;}
.page3_3_2 .title>p>b{color:#3d7dc6;font-size: 14px;font-family: "SHS-Regular";float: left;}
.page3_3_2 .title span{color:#999;font-size: 14px;min-width: 200px;float: left;font-family: "SHS-Regular";}
.page3_3_2 .body h2{color:#3d7dc6;font-size: 20px;margin:20px 0;padding: 10px 0 0 0;font-family: "SHS-Bold";line-height: 20px;}
.page3_3_2 .body h2 i{width: 4px;height: 4px;border-radius: 50%;float:left;margin:13px 10px 0 0;background: #3d7dc6;}
.page3_4{overflow: hidden;padding: 0 0 60px 0px;}

.page4_main{padding: 70px 0 0 0;}
.page4_1{}
.page4_1 .left_title4{margin:0;}
.page4_1 .wrap{padding: 54px 0 0 24px;}
.page4_2main{background: #fbfbfb;padding: 60px 0 82px 0;}
.page4_2{}
.page4_2 .left_title4{margin:0 0 38px 0;}
.page4_3{padding: 84px 0 98px 0;overflow: hidden;}

.page5_main{padding: 70px 0 0 0;}
.page5_1_main{background: #fcfcfc;margin:64px 0 0 0;}
.page5_2{padding: 40px 0 28px 0;width: 1200px;margin: 0 auto;}

.picture_main{padding: 30px 0 0 0;}
.picture_1{overflow: hidden;padding: 10px 0 0 0;}
.picture_1_left{width: 880px;float: left;}
.picture_1_right{width: 320px;float: right;background: url("../images/picture_1_right.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/picture_1_right.png*/ no-repeat center top;}
.picture_2{margin:40px 0;overflow: hidden;}

/*===产品模型 开始===*/
.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{ }
.job_1{margin:70px 0 0 0;}
.job_1 .left_title8{margin:0 0 26px 0;}
.job_2{padding: 0 10px;}
.job_2 .page{padding: 30px 0 74px 0;}
.showjob_1{margin:30px 0 0 0;}
.showjob_2{background: #fbfbfb;padding:50px 49px 0 49px;}
.showjob_2 .JobName{font-size: 24px;color: #3d7dc6;font-style: oblique;font-family: "SHS-Regular";margin:0 20px 0 0;line-height: 24px;}
.showjob_2 .Time{background: url("../images/time.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/time.png*/ no-repeat left center;color:#999;font-size: 12px;padding: 0 0 0 20px ;margin: 20px 0 20px 0;}
.showjob_2 .Salary{font-size: 20px;color: #4c95e9;font-family: "SHS-Regular";padding: 0 0 20px 0;line-height: 20px;}
.showjob_2 .wrap{font-size: 16px;color: #67676;overflow: hidden;font-family: "SHS-Regular";line-height: 16px;margin:0  0 38px 0;padding: 0 0 36px 0;border-bottom: 1px solid #ebebeb;}
.showjob_2 .wrap span{float: left;margin:0 36px 0 0;font-size: 16px;color: #676767;font-family: "SHS-Regular";}
.showjob_2 .Requirement {}
.showjob_2 .Requirement h2{font-size: 20px;color: #3d7dc6;display: block;font-family: "SHS-Bold";font-weight: normal;line-height: 20px;}
.showjob_2 .Requirement .InfoRequirement{padding: 30px 0 60px 0;color: #676767;font-size: 14px;font-family: "SHS-Regular";}
.showjob_3{background: #fbfbfb;text-align: center;padding: 14px 0 150px 0;margin:0 0 74px 0;overflow: hidden;}
.showjob_3 .left{float: left;margin:0 0 0 260px;}
.showjob_3 .right{float: right;margin: 0 260px 0 0px;}
.showjob_3 .right .bdsharebuttonbox {padding: 0 0 0 72px;text-align: center;}
.showjob_3 btn{width:200px;height: 40px;line-height: 40px;color: #fff;text-align: center;border-radius: 20px;background: #3d7dc6;display: inline-block;}
.showjob_3 btn img{display: inline-block;vertical-align: middle;margin:0 0 0 10px;}
.showjob_3 btn:last-child{background: #f8b62b;}
.joblist {overflow: hidden;}
.joblist li {overflow: hidden;float: left;width: 280px;padding: 30px 30px 46px 30px; margin: 42px 76px 8px 0;height: 273px;overflow: hidden;}
.joblist li{background: url("../images/joblist.jpg")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/joblist.jpg*/ no-repeat top left;}
.joblist li a{display: block;}
.joblist li.n2{margin:0 0 50px 0;}
.joblist li .JobName{font-size: 18px;line-height: 18px; color:#333;margin:0 0 16px 0;font-family: "SHS-Regular";}
.joblist li .Time{font-size: 12px;color: #999;margin:0 0 30px 0;font-family: "SHS-Regular";}
.joblist li .Requirement{overflow: hidden;}
.joblist li .Requirement h2{font-size: 16px;color: #666;font-weight: normal;margin: 0 0 10px 0;font-family: "SHS-Regular";}
.joblist li .Requirement .InfoRequirement{font-size: 12px;color: #999;overflow: hidden;line-height: 22px;height: 66px;}
.joblist li .more{color: #fff;font-size: 14px;text-align: center;display: block;float: none;padding: 0;width: 108px;height: 30px;margin:60px 0 0 0;}
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%;  }
table.guestbook_table th{ width:100px; text-align:left}

table.guestbook_table td{ text-align:left}
table.guestbook_table td p{float: left;margin: 0 58px 0 0;overflow: hidden;cursor: pointer;}
table.guestbook_table td input.form_radio{float: left;}
table.guestbook_table td span{float: left;color: #333;font-family: "SHS-Regular";font-size: 16px;line-height: 16px;}
table.guestbook_table td div{width: 100%;float: left;color: #999;padding: 34px 0 20px 0;font-size: 14px;font-family: "SHS-Regular";line-height: 14px;}
table.guestbook_table td div i{float: left;width: 4px;height: 4px;border-radius: 50%;background: #999;margin: 6px 10px 0 0;}
table.guestbook_table .operation{ text-align:center;margin: 20px auto;padding: 28px 0 82px 0;overflow: hidden;}
table.guestbook_table .operation .form_button{background: url("../images/form_button.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/form_button.png*/ no-repeat center;height: 48px;width:100%;}
table.guestbook_table .form_text_li{display: block;float: left;width:372px;margin:0 16px 20px 0;overflow: hidden;}
table.guestbook_table .form_text_li:last-child{margin:0 0 20px 0;}
table.guestbook_table .form_text_li td{display: block;width: 100%;}
table.guestbook_table .form_text_li input{display: block;background: url("../images/input_bg.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/input_bg.png*/ no-repeat center;padding: 0 20px;width: 342px;
 border: none;line-height: 48px;height: 48px;margin:0;outline: none;font-family: "SHS-Regular";font-size: 16px;}
table.guestbook_table .form_textarea{border: none;outline: none;background: #f6f6f6;margin: 0;padding: 20px;box-sizing: border-box;font-family: "SHS-Regular";font-size: 16px;width: 1176px;}
input[type="radio"] + label::before {content: " ";float: left; vertical-align: middle;font-size: 18px;width: 11px;height: 11px;background: url("../images/radio.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/radio.png*/;margin:4px 10px 0 0;}
input[type="radio"]:checked + label::before {content: " ";float: left;vertical-align: middle;font-size: 18px;width: 11px;height: 11px;background: url("../images/radio_on.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/radio_on.png*/;margin:4px 10px 0 0;}
input[type="radio"] {position: absolute;clip: rect(0, 0, 0, 0);}
table.guestbook_table td .onlable{}
/*管理员回复*/
.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}
table.feedback_table .form_text{width: 320px;padding: 0 10px;height: 40px;line-height: 40px;border:1px solid #D8D9D8;border-radius: 0;margin:0 0 20px 0;}
table.feedback_table tr.wrap{width:140px;float: left;}
table.feedback_table tr.wrap_left{}
table.feedback_table tr.wrap_right{margin:0 20px 0 0;}
table.feedback_table tr.wrap .form_text{width:160px;}
table.feedback_table .form_text_verifycode{width:220px;padding: 0 10px;height: 40px;line-height: 40px;border:1px solid #D8D9D8;margin:0 12px 20px 0;}
table.feedback_table .code_image{width: 83px;height: 40px;}
table.feedback_table .form_button{width:340px;height:40px;line-height: 40px;text-align: center;color: #fff;border-radius: 0;background:#FF9F24;padding: 0;border: none;}

/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:28px;  background:#f0f0f0; border-bottom:0px solid #ddd;}
#top { height:28px; line-height:28px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top .MobileEdition{ font-weight: bold; color:red;}
#top a { color:#666;  }
#top a:hover { color:#000; text-decoration:none}

/*Logo*/
#logo_main { background: #fff;height: 100px;position: relative; }
#logo {overflow:visible; }
#logo .WebLogo{ float:left;}
#logo .WebLogo img{  display:block;margin:26px 0 0 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}

.nav_wrap{ display:none; width: 100%; height: 445px; position: absolute; left: 0; top: 100px; z-index: 100;background: #fff;}

/*导航*/
#navigation_main { background:#0256ac;}
#navigation {  float:right;margin: 0 0 0 80px;  }

#navigation ul.navigationlist li { float:left; text-align:center; line-height: 100px;  }
#navigation ul.navigationlist li a { display:block; margin:0 29px;padding: 42px 0 40px 0; font-size:18px;line-height: 18px;  color:#767676; border:0px dashed red;position: relative;font-family: "SHS-Regular";}
#navigation ul.navigationlist>li>a:after{ display:block; content:""; height: 4px; width: 100%; position: absolute; bottom: 12px; left: 0px; background: #194ac3; opacity: 0;
 -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; transform-origin: 50% 0%; transform:scale(0.01,1);}
#navigation ul.navigationlist>li:hover a:after{ transform: scale(1,1);opacity: 1;}
#navigation ul.navigationlist li a:before{ display:none; content:""; height: 400px; width: 100%; position: absolute; top: 19px; left: -10px; background: #194ac3; opacity: 1;}
/*导航栏下拉*/
#navigation ul.subnavigationlist{ display:none; position:absolute; background:#fff; z-index:101;}
#navigation ul.subnavigationlist li {  float:none; padding:0px; display:block;width:134px;}
#navigation ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#333; line-height:50px;height:50px; font-size:16px; 
padding: 0; text-align:center; opacity: 0.7;font-family: "SHS-Regular";margin:0;}
#navigation ul.subnavigationlist li a:hover {  opacity: 1; }

#search{float:right;padding:42px 0 40px 29px;position: relative;}
#search .btn-keywords{width: 210px;height: 30px;padding: 10px;margin: 0; font-size: 14px;border:none;position: absolute;right: 0;bottom: -50px;z-index: 5555;border-radius: 0;box-shadow:0px -1px 6px -2px #f1f1f1;color: #333;display: none; }
#search .btn-img{background: url("../images/search.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/search.png*/ no-repeat right center;background-size: 18px 18px; width:18px;height: 18px;padding: 0;margin: 0;border:none;}
#search .btn-img:hover{background-image: url("../images/search_on.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/search_on.png*/;background-size: 18px 18px; padding:0;margin:0;vertical-align:center;}
#search:hover .btn-keywords{display: block;}
/*公告*/
#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")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/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 {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
#banner_main  .search{overflow: hidden;position: absolute;top: 50%;left: 50%;z-index: 99;margin: 100px 0 0 -250px;}
#banner_main  .search .btn-keywords{float:left;width:310px;border: none;background: url("../images/btn-keywords.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/btn-keywords.png*/ no-repeat center;
color:#fff;line-height: 48px;text-align: left;height: 32px;margin: 0 ;padding: 0 20px;font-family: "SHS-Regular";}
#banner_main  .search .btn-img{float:right;width:130px;border: none;background: #3d7dc6;color:#fff;line-height: 32px;text-align: center;height: 32px;margin: 0 0 0 14px ;padding: 0;font-size: 12px;cursor: pointer;}
#banner_main  .search .btn-keywords::-webkit-input-placeholder{color: #fff;font-family: "SHS-Regular";}
.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:relative; 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:15px; height:6px; background:#b1c5d6; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#7e7e7e; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { } 
#location {display:none;color:#01673A; float:right; padding-right:8px;}
#location a {color:#01673A;}

/*子频道列表*/
#subchannel_main{ border-bottom:1px solid #ddd; overflow:hidden;background: #fbfbfb; }
#subchannel{ width:1200px; overflow:hidden; margin:0 auto; }
.subchannellist { text-align:center;}
.subchannellist li { display:block;float:left;}
.subchannellist li a {padding:22px 0px; margin:0 74px 0 0;  color:#333;  font-size:16px;line-height: 16px; font-family:"SHS-Normal";display: block; }
.subchannellist li a:hover { color:#333;text-decoration:none;border-bottom:1px solid #0256ac; font-weight:normal;}
.subchannellist #current a {  font-weight:normal;  color:#333; border-bottom:1px solid #0256ac;}
.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}


#subchannel_main1{ border-bottom:1px solid #ddd; overflow:hidden;background: url("../images/subchannel_main1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/subchannel_main1.png*/ no-repeat top center;height: 120px;box-sizing: border-box; }
#subchannel_main2{ overflow:hidden;background: url("../images/subchannel_main2.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/subchannel_main2.png*/ no-repeat top center; padding:30px 0;}
.subchannellist { text-align:center;}
.subchannellist1 li { display:block;float:left;}
.subchannellist1 li a {padding:50px 0px; margin:0 83px 0 0;  color:#999;  font-size:18px;line-height: 18px; font-family:"SHS-Medium";display: block; }
.subchannellist1 li a:hover { color:#333;text-decoration:none;border-bottom:1px solid #0256ac; font-weight:normal;}
.subchannellist1 #current a {  font-weight:normal;  color:#333; border-bottom:1px solid #0256ac;}

.subchannellist2 li { display:block;float:left;}
.subchannellist2 li a { margin:0 74px 0 0;  color:#999;  font-size:16px;line-height: 60px; font-family:"SHS-Regular";display: block; }
/* .subchannellist2 li a:hover { color:#333;text-decoration:none;border-bottom:1px solid #0256ac; font-weight:normal;} */
/* .subchannellist2 #current a {  font-weight:normal;  color:#333; border-bottom:1px solid #0256ac;} */
/*搜索 */
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{  }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%;padding: 0 0 0 12px;}
#Map .MapInfo{ width: 100%;}
#Map .MapInfo #MapContainer{width: 100%; height:687px; }
#Map .ContactInfo{ width:300px; float:right; line-height:2.7em;}
#Map .ContactInfo .Company{ font-size:24px; margin-bottom:8px;}
#Map .ContactInfo img{ width: 18px; vertical-align:middle; margin-right:8px;}

/*订购*/
.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}

/* 友情链接 */
#link_main {padding: 15px 0; background:#fff;}
#link { padding:0;border: 1px solid #D6D6D6; }
.link_title { line-height:59px; height:59px;  color:#fff;  }
.link_title h2 { font-size:24px; color:#333; font-weight: normal; text-indent:15px;}
.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:#666; }
.linktextlist li a:hover { line-height:22px; color:#c11b33; }

/*底部区域*/
#bottom_main{ 
	background:url("../images/bottom_main.jpg")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/bottom_main.jpg*/ no-repeat center;background-size: 100% 100%;
	  color:#f0f0f0; }
#bottom{}
#bottom_1{float: left;width: 45%;}
.bottom_navigation {  overflow: hidden;  float: left;padding: 67px 0 0 0;  }
.bottom_navigation li {  float: left;  width: 120px;  margin-right: 15px;  overflow: hidden;  }
.bottom_navigation li a {  display: block;  text-align: left;  font-size: 20px;line-height: 26px;  margin-bottom: 40px; color: #f0f0f0; font-family: "SHS-Regular";  }
.bottom_navigation li a:hover {  color:#fff;}
.bottom_navigation .subnavigationlist1 li {  float: none;  padding: 0;  line-height: 28px;  display: block; margin: 0 0 28px 0; }
.bottom_navigation .subnavigationlist1 li a { color: #f0f0f0;  display: block;    font-weight: normal;  padding: 0;  margin: 0;  font-size: 16px; line-height: 16px; text-align: left;font-family: "SHS-Light";  }
.bottom_navigation .subnavigationlist1 li a:hover{color:#fff;}
.bottom_navigation .subnavigationlist1 li:last-child{margin: 0;}
#bottom_2{float: right;width: 45%;}
#bottom_2 .WeChat{float:right;}
#bottom_2 .WeChat img {  float: left;  width: 102px;  padding: 77px 0 0 0;  }
#bottom_2 .bdsharebuttonbox .LShare {  display: block;  line-height: 24px;  height: 24px;  cursor: pointer;  margin: 6px 6px 6px 0;  font-size: 16px;  color: #f0f0f0; }
.bdshare-button-style0-24 {  padding-top: 5px;  }
#bottom_2 .contact_wrap{float: left;padding: 67px 0 0 0;font-family: "SHS-Regular";}
#bottom_2 .contact_wrap p .ico2{background: url("../images/tel.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/tel.png*/ no-repeat left center;background-size: 30px 30px; padding: 0px 0 0 40px;line-height: 34px;display: block;
font-size: 34px;margin:35px 0 16px 0;font-family: "SHS-Bold";}
/* 版权信息 */
#copyright_main { color:#fff;}
#copyright { line-height:14px;padding:48px 0 36px 0 ;  text-align: center;}
#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 { padding:68px 0 80px 0; clear:both;text-align: center;overflow: hidden;}
.page a, .page span {  display:inline-block; padding:2px 10px; margin-left:8px; line-height:22px;background: #c9c9c9; color:#fff;}
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#3d7dc6; color:#fff; }
.page .current{ background:#3d7dc6; color:#FFF;}
.page .pageinfo{display: none;}
.page #total{color:red}

.picture_page{padding: 0 0 30px 0;}
/*会员*/
/*会员登录*/
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}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:28px; height:28px;text-indent:8px; background:url("../images/textlist.gif")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/textlist.gif*/ no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist li a{  }
.textlist li .InfoTime{ float:right;}
/*文字列表1*/
.textlist1{ overflow: hidden; width: 680px; margin: 20px auto;  }
.textlist1 li{ float: left;  }
.textlist1 li a{ display: block;  float: left; width: 160px; height: 60px; margin: 0 5px; background: #FFF; color: #666; text-align: center; line-height: 60px; }
.textlist1 li a:hover{ background: #1651b8; color: #FFF; }

.textlist2{ }
.textlist2 li {overflow: hidden; overflow:hidden;width:100%;/*解决ie6bug*/}
.textlist2 li p{overflow: hidden;width:100%;margin:0 0 10px 0;}
.textlist2 li span{float: left; color:#767676;padding: 0 0 0 10px;font-family: "SHS-Regular";font-size: 14px;line-height: 14px; }
.textlist2 li b{float: left;  font-weight: normal;color:#767676;font-family: "SHS-Regular"; font-size: 14px;line-height: 14px;}
.textlist2 li p:last-child{margin:0;}
.textlist3{ overflow: hidden;  }
.textlist3 li{ float: left; width:50%; line-height: 20px;color: #666;padding: 10px 0;height: 20px;overflow: hidden;}
.textlist3 li i{float: left;width: 4px;height: 4px;border: 50%;background: #666;margin:8px 10px 0 0;}


.textlist4{ overflow: hidden;  }
.textlist4 li{ float: left; width:320px;padding: 15px 36px; line-height: 78px;color: #666;overflow: hidden;background:#fbfbfb url("../images/textlist4.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/textlist4.png*/ no-repeat left top;}
.textlist4 li span{font-size: 20px;color:#4c95e9;line-height: 24px;display: block;margin:0 0 4px 0;font-family: "SHS-Bold";}
.textlist4 li p{font-size: 16px;color:#676767;line-height: 20px;display: block;font-family: "SHS-Regular";}

.textlist5{ overflow: hidden; margin:0 auto; text-align: center;}
.textlist5 li{ overflow: hidden;color:#fff;display: inline-block; line-height: 16px;}
.textlist5 li b{font-size: 16px;cursor: pointer;font-family: "SHS-Bold";font-weight: normal;line-height: 16px;}
.textlist5 li span{padding: 0 10px;letter-spacing: 8px;font-family: "SHS-Bold";line-height: 16px;font-size: 16px;}
.textlist5 li.on b{color:#3d7dc6;}
.textlist6{}
.textlist6 li{width: 382px;float: left;margin:0 52px 0 0;}
.textlist6 li:last-child{margin:0;}
.textlist6 li h2{line-height: 24px;border-bottom: 1px solid #ebebeb;color:#333;font-size: 24px;font-family: "SHS-Medium";padding: 44px 0 14px 0;font-weight: normal;font-style: oblique;margin: 0 0 24px 0;}
.textlist6 li p{overflow: hidden;color:#666;margin:0 0 30px 0;}
.textlist6 li p:last-child{margin:0;}
.textlist6 li p i{float:left;width: 4px;height: 4px;border-radius: 50%;background: #666;margin:8px 14px 0 14px;}
.textlist6 li p span{float: right;width: 350px;line-height: 20px;font-size: 14px;color:#676767;font-family: "SHS-Light";}
.textlist7{}
.textlist7 li{width: 300px;text-align: center;float: left;}
.textlist7 li p{font-size: 14px;color:#999;display: block;font-family: "SHS-Regular";line-height: 14px;}
.textlist7 li span{font-size: 20px;color:#666;padding: 26px 0 12px 0;display: block;font-family: "SHS-Regular";line-height: 20px;}

.textlist8{}
.textlist8 li{float: left;}
.textlist8 li a {font-size: 20px;font-style: oblique;font-family: "SHS-Bold";color: #bababa;line-height: 20px;display: block;}
.textlist8 li.on a{color:#3d7dc6;}
.textlist8 li a span{float:left;width: 4px;height: 4px;border-radius: 50%;background: #bababa;margin:10px 13px 0 13px;padding: 0;}

.textlist9{}
.textlist9 li{width:100%;margin:0 0 50px 0;overflow: hidden;}
.textlist9 li img{display: block;}
.textlist9 li:last-child{margin: 0;}
.textlist9 li i{float: left;font-size: 50px;color: #3D7DC6;font-weight: bold;margin:0 10px 0 0;}
.textlist9 li p{float: right;width: 560px;text-align: left;}
.textlist9 li b{font-size: 18px;color:#3D7DC6;display: block;margin:0 0 20px 0;font-style: oblique;}
.textlist9 li span{font-size: 12px;color:#666;padding:  0;display: block;}
/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{ text-align:left; overflow:hidden;padding: 60px 0 46px 0; transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;border-bottom: 1px solid #ebebeb;}
.thumblist li .InfoPicture{ float:left; overflow:hidden; height: 164px;}
.thumblist li .InfoPicture img{  border:0px solid #ccc;width:290px;height: 164px; }
.thumblist li:hover .InfoPicture img{ }
.thumblist li .info_wrap{ overflow:hidden;}
.thumblist li .info_wrap .info_left{float:left;padding: 0 30px 0 22px; text-align: center;}
.thumblist li .info_wrap .info_left p{font-size: 20px;color:#3d7dc6;line-height: 20px;font-family: "SHS-Blod";margin:0 0 12px 0;}
.thumblist li .info_wrap .info_left span{font-size: 68px;color:#3d7dc6;line-height: 68px;font-family: "SHS-Medium";display: block;}
.thumblist li .info_wrap .info_right{width: 770px;float: left;}
.thumblist li .info_wrap .info_right .InfoTitle{ display:block; font-size:20px;line-height: 20px; font-weight:normal; color:#333; text-align:left; padding: 0 0 22px 0;font-family: "SHS-Regular"; }
.thumblist li .info_wrap .info_right .InfoTitle .tag_main{float: right;}
.thumblist li .info_wrap .info_right .InfoTitle .tag_main img{float: left;height: 20px;margin:0 0 0 10px;}
.thumblist li .info_wrap .info_right p{ font-size:16px; color:#999; line-height:21px;overflow:hidden;font-family: "SHS-Regular";width:735px;}
.thumblist li .info_wrap .info_right .more{width:106px;display: block;line-height: 30px;color:#fff;font-size: 16px;background:#3d7dc6;float: none;text-align: center;margin:50px 0 0 0;}
.thumblist li .info_wrap .info_right .more img{display: block;height: 30px;}
.thumblist li:hover .InfoTitle a{ color:#3d7dc6; }
/* .thumblist li:hover .more { color:#3d7dc6;background: #fff; border: 1px solid #ebebeb;} */
/*带缩略图文字列表2*/
.thumblist1{ overflow: hidden; }
.thumblist1 li{ width: 100%; margin: 0 0 48px 0;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;overflow: hidden;
border-bottom: 1px solid #ebebeb;padding: 0 0 42px 0;}
.thumblist1 li:last-child{margin:0;}
.thumblist1 li .info_time{float:left;padding: 0 40px 0 24px;  text-align: center;}
.thumblist1 li .info_time p{font-size: 20px;color:#3d7dc6;font-family: "SHS-Blod";line-height: 20px;display: block;margin: 0 0 12px 0;}
.thumblist1 li .info_time span{font-size: 68px;color:#3d7dc6;font-family: "SHS-Blod";line-height: 60px;display: block;}
.thumblist1 li .info_wrap{ float: left; width: 1020px; text-align: left;}
.thumblist1 li .info_wrap .InfoTitle{overflow: hidden;padding: 0;margin:0 0 20px 0;}
.thumblist1 li .info_wrap .InfoTitle span{text-align: left;float: left;font-size: 20px;line-height: 20px; color:#333;font-family: "SHS-Regular";}
.thumblist1 li .info_wrap .InfoTitle .tag_main{float:right;}
.thumblist1 li .info_wrap .InfoTitle .tag_main img{float: left;height: 20px;margin:0 0 0 10px;}
/* .thumblist1 li .info_wrap .InfoTitle .tag_main em{display: block;float:left;font-style: normal;padding: 0 10px;line-height: 20px;color: #fff;border-radius: 8px;margin:0 0 0 5px;}
.thumblist1 li .info_wrap .InfoTitle .tag_main em.n1{background: #ff9332;}
.thumblist1 li .info_wrap .InfoTitle .tag_main em.n2{background: #3d7dc6;}
.thumblist1 li .info_wrap .InfoTitle .tag_main em.n3{background: #b7b7b7;} */
.thumblist1 li .info_wrap p{color:#999;font-size: 16px;font-family: "SHS-Regular";width: 850px; line-height: 26px;}
.thumblist1 li:hover .InfoTitle{color:#324389;}
.thumblist1 li:hover .info_time span{color:#324389;}
.thumblist1 li:hover .info_wrap .InfoTitle span{color: #324389;}

/*橱窗列表*/
.gridlist{overflow: hidden;padding: 0 0 0 24px;}
.gridlist li { float: left;width:340px; height: 180px; overflow: hidden; text-align: center;margin:0 54px 46px 0;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;position: relative; }
.gridlist li .wrap{position: absolute;top:0;width:240px;padding: 0 70px 0 30px; height: 100%;display: none;
background: rgba(26,100,188,0.8) ;
/* url(../images/arrow_left.png) no-repeat 240px 120px; */
}
.gridlist li.n2{margin:0 0 46px 0;}
.gridlist li img{display: block;}
.gridlist li .wrap i{display: block; color: #fff; text-align: left;font-size: 18px;font-family: "SHS-Blod";margin: 40px 0 0 0;line-height: 32px;}
.gridlist li .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;}
.gridlist li:hover .wrap{display: block;}

.gridlist0{overflow: hidden;}
.gridlist0 li { float: left;width:340px; height: 180px; overflow: hidden; text-align: center;margin:0 24px 0 0;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;position: relative; }
.gridlist0 li .wrap{position: absolute;top:0;width:240px;padding: 0 70px 0 30px; height: 100%;display: none;
background: rgba(26,100,188,0.8)  url("../images/arrow_left.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/arrow_left.png*/ no-repeat 240px 130px;}
.gridlist0 li img{display: block;}
.gridlist0 li .wrap i{display: block; color: #fff; text-align: left;font-size: 18px;font-family: "SHS-Blod";margin: 40px 0 0 0;line-height: 32px;}
.gridlist0 li .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;}
.gridlist0 li:hover .wrap{display: block;}

/*橱窗列表1*/
.gridlist1{ }
.gridlist1 li { float: left; width:398px;height: 168px; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;position: relative; }
.gridlist1 li .wrap{position: absolute;top:0;width:100%;height: 100%;background: transparent;display: block;}
.gridlist1 li img{display: block;width: 100%;height: 168px;}
.gridlist1 li:hover{ transform:translateY(-40px);}
.gridlist1 li.n1:hover .wrap{background: url("../images/gridlist1_1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/gridlist1_1.png*/ center no-repeat; background-size: 398px 168px;}
.gridlist1 li.n2:hover .wrap{background: url("../images/gridlist1_2.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/gridlist1_2.png*/ center no-repeat; background-size: 398px 168px;}
.gridlist1 li.n3:hover .wrap{background: url("../images/gridlist1_3.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/gridlist1_3.png*/ center no-repeat;background-size: 398px 168px;}
.gridlist1 li:hover em{display: block;}
/*橱窗列表2*/
.gridlist2{ }
.gridlist2 li { float: left; width:360px;height: 300px;margin:0 18px 18px 0; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;position: relative; }
.gridlist2 li.n3,.gridlist2 li.n6{margin:0 0 18px 0;}
.gridlist2 li .wrap{position: absolute;top:0;width:300px;padding: 0 30px; height: 100%;background: rgba(26,100,188,0.8);display: none;}
.gridlist2 li img{display: block;width:100%;height: 300px;}
.gridlist2 li .wrap i{display: block; color: #fff; text-align: left;font-size: 26px;font-family: "SHS-Bold";font-style: oblique;background: url("../images/arrow_left.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/arrow_left.png*/ no-repeat center right;margin: 20px 0 0 0;background-size: 40px;}
.gridlist2 li .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;font-style: oblique;font-family: "SHS-Light";font-size: 14px;}
.gridlist2 li:hover .wrap{display: block;}
/*橱窗列表3*/
.gridlist3{}
.gridlist3 li{float:left;overflow: hidden;padding:0 40px;width:219px}
.gridlist3 li img{float:left;width:70px;height: 70px;}
.gridlist3 li div{float:left;margin:10px 0 0 10px;}
.gridlist3 li div p{font-size: 18px;line-height: 18px; color:#333;margin:5px 0 5px 0;font-family: "SHS-Regular";}
.gridlist3 li div span{font-size: 14px;line-height: 14px; color:#999;font-family: "SHS-Regular";}
/*橱窗列表4*/
.gridlist4{}
.gridlist4 li{float: left;line-height: 57px;text-align: center;font-size:16px;font-family: "SHS-Regular";color:#333;margin:0 60px 0 0;}
.gridlist4 li:last-child{margin:0;}
.gridlist4 li.on{border-top:1px solid #3d7dc6;}

.gridlist5{}
.gridlist5 li{width: 368px;float: left;margin:0 40px 0 0;position: relative;}
.gridlist5 li:last-child{margin:0;}
.gridlist5 li .wrap{position: absolute;left:0;top:0;padding: 70px 0 0 32px;}
.gridlist5 li .wrap img{float: left;margin:0 5px 0 0;}
.gridlist5 li .wrap p{line-height: 20px;color:#3d7dc6;margin:0 0 10px 0;}
.gridlist5 li .wrap span{color: #999;font-family: "SHS-Regular";font-size: 16px;}

.gridlist6{}
.gridlist6 figure{width:160px;float: left;padding: 0 ;margin:0 11px 15px 0px;}
.gridlist6 figure:nth-child(n6){margin:0 0 15px 0;}
.gridlist6 figure img{display: block;width: 100%;}

.gridlist7{ }
.gridlist7 figure { float: left;width:340px; height: 190px; overflow: hidden; text-align: center;margin:0 56px 46px 0;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s;position: relative; }
.gridlist7 figure.n2{margin: 0 0 46px 0;}
.gridlist7 figure .wrap{position: absolute;top:0;width:280px;padding: 0 30px; height: 100%;display: none;background: rgba(26,100,188,0.8) url("../images/search1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/search1.png*/ no-repeat 280px 140px;}
.gridlist7 figure img{display: block;}
.gridlist7 figure .wrap i{display: block; color: #fff; text-align: left;font-size: 16px;font-weight: bold;margin: 20px 0 0 0;background-size: 40px;}
.gridlist7 figure .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;}
.gridlist7 figure:hover .wrap{display: block;}
/*视频列表*/
.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")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/play.png*/ center center no-repeat; cursor:pointer;}

.typelist{}
.typelist li{overflow: hidden;}
.typelist li .title{overflow: hidden;}
.typelist li i{float: left;background: url("../images/type_on.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/type_on.png*/ no-repeat center;width:20px;height: 20px;}
.typelist li b{float: left;color:#333;font-size: 12px;margin:0 20px 0 5px;height: 20px;line-height: 20px;}
.typelist li span{float: left;color:#999;font-size: 12px;height: 20px;line-height: 20px;}
.typelist li .line{width:20px;height: 28px;background: url("../images/type_line.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/type_line.png*/ no-repeat center;}
/*频道相册列表*/
.channelalbumlist{ overflow:hidden; }
.channelalbumlist li { float:left; margin-top:10px;}
.channelalbumlist li img{ display: block; width:290px; margin-right:10px;}
/*频道相册列表1*/
.channelalbumlist1{ overflow:hidden; float:left; width:600px;}
.channelalbumlist1 li { text-align:left; overflow:hidden; padding:12px 0;}
.channelalbumlist1 li i{font-size:40px;border-radius: 50%;width:100px;height:100px;color:#fff;line-height: 100px;float:left; text-align:center; font-style:normal; margin-right:18px;}
.channelalbumlist1 li i.n1{background: #008287;}
.channelalbumlist1 li i.n2{background: #6ce26c;}
.channelalbumlist1 li i.n3{background: #bd362f;}
.channelalbumlist1 li .info_wrap{ }
.channelalbumlist1 li .AlbumTitle {font-size:22px;font-weight: normal;text-align: left; margin-bottom:12px;}
.channelalbumlist1 li  p{font-size: 14px;display:block;line-height: 26px;text-align: left;color:#888;}
/*频道相册列表1*/
.channelalbumlist2{ overflow:hidden; }
.channelalbumlist2 li { float:left;}
.channelalbumlist2 li img{ width: 238px;height: 107px; border: 1px solid #ddd; margin-top: -1px; display: block;}
 .channelalbumlist2 li img:hover { filter: grayscale(1); -webkit-filter: grayscale(1); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
 
#SonlineBox{position: fixed;right: 0;top:50%;margin:-107px 0 0 0;}
.SonlineBoxlist{}
.SonlineBoxlist li{background: url("../images/SonlineBoxlist.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBoxlist.png*/ no-repeat center;width: 220px;height: 58px;margin:0 0 20px 0;}
.SonlineBoxlist li a{display: block;}
.SonlineBoxlist li span{float: left;width:40px;height: 40px;background: #fff;border-radius: 50%;margin: 9px 8px;}
.SonlineBoxlist li.n1 span{background:#fff url("../images/SonlineBox_n1.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n1.png*/ no-repeat center;}
.SonlineBoxlist li.n2 span{background:#fff url("../images/SonlineBox_n2.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n2.png*/ no-repeat center;}
.SonlineBoxlist li.n3 span{background:#fff url("../images/SonlineBox_n3.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n3.png*/ no-repeat center;}
.SonlineBoxlist li div{padding: 7px;float: left;}
.SonlineBoxlist li b{color:#fff;font-size: 16px;font-family: "SHS-Regular";}
.SonlineBoxlist li p{color:#fff;font-size: 12px;font-family: "SHS-Regular";}
.SonlineBoxlist li .title{line-height: 40px;}
.SonlineBoxlist li:hover{background-image: url("../images/SonlineBoxlist_hover.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBoxlist_hover.png*/;}
.SonlineBoxlist li.n1:hover span{background-image: url("../images/SonlineBox_n1_hover.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n1_hover.png*/;}
.SonlineBoxlist li.n2:hover span{background-image: url("../images/SonlineBox_n2_hover.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n2_hover.png*/;}
.SonlineBoxlist li.n3:hover span{background-image: url("../images/SonlineBox_n3_hover.png")/*tpa=http://www.zdjtcm.com/App/Tpl/Home/Default/Public/images/SonlineBox_n3_hover.png*/;}
/*==========@@通用列表  结束@@==========*/
/* 弹窗 */

.Toast_main{display: none;}
.Toast_main .toast_overlay{width:100%;height:100%;overflow:hidden;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; opacity: 0.5;z-index:1100;position:fixed;top:0px;left:0px;}
.Toast_main .toast{position: fixed;top:50%;margin-top: -250px;left: 50%;margin-left: -350px;width: 700px;background: #fff;z-index: 3333;}
.Toast_main .toast .title{height: 82px;line-height: 82px;text-align: center;font-size: 24px;color:#666;background:#F9F9F9;}
.Toast_main .toast .title img{display: inline-block;margin:0 10px 0 0;vertical-align: text-bottom;}
.Toast_main .toast .body{color: #999;line-height: 26px;padding: 35px 39px;height: 270px;overflow-y:auto;}
.Toast_main .toast .bottom{padding: 21px 0;text-align: center;background: #F9F9F9;}
.Toast_main .toast .bottom btn{width: 118px;height: 40px;line-height: 40px;text-align: center;background: #324389;border: none;color: #fff;display: block;margin: 0 auto;cursor: pointer;}

.Toast_main1{display: none;}
.Toast_main1 .toast_overlay{width:100%;height:100%;overflow:hidden;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; opacity: 0.5;z-index:1100;position:fixed;top:0px;left:0px;}
.Toast_main1 .toast{position: fixed;top:50%;margin-top: -250px;left: 50%;margin-left: -252px;width: 504px;background: #fff;z-index: 3333;}
.Toast_main1 .toast .title{height: 70px;line-height: 70px;text-align: center;background:#F9F9F9;padding: 0 40px;}
.Toast_main1 .toast .title h2{float: left;font-size: 24px;color:#666;}
.Toast_main1 .toast .title img{float: right;margin:24px 0 0 0;cursor: pointer;}
.Toast_main1 .toast .body{color: #999;line-height: 26px;padding:30px 0;margin:0 auto;width:340px;}
