﻿/*通用样式*/ 
*{margin:0;padding:0;word-wrap:break-word;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: 0;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
body{font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;/* background:url(../images/index_bg.jpg) no-repeat;*/min-width:1400px;}
body{ color:#444;}
a{color:#444;text-decoration:none;}
a:hover{color:#004262;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{ height:30px; line-height:30px; color:#999; border:1px solid #ddd;}


tr {padding: 0px; margin: 0px;list-style-type: none;}
h2,h3,h4{padding:0px; font-size:14px; font-weight:normal;}
i,em{ font-style:normal;}
*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.w1015{ width:1015px; overflow:hidden;}
.clear{clear:both; overflow:hidden;}
.blank10{ height:10px !important; overflow:hidden;}
.blank20{ height:20px; overflow:hidden;}
.blank100{ height:100px; overflow:hidden;}
.clearfloat {clear:both;height:0; overflow:hidden;}
.clearfix{display:block;*zoom:1}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.mainbox{ width:90%; margin:0 auto;}
.fl,.l{ float:left;}
.fr,.r{ float:right;}
.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.wmainbox{max-width:90%;margin: 0 auto;}
.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media(max-width:1200px){
	body{font-size:	23px}
}


.top{margin: 0 auto;    background-color: rgb(0, 25, 117);display: flex;padding: 7px 5%;}
.top-l{margin: 0 auto;width: 50%;}	
.top-c{margin: 0 auto;width: 23%;}	
.top-c .yx{margin:0.6% 0% 0.6% 0%;display: flex;justify-content: space-evenly;}	
.top-c .yx .yimg{vertical-align: middle;}	
.top-c .yx .wb{color: #fff;font-weight: bold;line-height: 42px;}
.top-r{margin: 0 auto;width: 23%;display: flex;justify-content: space-between;}	
.top-r .lx	{margin:0.6% 9% 0.6% 9%;display: flex;justify-content: space-evenly;}
.top-r .lx .yimg{vertical-align: middle;}	
.top-r .lx .wb{color: #fff;font-weight: bold;line-height: 42px;letter-spacing: 1px;}	
.top-r .lan{width: 24%;height: 30px;line-height: 30px;background-color: #15529b;border-radius: 30px;/*padding: 3px 2%;*/display: flex;justify-content: space-around;margin: 1.6% 0% 1.6% 0%;vertical-align: middle;}
.top-r .lan img{vertical-align: middle;}
.top-r .lan a{color: #fff;    line-height: 30px;font-size: 18px;}

@media(max-width:1200px){
.top-c,.top-r{width: 40%;}
.top-c .yx .wb{font-size:23px}}	
.top-r .lx .wb{font-size:23px}
	
	
.header{margin:0 auto;}	
.header .wmainbox{display: flex;justify-content: space-between;}
.header .wmainbox .h-l{}
.header .wmainbox .h-l .logo{display: block;line-height: 100px;}
.header .wmainbox .h-l .logo a{}
.header .wmainbox .h-l .logo a img{vertical-align: middle;}
.header .wmainbox .h-r{}	
	

	
	
.pc-menu {display: flex;align-items: center;}
.pc-menu > li {display: flex;align-items: center;justify-content: center;position: relative;text-align: center;margin-right: 70px;}
.pc-menu > li.sub-menu:before {content: "";display: block;width:7px;height: 7px;border-top: 1px solid #333;border-left: 1px solid #333;transform: translateY(-50%) rotate(-135deg);position: absolute;right: -10px;}
.pc-menu > li:last-child {margin-right: 0;}
.pc-menu > li:after {content: "";display: block;width: 0;height: 2px;background-color: #001975;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);transition: width 0.4s;}
.pc-menu > li:hover > a {color: #001975 !important;}
.pc-menu > li:hover > ul {opacity: 1;visibility: visible;z-index: 9;}
.pc-menu > li ul {background-color: #fff;width:235px;position: relative;visibility: hidden;opacity: 0;transition: opacity 0.4s, transform 0.4s, visibility 0s;border-top: 1px solid #ddd;box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.14);position: absolute;top: 100%;left: 50%;transform: translateX(-50%);}
.pc-menu > li ul:hover {opacity: 1;visibility: visible;}
.pc-menu > li ul li:hover > ul {opacity: 1;visibility: visible;z-index: 9;}
.pc-menu > li ul a {display: block;white-space: nowrap;text-overflow: ellipsis;width: 100%;overflow: hidden;color: #333;line-height: 40px;padding: 0.2333rem;}
.pc-menu > li > a {font-size: 18px;color: #333;text-align: center;display: flex;align-items: center;justify-content: center;z-index: 9;position: relative;padding: 40px 5px;line-height: 1.2;width: 100%;}
.pc-menu > li > ul > li > a:hover {background-color: rgba(0, 0, 0, 0.04);}


@media screen and (max-width: 1450px) {
.welcome .right strong {  font-size: 28px;}
.pc-menu > li {  margin-right: 15px;}
.pc-menu > li > a { padding: 30px 3px;}
.pc-nav .logo {  width: 200px;}
}
@media screen and (max-width: 1200px) {
.pc-menu > li > a {  font-size: 23px; }
	
}		
	
.slide_container {  position: relative; float: left; width: 100%; overflow:hidden;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; }
.slide_container .tu{ width:100%; height:602px;}
.slide_nav{font-size: 0;width: 60px;height: 60px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/jiaod/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;}
.prev{left: 5%;background-position: -2px 0;}
.next{right: 5%;background-position: -58px 0;}
.prev:hover{background: url("../UploadFiles/jiaod/vbg02.png") no-repeat #daa950;}
.next:hover{background: url("../UploadFiles/jiaod/vbg02.png") no-repeat #daa950;background-position: -58px 0;}	



.index_gg{padding-top: 50px;padding-bottom: 50px; color: #fff;background: #014fbe;}
.index_gg .h3{ text-align: center; font-size: 31px; font-weight: bold;max-width: 56%;margin: 0 auto;}
.index_gg .tel{ text-align: center; font-size: 31px; padding-top: 20px;font-weight: bold;    color: #fa8a38;}	
.footer{padding:80px 0;position:relative;z-index:10;}
.footer ._ht{width: 100%;height: 40px;}
.footer ._bg{position:absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;background: #031e45}
.footer ._bg>img{width:100%;height:100%;object-fit: cover;object-position: center top;}
.ftBox .ftTop{padding-bottom: 40px;border-bottom:1px solid rgba(255,255,255,.1);align-items: center;}
.ftBox .ftTop ._logo{align-items: center;line-height:1;}
.ftBox .ftTop ._logo a{height:36px;margin-right: 35px;}
.ftBox .ftTop ._logo a img{height: 100%;}
.ftBox .ftTop ._logo ._txt{font-size:20px;line-height:1;color: #fff;}
.ftBox .ftTop ._logo ._txt span{margin-right:10px;}
.ftBox .ftTop ._nav{margin-left:auto;}
.ftBox .ftTop ._nav>div{margin:0 -25px;}
.ftBox .ftTop ._nav ._item a{color:#fff;padding:0 17px;line-height:1;}
.ftBox .ftTop ._nav ._item a .hoverable_txt{padding:5px 0;}
.ftBox .ftTop ._nav ._item a .hoverable_txt:after{background-color:#fff;}
.ftBox .ftnt{padding-top: 60px;align-items:center;}
.ftBox .ftnt ._info{line-height:1.875;}
.ftBox .ftnt ._info ._loc{color:#fff;margin-bottom:5px;}
.ftBox .ftnt ._info ._loc ._item{margin-right: 35px;}
.ftBox .ftnt ._info ._loc ._item:last-of-type{margin-right:0;}
.ftBox .ftnt ._info ._web span,.ftBox .ftnt ._info ._web a{color:#fff;}
.ftnt ._btn{margin-left:auto;position:relative;}
.ftnt ._btn ._item{margin-right:20px;}
.ftnt ._btn ._item:last-child{margin-right:0;}
.ftnt ._btn ._item>a{width:36px;height:36px;background-color:rgba(255,255,255,.2);color: #fff;
align-items:center;justify-content:center;border-radius:50%;transition:all .35s ease;}
.ftnt ._btn ._item .fticon1 i{font-size:24px;}
.ftnt ._btn ._item .fticon2 i{font-size:16px;}
.ftnt ._btn ._item .follow{position:absolute;bottom:125%;right:0;align-items:center;border-radius:5px;
padding:10px 15px;visibility:hidden;opacity:0;background-color:#fff;
box-shadow:0 0 10px rgba(0, 0, 0, .1);transition:all .35s ease;}
.ftnt ._btn ._item .follow .follow_text{min-width:120px;padding-right:12px;color:#333;text-align:justify;}
.ftnt ._btn ._item .follow .follow_text .follow_name{font-size:16px;font-weight:bold;margin-bottom:8px;line-height:1.4;}
.ftnt ._btn ._item .follow img{width:100px;height:100px;}
.ftnt ._btn ._item.on .follow{visibility:visible;opacity:1;transform:none;}
.ftnt ._btn ._item.on .fticon1{background-color:#fff;color:var(--color01);} 
#backTopBtn img{max-width: 100%;}

@media(max-width:1200px){
.ftBox .ftnt ._info ._loc{    flex-wrap: wrap;}
.ftBox .ftnt ._info ._web a img{width:70%}
.ftnt ._btn ._item>a{    width: 60px;    height: 60px;}
}	




.title_bg {text-align: center;padding: 30px 0;}
.title_bg span {display: block;font-size: 35px;font-weight: bold;color: #333;}
.title_bg span b {color: #063f6e;}
.title_bg p {display: block;color: #333;line-height: 50px;    }
.title_bg strong {display: block;margin-top: 4px;text-align: center;}
.title_bg strong i {margin: 0 6px;display: inline-block;width: 8px;height: 8px;border-radius: 50%;background:#063f6e;}	
	



.mxw-product-cate {background-color:#fafafa;padding-top: 30px;padding-bottom: 50px;}
.mxw-product-cate .item {display: block;width: calc(90% / 3);margin: 0 auto;}
.mxw-product-cate .image {width:auto;text-align: center;display: block;  margin: 0 auto 0.3333rem;  transition: transform 0.4s;}
.mxw-product-cate .image img{display: block;vertical-align: middle;    margin: 0 auto;}
.mxw-product-cate .info {transition: transform 0.4s;  text-align: center;}
.mxw-product-cate .info .text1 { color: #333;  font-weight: bold;  margin-bottom: 10px;font-size: 18px;line-height: 30px;}
.mxw-product-cate .info .text2 {color: #666;line-height: 1.6;}
@media screen and (min-width: 751px) {
.mxw-product-cate .mxw-box {padding-top: 0.6667rem;padding-bottom: 0.6667rem;  }  
.mxw-product-cate .item:hover .image,.mxw-product-cate .item:hover .info {transform: translateY(-20px);}
}
@media screen and (max-width: 751px) {
.mxw-product-cate .image {width: 100px;margin-bottom: 10px;  }
.mxw-product-cate .info .text1 {font-size: 14px;margin-bottom: 5px;  }
.mxw-product-cate .info .text2 {font-size: 12px;}
}		
.bslist {width:100%;}
.bslist li {position: relative;float: left;width: calc(92% / 4);margin: 50px 1% 0 1%;border-bottom: 2px solid #004262;}
.bslist li:hover .bslpic img {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.bslist li:hover .bswtxt,.bslist li:hover .bswadr {	color: #fff;}
.bslist li:hover .bslwz:before {left: 0;width: 100%;}
.bslpic {overflow: hidden;}
.bslpic img {display: block;width: 100%;transition: 0.45s;}
.bslwz:before {content: "";position: absolute;top: 0;right: 0;width: 0;height: 100%;background: #004262;transition: 0.45s;z-index: -3;}
.bslwz {position: relative;background: #F9F9F9;padding: 20px 40px;z-index: 3;}
.bswtxt {color: #000000;	font-size: 14px;	line-height: 1.5;}
.bswadr {display: block;	color: #676767;	font-size: 14px;	margin-top: 10px;}
.bswadr i {	display: inline-block;	vertical-align: middle;	font-size: 15px;	margin-right: 10px;}
.ivt-wrap {	position: relative;	overflow: hidden;	padding: 50px 0 150px 0;}	
.linkA { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 7; }



.index_dream{padding-top: 30px;padding-bottom: 50px;background: #f9f9f9;}
.dream{position: relative;}
.dream .dream_l{position: absolute;top: 0px;left: 0px;width: 550px; }
.dream .dream_l:before{position: absolute;top: 50%;left: 0px;width: 100%;height: 130px;content: "";background-color: #004262;/*z-index: -1;*/margin-top: -65px;}
.dream .dream_l .imgzoom{padding-bottom: 70%; width: 400px; margin: 0px auto;  position: relative; overflow: hidden;box-shadow:0 0 25px rgba(0,83,204,0.35);  }
.dream .dream_l .imgzoom img{ width: 100%;min-height: 100%; position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.dream .dream_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.dream .dream_r{min-height: 375px;padding: 0px 0px 20px 600px;}
.dream .dream_r .h3{font-size: 39px;font-weight: bold;margin-bottom: 10px;}
.dream .dream_r .h3 .s1{color: #004262;}
.dream .dream_r .h3 .s2{color: #f98d0b;}
.dream .dream_r .p1{font-size: 24px; margin-bottom: 25px;}
.dream .dream_r .p2{line-height: 32px;height: 224px;text-indent: 2em;overflow: hidden;}	
.dream .dream_r .mo1 a{line-height:40px;text-align: center; border: 1px solid #dedddd; display: block; width: 140px;border-radius: 10px;}
.dream .dream_r .mo1 a:hover{display: block; background: #004262;color: #fff;border-radius: 10px;transition: all .3s;}



.index_news_container { position: relative; padding: 95px 0 90px 0; }
.news_container { display: flex; margin-top: 55px; justify-content: space-between; flex-wrap: wrap; -webkit-display: flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; }
.news_container .news_right { position: relative; width: calc(50% - 50px); order: 2; }
.news_container .news_left { display: flex; width: 50%; }
.news_container .news_time { color: #004262; font-weight: 400; line-height: 1; }
.news_container .news_time span { font-size: 40px; font-family: Roboto-Bold; }
.news_container .news_time span+span { display: block; margin-top: 9px; text-align: left; font-size: 16px; font-family: Roboto-Regular; }
.news_container .news_info { overflow: hidden; max-height: 150px; color: #666; font-size: 14px; font-family: Roboto-Regular; line-height: 26px; }
.news_container .news_title { margin: 39px 0 27px 0; color: #333; font-weight: 400; font-size: 18px; font-family: Roboto-Bold; line-height: 26px; }
.news_more { position: absolute; bottom: 0; left: 0; z-index: 99; display: table; text-transform: capitalize; font-weight: 700;line-height: 16px; cursor: pointer; }
.news_left .news_item { padding: 40px 40px 45px 25px; height: 100%; width: 50%; background: #f3f3f3; text-align:left; }
.news_left .news_item:first-child { border-right: 2px solid #fff; }
.news_left .news_item:last-child { border-left: 2px solid #fff; }
.news_left .news_item figure { position: relative; height: 100%; }
.news_right .news_conut { position: relative; padding: 20px 0 13px 112px; min-height: 83px; background: #fff; }
.news_right .news_time { position: absolute; bottom: 0; left: 0; z-index: 99; display: flex; width: 100px; height: 100%; background: #004262; color: #fff; text-align: center; flex-direction: column; justify-content: center; }
.news_right .news_time span, .news_right .news_time span+span { display: block; text-align: center; }
.news_right .news_info { overflow: hidden; height: 26px; }
.news_right .news_title { margin: 0 0 6px 0; max-width: unset; }
.news_container .news_right .news_img { overflow: hidden; display: block; }
.news_item:hover .news_more { background: #004262; color: #fff; padding: 0 15px;-webkit-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;}
.news_left .news_item:hover { background: #004262; }
.news_left .news_item .news_title a { transition: unset; -webkit-transition: unset; }
.news_left .news_item:hover .news_time, .news_left .news_item:hover .news_title a, .news_left .news_item:hover .news_info { color: #fff; }
.news_container .news_right:hover .news_img img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.news_right:hover .news_conut { background: #f3f3f3; }
.news_container .news_right .news_img img, .icon_item .icon_img img {-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;width: 100%;max-width: 100%;border: none;vertical-align: middle;}










.plc{ background:url("../../UploadFiles/jiaod/h.png") no-repeat 0 10px;height:44px;line-height:24px;padding:7px 8px 8px 35px; position:relative; color:#666; overflow:hidden;  border-bottom:1px solid #ececec; padding-bottom:8px;}
.plc i,.plc a{ font-style:normal; color:#666;}	
/* 内页左侧导航栏样式 */
.page-wrap {background: #ffffff;padding-bottom: 3.38541667%;padding-top: 2%;}	
.page-wrap-left {float: left;width:330px;margin-right:3%;}
.xypg-left-box {margin-bottom: 20px;}
.xypg-left-title {background: #031e45;padding: 10px 20px;position: relative;}
.xypg-left-title h3 {font-size: 20px;color: #ffffff;line-height: 30px;font-weight: bold;position: relative;z-index: 9;}
.xypg-left-title i {position: absolute;left: -5px;top: -9px;font-style: normal;font-size: 67px;font-weight: bold;opacity: .1;color: #fff;line-height: 1;z-index: 1;text-transform: uppercase;}
.xypg-left-title span {font-weight: normal;font-size: 16px;color: #fff;opacity: .6;margin-left: 10px;text-transform: capitalize;}
.xypg-left-title span:before {content: "/";padding-right: 5px;}
.xypg-left-con {border: 1px solid #d2d2d2;border-top: none;}

.xypg-left-nav { margin: 0 -1px;}
.xypg-left-nav > li {    position: relative;    border-bottom: 1px solid #eeeeee;}
.xypg-left-nav > li:last-child {    border-bottom: none;}
.xypg-left-nav > li > a {    display: block;    font-size: 16px;    line-height: 22px;    color: #2e2e2e;    padding: 15px 18px;}
.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {color: #031e45;}
.xypg-left-nav .xypg-left-subnav {    display: none;    padding: 0 10px;}
.xypg-left-nav .xypg-left-subnav > li {    border-top: 1px dashed #eeeeee;}
.xypg-left-nav .xypg-left-subnav > li > a {padding: 8px;    display: block;    line-height: 20px;    color: #818181;    font-size: 16px;}
.xypg-left-nav .xypg-left-subnav > li > a:hover {color: #031e45;}
.xypg-left-nav .xypg-left-subnav > li.clicked > a {    color: #031e45;}
.xypg-left-nav > li .first-nav-btn {    position: absolute;    z-index: 99;    width: 30px;    height: 30px;    text-align: center;    top: 10px;    right: 20px;cursor: pointer;background: url(../UploadFiles/jiaod/icon_spirit.png) 0 -240px no-repeat;}
.latest-news {padding: 10px 0;}
.latest-news li {padding: .2em 1em;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.latest-news li a {display: block;line-height:30px;color: #2f2f2f;}
.latest-news li a:before {content: '+';font-weight: bold;margin-right: 5px;font-size: 16px;}
.latest-news li a:hover {color: #031e45;}
.latest-news li a:hover:before {color: #031e45;}		
.page-wrap-contact {padding:10px 10px; }
.page-wrap-contact h4 {line-height: 40px;color: #000000;font-weight: bold;}
.page-wrap-contact p {    border-top: 1px solid #eee;position: relative;margin-bottom: 0;line-height: 42px;color: #2f2f2f;}
.page-message-img img {    border: 1px solid #d2d2d2;}
.page-wrap-right {overflow: hidden;}	
.xypg-right-content p{line-height: 50px;}




.ny_cpzs_r ul li:nth-child(3n){ margin-right:0;}
.ny_cpzs_r ul li:hover{-webkit-box-shadow: #ccc 1px 1px 10px;-moz-box-shadow: #ccc 1px 1px 10px;box-shadow: #ccc 1px 1px 10px; }
.ny_cpzs_r ul li:hover:after{ display:none;}
.ny_cpzs_r ul li:hover .cpzs .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ny_cpzs_r ul li:hover .cpzs .tit{ color:#0067d0;}
.ny_cpzs_r ul li:hover .cpzs .more{ color:#fff; background:#0067d0;border:1px solid #0067d0;}
.ny_cpzs_r ul li{ width:31%; margin:0 10px 20px 10px; background:#fff; float:left;box-shadow: 6px 4px 12px #f1f1f1;}
.cpzs{padding:20px 20px;}
.cpzs .pic{ display:block; width:100%; /*height:275px;*/ text-align:center; overflow:hidden;}
.cpzs .pic img{ max-height:100%; max-width:100%; vertical-align:middle;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.cpzs .pic .iblock{display:inline-block;height:100%;width:0;vertical-align:middle;}
.cpzs .tit{ display:block; font-size:18px; color:#444; line-height:40px; text-align:center; max-width:100%; margin-top:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cpzs span{ display:block; font-size:14px; color:#888; line-height:24px; margin:10px auto; height:50px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.cpzs .more{ display:block; width:100%; font-size:15px; color:#888; line-height:44px; border:1px solid #eee; text-align:center;}	
	

	
@font-face{font-family:yiyingbao;font-display:block;src:url("../UploadFiles/jiaod/iconfont2.ttf") format("truetype");}
.yiyingbaoicon {font-family: "yiyingbao";font-size: 18px;line-height: 18px;color: #fff;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}    
.cplist{padding: 0 14px;background:#00559f;padding-top: 2vw;color: #fff;padding-bottom: 1.7vw;}
.cplist .cpbt {  margin-left: 22px;}
.cplist .cpbt h3 {  font-size:33px;  line-height: 1;  font-weight: 600;}
.cplist .cpbt .xian {  background:#001975;width: 55px;height: 8px;  margin-top: 1.3vw;}
.cplist .cpbt dd {font-size:27px;  font-weight: 600;  margin-top: 1.3vw;  line-height: 1;}
.cplist .cpbt dt {  margin-top: 1.1vw;  font-size: 18px;  font-weight: normal;  line-height: 1;}
.clcd{/*width: 258px;*/background-color: #ffffff;margin: 40px auto;}
.clcd li{width: 100%;overflow: hidden;border-bottom: 1px solid #ececec;}
.clcd li .cdyja{width: 80%;line-height: 50px;color:#666;display:block;padding-left: 5%;float: left;box-sizing: border-box;}
.clcd li a:hover{color:#0856a4;font-weight: bold;}
.tab1_con_b{padding:3px 18px;color:#fff; line-height:35px;}
.tab1_con_b h3{font-size:21px;font-weight: bold;}

.jsejdhan{width: 20%;float: left;padding: 17px 20px;box-sizing: border-box;}
.jsejdhan i{font-size: 16px;color: #666!important;float: right;transition: all 0.6s;}
.jsejdhan i:hover{color:#0856a4;}
.cdej{width: 100%;height: 0; overflow: hidden;background-color: #f9f9f9;}
.cdej1{transition: all 0.6s;}.cdej2{transition: all 0.6s;}.cdej3{transition: all 0.6s;}
.cdej li{width: 100%;overflow: hidden;    border-bottom: 1px dotted #ccc;}
.cdej li .cdeja{width: 96%;line-height: 45px;color:#666;display:block;padding-left: 2%;background:url("../UploadFiles/jiaod/pro_02.png") no-repeat 22px center;float: left;box-sizing: border-box;}
.cdej li .cdeja span{font-size: 20px;}
.cdsj{width: 100%;height: 0; overflow: hidden;background-color: #e8e8e8;}
.cdsj1{transition: all 0.6s;}
.cdsj li{width: 100%;overflow: hidden;}
.cdsj li .cdsja{width: 85%;font-size:15px;line-height: 45px;color:#666;display:block;padding-left: 15%;float: left;box-sizing: border-box;background: url(../UploadFiles/jiaod/flico.png) no-repeat 33px center;}	


@media(max-width:1200px){
.clcd li .cdyja{line-height:64px;}
.jsejdhan{    padding: 22px 20px;}	

	
	
}










/*you*/
.review{    margin-top: 20px;}
.review ul{width: 100%;}
.review ul li{width: 100%;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;overflow: hidden;}
.review ul li p{margin-top: 4px;color: #888; line-height:33px;margin-bottom: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.review ul li p:first-child{line-height: 35px; display: inline;font-size: 19px;margin-top: 0;color:#4C4C4C}
.review ul li .review-more {margin-top: 15px;}
.review ul li .review-more span {display: inline-block;width: 130px;line-height: 40px;text-align: center;color: #666666;border: 1px solid #e1e1e1;-webkit-transition: all .5s ease;transition: all .5s ease;}
.review ul li:hover .review-more span {   color: #fff;background-color: #031e45;}	
@media(max-width:1200px){
	.review ul li p:first-child{font-size:24px}
}

.nynews-right{}	
.news_top {	position: relative;	margin: 0 auto;	padding-bottom: 20px;	border-bottom: 1px solid #f0f0f0;}
.news_top h1 {	color: #2b2b2b;	text-align: center;	font-weight: bold;	font-size: 30px;	line-height: 64px;}
.newscont .news_top p {	height: 24px;	color: #8c8c8c;	text-align: center;	line-height: 24px;}
.news_top span {	padding: 0 0 0 20px;}
.news_top span i {	display: inline-block;	margin: 0 6px 0 0;	color: #BEBEBE;}
.news_info {	padding: 20px 2% 0;	color: #4c4c4c;	line-height: 30px;}
.news_info p {margin-bottom: 15px;text-indent: 2em;	word-break: break-all;    line-height: 50px;}
.news_info a {color: #72ace3;text-decoration: underline;}
.news_info h3 {color: #FF5E52;padding-bottom: 10px;border-bottom: 1px dashed #dadada;margin-bottom: 20px;font-weight: 700;margin-top: 22px;}
.news_info img {	max-width: 100%;}
.news_info p img {	margin-left: -2em;	clear: both;	margin: auto;	display: block;}
.news_control {	overflow: hidden;margin-bottom: 30px;clear: both;text-decoration:none;border-top: 1px dashed #e5e5e5;}
.news_control span {	float: left;	position: relative;	width: 100%;line-height: 50px;}
.news_control span a {color: #444;	display: inline-block;text-decoration:none;}




/*you*/
.cplb-list dl {width: 32.1%;border: 1px solid #dedede;margin-bottom: 15px;background: #fff;float: left;margin-right: 1.2%;}
.cplb-list dl:nth-child(3n) {margin-right: 0;}
.cplb-list dt img {width: 100%;margin: 0 auto;display: block;}
.cplb-list dd { padding: 6px 20px 5px 20px;}
.cplb-list dd h4 {height: 45px;font-weight: normal;font-size: 18px;color: #154c64;line-height: 45px;}
.cplb-list h4 a {display: block;color:#3b3b3b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cplb-list dl:hover h4 a {color: #3a9c23;}
.cplb-list-desc {height: 40px;font-size: 14px;line-height: 20px;color: #666;overflow: hidden;}
.cplb-list-deta {width: 100px;height: 40px;display: inline-block;border: 1px solid #aaa;font-size: 16px;line-height: 40px;text-align: center;}
.cplb-list dl:hover {border-color:  #3a9c23;}
.cplb-list dl:hover a {color:#3a9c23;}	


.ndbot {position: relative;z-index: 10;margin-top: 20px;}
.ndbtitle {	color: #000000;	font-size: 30px;line-height: 1.5;text-align: center;}
.ndbnr {margin-top: 40px;border-top: 1px solid #f6f6f6;	color: #444444;	padding: 70px 0 70px;}
.ndbnr .img {text-align:center;margin-bottom: 60px}
.ndbnr .img img{max-width: 100%;}	
.ndbnr .nrwb{max-width: 80%;margin: 0 auto;}
.ndbnr .nrwb p{line-height:31px;text-indent:2em;font-size: 20px;}	
.ndbnr h1{margin:30px 0;background: #00559f;color: #fff;font-size: 25px;line-height: 52px;text-indent: 1em;border-radius: 28px;}



/*ny联系*/
.master_title02 h4{font-size:30px;line-height:30px;padding-bottom:1.5vw;}
.master_title02 h4:after{content:'';position:absolute;width:2.2vw;height:1px;bottom:0;left:0;background-color:#333;}
.master_title02 p{line-height:31px;margin-top:20px;}
@media(max-width:991px){
.master_title02 p {	line-height: 46px;}	
}
.posi {position: relative;}
.contact_txt{padding-left:5vw;}
.contact_txt .contact_info{align-items:center;margin-top:4vw;}
.contact_txt .contact_line{padding-bottom:1vw;line-height:30px;}
.contact_txt .contact_line:last-child{padding-bottom:0;}
.contact_txt .contact_line .contact_icon{width:30px;height:30px;align-items:center;justify-content:center;margin-right:10px;}
.contact_txt .contact_line .contact_icon img{max-width:100%;max-height:100%;}
.contact_txt .contact_code{margin-top:3vw;display:inline-block;}
.contact_txt .contact_code .contact_code_img{width:380px;margin-bottom:5px;}
.contact_txt .contact_code .contact_code_img img{width:49%;}
.contact_txt .contact_code .contact_code_p{line-height: 40px;}
.contact_txt .contact_line span{word-break:break-all;}	
		
.contact_txt .contact_info p:nth-child(1){background: url(../UploadFiles/jiaod/icon.png) no-repeat 0 5px;    padding-left: 35px;}
.contact_txt .contact_info p:nth-child(2){background: url(../UploadFiles/jiaod/icon.png) no-repeat 0 -46px;    padding-left: 35px;}
.contact_txt .contact_info p:nth-child(3){background: url(../UploadFiles/jiaod/icon.png) no-repeat 0 -100px ;    padding-left: 35px;}
.contact_txt .contact_info p:nth-child(4){background: url(../UploadFiles/jiaod/icon.png) no-repeat 0 -100px ;    padding-left: 35px;}
	











/*一键拨号*/
@media(min-width:1000px){
.footbox{display:none;}
.gao{display:none;}}
.gao{height:16rem;}
.footbox{height: 16rem;background: rgba(12,12,12,86%);bottom: 0;z-index: 99;left: 0; width: 100%; position: fixed; z-index: 1000;}
.flexbox{text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footbox ul li{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a{ display:block;color:#fff;font-size:77px;}
.footbox ul li a img{ display:block; width:9rem; height:9rem; margin:0.3rem auto}





















/*搜索*/
#search{ width:490px; height:38px;}
.search1{color:#999999;width:360px;height:34px; line-height:34px;  float:left; padding-left:36px; border:1px #CCCCCC solid; border-right:0;background:#fff url(sicon.png) no-repeat 10px 7px; }
.search2{color:#FFFFFF; float:left; background:#FF9900; height:36px; line-height:36px; font-size:14px; width:86px; border:#2A6CA2 0px solid; cursor:pointer;}






/************************end**********************************/


/*整体架构布局*/
.wrap{ width:90%; margin:0px auto;}
.wrap .content{ width:100%; margin:0 auto; margin-top:10px;}


/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}
@media(max-width:1200px){
#pagelist a{height: 39px;line-height: 39px}
#pagelist a.next, #pagelist a.prev {width: 100px;}	
#pagelist span {line-height: 39px;}
}



/*图片频道*/



/* 图片分页方式的样式*/
.imagelist{margin:0 auto;width:990px;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:40px;padding-bottom:40px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {height:112px;background:#FFF;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;width: 790px;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {width:708px;position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:126px;height:95px;margin:5px}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}
/* 图片分页方式的样式结束*/

/*组图显示方式的样式*/
.imggrouplist{margin:0 auto;width:90%;}
.imggrouplist li{width:150px;float:left;margin:2px;border:1px #f1f1f1 solid;background:#FFFFFF;padding:5px;text-align:center}
.imggrouplist li img{width:145px;height:120px;}
/*组图显示方式的样式结束*/

/*平行显示方式样式*/
.imglist{text-align:center}
.imglist img{border:4px solid #efefef;padding:1px}
.imglist div{margin-bottom:15px}
/*平行显示方式样式结束*/
#pageNext{text-align:right}



/*图片 -栏目页*/



/* 图片分页方式的样式*/
.imagelist{} /*总宽度*/
.imagelist .imagetop{ padding:10px 0;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:40px;padding-bottom:40px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb { height:112px;background:#FFF;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;width: 790px;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {width:708px;position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:126px;height:95px;margin:5px;}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}

/* 图片分页方式的样式结束*/





/*图片筛选*/

.photolisting{}
.photolisting ul{ padding-top:10px;}
.photolisting li{width:25%; float:left; height:130px;white-space:nowrap; text-overflow:ellipsis;  overflow:hidden;}
.photolisting li a{width:174px;}
.photolisting img{width:163px; height:90px; border:#e5e5e5 1px solid; padding:2px; }
.photolisting a{}
.photolisting a:hover{ color:red; text-decoration:none;}



.picpl{}
.picpl .search01{ border:1px solid #E7E7E7; margin-top:10px;}
.picpl .search01 .title{ height:40px; line-height:40px;padding-top:5px;border-bottom:1px solid #E7E7E7;}
.picpl .search01 .title h2{ font-size:18px; font-weight:normal;padding-left:15px;}
.picpl .search01 .keyform .keywordform{ font-size:16px;}
.picpl .search01 .keyform .keywordform #key{ height:20px;}
.picpl .search01 .keyform .keywordform .fcsearch{ height:24px; width:45px; color:#fff; background:#FF9900; border:1px solid #FF9900;}
.picpl .tabtit{background:#F3FAFF; border:1px solid #CCE0F5;}
.picpl .left01{border:#e5e5e5 1px solid;}
.picpl .left01 .title{height:40px;line-height:40px;overflow:hidden; font-size:16px; padding-left:15px; color:#333;}
.picpl .left01 .left01box{padding:10px;}
.picpl .left01 .searchbox{ height:100%; overflow:hidden;padding:10px;}
.picpl .left01 .searchbox .content_nei{}
.picpl .left01 .searchbox .content_nei ul{}
.picpl .left01 .searchbox .content_nei li{ height:110px; border-bottom:#ccc 1px dashed; margin-bottom:8px; overflow:hidden;}
.picpl .left01 .searchbox .content_nei h1{width:120px; float:left;}
.picpl .left01 .searchbox .content_nei h1 img{ padding:2px; border:#D4D4D4 1px solid;}
.picpl .left01 .searchbox .content_nei h3{width:520px; float:right;}
.picpl .left01 .searchbox .content_nei h3 a{ font-size:14px; font-weight:bold; text-decoration:underline;}
.picpl .left01 .searchbox .content_nei h3 a:hover{ color:red; text-decoration:none;}
.picpl .left01 .searchbox .content_nei h3 span.intro{ font-weight:normal;}
.picpl .fieldmenu .condition_title{ font-size:14px; width:80px; float:left; line-height:30px; padding-left:15px;}
.picpl .fieldmenu .container{ font-size:14px; width:600px; float:right;}
.picpl .fieldmenu .container strong{ border:1px solid #03A2DC; padding:2px; color:#fff; background:#03A2DC}
.picpl .fieldmenu  .container a{ padding:0px 8px;}
.picpl .search02 .tabtit{ font-size:14px; height:32px; padding-left:10px; border:1px solid #d4d4d4; overflow:hidden; background:#E7E7E7;}
.picpl .search02 .tabtit ul li{ padding-right:10px; font-size:16px; float:left;height:40px;width:120px;}
.picpl .search02 .tabtit ul li a{ padding-left:20px; line-height:32px;}
.picpl .search02 .tabtit ul li.slt{ background:url(tabbg.png) no-repeat;  margin-top:2px;}
.picpl .search02 .tabtit ul li.slt a{color:#fff}
.picpl .right01{height:100%;overflow:hidden;padding-bottom:10px;}
.picpl .right01 .title{height:35px; line-height:35px; font-size:14px; font-weight:bold; color:#222; }
.picpl .right01 .title  h3{background:#fff;width:90px; line-height:32px; font-size:16px; font-weight:bold;}
.picpl .right01 .right01box{}
.picpl .right01 .right01box ul{}
.picpl .right01 .right01box li{width:48%; margin:1%;float:left;text-align:center;height:136px;overflow:hidden;}
.picpl .right01 .right01box img{width:100%;height:100px;padding:2px;}







/*********************************/
.leftbox{ width:870px;}
.rightbox{ width:290px;}
.newstit{ height:40px; line-height:40px;font-size:18px; margin-bottom:5px}
.newstit i{ width:6px; height:25px; background:#338BC9; display:inline-block; vertical-align:middle; margin-right:15px;}
.newstit font{ font-size:20px; color:#338BC9;}
.navigation{width:1180px;margin:10px auto; clear:both;height:28px;line-height:28px; font-size:14px;color:#999;}
.navigation span{ float:right;}
.navigation span input[type="image"]{ border:none;height:33px;line-height:33px; /*width:90px;*/}
.navigation dt#KeyWord{ height:25px; line-height:25px;}
.navigation a{color:#999;}

.diggbox ul li{ line-height:30px;}
/**新闻列表页**/
.newslist ul li{ border-bottom:dashed 1px #ccc; padding:10px 0}
.newslist ul li h2{ font-size:20px;line-height:40px; height:40px;}
.newslist ul li h2 a{color:#333333; font-size:16px;}
.newslist ul li h2 a:hover{ text-decoration:none; color:#900;}
.newslist ul li p{font-size:14px;color:#666666; line-height:28px; height:56px; overflow:hidden; }
.newslist ul li p a{font-size:14px;color:#666666;}
.newslist ul li span{ margin-top:15px; color:#999; display:block;}
.newslist ul li span.pl{ float:right; background:url(plnum.png) no-repeat left center; width:30px; padding-left:18px; font-size:13px;}
.newslist ul li a span{ display:inline-block;}

.newpaper ul li{ margin-bottom:10px;}
.newpaper ul li a{  line-height:30px; display:block;overflow: hidden; text-overflow:ellipsis;white-space:nowrap; margin-bottom:5px;}
.newpaper ul li p{ color:#999; line-height:22px; height:44px;overflow: hidden;}

/**新闻内容页**/
.newscontent{border:#E5E5E5 1px solid;padding:20px 22px;}
.newscontent .name{font-size:22px; display:block;text-align:center;}
.newscontent .mess{text-align: center;margin-top: 8px;border-bottom: #eee 1px dashed; padding-bottom: 10px;}
.newscontent .mess span{ margin-right:10px; color:#666;}
.newscontent .intro{ line-height:24px !important; color:#333; margin-bottom:20px;}
.newscontent .control{ font-size:14px; line-height:24px;}
.newscontent .foot{ margin-top:10px; text-align:right; font-size:14px;}
.newscontent .moodbox{ padding:25px 0;}
#MyContent p ins{ display:none !important;}
.comment_write_table #SubmitComment{border: 1px solid #ddd;background: #eee;padding:0px 10px !important; height:30px; line-height:30px; vertical-align:middle;margin-left: 10px;color: #333;border-radius: 2px;}
.comment_write_table label input[type="checkbox"]{ vertical-align:middle; margin-left:10px; margin-right:5px;}
.comment_write_table label{ margin-top:5px; display:block; margin-bottom:15px;}
.comment_write_table .textbox{ height:30px; line-height:30px; vertical-align:middle; padding:0 5px !important; width:150px;}
#AnounName{width:150px !important; margin-right:10px;}
#nm{ float:left; margin-right:10px;}
#nm label{ margin-top:0; line-height:30px;}
#nm label input{ margin-left:0;}



/*图片内容页*/
.picnr{height:100%;overflow:hidden; border:1px solid #e5e5e5; padding:20px 0;}
.picnr .title{height:52px; text-align:center;line-height:52px;font-size:25px;font-weight:bold;}
.picnr .title span{font-weight:normal;margin-left:20px;}
.picnr .del{height:30px;line-height:30px;text-align:center; padding:15px 0;border-bottom:1px dashed #eee}
.picnr .del a{ margin-right:10px; font-size:14px;}
.picnr .picnrbox{}
.picnr .picnrbox .showpic{}
.picnr .picnrbox .showpic .imglist img{margin:10px;}
.picnr .nph_intro{padding:10px 30px;line-height:24px;}
.picnr .nph_tj{ padding:10px 30px;}
.picnr .nph_tj li{ height:25px; line-height:25px;}
.picnr .nph_tj a{ }
.picnr .imageintro{padding:10px 30px;line-height:24px; text-align:left;}

.xgphoto{border:#e5e5e5 1px solid; height:100%; overflow:hidden;}
.xgphoto .xgphotobox ul{padding:10px;}
.xgphoto .xgphotobox li{width:18%; margin:1%;float:left;text-align:center;overflow:hidden;}
.xgphoto .xgphotobox img{width:100%;height:140px;margin-bottom:8px;box-shadow: 0px 1px 3px #ccc;-moz-box-shadow:0px 1px 3px #ccc;-webkit-box-shadow:0px 1px 3px #ccc;}
.xgphoto .xgphotobox li span{ width:120px; height:30px; line-height:30px; overflow:hidden; display:block;}
.xgphoto .xgphotobox a:hover{ color:red; text-decoration:none;}
.xgphoto  .commentbox{ padding:10px;}




.top_a .allsearch .logo{width:173px; float:left;height:35px; overflow:hidden;}
.top_a .allsearch .searchmenu li{float:left; padding-right:20px; text-align:center; height:30px; line-height:30px;}
.top_a .allsearch .searchmenu a{ font-size:15px; color:#666;}
.top_a .allsearch .searchmenu .curr a{ color:#338BC9; font-weight:bold;display:block; line-height:30px;}
.top_a .allsearch .searchsc{width:140px; float:right; line-height:38px;}
.top_a .allsearch .searchsc a{ color:#666;}
.top_a .allsearch .searchmain{margin-top:10px;height:38px; line-height:38px;}
.top_a .allsearch .searchmain #key{width:660px; overflow:hidden; float:left; height:36px; line-height:36px; color:#999;  padding-left:10px;}
.top_a .allsearch .searchmain #m{width:127px;height:37px; /*line-height:37px;*/ border:1px solid #DDDDDD; border-left:0; background:#fff; float:left; text-align:center; font-size:14px;  cursor:pointer;}



.searchbody{ margin-top:20px;}
.searchbody .tit{background:#f8f8f8 url(btn.png) no-repeat 8px center;height:45px;line-height:45px;font-size:15px;color:#555;padding-left:40px;}
.searchbody .tit span{ color:red; padding:0 3px;}

.searchbody .leftbox .searchlist .border{ padding:20px 0; font-size:16px; color:#999;}
.searchbody .leftbox .searchlist ul{ padding-top:15px;}
.searchbody .leftbox .searchlist li{ line-height:28px; border-bottom:1px dashed #E5E5E5; padding-bottom:12px}

.searchbody .leftbox .searchlist span.art_title{ height:35px; line-height:35px; display:inline-block;}
.searchbody .leftbox .searchlist span.art_title a{ font-size:16px;}
.searchbody .leftbox .searchlist span.artintro{ line-height:22px;   color:#666; display:inline-block;}
.searchbody .leftbox .searchlist span.arturl{ line-height:24px;}
.searchbody .leftbox .searchlist span.arturl a{font-size:14px; color:#999}
.searchbody .leftbox .searchlist span.c9{font-size:14px; float:right; color:#999}
.searchbody .leftbox .searchabout{margin:20px 10px 20px 0px; padding:15px;background: #EFEFEF; height:100%;  overflow:hidden;}
.searchbody .leftbox .searchabout h3{ height:30px; line-height:30px; font-size:14px; font-weight:bold; color:#000;}
.searchbody .leftbox .searchabout .searchresult li{line-height:25px; width:20%; float:left; border-bottom:#f1f1f1 1px solid;}
.searchbody .leftbox .searchabout .searchresult a{ font-size:14px; color:#0022CC; text-decoration:underline;}
.searchbody .leftbox .kuaisou{ margin:0px 10px 0px 0px;}
.searchbody .leftbox .kuaisou .i{ height:30px; line-height:30px;width:575px; padding-left:15px; color:#333;}
.searchbody .leftbox .kuaisou #m{margin-left:5px;height:28px; line-height:22px; width:80px;}
.mainpdbox .showcomment .content_nei{height:100%; overflow:hidden;}
.mainpdbox .showcomment .content_nei ul{padding:10px;}
.mainpdbox .showcomment .content_nei li{}
.mainpdbox .showcomment .content_nei .articleurl{line-height:30px;}
.mainpdbox .showcomment .content_nei .articleurl a{color:#069;font-weight:bold;font-size:14px;}

.searchbody  .ksad{ border:#E2F3DE 1px solid; padding:10px; background:#FAFFF9;}
.searchbody  .ksad h2{ font-size:16px; font-weight:bold; color:green;}
.searchbody  .ksad p{ line-height:24px; color:#666;}
.searchbody  .ksad p a{ color:green; }
.searchbody  .right01 .tit{height:31px;line-height:31px;font-size:14px; font-weight:bold; color:#333;padding-left:5px;  border-bottom:#CCC 1px solid;}
.searchbody  .right01 .right01box{}
.searchbody  .right01 .right01box ul{ padding:8px;}
.searchbody  .right01 .right01box li{ background:url(artarrow.gif) no-repeat 0px 11px; padding-left:8px;height:30px; line-height:30px;overflow: hidden;   white-space:nowrap;text-overflow:ellipsis; }
.searchbody  .right01 .right01box a{ font-size:14px;}


/*全站搜索end*/

