
@font-face {
	font-family:"SHS-Bold";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-Bold.otf);
}
@font-face {
	font-family:"SHS-ExtraLight";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-ExtraLight.otf);
}
@font-face {
	font-family:"SHS-Heavy";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-Heavy.otf);
}
@font-face {
	font-family:"SHS-Light";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-Light.otf);
}
@font-face {
	font-family:"SHS-Medium";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-Medium.otf);
}
@font-face {
	font-family:"SHS-Normal";
	src: url(http://www.sztktest.com/css/font/SourceHanSansCN-Normal.otf);
}
@font-face {
	font-family:"SHS-Regular";
	src: url(http://www.sztktest.com/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: " ", " ", Arial, sans-serif; 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: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; }

.WebLogo img{max-height: 45px;}

/*信息*/
.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 10px; text-align:left; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:40px;}
.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; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ padding:20px 5px;margin:40px 0 20px 0; border-top:1px solid #ebebeb; color:#333; line-height:1.8em;font-style: italic;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: italic;color:#666; }
.Previous a{ font-style: italic;color:#666;}

.wapper{max-width: 1200px;margin:0 auto;}

/*动画缓动*/
.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: italic;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 20px 0;}
.left_title2 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: italic;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: italic;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: 25px; font-size: 22px; border-left: 3px solid #194ac3;padding-left: 10px;}
.left_title4 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: italic;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;color:#333;font-size: 14px;line-height: 1.8;}
.left_body5 { overflow:hidden; zoom:1;padding: 0 12px;}

.left_title6{overflow: hidden;padding: 80px 0 50px 0;text-align: center;}
.left_title6 i{font-size: 34px;color: #fff;display: block;font-weight: bold;}
.left_bottom6 {padding: 40px 0;text-align: center;margin: 20px 0 0 0;color: #666;}
.left_bottom6 a{color:#666;cursor: pointer;}

.left_title7{text-align: center;}
.left_title7 h2{font-style: italic;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: 80px 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: 20px;}
.left_title8 p { color: #999; font-size:10px;padding: 0 0 0 13px;display: block;font-style: italic;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 40px 10px;}
.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;}
.search_wrap{overflow: hidden;padding:20px 0 60px 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(../image/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(../image/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(../image/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(../image/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:5px 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:5px auto; }
.download, .guestbook{ width:1000px;margin:5px auto; }
#top, #logo, #banner, #announcement, #link, #copyright,#bottom,#floor_1,#floor_2,#floor_3,#floor_4,#floor_5 { 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: 30px 0 20px 0;}
.article_main h1{font-style: italic;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: 40px 0;}
.page1_2{padding: 0 0 40px 0;}

.page1_3_main{background: url(../image/page1_3.jpg) no-repeat center top;margin:0 0 60px 0;}
.page1_3_1{height: 332px;overflow: hidden;}
.page1_3_2{overflow: hidden;margin:20px 0 0 0;}
.page1_3{width:1600px;margin:0 auto;overflow: hidden;}
.page1_4{width:1200px;margin:20px auto;overflow: hidden;padding: 0 0 30px 0;}
.page2_main{padding: 30px 0 0 0;}
.page2_2{margin:40px 0 0 0;padding: 0 60px;border-top: 1px solid #ebebeb;overflow: hidden;position: relative;}
.page2_2 .prev{position: absolute;left:20px;line-height: 40px;font-size: 20px;}
.page2_2 .next{position: absolute;right:20px;line-height: 40px;font-size: 20px;}
.page2_3{overflow: hidden;margin: 0 80px;padding: 30px 0;}

.page3_main{padding: 30px 0 0 0;}
.page3_2{margin:40px 0;padding: 0 10px;overflow: hidden;}
.page3_2_1 .search{overflow: hidden;}
.page3_2_1 .search .btn-keywords{float:left;width:848px;border: none;background: url(../image/input_bg.png) no-repeat center;color:#333;line-height: 48px;
text-align: left;height: 48px;margin: 0 ;padding: 0 20px;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(../image/round.png) no-repeat left center;padding: 0px 0 0 10px;font-size: 14px;color:#999;line-height: 14px;margin:20px 0 0 0;}
.page3_2_2 span{color:#3d7dc6;}
.page3_3{background: #fbfbfb;margin:0 15px 40px 15px;padding: 0 ;}
.page3_3_1{margin: 0 50px;padding:40px 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 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";}
.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: 30px 0 0 0;}
.page4_1{}
.page4_1 .wrap{padding: 30px 12px 80px 12px;}
.page4_2{}
.page4_3{padding: 80px 0;overflow: hidden;}

.page5_main{padding: 30px 0 0 0;}
.page5_1_main{background: #fcfcfc;margin:50px 0 0 0;}
.page5_2{padding: 50px 0 0 0;width: 1200px;margin: 0 auto;}

.picture_main{padding: 30px 0 0 0;}
.picture_1{}
.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:30px 0 0 0;}
.job_2{padding: 0 10px;}
.showjob_1{margin:30px 0 0 0;}
.showjob_2{background: #fbfbfb;padding:50px 40px ;}
.showjob_2 .JobName{font-size: 24px;color: #3d7dc6;font-style: italic;font-family: "SHS-Regular";margin:0 20px 0 0;}
.showjob_2 .Time{padding: 0 0 0 20px;background: url(../image/time.png) no-repeat left center;color:#999;font-size: 12px;padding: 10px 0 10px 20px ;margin: 0 0 20px 0;}
.showjob_2 .Salary{font-size: 20px;color: #4c95e9;font-family: "SHS-Regular";padding: 0 0 15px 0;}
.showjob_2 .wrap{font-size: 16px;color: #67676;overflow: hidden;font-family: "SHS-Regular";}
.showjob_2 .wrap span{float: left;margin:0 30px 0 0;font-size: 16px;color: #676767;font-family: "SHS-Regular";}
.showjob_2 .Requirement {margin: 36px 0 20px 0;padding: 30px 0 0 0;border-top: 1px solid #ebebeb;}
.showjob_2 .Requirement h2{font-size: 20px;color: #3d7dc6;margin: 0 0 10px 0;display: block;font-family: "SHS-Bold";}
.showjob_2 .Requirement .cc_l{font-size: 12px;color: #999;overflow: hidden;line-height: 30px;}
.showjob_3{background: #fbfbfb;text-align: center;padding: 0 0 30px 0;margin:0 0 30px 0;overflow: hidden;}
.showjob_3 .left{float: left;margin:0 0 0 240px;}
.showjob_3 .right{float: right;margin: 0 240px 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 { }
.joblist li {overflow: hidden;float: left;width: 280px;padding: 30px; margin: 0 76px 50px 0;height: 310px;overflow: hidden;}
.joblist li{background: url(../image/joblist.jpg) no-repeat top left;}
.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{height: 200px;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 .cc_l{font-size: 12px;color: #999;overflow: hidden;line-height: 22px;}
.joblist li .more{color: #fff;font-size: 14px;text-align: center;display: block;float: none;}
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:98%;  }
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 60px 0 0;overflow: hidden;}
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: 20px 0;font-size: 14px;font-family: "SHS-Regular";}
table.guestbook_table td div i{float: left;width: 4px;height: 4px;border-radius: 50%;background: #666;margin: 8px 10px 0 0;}
table.guestbook_table .operation{ text-align:center;margin: 20px auto;padding: 20px 0;overflow: hidden;}
table.guestbook_table .operation .form_button{background: url(../image/form_button.png) no-repeat center;height: 48px;width:100%;}
table.guestbook_table .form_text_li{display: block;float: left;width:364px;margin:0 20px 20px 0;overflow: hidden;}
table.guestbook_table .form_text_li:last-child{margin:0 0 10px 0;}
table.guestbook_table .form_text_li td{display: block;width: 100%;}
table.guestbook_table .form_text_li input{display: block;background: url(../image/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: 1134px;}

/*管理员回复*/
.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: 80px;position: relative; }
#logo {overflow:visible; }
#logo .WebLogo{ float:left;}
#logo .WebLogo img{ height:68px; display:block;margin:12px 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 90px;*/}

#navigation ul.navigationlist li { float:left; text-align:center; line-height: 100px;  }
#navigation ul.navigationlist li a { display:block; margin:0 15px;padding: 30px 0 32px 0; font-size:16px;line-height: 16px;  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.current: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:128px;}
#navigation ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#333; line-height:40px;height:40px; font-size:14px; 
padding: 0; text-align:center; opacity: 0.7;font-family: "SHS-Regular";margin: 0px 10px;}
#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(../image/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(../image/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(../image/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(../image/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;width: 100%; }
#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; }
#subchannel{ width:1200px; overflow:hidden; margin:0 auto; padding: 22px 0;}
.subchannellist { text-align:center;}
.subchannellist li { display:block;float:left;}
.subchannellist li a {padding:20px 0px; margin:0 40px 0 0;  color:#333;  font-size:15px;}
.subchannellist li a:hover { color:#333;text-decoration:none;border-bottom:2px solid #0256ac; font-weight:normal;}
.subchannellist li #current a {  font-weight:normal;  color:#333; border-bottom:2px solid #0256ac;}
#current a { border-bottom:2px 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}

/*搜索 */
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%;}
#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(../image/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: 20px; 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 18px 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-Regular";  }
.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(../image/tel.png) no-repeat left center;background-size: 30px 30px; padding: 0px 0 0 40px;line-height: 34px;display: block;
font-size: 28px;margin:15px 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:40px 0; clear:both;text-align: center;overflow: hidden;}
.page a, .page span {  display:inline-block; padding:2px 10px; margin-left:4px; 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}

/*会员*/
/*会员登录*/
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(../image/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:#666;padding: 0 0 0 10px; }
.textlist2 li b{float: left;  font-weight: normal;color:#666; }

.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(../image/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; }
.textlist5 li b{font-size: 16px;cursor: pointer;}
.textlist5 li span{padding: 0 10px;letter-spacing: 8px;font-weight: bold;}
.textlist5 li.on b{color:#3d7dc6;}
.textlist6{}
.textlist6 li{width: 360px;float: left;margin:0 46px 0 0;}
.textlist6 li:last-child{margin:0;}
.textlist6 li h2{line-height: 40px;border-bottom: 1px solid #ebebeb;color:#333;font-size: 24px;font-family: "SHS-Medium";}
.textlist6 li p{overflow: hidden;color:#666;margin:30px 0 0 0;}
.textlist6 li p i{float:left;width: 4px;height: 4px;border-radius: 50%;background: #666;margin:8px 0 0 0;}
.textlist6 li p span{float: right;width: 350px;line-height: 20px;font-size: 14px;color:#676767;font-family: "SHS-Regular";}
.textlist7{}
.textlist7 li{width: 300px;text-align: center;float: left;}
.textlist7 li p{font-size: 14px;color:#999;display: block;font-family: "SHS-Regular";}
.textlist7 li span{font-size: 20px;color:#666;padding: 20px 0 12px 0;display: block;font-family: "SHS-Regular";}

.textlist8{}
.textlist8 li{float: left;}
.textlist8 li a {font-size: 20px;font-style: italic;font-family: "SHS-Bold";color: #bababa;}
.textlist8 li.on a{color:#3d7dc6;}
.textlist8 li a span{float:right;width: 4px;height: 4px;border-radius: 50%;background: #bababa;margin:13px 15px 0 15px;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: italic;}
.textlist9 li span{font-size: 12px;color:#666;padding:  0;display: block;}
/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{ text-align:left; overflow:hidden;padding: 20px 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: 150px;}
.thumblist li .InfoPicture img{  border:0px solid #ccc;width:240px; }
.thumblist li:hover .InfoPicture img{ }
.thumblist li .info_wrap{ overflow:hidden; padding-right: 8px;}
.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";}
.thumblist li .info_wrap .info_right{width: 820px;float: left;}
.thumblist li .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 .InfoTitle .tag_main{float: right;}
.thumblist li .info_wrap .InfoTitle .tag_main img{float: left;height: 18px;margin:0 0 0 10px;}
.thumblist li p{ font-size:16px; color:#999; line-height:1.8em;overflow:hidden;font-family: "SHS-Regular";}
.thumblist li .more{width:106px;display: block;line-height: 30px;color:#fff;font-size: 16px;background:#3d7dc6;float: none;text-align: center;margin:20px 0 0 0;}
.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;}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float: left;width:340px; height: 180px;padding: 0 30px; overflow: hidden; text-align: center;margin:0 0 40px 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:332px;padding: 0 30px; height: 100%;display: none;background: rgba(26,100,188,0.8) url(../image/arrow_left.png) no-repeat 240px 120px;}
.gridlist li img{display: block;}
.gridlist li .wrap i{display: block; color: #fff; text-align: left;font-size: 24px;font-weight: bold;margin: 20px 0 0 0;background-size: 40px;}
.gridlist li .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;}
.gridlist 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:hover em{display: block;}
/*橱窗列表2.gridlist1 li.n1:hover .wrap{background: url(../images/gridlist1_1.png) center no-repeat; background-size: 398px 168px;}
.gridlist1 li.n2:hover .wrap{background: url(../images/gridlist1_2.png) center no-repeat; background-size: 398px 168px;}
.gridlist1 li.n3:hover .wrap{background: url(../images/gridlist1_3.png) center no-repeat;background-size: 398px 168px;}*/
.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;  transition: all 0.5s ease 0s;}
.gridlist2 li img{display: block;width:100%;height: 300px;}
.gridlist2 li .wrap i{display: block; color: #fff; text-align: left;font-size: 24px;font-weight: bold;background: url(../image/arrow_left.png) no-repeat center right;margin: 20px 0 0 0;background-size: 40px;     transition: all 0.5s ease 0s;}
.gridlist2 li .wrap p{color: #fff;text-align: left;padding: 40px 0 0 0;font-style: oblique;     transition: all 0.5s ease 0s;}
.gridlist2 li:hover .wrap{display: block;    transition: all 0.5s ease 0s;}
/*橱窗列表3*/
.gridlist3{}
.gridlist3 li{float:left;overflow: hidden;padding:0 40px;width:219px}
.gridlist3 li img{float:left;width:60px;height: 60px;}
.gridlist3 li div{float:left;margin:10px 0 0 10px;}
.gridlist3 li div p{font-size: 18px;line-height: 18px; color:#333;margin:0 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: 40px;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: 40px;}
.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: #666;}

.gridlist6{}
.gridlist6 figure{width:145px;float: left;padding: 0  ;margin:0 20px 20px 0px;}
.gridlist6 figure.n6{margin:0 0 20px 0;}
.gridlist6 figure img{display: block;width: 100%;}

.gridlist7{ }
.gridlist7 figure { float: left;width:334px; 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(../image/search1.png) no-repeat 280px 140px;}
.gridlist7 figure img{display: block;max-width: 100%;}
.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(../image/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(../image/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(../image/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(../image/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(../image/sonlinebox_n1.png) no-repeat center;}
.SonlineBoxlist li.n2 span{background:#fff url(../image/sonlinebox_n2.png) no-repeat center;}
.SonlineBoxlist li.n3 span{background:#fff url(../image/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(../image/sonlineboxlist_hover.png);}
.SonlineBoxlist li.n1:hover span{background-image: url(../image/sonlinebox_n1_hover.png);}
.SonlineBoxlist li.n2:hover span{background-image: url(../image/sonlinebox_n2_hover.png);}
.SonlineBoxlist li.n3:hover span{background-image: url(../image/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;}

/* 44分页*/	
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagination li { display:inline-block;border: 1px solid #ccc;margin: 0 3px;line-height: 20px;background: #fff;color:#999 }
.pagination li:hover{ background:#1f479c; color:#fff;border: 1px solid #1f479c;    transition: all 0.5s ease 0s;}
.pagination li:hover a{color:#fff;}
.pagination li.active {display: inline-block;border: 1px solid #1f479c;margin: 0 3px;background: #1f479c;color: #fff;}
.pagination li.active a {color: #fff;padding: 1px 15px;}
.pagination li a{ display:block;color:#999;    transition: all 0.5s ease 0s;padding: 1px 15px;}
.pagination li a:hover {color: #fff;}
.bt_w {
  background-position: left;
  background-repeat: no-repeat;
  top: 40%;
  width: 50%;
  position: absolute; left: 20%;
}
.bt_w .bt_b {
  height: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left;
  padding-bottom: 37px;
  width: 100%
}
.bt_w .bt_b p {
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "arial black";
  letter-spacing: 2px
}
.bt_w .con_banner_bt {
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
  letter-spacing: 6px;font-size: 48px; text-shadow: 2px 2px 2px #3d7dc5;;
   
}

/*侧边栏*/
.sideBar {
  position: fixed;
  top: 60%;
  margin-top: -93px;
  right: 15px;
  z-index: 99;
}
.sideBar ul li {
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.sideBar ul li .limg {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 60px;
}
.sideBar ul li:hover .limg {
  background: #446e9e;
}
.sideBar ul li .limg2 {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.sideBar ul li:hover .limg2 {
  background: #446e9e;
}
.sideBar ul li .limg2 img {
  position: relative;
  top: 5px;
}
.sideBar ul li .wen {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding-top: 8px;
}
.sideBar ul li .wen2 {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
}
.sideBar ul li .ewmLayer {
  width: 146px;
  height: 146px;
  background: #446e9e;
  display: none;
  position: absolute;
  left: -146px;
  bottom: 0;
}
.sideBar ul li .ewmLayer .ewm {
  padding: 10px;
}
.sideBar ul li .ewmLayer .ewm img {
  width: 126px;
}
.sideBar ul li .telLayer {
  width: 195px;
  height: 60px;
  background: #446e9e;
  display: none;
  position: absolute;
  left: -195px;
  top: 0;
}
.sideBar ul li .num {
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  font-family: mont;
}
.sideBar ul li .kefuLayer {
  width: 235px;
  height: 60px;
  background: #446e9e;
  display: none;
  position: absolute;
  left: -235px;
  top: 0;
}
.sideBar ul li .kefuLayer dl {
  padding-left: 30px;
}
.sideBar ul li .kefuLayer dd {
  margin-right: 24px;
  float: left;
}
.sideBar ul li .kefuLayer dd a {
  display: block;
  font-size: 14px;
  padding-left: 32px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: relative;
}
.sideBar ul li .kefuLayer dd a img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
}
.sideBar ul li .formLayer {
  width: 365px;
  height: 550px;
  background: #fff;
  display: none;
  position: absolute;
  left: -365px;
  top: -300px;
  border-radius: 4px;
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.sideBar ul li .formLayer .title {
  height: 62px;
  line-height: 62px;
  padding-left: 22px;
  color: #fff;
  font-size: 14px;
  background: #446e9e;
}
.sideBar ul li .formLayer .midmid {
  height: 385px;
  overflow-y: auto;
}
.sideBar ul li .formLayer .msg {
  padding: 20px 22px 25px;
  font-size: 14px;
  color: #242e33;
}
.sideBar ul li .formLayer .form {
  padding: 0 22px;
}
.sideBar ul li .formLayer .form dd {
  padding-bottom: 20px;
}
.sideBar ul li .formLayer .form dd .txt {
  height: 24px;
  font-size: 14px;
  line-height: 14px;
}
.sideBar ul li .formLayer .form dd .txt em {
  color: #f00;
}
.sideBar ul li .formLayer .form .input1 {
  font-size: 14px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: #d1d1d1 solid 1px;
  box-sizing: border-box;
  border-radius: 2px;
}
.sideBar ul li .formLayer .form textarea {
  width: 100%;
  height: 80px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: #d1d1d1 solid 1px;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sideBar ul li .formLayer .botbot {
  height: 110px;
  background: #f5f8fa;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sideBar ul li .formLayer .btnDiv {
  padding: 24px 22px 12px;
}
.sideBar ul li .formLayer .btnDiv a {
  display: block;
  width: 100%;
  height: 40px;
  background: #446e9e;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.sideBar ul li .formLayer .links {
  text-align: center;
}
.sideBar ul li .formLayer .links a {
  font-size: 14px;
  color: #a1a7aa;
}
.sideBar ul li .formLayer .links a:hover {
  color: #446e9e;
}
.sideBar ul li .formLayer .midmid::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sideBar ul li .formLayer .midmid::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
}
.sideBar ul li .la {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #f00;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
}

.topSearch {
  position: relative;
  width: 278px;
  height: 36px;
  background: url(../image/topSearch.png) no-repeat;
  z-index: 2;
  float:right;
  margin-right: 30px;
}
.topSearch .input1 {
  width: 100%;
  text-indent: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
}
.topSearch .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
}

.topSearch input,.topSearch textarea {
  background: transparent;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, " ";
  color: #888;
  outline: none;
  border: 0px;
}

.touDiv{
  margin-top: 20px;
}

.touDiv .tel {
  position: relative;
  z-index: 2;
  height: 36px;
  line-height: 36px;
  padding-left: 43px;
  color: #000000;
  font-size: 24px;
  font-family: bold;
  float: right;
}
.touDiv .tel img {
  position: absolute;
  left: 0;
  top: 0;
}


@media screen and (max-width:1160px) {
/* slideshow */

#banner_main { width: 1200px;}
#floor_1_main { width: 1200px;}
#floor_2_main { width: 1200px;}
#bottom_main { width: 1200px;}

.main{ width: 1200px;}
}		
	