@charset "utf-8";
/*==========@@html默认 开始@@==========*/
/*基本*/
*{ font-size:14px;padding:0px; margin:0px }
body{color:#444;background: #fff;	padding:0px; margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;
font-family: microsoft yahei,helvitica,verdana,tohoma,arial,san-serif;font-size:14px; max-width:640px; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; max-width:100%; }
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:#222; background: transparent;  outline:none}
a:visited {color:#888; }
a:focus { outline:none; }
a:hover, a:active{ color:#0256ac; 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 { box-sizing:border-box;
    font-size: 100%;  /* correct font size not being inherited in all browsers. */
    margin: 0; border: 0; width: 100%; /* address margins set differently in ie 6/7, firefox 3 , safari 5,and chrome */
    vertical-align: baseline; /* improve appearance and consistency in all browsers */
    *vertical-align: middle; /* improve appearance and consistency in all browsers */
}
textarea { height:100px; font-family: microsoft yahei,helvitica,verdana,tohoma,arial,san-serif; }

input{ min-height: 35px; border: 1px solid #eee; }
button,select {text-transform: none;}
textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; box-sizing:border-box;
-moz-box-sizing: border-box;  background-color: #ffffff;	border: 1px solid #e8e8e8; margin:0px;padding: 5px 3px;	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;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@html默认  结束@@==========*/

.i-map{ background: url(/uploads/image/atwdpisystem/map.png) left center no-repeat; background-size: 20px; }
.i-tel{ background: url(/uploads/image/atwdpisystem/tel.png) left center no-repeat; background-size: 20px; }
.i-phone{ background: url(/uploads/image/atwdpisystem/phone.png) left center no-repeat; background-size: 20px; }

/* ==========flex ==========*/
[class*=flex] {
  display:box; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex;
}
.fx1{
  -prefix-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;
}
.flex-sa-center {
  -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-sb-center {
  -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-c-jcenter{
	flex-direction: column;
	justify-content: center;
}
.flex-sa {
  -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;
}
.flex-sb {
  -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between;
}
.flex-center {
  -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center;
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-acenter {
  -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; align-items:center;
}
.flex-aend{
  -webkit-align-items:flex-end; -moz-align-items:flex-end; -ms-align-items:flex-end; -o-align-items:flex-end; align-items:flex-end;
}
.flex-wrap{
  -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap:wrap;
}
/* ==========flex ==========*/

/*==========@@元件 开始@@==========*/
/*常用颜色*/
.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;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:10px; display:none; } /*more链接*/
.more a{ color:#167312}
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}

/*按钮*/
.btn{	width:50%; padding:8px 0px;font-size:16px;text-decoration:none; margin:20px auto; cursor:pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	background:#0256ac; border:0px solid #0b8e00; color:#ffffff; display:block; text-align:center; }
.btn:active{}

.btn_download{color:#ffffff; display:block; text-align:center; cursor:pointer;	
	width:100px; text-decoration:none; margin:0px; padding:0;
	background:#0256ac;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	text-indent:0; }
.btn_download:active{	padding:0px;top:0px;
	background-image:-o-linear-gradient(bottom,  #5dd300 0%, #0256ac 100%);
	background-image:-moz-linear-gradient(bottom,  #5dd300 0%, #0256ac 100%);
	background-image:-webkit-linear-gradient(bottom,  #5dd300 0%, #0256ac 100%);
	background-image:-ms-linear-gradient(bottom,  #5dd300 0%, #0256ac 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5dd300),color-stop(1, #0256ac));
	background-image:linear-gradient(bottom, #5dd300 0%, #0256ac 100%);
	-webkit-box-shadow:0 1px 0 #5dd300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #5dd300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5dd300 inset, 0 1px 2px rgba(0, 0, 0, 0.5); }
.btnsmscode{ width:90%; float:right; padding:6px 0; font-size:14px;}

/*箭头*/
.arrow{ background:url(/uploads/image/atwdpisystem/arrow1.png) center center no-repeat; 	background-size:14px;width:30px; height:30px; display:block; float:right;vertical-align:middle;}

/*频道*/
.channelname{}
.channelcontent{ clear:both; padding:10px; line-height:1.8em}
.channelscontent{}
.channelalbum{ overflow: hidden; }
.channelcontent iframe { padding:0; max-width:100%; height:auto !important; }

/*信息*/
.infotitle, .channelname{ font-size:18px; line-height: 1.5em; vertical-align:middle; color: #444; }
.infocontent{ font-size:17px; line-height:1.8em; text-align: justify; }
.infocontent p{ font-size:17px}
.infopicture{ text-align: center;}
.infopicture img{width:100%;}
.f1{}
.f2{}
.f3{}
.f4{}
.f5{}
.showinfo{ height: 30px; line-height: 1.5em; font-size:18px; border-top: 1px solid #bdbec1; vertical-align:middle; padding-top:5px; color:#000000;}
#readleveltip{ font-weight:bold; color:red;}
.tag{ text-align: left; font-weight:bold; }
.tag b{}
.tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.infocontent img, .channelcontent img{max-width:100%; }

/*细边框*/
.minbordertop{ position: relative; }
.minbordertop::after{ content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #eee; color: #eee;
	-webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaley(0.5); transform: scaley(0.5); }
.minborderbottom{ position: relative; }
.minborderbottom::after{ content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid #eee; color: #eee;
	-webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaley(0.5); transform: scaley(0.5); }

/*动画缓动*/
.delay_1 {transition:all ease-out .1s; -webkit-transition:all ease-out .1s; -moz-transition:all ease-out .1s; -ms-transition:all ease-out .1s;}
.delay_2 {transition:all ease-out .2s; -webkit-transition:all ease-out .2s; -moz-transition:all ease-out .2s; -ms-transition:all ease-out .2s;}
.delay_3 {transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -ms-transition:all 0.3s ease-out 0s;;}
.delay_5 {transition:.5s ease 0s; -webkit-transition:.5s ease 0s; -moz-transition:.5s ease 0s; -ms-transition:.5s ease 0s;}

/*动画延迟i*/
.wait_0 { animation-delay:0s; -webkit-animation-delay:0s; /* safari 和 chrome */ }
.wait_1 { animation-delay:.5s; -webkit-animation-delay:.5s; /* safari 和 chrome */ }
.wait_2 { animation-delay:1s; -webkit-animation-delay:1s; /* safari 和 chrome */ }
.wait_3 { animation-delay:1.5s; -webkit-animation-delay:1.5s; /* safari 和 chrome */ }
.wait_4 { animation-delay:2s; -webkit-animation-delay:2s; /* safari 和 chrome */ }
.wait_5 { animation-delay:2.5s; -webkit-animation-delay:2.5s; /* safari 和 chrome */ }
.wait_6 { animation-delay:3s; -webkit-animation-delay:3s; /* safari 和 chrome */ }
.wait_7 { animation-delay:3.5s; -webkit-animation-delay:3.5s; /* safari 和 chrome */ }
.wait_8 { animation-delay:4s; -webkit-animation-delay:4s; /* safari 和 chrome */ }
.wait_9 { animation-delay:4.5s; -webkit-animation-delay:4.5s; /* safari 和 chrome */ }
.wait_10 { animation-delay:5s; -webkit-animation-delay:5s; /* safari 和 chrome */ }

/*动画延迟mod*/
.wait0 { animation-delay:.5s; -webkit-animation-delay:.5s; /* safari 和 chrome */ }
.wait1 { animation-delay:1s; -webkit-animation-delay:1s; /* safari 和 chrome */ }
.wait2 { animation-delay:1.5s; -webkit-animation-delay:1.5s; /* safari 和 chrome */ }
.wait3 { animation-delay:2s; -webkit-animation-delay:2s; /* safari 和 chrome */ }
.wait4 { animation-delay:2.5s; -webkit-animation-delay:2.5s; /* safari 和 chrome */ }
/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/
.left_title{ border:0px solid red; clear:both; }
.left_title h2 { color:#333;  font-size:20px; text-align:center; overflow:hidden; margin: 10px 0 8px; font-weight: normal; }
.left_title h2 a { color:#333; font-size:24px; border-radius:5px; font-weight:normal; }
.left_title i{ width: 55px; height: 2px; display: block; margin: 0 auto; background: #0256ac; margin-bottom: 10px;}
.left_bottom { clear:both; height:5px; }
/*样式1*/
.left_title1{ text-align: center; padding-bottom: 15px; }
.left_title1 h2 { font-size: 20px; }
.left_title1 p { color: #b7b7b7; font-size: 12px; text-transform:uppercase; }
.left_title1 i{ display: block; width: 30px; height: 3px; background: #1651b8;  margin: 10px auto; }
.left_body1 {  zoom:1; }
.left_body1 .f2{ margin: 20px 15px 10px; }
.left_body1 .f2 img{ display: block; }
.left_body1 .channelcontent{ margin-bottom: 15px; }
.left_bottom1{ margin: 10px 0; }
.left_bottom1 a{ display: block; width: 120px; margin: 0 auto; line-height: 40px; text-align: center; color: #fff; background: #4dac2f; border-radius: 3px; }

.video_play2 { width:94%; margin:10px auto; }
.video_play2 video { width:100%; }
/*样式2*/
.left_title2{ margin-bottom:25px; text-align: center; }
.left_title2 h2 { font-size: 20px; }
.left_title2 p{ font-size: 12px; color: #999; text-transform:uppercase }
.left_body2 { zoom:1; }
.left_body2 .channelpicture { overflow:hidden; width:100%;}
.left_bottom2 { overflow:hidden; }

.left_title3{ color: #fff; text-align: center; padding-bottom: 20px; }
.left_title3 h2 { font-size: 20px; }
.left_title3 p{ font-size: 12px; color: #fff; text-transform:uppercase }
.left_body3 { padding: 0 15px; }
.left_body3 .thistitle { width:50%; float:left; margin:10px 0; font-size:22px; font-weight:bold; height:50px; line-height:50px; border-bottom:1px solid #000; color:#333; }
.left_body3 .thistitle span { color:#0256ac; font-size:36px; vertical-align:sub; }
.left_body3 .thiscontent { line-height:2em; font-size:14px; color:#333; }
.swiper-pagination-t4{ text-align: center; }
.swiper-pagination-t4 .swiper-pagination-bullet{ margin: 0 5px; background: #86a7cf; }
.swiper-pagination-t4 .swiper-pagination-bullet-active{ background: #fff; }

.right_title { padding:10px 0; }
.right_title h2 { font-size:20px; font-weight:bold; text-align:center; color:#333; }
.right_title h4 { color:#444; line-height:30px; font-size:14px; font-weight:normal; text-align:center; text-transform:uppercase; }
.right_title div { height:3px; border-bottom:1px solid #e0e0e0; margin-top:10px; }
.right_title div.bolck { border-color:#aaa; }
.right_title div.white { border-color: #fff; } 
.right_title div i { display:block; width:42px; height:3px; margin:0 auto; background:#0256ac; border-bottom:1px solid #0256ac; }

.has_style{ color: #00469c; }
.has_style:after,.has_style:before{ content: ""; display: inline-block; margin: 0 5px; background: url(/uploads/image/atwdpimages/index_title_style.png) center no-repeat; width: 60px; height: 12px; }
/*==========@@模块  结束@@==========*/


/*==========@@布局  开始@@==========*/
/*===公共 开始===*/
body_index, .body_single, .body_article, .body_picture, .body_download, .body_video, .body_product,  .body_job, .body_guestbook, .body_feedback{ }
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:100%; margin:0px auto }
#top, #logo, #navigation, #banner, #announcement, #link, #copyright { width: 100%;  margin: 0px auto;}
/*===公共 结束===*/

/*===首页 开始===*/
#index_1{ overflow:hidden; padding: 15px 0; }
#index_2{ overflow:hidden; padding: 20px 0; background: url(/uploads/image/atwdpimages/t4_bg.png) center no-repeat; background-size: cover; }
#index_3{ overflow:hidden; padding: 20px 0px; }
#index_4{ overflow:hidden; padding: 20px 0; background: url(/uploads/image/atwdpimages/t6_bg.jpg) center no-repeat; background-size: cover; color: #fff; }
#index_5{ overflow:hidden; padding: 20px 10px; }
#index_6{ overflow:hidden; padding: 20px 10px; }
#index_7{ overflow:hidden; padding: 20px 10px; }
/*===首页 结束===*/

/*===招聘频道  开始===*/
.job{ }
table.job_table { border:0px solid #16b7b7; margin:3px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:3px 2px; color: #999;}
table.job_table th{color:#000; font-weight: normal; text-align: left;}
.jobname{ font-size:18px; border-bottom: 1px solid #ddd; padding-bottom:8px; font-weight:bold;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook_from{ padding: 20px 10px; margin: 5px; background: #404040; color: #fff; }
.guestbook_from input{ width: 100%; border: 0; outline: none; background: transparent; min-height: auto; color: #fff; }
.guestbook_from textarea{ width: 100%; border: 0; border-radius: 0; outline: none; background: transparent; padding: 0; color: #fff; }
.from_list{ background: #676767; margin-bottom: 10px; padding: 10px; }
.guestbook_from .btnwrap input{ padding: 12px 0; margin: 0 10px; }
.guestbook_from .btn-1{ background: #00469c; }
.guestbook_from .btn-2{ background: #e2e2e2; color: #444; }
/*===留言频道  结束===*/

/*===反馈模型 开始===*/
.feedback{ }
.feedback .channelname h1{ border-bottom:1px dotted #cccccc;  }
table.feedback_table{ width:100%;}
table.feedback_table .t1{ width:25%; text-align:left }
table.feedback_table .t2{ width:75%; text-align:left;}
/*===反馈模型 结束===*/

/*===订购 开始===*/
.order{width:98%;margin:0px auto}
.order .wantorder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
.order table.order_table{ width:100%;  }
.order table.order_table .t1{ width:28%; text-align:left}
.order table.order_table	 .t2{ height:72%; text-align:left}
/*===订购 结束===*/

/*===地图 开始===*/
.sitemaplist li{border-bottom:1px dashed #d0d1d4;padding: 0.5em 8px; background-color:#fff}
.sitemaplist li .channelname{ font-weight:bold;}
.sitemaplist li .channeldepth1{ font-weight:bold;}
.sitemaplist li .channeldepth2{text-indent: 2em; }
.sitemaplist li .channeldepth3{text-indent: 4em; }
.sitemaplist li .channeldepth4{text-indent: 6em; }
.sitemaplist li .channeldepth5{text-indent: 8em; }
/*===地图 结束===*/
/*==========@@布局  结束@@==========*/


/*==========@@公共模块 开始@@==========*/
/*logo部分*/
#logo_mian{ position: relative; height: 58px; }
#logo{ position:relative; position: fixed; max-width: 640px; top: 0; left: 0; right: 0; z-index: 99; background-color: #fff; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); }
#logo .weblogo{ display: flex; align-items: center; }
#logo .weblogo .weblogo{ flex: 1; }
#logo .weblogo .shownavbtn{ width: 1.5em; height: 1em; margin: 20px 15px 20px 0; border-top: 2px solid #666; border-bottom: 2px solid #666;
	display: flex; flex-direction: column; align-items: center; justify-content: center; }
#logo .weblogo .shownavbtn:before{ content:""; display: block; width: 100%; height: 2px; background: #666; }
#logo .weblogo img{ max-width:80%; display:block;/*解决img底部空白的bug*/ margin-left: 10px;}

/*导航格*/
#navigationshade { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 999; background: rgba(0,0,0,.5); display: none; }
#navigationshade:after,#navigationshade:before{ content: ""; display: block; position: absolute; width: 20px; height: 2px; left: 30%; margin-left: -40px; top: 40px; background: #fff; border-radius: 3px; }
#navigationshade:after{ transform: rotate(45deg); }
#navigationshade:before{ transform: rotate(-45deg); }

.navigationlist{ position: fixed; right: -68%; top: 0; background: #00469c; overflow-y: scroll; width: 68%; height: 100%; z-index: 10000; }
.seachwrap{ align-items: center; background: #f5f5f5; margin: 20px 20px 20px 30px; border-radius: 50px; overflow: hidden; }
.seachwrap form { display:flex; }
.seachwrap input{ margin: 0; border: 0; width:100%; line-height: 40px; outline: none; background: #f5f5f5; }
.seachwrap input.keywords { flex:3; padding: 0 0 0 15px; }
.seachwrap input.btnsearch { flex:1; padding: 0 15px 0 0; background:url(/uploads/image/atwdpimages/searchbtn.png) no-repeat center; }

.navigationlist li{ position: relative; } 
.navigationlist li i.haschild{ position: absolute; width: 80px; height: 50px; right: 0; top: 0; }
.navigationlist li i.haschild:after,.navigationlist li i.haschild:before{ content:''; display: block; background: #fff; margin: auto; border-radius: 2px;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 10px; height: 2px; }
.navigationlist li i.haschild:before{ width: 2px; height: 10px; }
.navigationlist a{ position: relative; line-height: 50px; font-size:14px; color:#fff; overflow:hidden; display:block; margin-left: 20px; }
.navigationlist a.current:before{ content: ""; display: inline-block; width: 3px; height: 14px; background: #fff; margin-right: 5px; transform: translatey(2px); }

.sub_navigationlist{ display: none; }
.sub_navigationlist a{ margin-left: 40px; }

.sub2_navigationlist{ display: none; }
.sub2_navigationlist a{ margin-left:60px; }

/*悬浮导航*/
#menu{ width:10%; height:50px; position:absolute; right:10px; top:53%; margin-top:-25px;  background:url(/uploads/image/atwdpimages/list.png) no-repeat center center; display:none; }
#navigation2{ display:block; width:50%; height:100%; overflow:hidden; position:fixed; top:0; right:-50%; z-index:100; background:#353535; box-shadow:0 0 15px rgba(0,0,0,.5); 
color:#a3a5a6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2.navopen{ right:0; }
#navigation2 .navigationlist{ width:100%; position:absolute; top:0; left:0; box-sizing:border-box; transition-property:left; -webkit-transition-property:left; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2 .navigationlist.navlistopen{ left:100%; }
#navigation2 .navigationlist li{ line-height:40px; border-bottom:1px solid #2a2a2a; text-align:center; }
#navigation2 .navigationlist li a{ color: #a3a5a6; }
#navigation2 .navigationlist li.closenav{ text-align:left; background:rgba(0,0,0,.1); padding:20px 0 0; color:#fff; }
#navigation2 .navigationlist li.closenav a{ font-size:18px; color:#fff; padding-left:5px; }
#navigation2 .navigationlist li.closenav a .forward{ float:left; padding-left:10px; height:25px; }
#navigation2 .navigationlist li.closenav a .forward img{ padding-top:11px; }
#navigation2 .navigationlist li .opensubnav{ width:40px; height:40px; float:right; text-align:center;  }
#navigation2 .navigationlist li .opensubnav img{ padding-top:10px; }

#navigation2 .subnavigationlist{ width:100%; height:100%;  position:absolute; top:0; right:100%; background:#353535; overflow:hidden; box-sizing:border-box; color:#a3a5a6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation2 .subnavigationlist.navopen{ right:0; }
#navigation2 .subnavigationlist{  }
#navigation2 .subnavigationlist li{ line-height:40px; border-bottom:1px solid #2a2a2a; text-align:center; }
#navigation2 .subnavigationlist li.closesubnav{ text-align:left; background:rgba(0,0,0,.1); padding:20px 0 0; color:#fff; }
#navigation2 .subnavigationlist li.closesubnav a{ font-size:18px; color:#fff; padding-left:5px; }
#navigation2 .subnavigationlist li.closesubnav a .forward{ float:left; padding-left:10px; height:25px; }
#navigation2 .subnavigationlist li.closesubnav a .forward img{ padding-top:11px; }
#navigation2 .subnavigationlist li .opensubnav{ font-size:20px; width:40px; height:40px; display:block; float:left; text-align:center; }
#navigation2 .subnavigationlist li a{ padding:10px 10px 10px 12px; color:#a3a5a6;  }

/*===幻灯片  开始===*/
#banner { margin-bottom:0px; overflow:hidden; position: relative;}
#banner img{ width:100%; display: block; }
#banner .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; /*分页点默认颜色*/}
#banner .swiper-pagination-bullet-active{ background:#0256ac; /*当前活动分页点颜色*/}
/*===幻灯片  结束===*/

/*当前位置*/
#location{ background: #f6f6f6; padding: 8px 10px; overflow: hidden; }
#location .cname{ float: right; color: #00469c; font-weight: bold; }

/*搜索 */
.search{width:98%;margin:0px auto}
.searchresult{ font-weight:bold; font-size:18px;}

/*公共百度地图*/
#map{ overflow:hidden; width:100%; }
#map .mapinfo{ width:100%; margin-top:0; }
#map .mapinfo img { width:100%; }
.mapmain { padding: 10px; }
#mapcontainer{ width:100%; height:200px; }
#map .contactinfo{ width:100%; height:300px; float:left; line-height:2em; position:relative; }
#map .contactinfo .company{ font-size:20px; color:#444; font-weight:bold; line-height:24px; margin-top:30px; }
#map .contactinfo .en_name { font-size:14px; line-height:25px; color:#555; padding:10px 0; border-bottom:1px solid #ddd; margin-top:0px; }
#map .contactinfo div { margin-top:10px; }
#map .contactinfo img{ width:18px; vertical-align:middle; margin-right:8px; }
.copy_31 .right_title { display:none; }
#map .contactinfo .wxqrcode { position:absolute; bottom:0; right:60px; text-align:center; }
#map .contactinfo .wxqrcode img { width:128px; margin:0; }
#map .contactinfo .wxqrcode p { text-align:center; }

/*评论*/
.comment{}
.commentlist h1{ border-bottom:1px #999999 dotted; padding:5px 0px;} /*评论列表标题*/
.leavecomment h1{ border-bottom:1px #999999 dotted; padding:5px 0px; } /*我要评论标题*/
.commenttime {}
.commentcontent { color:#999999 }
table.comment_table{ width:100%;  }
table.comment_table	.t1{ width:28%; text-align:left}
table.comment_table	.t2{ height:72%; text-align:left}

/*分页条*/
.page {padding:1px; height:auto; clear:both; line-height:0.5em; text-align:center; margin:10px 0;}
.page a, .page span { border:1px solid #d3d1d1; display:inline-block; padding:5px 5px; min-width:20px; margin:0px 3px; line-height:22px; background-color:#ffffff}
.page a:link, .page_turner a:visited { text-decoration:none; }
.page a:hover { background:#0256ac; color:#fff; border-color:#0256ac; }
.page .current{ background:#0256ac; color:#fff; border-color:#0256ac; }
.page #total{color:red}
.page .pageinfo{ display: none}
.page .pagefirst{ display: none}
.page .pageend{ display: none}

.info_previous_next_wrap { padding-top:10px; border-top:1px solid #ddd; margin-top:10px; }
.info_previous_next_wrap a{ color: #999; }

/*会员登录-会员注册-忘记密码-开始*/
.login_table,.reg_table,.forget_table1,.forget_table2{ padding: 10px; }
/*表单*/
.inputwrap{ border: 1px solid #eee; height: 45px; margin-bottom: 10px;
	display: -webkit-flex; -webkit-justify-content: -webkit-space-between; -webkit-align-items: center;
	display: flex; justify-content: space-between; align-items: center;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.inputwrap span{ padding-left: 10px; }
.inputwrap input,.inputwrap>div{ width: 65%; padding: 0 10px; border: 0; outline: none; line-height: 45px; text-indent: 5px; }
.inputwrap select{ border: 0; outline: none; }
.inputwrap .findpwdway{ text-indent: 0; }
/*验证码*/
.verifycode{ width: 65%; padding: 0 10px; }
.verifycode input{ width: 100px; padding: 0; }
.verifycode img{ float: right; padding: 12px 0 0; }
/*短信验证码*/
.smscodewrap{ width: 70%; }
.smscodewrap input{ margin: 0; }
.smscodewrap #smscode{ width: 40%; }
.smscodewrap .btnsmscode{ width: 50%; }
/*提交按钮下方链接*/
.otherways{ text-align: center; }
.otherways a{ padding: 0 5px; }
/*三方登录*/
.quick_login{ text-align: center; margin-top: 20px; }
.quick_login a{ padding: 0 5px; }
/*会员登录-会员注册-忘记密码-结束*/

/*分享按钮*/
.tool{width:95%; margin:0px auto;  text-align:center;}
.tool a{color:#000; font-size:16px}
.tool table{ width:100%; margin:5px 0px }
.tool td{ padding: 3px 5px; width:50%; text-align:center}

/*分享到朋友圈弹出框提示*/
#guide{ position: fixed;	top:0;	left:0;	width:100%;	height:100%;background:rgba(0, 0, 0, 0.7);	display:none;z-index:20000;}
#guide img {position: fixed;right: 18px;top:5px;width: 260px;height: 180px; z-index:20001;}

/*版权信息*/
#copyright{ text-align:center; font-size:14px; color:#666; border:0px solid red; padding: 20px 0 35px; }
#copyright a{ color:#666; font-size:14px; }
#copyright .technicalsupport{ text-align:center; padding-bottom:5px;font-size:14px;}
#copyright .technicalsupport a { font-size:14px;}
#copyright .bottom_copyright{ font-size:14px;}
#copyright .bottom_navigation{ text-align:center; height:35px; line-height:35px; background:#71c6a0; font-size:14px; display:none}
#copyright .bottom_navigation a{ font-weight:normal; color:#000}
#copyright .mobile{text-align:center; height:35px; line-height:35px; background:#0256ac;}
#copyright .mobile a{ font-weight:normal; color:#fff; font-weight:bold;}
#copyright .language{padding:10px 0px 0px 0px;  color:#666; text-align:center;}
#ipc{ background-color: #f5f5f5; color: #adadad; font-size: 13px; padding: 15px 10px; text-align: center; }

/*底部固定工具条*/
#tool { width:100%; height: 50px; }
.toollist { position:fixed; width:100%; left:0; bottom:0; height:50px; z-index: 900; background: #424146; }
.toollist li{ width: 33.33333%; }
.toollist li span{ color: #fff; }
.toollist li img{ width:22px; height:22px; display:block; margin-right: 10px; }
.toollist:after,.toollist:before{ content: ""; position: absolute; left: 33%; height: 100%; width: 1px; background: #fff; }
.toollist:before{ left: 66%; }
/*==========@@公共模块 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*列表全局样式*/
.textlist li, .gridlist li, .wxlist li, .thumblist li{ font-size:16px; line-height:1.5em; vertical-align:middle; background-color:#fff; overflow:hidden;}
.textlist li:hover, .thumblist li:hover, .gridlist li:hover{cursor:pointer;}

.aaddlist{ background: ; padding: 15px 10px 0; color: #fff; }
.aaddlist .form_wrap{ margin-right: 10px; }
.aaddlist .input_wrap{ background: #fff; color: #555; margin-top: 10px; padding-left: 10px; }
.aaddlist .input_wrap input{ border: 0; padding: 0; margin: 0; outline: none; }
.aaddlist .labal{ width: 70px; }
.aaddlist .submit{ width: 100%; line-height: 40px; margin: 10px auto 0; border-radius: 4px; text-align: center; background: #4dac2f; }

/*文本列表*/
.textlist li{background:url(/uploads/image/atwdpimages/textlist.gif) left center no-repeat; text-indent:16px;padding: 8px 0px;
text-overflow:ellipsis; white-space:nowrap;border-bottom:1px dotted #999999; line-height:30px; }
.textlist li.first{ background:none; padding-left:3px;}
.textlist li .infotime{ display: none;}
.textlist li .infocontent{ font-size:14px; color:#cccccc; white-space:normal}
.textlist li img{ float:left; width:85px; margin-right:5px; border:1px solid #167312; }
/*文本列表1*/
.textlist1 { text-align:center; margin-bottom:16px; display:flex; text-align:center; }
.textlist1 li { display:block; line-height:30px; flex:1; background:#888;}
.textlist1 li.on { background:#0256ac; }
.textlist1 li.n2 { margin:0 5px; }
.textlist1 li img { padding-top:10px; max-width:30%; }
.textlist1 li a { color:#fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px; }
.textlist1 li.swiper-slide-active{background: #0256ac;}
.textlist1 li.swiper-slide-active a{ color:#fff;}

.titlelist2 { text-align:center; margin-top:10px; }
.titlelist2 li { padding:0 10px; margin:5px; display:inline-block; line-height:36px; background:#eee; }

/*文字列表3*/
.titlelist3 { float:right; width:64%; overflow:hidden; box-shadow:0 0 5px 3px #ddd; margin:5px 0; }
.titlelist3 li { line-height:30px; padding:5px 10px; color:#444; position:relative; }
.titlelist3 li .channelname { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; height:30px; line-height:30px; font-size:18px; }
.titlelist3 li p { font-size:14px; line-height:30px; color:#444; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.titlelist3 li img { display:none; position:absolute; top:70px; right: 0; }
.titlelist3 li.on { background:#0256ac; color:#fff; }
.titlelist3 li.on .channelname { color:#fff; }
.titlelist3 li.on p { display:block; color:#fff; }
.titlelist3 li.on img { display:block; }
.titlelist3 .more5 { width:160px; padding:0; height:36px; line-height:36px; text-align:center; background:#eef0f2; color:#444; font-size:15px; margin:10px auto;  }
.titlelist3 .more5:hover { background:#0256ac; color:#fff; }

/*带缩略图文本列表*/
.thumblist{ padding: 10px; }
.thumblist li {line-height:1.8em;overflow:hidden;width:100%; margin-bottom:5px; padding:10px 0; border-bottom:1px dashed #e8e8e8;}
.thumblist li img{ float:left; width:100px; min-height:80px; margin-right:8px; border:0px solid #999999; }
.thumblist li a:hover img { border:0px solid #034b9f; }
.thumblist li .infotitle{color:#000000; font-weight:normal;font-size:16px; vertical-align:top; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.thumblist li .infotime{color:#666; font-weight:normal;font-size:12px; padding:0; height:20px; line-height:20px;}
.thumblist li p{height:2.7em; overflow:hidden; color:#999; line-height:1.4em; margin:0px; font-size:13px;}
/*带缩略图文本列表1*/
.thumblist1{ overflow:hidden; padding: 5px; }
.thumblist1 li { width: 50%; float: left; margin-bottom:10px; }
.thumblist1 li a { display:block; margin: 0 5px; border: 1px solid #ddd; }
.thumblist1 li .infopicture { display: block; width: 100%; }
.thumblist1 li .infotitle { color:#fff; background: #00469c; line-height: 40px; text-align: center; font-weight:normal; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

/*带缩略图文字列表2*/
.thumblist2{ overflow: hidden; }
.thumblist2 li{ position:relative; }
.thumblist2 li .infopicture { overflow:hidden; }
.thumblist2 li img { width:140%; display:block; }
.thumblist2 li .info_wrap { position:absolute; width:72%; height:100%; left:28%; top:0; background:rgba(0,0,0,.6); }
.thumblist2 li .info_wrap .infotitle { height:40px; line-height:40px; padding:0; text-indent:10px; color:#0256ac; overflow:hidden; background:#e0e0e0; font-size:16px; font-weight:bold;  text-align:left; }
.thumblist2 li .info_wrap .infotitle span { text-indent:0; font-size:14px; font-weight:normal; }
.thumblist2 li .info_wrap .infotitle .span2 { display:block; width:50px; height:40px; float:right; background:#0256ac; color:#fff; text-align:center; font-size:24px; }
.thumblist2 li .info_wrap .infotitle .span1 { margin-left:15px; color: #444; font-size:14px; line-height:40px; }
.thumblist2 li .info_wrap p { padding:10px; color:#fff; line-height:28px; font-size:14px; }
#index_4 { position:relative; }
.left_body2 .prevnext { width:45px; height:30px; background:#000 url(/uploads/image/atwdpimages/right.png) no-repeat center; position:absolute; bottom:0; right:0; cursor:pointer; }
.left_body2 .prevnext.prev { background-image:url(/uploads/image/atwdpimages/left.png); right:45px; border-right:1px solid #fff; }
.left_body2 .prevnext:hover { background-color:#0256ac; }

.thumblist3{ overflow: hidden; }
.thumblist3 li { width:100%; }
.thumblist3 li img { width:100%; display:block; }
.thumblist3 li .info_wrap { width:100%; padding:20px 20px 10px; box-sizing:border-box; background:#f4f4f4; }
.thumblist3 li h3 { font-size:18px; color:#0256ac; }
.thumblist3 li .infotitle { color:#333; font-size:18px; margin:10px 0; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.thumblist3 li p { height:75px; line-height:25px; font-size:14px; color:#555; overflow:hidden; }

/*橱窗列表*/
.gridlist{ overflow: hidden; padding: 10px 5px; }
.gridlist li { width: 50%; float: left; margin-bottom: 10px; }
.gridlist li img { display: block; width:100%; }
.gridlist li a { display: block; margin: 0 5px; }
.gridlist li .infotitle { color: #fff; font-size: 16px; padding: 8px 0; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background: #00469c; }
/*橱窗列表1*/
.gridlist1{ padding: 10px 5px; }
.gridlist1 li{ width: 25%; margin: 0 5px; padding: 15px 0; color: #fff; text-align: center; }
.gridlist1 li img{ width: 24px; }
.gridlist1 li h2{ font-size: 14px; }
.gridlist1 li p{ font-size: 5px; text-transform: uppercase; }
.gridlist1 li.n1{ background: #0e5f9f; }
.gridlist1 li.n2{ background: #15a9c7; }
.gridlist1 li.n3{ background: #00469c; }
.gridlist1 li.n4{ background: #566ad1; }
.gridlist1 li:hover { background:#4dac2f; }
/*橱窗列表2*/
.gridlist2{ overflow:hidden; width:36%; float:left; margin:5px 0; }
.gridlist2 li{ text-align:center; }
.gridlist2 li a.infopicture{ display: block; }
.gridlist2 li img{ max-width:100%; padding:10px 0; }

.gridlist3 li { width:48%; margin:10px 2%; }
.gridlist3 li.n0 { margin-right:0; }

.gridlist4 {  }
.gridlist4 li { margin-bottom:10px; overflow:hidden; background:#f4f4f4; }
.gridlist4 li img { float:left; max-width:50%; margin:10px; }
.gridlist4 li .info_wrap2 { text-align:left; overflow:hidden; background:#fff; padding:0 10px 5px; }
.gridlist4 li .info_wrap2 .the_number { float:left; width:64px; margin-right:10px; font-size:50px; color:#0256ac; font-weight:bold; }
.gridlist4 li .info_wrap2 .infotitle { line-height:40px; font-size:20px; text-align:left; font-weight:bold; }
.gridlist4 li .info_wrap2 .f1 { font-size:10px; }
.gridlist4 li .infocontent { padding:10px; box-sizing:border-box; }
.gridlist4 li .infocontent p { font-size:14px; }

/*视频列表*/
.videolist li{width:50%;overflow:hidden;float:left; line-height:0em;}
.videolist li .infotitle{ height: 35px; line-height:35px; overflow: hidden; font-size:14px; padding:0px 5px; text-align:center;}
.videolist li .infopicture { padding:0px 3px; position: relative;}
.videolist li .infopicture img{ border:1px solid #eee;}
.videolist li i{ position:absolute; width:100%; height:100%;left:0; top:0 ;background:url(/uploads/image/atwdpimages/play.png) center center no-repeat; cursor:pointer;}

.swiperlist2{ padding: 20px 0; }
.swiperlist2 .infotitle{ font-size: 14px; font-weight: bold; text-align: center; }
.swiperlist2 li{ transition-duration: .5s; }
.swiperlist2 li img{ box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); background: #fff; padding: 2px; box-sizing: border-box; }
.swiperlist2 .swiper-slide-next{ transform: scale(1.2); }

.swiperlist3 li{ box-sizing: border-box; border: 1px solid #eee; }
.swiperlist3 img{ height: 180px; }

.swiperlist4-t li{ width: 32%; text-align: center; padding: 10px 0; }
.swiperlist4-t li.n1{ background: #0256ac; }
.swiperlist4-t li.n2{ background: #0e5f9f; }
.swiperlist4-t li.n3{ background: #566ad1; }
.swiperlist4-t .channelname{ font-size: 14px; color: #fff; }

.swiperlist4-b{ margin: 20px 0; }
.swiperlist4-b img{ display: block; }
.swiperlist4-b .infopicture{ width: 38%; margin-right: 2%; }
.swiperlist4-b .infowrap{ width: 60% }
.swiperlist4-b .infotitle{ font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.swiperlist4-b .infotime{ font-size: 12px; color: #999; }
.swiperlist4-b .infocontent{ font-size: 14px; line-height: 1.5em; color: #999; }
.swiperlist4-b .new1 .infotime{ padding: 5px 0; }
.swiperlist4-b .new2{ display: block; padding: 10px; margin-top: 15px; border: 1px solid #eee; }
.swiperlist4-b .new2 .infocontent{ padding: 5px 0; }
/*微信列表*/
.wxlist h1{ text-align: center; }
.wxlist li{overflow:hidden;
	-moz-border-radius: 5px 5px 10px 10px; -webkit-border-radius: 5px 5px 10px 10px;-o-border-radius:5px 5px 10px 10px; border-radius: 5px 5px 10px 10px; 
	border:0px solid #d0d1d4;margin: 10px auto;	padding: 10px;
	/*
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background: url(/uploads/image/atwdpimages/bottom.png) repeat-x scroll left bottom #ffffff;
	background-size:2px auto;*/
}
.wxlist li .infotime{}
.wxlist li .gotop{ text-align:center; font-weight:bold; height:30px; line-height:30px; color:#000}
.wxlist li .infopicture, .wxlist li .channelpicture{ border: 0px solid red}
.wxlist li .infopicture img, .wxlist li .channelpicture img{ width:100%;}
.wxlist li .infoscontent, .wxlist li .channelscontent{ line-height: 1.5em; border:0px solid #900; padding:5px 2px; color:#222222; font-size:14px;}
.wxlist li .showinfo{ }
/*侧边时间显示*/
.wxlist .infotimeside {margin:10px 8px 0px 0px;width:auto;font-size:12px;float:left;
background-color:#0256ac;padding:5px;position:relative;
-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px;
-webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-moz-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-o-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);
font-family:georgia,"times new roman",times,serif; }
.wxlist .formwrap{ font-size: 12px; margin: 10px 0; }
.wxlist .formwrap span{ padding: 0 10px; }
.wxlist  infotimeside p{color:#fff}
.wxlist  .infotimeside p b {font-size:20px; }
.wxlist  .infotimeside p i {font-size:11px; }
.wxlist  .infotimeside span {position:absolute;top:10px;right:-4px;
-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
width:12px;height:12px;transform:rotate(45deg) ;background-color:#0256ac;
-webkit-transform:rotate(45deg) ;-moz-transform:rotate(45deg) ;-o-transform:rotate(45deg) ;-ms-transform:rotate(45deg) ; }

/*频道列表*/
.subchannellist{ width:100%; border:0px solid red; margin:0px 3px 8px; text-align:left; }
.subchannellist li{ display:inline-block; text-align:center; }
.subchannellist li a{display:block; background-color:#e8e8e8; padding:0 10px; margin:8px 3px 0; line-height:2.4em; }
.subchannellist #current a { color:#fff; background:#0256ac; }

/*子频道列表1*/
#subchannel1 { text-align:center; overflow:hidden; margin:0 2%; line-height:2.4px; }
.subchannellist1 { text-align:left; overflow:hidden; }
.subchannellist1 li { float:left; display:block; width:48%; line-height:40px; height:40px; margin:0 0 10px 2%; }
.subchannellist1 li.n0 { margin:0 2% 10px 0;  }
.subchannellist1 li a { display:block; width:100%; line-height:40px; height:40px; text-align:center; background:#f2f2f2; color:#333; font-size:14px; }
.subchannellist1 li a:hover { background:#0256ac; color:#fff; text-decoration:none; }
.subchannellist1 #current a { font-weight:normal; background:#0256ac; color:#fff; }

/*频道相册列表*/
.channelalbumlist{ }
.channelalbumlist li { float:left; width:33.33%; overflow:hidden; }
.channelalbumlist li img{ width: 100%; display: block; margin-right:8px;}

.albumlist1{ }
.albumlist1 li{ padding: 10px; }
.albumlist1 li .albumpicture{ width: 40%; }
.albumlist1 li.n4 .albumpicture{ order: 2 }
.albumlist1 li.n1 .albumtitle{ background-image: url(/uploads/image/atwdpimages/wap_ys_01.jpg); }
.albumlist1 li.n2 .albumtitle{ background-image: url(/uploads/image/atwdpimages/wap_ys_02.jpg); }
.albumlist1 li.n3 .albumtitle{ background-image: url(/uploads/image/atwdpimages/wap_ys_03.jpg); }
.albumlist1 li.n4 .albumtitle{ background-image: url(/uploads/image/atwdpimages/wap_ys_04.jpg); }
.albumlist1 li .infowrap{ }
.albumlist1 li .albumtitle{ padding-left: 75px; min-height: 73px; background-size: 67px; background-position: left center; margin-bottom: 15px;
	background-repeat: no-repeat; font-size: 16px; font-weight: bold; border-bottom: 1px solid #eee; }
.albumlist1 li .albumtitle span{ display: block; font-size: 12px; font-weight: normal; }
.albumlist1 li .albumdescription{ padding-left: 15px; }
.albumlist1 li .albumdescription p{ position: relative; padding-left: 15px; margin-bottom: 10px; }
.albumlist1 li .albumdescription p span{ color: #00469c; font-weight: bold; }
.albumlist1 li .albumdescription p::before{ content: "》"; position: absolute; left: 0; top: 0; }

.albumlist2{ padding: 0 5px; }
.albumlist2 li{ margin: 0 5px; text-align: center; }
.albumlist2 .albumtitle{ display: inline-block; position: relative; font-weight: bold; font-size: 24px; line-height: 30px; padding-right: 16px; margin-bottom: 5px; }
.albumlist2 li .albumtitle:after{ line-height: 1; font-size: 10px; position: absolute; right: 0; top: 0; font-weight: normal; color: #40c31f; }
.albumlist2 li.n1 .albumtitle:after{ content: " "; font-size: 16px; top: -3px; }
.albumlist2 li.n1 .albumtitle:before{ content: "年"; line-height: 1; font-size: 10px; position: absolute; bottom: 0; right: 0; font-weight: normal; }
.albumlist2 li.n2 .albumtitle:after{ content: "m²"; }
.albumlist2 li.n3 .albumtitle:after{ content: "人"; }
.albumlist2 li.n4 .albumtitle:after{ content: "级"; }
.albumlist2 .albumdescription{ font-size: 12px; }
/*频道相册列表1*/
.channelalbumlist1 { overflow:hidden; }
.channelalbumlist1 li { float:left; width:44%; padding:20px 4% 15px; box-sizing:border-box; background:#fff; margin:0 4% 10px; }
.channelalbumlist1 li.n1,.channelalbumlist1 li.n3,.channelalbumlist1 li.n5 { margin-right:0; }
.channelalbumlist1 li .div_img { width:30vw; height:30vw; margin:0 auto 10px; cursor:pointer; background:url(/uploads/image/atwdpimages/wenhua2_bg.png); border-radius:100%; text-align:center; background-size:100%; }
.channelalbumlist1 li .div_img img { margin-top:20px; }
.channelalbumlist1 li .div_img div { margin-top:10px; line-height:30px; color:#fff; font-size:16px; }
.channelalbumlist1 li .div_img:hover { background:#0256ac; background-image:none !important; }
.channelalbumlist1 li p { margin:10px 0 0; color:#444; font-size:14px; height:76px; overflow:hidden; }
/*频道相册列表1*/
.channelalbumlist2 { overflow:hidden; }
.channelalbumlist2 li { float:left; width:50%; }
.channelalbumlist2 li img { width:90%; }

.channelalbumlist3 li { overflow-x:scroll; margin-bottom:10px; }
/*==========@@通用列表 结束@@==========*/


.copy_17, .copy_38 { background:#f4f4f6; }
.copy_17 .channelcontent,.copy_38 .channelcontent { margin:0 10px 0px; font-size:14px; }
.copy_18, .copy_39 { height:480px; background:url(/uploads/image/atwdpimages/zizhi.png) no-repeat 25% top; background-size:cover; }
.copy_18 .right_title,.copy_39 .right_title { padding:20px 0 10px; }
.copy_18 .right_title h2,.copy_39 .right_title h2 { color:#fff; }
.copy_18 .right_title h4,.copy_39 .right_title h4 { color:#ccc; }
.copy_18 .right_body,.copy_39 .right_body { padding:0; }
.copy_18 .channelcontent,.copy_39 .channelcontent { font-size:14px; color:#fff; margin:10px 0; overflow:hidden; }
.copy_18 .channelalbum2,.copy_39 .channelalbum2 { width:72%; float:right; position:relative; margin-right:8%; }
.channelalbum2 .prevnext { width:28px; height:28px; background:#fff url(/uploads/image/atwdpimages/right1.png) no-repeat center; position:absolute; top:-40px; right:0px; cursor:pointer; border-radius:50%; }
.channelalbum2 .prevnext.prev { background-image:url(/uploads/image/atwdpimages/left1.png); right:50px; }
.channelalbum2 .prevnext:hover { background-color:#0256ac; }
.channelalbum2 .prevnext.prev:hover { background-image:url(/uploads/image/atwdpimages/left2.png); }
.channelalbum2 .prevnext.next:hover { background-image:url(/uploads/image/atwdpimages/right2.png); }
.copy_66, .copy_82 { background:#fff; }
.copy_66 .channelcontent,.copy_82 .channelcontent { margin:20px 0; font-size:16px; }
#infolist66 { position:relative; padding-bottom:60px; margin-top:10px; }
#infolist66 .prevnext { width:20%; height:30px; position:absolute; bottom:15px; right:20%; background:#ddd url(/uploads/image/atwdpimages/right1.png) no-repeat center; cursor:pointer; }
#infolist66 .prevnext.prev { background-image:url(/uploads/image/atwdpimages/left1.png); left:20%; border-right:1px solid #fff; }
#infolist66 .prevnext:hover { background-color:#0256ac; }
#infolist66 .prevnext.prev:hover { background-image:url(/uploads/image/atwdpimages/left2.png); }
#infolist66 .prevnext.next:hover { background-image:url(/uploads/image/atwdpimages/right2.png); }

.channelalbum4 { padding:0 5%; }
.channelalbumlist4 li { margin-bottom:20px; }
.channelalbumlist4 li .the_number2 { float:left; width:31px; height:27px; margin-right:10px; line-height:27px; text-align:center; background:url(/uploads/image/atwdpimages/six.png); color:#fff; }
.channelalbumlist4 li .albumtitle { font-size:18px; color:#0256ac; line-height:27px; }
