@charset "utf-8";

body {
	background: url(images/body.jpg) center top no-repeat;
	margin: 0 auto;
}

.t {
	margin-top: 40px;
	position: absolute;
}

#search {
	background: #EEE;
	height: 40px;
	position: relative;
	margin-top: 10px;
	line-height: 40px;
	padding-left: 6px;
}

#search_text {
	border: 1px solid #999;
	height: 28px;
	width: 200px;
	position: absolute;
	top: 6px;
	right: 55px;
	padding: 0 10px;
}

#search_btn {
	background: #f60 !important;
	height: 28px;
	width: 50px;
	position: absolute;
	top: 6px;
	right: 6px;
	color: #DDD;
	cursor: pointer;
}

a:hover {
	color: #F60;
}

#navigation_wrap {
	background: #007EFF;
	height: 50px;
	width: 1200px;
	margin: 0 auto;
}

#navigation {
	height: 80px;
}

#navigation>ul {
	height: 80px;
}

#navigation>ul>li {
	float: left;
	position: relative;
	padding: 5px 1px;
}

#navigation>ul>li>a {
	border-left: 2px solid #007EFF;
	border-top: 2px solid #007EFF;
	border-right: 2px solid #007EFF;
	border-bottom: 2px solid #007EFF;
	display: block;
	height: 40px;
	line-height: 36px;
	width: 131px;
	text-align: center;
	font-size: 18px;
	color: #EEE;
}

#navigation>ul>li:hover>a,
#navigation>ul>li>.current {
	background: #FFA200;
	text-decoration: none;
	color: #FFF;
	transition: all .5s ease 0s;
}

#navigation .sub {
	margin: 0;
	height: auto;
	display: none;
	position: absolute;
	left: 2px;
	background: #007EFF;
	z-index: 99999;
	width: auto;
	width: 131px;
}

#navigation .sub li {
	background: none;
	float: none;
}

#navigation .sub li a {
	display: block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

#navigation .sub li a:hover {
	background: #FFA200;
}

/* 幻灯 */
#slideshow {
	position: relative;
	overflow: hidden;
}

#slideshow .bd li {}

#slideshow .hd ul {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#slideshow .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 10px;
	margin: 2px;
	background: #404244;
	overflow: hidden;
	line-height: 9999px;
}

#slideshow .hd ul .on {
	background: #DF1204;
	width: 60px;
}

#slideshow .url {
	width: 1200px;
	margin: 0 auto;
}

#slideshow .url a {
	width: 1200px;
	display: block;
}

#slideshow .next,
#slideshow .prev {
	position: absolute;
	top: 0;
	width: 46px;
	cursor: pointer;
}

#slideshow .next {
	right: 50%;
	background: url(images/r.png) center no-repeat;
	margin-right: -660px;
}

#slideshow .prev {
	left: 50%;
	background: url(images/l.png) center no-repeat;
	margin-left: -660px;
}


#index_products {
	padding: 20px 0;
}

#footer {
	background: #20429B;
	padding: 20px 0;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#content {
	margin: 20px 0;
	min-height: 768px;
}

.hd1 {
	background: #EEE;
	height: 46px;
	line-height: 46px;
	padding: 0 14px;
	border-left: 20px solid #20429B;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
}

.bd1 {}

#index-link {
	margin: 10px 0;
}

.link_text,
.link_picture {
	margin-top: 30px;
}

.link_text a {
	display: block;
	text-align: center;
	line-height: 53px;
	height: 53px;
	background: #74B9FF;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.link_left-txt {
	margin-left: 45px !important;
	width: 213px !important;
	height: 53px !important;
	background: #74B9FF !important;
	border-radius: 8px !important;

}

.link_left-pic {
	width: 228px !important;
	height: 61px !important;
	margin-left: 45px !important;
}



/*当前位置*/
#current_location {
	padding-left: 47px;
	background: url(images/bg.png) left no-repeat;
	height: 48px;
	line-height: 47px;
	border-bottom: 1px solid #7F7F7F;
}

#current_location a.current {
	color: red;
}

#detail_name {}

#detail_intro {
	font-size: 12px;
	color: #999;
}

#detail_content {
	padding: 20px 0;
	font-size: 18px;
}

#detail_content p {
	line-height: 32px;
}

#detail_picture {
	margin: 20px 0;
	text-align: center;
}

#detail_video {
	margin: 20px 0;
	text-align: center;
}

#detail_video embed {
	width: 100%;
	height: 535px;
}

#detail_attachment {
	margin: 20px 0;
}

#detail_slideshow {
	text-align: center;
}

#detail_slideshow .bd li img {}

#detail_slideshow .hd {
	margin-top: 10px;
}

#detail_slideshow .hd li img {}

#detail_slideshow .hd li.on img {
	border: 2px solid #0AE;
}

/*首页产品标签*/
#products_tab .hd li {
	display: block;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #EEE;
	text-align: center;
	font-size: 16px;
}

#products_tab .hd li.on {
	background: #20429B;
	color: #FFF;
}

#products_tab .bd {
	margin-top: 10px !important;
}

#products_tab .bd .content {}

/*列表*/
.plist .wrap {
	padding: 5px;
	border: 1px solid #EEE;
}

.plist .wrap:hover {
	background: #EEE;
}

.plist .title {
	padding: 10px 0;
	text-align: center;
}

.plist .content {
	font-size: 12px;
	height: 80px;
	color: #666;
	padding: 0 10px;
}

.pdlist {
	margin-bottom: 20px;
	border: 1px solid #EEE;
	padding: 9px;
}

.pdlist:hover {
	border: 1px solid #DDD;
}

.pdlist .title {
	font-size: 16px;
}

.pdlist .content {
	color: #666;
	padding: 10px 0;
}

.alist {
	margin-bottom: 20px;
}

.alist .date {
	float: left;
	height: 80px;
	width: 80px;
	background: #20429B;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 10px #CCC;
	text-shadow: #000 1px 1px 1px;
}

.alist .date .day {
	font-size: 40px;
}

.alist .r {
	float: right;
	width: 800px;
}

.alist .title {
	font-size: 18px;
	border-bottom: 1px solid #EEE;
	line-height: 30px;
}

.alist .content {
	padding: 10px 0;
	color: #999;
	font-size: 12px;
}
.channel_list{ 
	width: 100% !important;
}
.channel_list li {
	text-align: left;
	margin-bottom: 4px;
	list-style-type: none;
	background: url(images/dot.png) no-repeat 25px center;
	background-size: 6px 6px;
	list-style-type: none; 
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	margin-top: 10px;
	width: 100%;
}

.channel_list li::after {
	display: block;
	content: "";
	background-color: #dcdcdc;
	width: 100%;
	height: 1px;
	font-weight: bold;
}

.channel_list li a {
	display: block;
	line-height: 44px;
	padding: 0 10px;
	text-indent: 30px;
	color: #208ab1;width: 100%;
}

.channel_list li a:hover {
	background: #FFFFEE;
	color: #208ab1;
}

.channel_list li a.current {
	color: #208ab1;
}

.channel_wlist {
	margin-bottom: 20px;
}

.channel_wlist li {
	display: inline-block;
	margin-right: 10px;
}

.channel_wlist li a {
	background: #EEE;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding: 0 30px;
	font-size: 16px;
}

.channel_wlist li a:hover {
	background: #20429B;
	color: #FFF;
}

.channel_wlist li a.current {
	background: #20429B;
	color: #FFF;
}

.channel_plist .hd {
	background: #20429B url(images/icon1.png) right center no-repeat;
	line-height: 36px;
	padding: 0 10px;
	margin-bottom: 2px;
}

.channel_plist .hd.on {
	background: #20429B url(images/icon2.png) right center no-repeat;
}

.channel_plist .hd a {
	display: block;
	color: #EEE;
}

.channel_plist .bd {
	display: none;
}

.channel_plist .bd li {
	background: #EEE;
	line-height: 30px;
	padding: 0 20px;
	margin-bottom: 2px;
}

.channel_plist .bd li a {
	display: block;
	color: #333;
}

#channel_content {
	margin-bottom: 20px;
}

#channel_content p {
	line-height: 32px;
}

.page_show {
	margin: 20px 0;
}

.page_show a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	background: #F2F2F2;
	margin-right: 2px;
	border-radius: 5px;
}

.page_show a:hover,
.page_show a.page_current {
	background: #20429B;
	color: #FFF;
}

.flist {
	margin-bottom: 20px;
}

.flist .username {
	background: #EEE;
	padding: 10px;
}

.flist .content {
	padding: 20px;
	border: 1px solid #EEE;
}

.flist .content .answer {
	padding: 10px;
	border: 1px solid #EEE;
	margin-top: 10px;
}

#float {
	z-index: 9999;
	position: absolute;
	display: block;
	top: 120px;
	right: 0;
}

#float .wrap {
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
	background: #D14343;
}

#float .icon {
	padding: 15px 0;
	width: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
}

#float .content {
	min-height: 60px;
	position: absolute;
	right: 60px;
	top: 0;
	display: none;
	background: #D14343;
}

#float .content a {
	color: #FFF;
}

#float .qq .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}

#float .qrcode .content {
	padding: 5px;
	width: 180px;
}

#float .phone .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}

#float .custom .content {
	padding: 20px;
	min-width: 160px;
	color: #FFF;
}

#float .gotop .content {}

.caselist .wrap {
	position: relative;
}

.caselist .title {
	display: none;
	background: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.caselist .title a {
	color: #DDD;
}

#channel_cover {
	margin-bottom: 10px;
}


#index-1 {
	padding: 50px 0;
}

#index-1 .name {
	text-align: center;
	font-size: 30px;
	padding: 30px 0;
}

#index-1 .seoname {
	border-top: 1px solid #ddd;
	text-align: center;
}

#index-1 .seoname span {
	position: relative;
	top: -16px;
	background: #FFF;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;
	color: #999;
}

#index-2 {
	background: #20429B;
	min-height: 200px;
	padding: 50px 0;
}

#index-2 .name {
	text-align: center;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
	color: #DDD;
}

#index-2 .seoname {
	border-top: 1px solid #3368BA;
	text-align: center;
}

#index-2 .seoname span {
	position: relative;
	top: -16px;
	background: #3368BA;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;
	color: #DDD;
}

.products_clist {}

.products_clist .name_wrap {
	background: #3368BA;
	padding: 10px 0;
	text-align: center;
	font-size: 26px;
	color: #FFF;
	margin-bottom: 5px;
}

.products_clist .name_wrap .aname {
	font-size: 16px;
}

.products_clist ul {
	padding: 10px;
	background: #3368BA;
	min-height: 500px;
}

.products_clist ul li {
	line-height: 40px;
	text-align: center;
}

.products_clist ul li a {
	display: block;
	color: #FFF;
	border-bottom: 1px solid #20429B;
}

.products_clist ul li a:hover {
	background: #20429B;
	color: #FFF;
}

.products_list .title {
	background: #FFF;
	padding: 20px;
}

#index-3 {
	padding: 50px 0;
}

.index_hd {}

.index_hd .name_wrap {
	background: #20429B;
	padding: 10px;
	text-align: left;
	font-size: 26px;
	color: #FFF;
	margin-bottom: 10px;
	position: relative;
}

.index_hd .name_wrap .aname {
	font-size: 16px;
}

.index_hd .name_wrap .more {
	display: block;
	background: #3368BA;
	width: 80px;
	height: 36px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.index_hd .name_wrap .more a {
	color: #FFF;
}

.honor_list {
	height: 387px;
	overflow: hidden;
	position: relative;
}

.honor_list .bd .content {
	height: 387px;
	text-align: center;
}

.honor_list .bd .content img {
	height: 387px;
}

.honor_list .prev,
.honor_list .next {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #EEE;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.honor_list .prev {
	position: absolute;
	top: 160px;
	left: 10px;
}

.honor_list .next {
	position: absolute;
	top: 160px;
	right: 10px;
}

#index-4 {
	padding: 50px 0;
	background: #20429B;
}

#index-4 .name {
	text-align: center;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
}

#index-4 .seoname {
	border-top: 1px solid #3368BA;
	text-align: center;
}

#index-4 .seoname span {
	position: relative;
	top: -16px;
	background: #3368BA;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
}

.case_list .title {
	background: #FFF;
	padding: 20px;
}


.tab-a {
	background: #EEEEEE;
	height: 326px;
}

.tab-a .hd li a {
	display: block;
	background: #989898;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

.tab-a .hd li a.on {
	background: #FFA200;
}

.tab-a .content .list {
	padding: 20px;
}

.tab-a .list li {
	border-bottom: 1px solid #707070;
	padding: 10px;
}

.slideshow-a {
	height: 326px;
	position: relative;
}

.slideshow-a .wrap {
	height: 326px;
	position: relative;
}

.slideshow-a .wrap img {
	height: 326px;
	width: 100% !important;
}

.slideshow-a .wrap .title {
	line-height: 46px;
	padding: 0 10px;
	color: #FFF;
	height: 46px;
	background: #242424;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding-right: 160px;
}

.slideshow-a .wrap .title .wrapper {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.slideshow-a .hd {
	position: absolute;
	bottom: 15px;
	text-align: right;
	padding-right: 10px;
	width: 100%;
}

.slideshow-a .hd li {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: #EEE;
	border-radius: 8px;
	margin-left: 4px;
	cursor: pointer;
}

.slideshow-a .hd li.on {
	background: #AF0A00;
}

.slideshow-a .next {
	position: absolute;
	top: 160px;
	right: 10px;
	cursor: pointer;
	background: url(images/r.png) center no-repeat;
	width: 43px;
	height: 75px;
}

.slideshow-a .prev {
	position: absolute;
	top: 160px;
	left: 10px;
	cursor: pointer;
	background: url(images/l.png) center no-repeat;
	width: 43px;
	height: 75px;
}

.slideshow-a .next:hover {
	background: #242424 url(images/r.png) center no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideshow-a .prev:hover {
	background: #242424 url(images/l.png) center no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#index-a,
#index-b-1,
#index-b-2,
#index-c-1,
#index-c-2,
#index-d,
#index-e,
#index-f,
#index-g,
#index-h,
#index-i {
	margin: 36px auto 0px;
	background: #FFFFFF;
	height: auto;
	padding: 40px;
	max-width: 1200px;
	box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
	min-height: 700px;
	border-radius: 10px;

}
#index-a { min-height: auto;}
#index-d { min-height: auto;}
#index-f { min-height: auto;}
#index-g { min-height: auto;}
#index-h { min-height: auto;}
#index-i { min-height: auto;}
#index-j { min-height: auto;}

#index-i {
	margin-bottom: 50px;
	width: 100%;
}

#index-b-1 .name,
#index-b-2 .name,
#index-c-1 .name,
#index-c-2 .name,
#index-d .name,
#index-e .name,
#index-f .name,
#index-g .name,
#index-h .name,
#index-i .name {
	background: url(images/bg-title.png) center no-repeat;
	background-size: 100%;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-family: SimHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0px;
}

.plist-a .title {
	background: #112F61;
	line-height: 26px;
	text-align: center;
}

.plist-a .title a {
	color: #FFF;
}

.more {
	color: #242424;
	font-size: 16px;
	font-weight: bold;
}

#index-j {
	padding-top: 20px;
	text-align: left;
	background: #005EBD;
	opacity: 0.66;
	color: #FFFFFF !important;
}

#index-j .name {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

#index-j .name .aname {
	font-size: 16px;
	font-weight: normal;
}

.plist-c { }
.plist-c .list { min-height: 150px; }

.plist-c .wrap:hover .title {
	background: #F8B62C;
	color: #FFF;
}

.plist-c .title {
	background: #2C93FD;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
}

.plist-c .list {
	background: #EEEEEE;
	padding: 10px;
}

.plist-c .list ul {
	margin-bottom: 10px;
}

.plist-c .list ul li {
	line-height: 26px;
}

#index-e .wrap {
	background: #EEEEEE;
	min-height: 490px;
}

#index-e .wrap .title {
	background: #2C93FD;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#index-e .wrap .content {
	padding: 20px;
}

#index-e .wrap .list {
	padding: 20px;
}

#index-e .wrap .list li {
	background: url(images/icon.png) left no-repeat;
	line-height: 30px;
	padding-left: 28px;
}

#index-f {}

#index-f .bg {
	background: url(images/fagui.jpg) center no-repeat;
	height: 300px;
}

#index-f .wrap {
	background: #F8B62C;
	height: 300px;
	padding: 40px;
}

#index-f .wrap .list li {
	line-height: 32px;
}

.plist-g {}

.plist-g .title {
	background: #173571;
	line-height: 60px;
	text-align: center;
}

.plist-g .wrap:hover .title {
	background: #AF0A00;
}

.plist-g .title a {
	color: #FFF;
}

#index-h .wrapper {
	background: #EEEEEE;
	padding: 20px;
}

#content {}

#left {
	background: url(images/left.png) top center no-repeat;
	min-height: 660px; 
	min-width: 80%;
	padding: 10px 40px 0 40px;
	position: absolute;
	top: 0;
	margin: 0 auto;
}

#left .name {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 30px;
	color: #FFFFFF;
}
.xx86{
	width: 920px;
	float: right;
	margin-right: 10px;
}
.right-content{   
	min-height: 660px;
	background:#FFFFFF;   
	border: #dedede 1px solid; 
	box-shadow: 1px 1px 1px 1px #DEDEDE ;
}

.a-list li {
	padding: 10px 0;
	border-bottom: 1px dotted #939393;
}

.slideshow-c .x4 {
	width: 305px !important;
}

.slideshow-c .next {
	position: absolute;
	top: 60px;
	right: 10px;
	cursor: pointer;
	background: url(images/r.png) center no-repeat;
	width: 43px;
	height: 75px;
}

.slideshow-c .prev {
	position: absolute;
	top: 60px;
	left: 10px;
	cursor: pointer;
	background: url(images/l.png) center no-repeat;
	width: 43px;
	height: 75px;
}

.slideshow-c .next:hover {
	background: #242424 url(images/r.png) center no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideshow-c .prev:hover {
	background: #242424 url(images/l.png) center no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.channel_list_fixed {
	position: fixed;
	top: 30px;
	width: 325px;
}

.tab-c {}
.tab-c .hd li { background: #2C93FD; line-height: 32px; text-align: center; margin-bottom: 1px; font-weight: bold; color: #FFF; cursor: pointer;}
.tab-c .hd li.on { background: #FFA200; }
.tab-c .bd .list { background: #EEE; padding: 20px; height: 202px;}
.tab-c .bd .list li { line-height: 27px; }
.tab-c .bd .list li a { border-bottom: 1px dotted #999; }