@import url("../css/bootstrap-icons.css");
html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";}
body{ background:#fff;}
div,ul,li,p,form,dd,dt,dl{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:16px; color:#404040; text-decoration:none;}
a:hover{ font-size:16px; color:#FC9730; text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear: both !important;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}


/*top*/
.top{     height: 40px;background: #1A5DB6;}
.top_l{ float:left; height:40px; line-height:40px; color:#86AFFA; letter-spacing:1px; font-size: 14px}
.top_r{ height:40px; line-height:40px; }
.top_r ul li{ float:left;  padding:0 10px; text-align:center; color:#86AFFA; }
.top_r ul li a{ font-size:14px; color:#86AFFA;}
.top_r ul li.line01{ float:left; width:2px;}

.language{margin-left: 20px; width: 80px; padding: 0px 10px; height:70px; background-color: #FC9730; border-radius: 0px 0px 20px 20px; display: flex; justify-content: space-around; align-items: center;}
.language >a{font-size: 14px; color: #fff; text-align: center;}
.language > a > img{width: 25px; height: 25px; border-radius: 25px; border: rgb(255, 255, 255,0.6) solid 2px;}

/*heade*/
.header{padding: 0px 0px 30px 0px; }
.logo{margin-top: 2px;}
.hdtxt {margin-left:8px; line-height: 26px; border-left: 1px solid #ddd; padding-left: 20px;margin-top:10px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:22px; font-weight: bold; letter-spacing: 0.5px;}
.hdtxt .p2{font-size:16px;}
.hdtxt{}
.tel{text-align: left; background: url("../images/tel.png") no-repeat left center;  padding-left:60px; margin-top: 0px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:36px;
    color: #006acb;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

@media only screen and (max-width: 1400px) {
	.header .container{display: flex;justify-content:space-between;align-items: center;max-width: 1400px;}
	.hdtxt {margin-left:-250px; line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px;}
	.tel{text-align: right; background: url("../images/tel.png") no-repeat right center; padding-right: 60px; margin-right:-200px; margin-top: -10px;}
}


/*menu*/
.menu{
    height:55px;
    background: #fff;
    /* background: linear-gradient(to bottom, #fff, #dddcd9); */
    /* border-radius: 0px 0px 100px 100px; */
    position: relative;
    z-index: 9999;
    border-top: #f5f5f5 solid 1px;
}
.menu ul li{ float:left; width:164px; height:55px; line-height:55px; text-align:center; position: relative;}
/* .menu ul li:after{float:left; content: "";
        display: block;
        width: 2px;
        height:55px;
        background-image: url(../images/line.png);
        background-size: cover;
        opacity: 0.6;} */
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:17px; color:#333; letter-spacing:2px; }
.menu ul li:hover{/*background: linear-gradient(to bottom,#0066CB, #055AAA);*/ background: #FC9730;  } 
.menu ul li:hover a{color: #fff;} 


.secmenu{ position: absolute; top: 65px;z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 100%; background:#FC9730; border-radius: 15px;padding: 13px 0px; -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;visibility: hidden;}
.secmenu:before{
    content: '';
    display: block;
    border:10px solid;
    border-color: transparent transparent #FC9730 transparent ;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
   
}
.secmenu dd{text-align: center; height: 35px; line-height: 35px }
.secmenu dd a{font-size: 15px!important; color: #!important}
.menu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;filter: alpha(opacity=100);
    visibility: visible}
.secmenu dd:hover {background: #fff}
.secmenu dd:hover a{color: #333!important}


/*banner*/

.bannerswiper {}
.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	 
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: 80px; height:5px; border-radius:10px;}
/*banner*/

/*floor*/
.first{ width:100%; padding: 60px 0px 40px 0px;}

.indextitle{margin-bottom:60px; height: 70px; position: relative; background: url(../images/titbg.png) repeat-x bottom center;}
.indextitle .intitfl{ }
.indextitle .intitfl span {
	color: rgba(0,0,0,.05);font-size: 36px;line-height: 36px;font-weight: bold; text-transform: uppercase;
}
.indextitle .intitfl p{
    font-size:40px;
    font-weight: bold;
	content: attr(text);
	position: absolute;
    top: 10px;
	z-index: 10;
	color: #0066CB;
	/* -webkit-mask: linear-gradient(to right, #0066CB 10%, transparent); */
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indextitle .intitmore {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	color: #999;
	border: 1px solid #ddd;
	position: absolute;
	top: 5px;
	right: 0;
    font-size: 16px;
    transition: all 0.2s;
    background: #fff;
}

.indextitle .intitmore .bi{color:#0066CB; font-size: 22px; margin-right: 15px;vertical-align: -0.1em;}
.indextitle .intitmore:hover{color: #FC9730;}
.indextitle .intitmore:hover .bi{color: #FC9730;}
.intitmore::before,.intitmore::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #FC9730;
    transition: all 0.3s ease;
}
.indextitle .intitmore::before {
    height: 0%;
    width: 1px;
}
.indextitle .intitmore::after {
	width: 0%;
    height: 1px;
}

.indextitle .intitmore:hover:before {
    height: 100%;
  }
  .indextitle .intitmore:hover:after {
    width: 100%;
  } 
  .indextitle .intitmore span::before,  .indextitle .intitmore span::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #FC9730;
    transition: all 0.3s ease;
}
.indextitle .intitmore span::before {
    height: 0%;
    width: 1px;
}
.indextitle .intitmore span::after {
	width: 0%;
    height: 1px;
}
.indextitle .intitmore:hover span:before {
    height: 100%;
  }
.indextitle .intitmore:hover span:after {
    width: 100%;
  } 

/**/
.pro_l{ float:left; width:330px;}
.pro_l h4 {
    width:250px;
    height: auto;
    background: #e61f4d;
    background: linear-gradient(to right, #0066CB,#03A0E0);
    padding: 40px 40px;
    position: relative;
}
.pro_l h4 p {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.pro_l h4 span {
	display: block;
	color: rgba(255,255,255,.25);
	font-size: 16px;
	text-transform: uppercase;  
}
.pro_l h4 .bi{position: absolute; right: 20px; top: 20px; font-size: 120px; color:rgba(255,255,255,0.15);}

.pro_l .tit {
    height: 65px;
	line-height: 65px;
	background: #E8EDF3;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.pro_l .tit a {
	display: block;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding-left: 55px;
    font-size: 18px;
}
.pro_l ul {
    position: relative;
    top: 0px;
	overflow: hidden;
    border: #EEEEEE solid 1px;
}
.pro_l li{width: 88%; padding: 0 55px;height: 61px; line-height: 61px;	background: url(../images/cp_ico03.png) no-repeat 28px center; border-bottom: #EEEEEE solid 1px;    }
.pro_l li:last-child{border-bottom: none;}
.pro_l li a{color: #222; font-weight: bold; font-size: 18px;}
.pro_l li:hover a{color: #0066CB;}

.pro_r{ width: calc(100% - 355px);  margin-top:21px}

.pro_list{}
.pro_list dl{     
    float: left;
    border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	width: 33.1111%;
	float: left;
	position: relative;
}
.pro_list dl:nth-child(3n+3) {
	border-right: 1px solid #e6e6e6;
    
}
.pro_list dl:nth-of-type(4), .pro_list dl:nth-of-type(5), .pro_list dl:nth-of-type(6) {
	border-bottom: 1px solid #e6e6e6;
}
.pro_list dl:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list dl dt{
	display: block;
	width: 100%;
	height: 301px;
	position: relative;
	overflow: hidden;
    
}
.pro_list dl dt img {
	max-width: 90%;
	max-height: 96%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list dl dd {
    
	padding:26px;
	position: relative;
}
.pro_list dl dd h3 {
	max-width: calc(100% - 50px);
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}


.pro_list dl dd .bi {
    font-size: 30px;
	position: absolute;
	right: 34px;
	bottom: 35px;
	transition: all .5s;
	-webkit-transition: all .5s;
    color: #0066CB;
}
.pro_list dl:hover {
	position: relative;
	z-index: 2;
}
.pro_list dl:hover:after {
	box-shadow: 0 0 24px rgba(0,0,0,.08);
	border: 0;
	opacity: 1;
	padding: 1px;
	left: -1px;
	top: -1px;
}
.pro_list dl:hover dt {
	z-index: 2;
}
.pro_list dl:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.pro_list dl:hover dd  {
	z-index: 2;
}
.pro_list dl:hover dd h3 {
	color: #FC9730;
}
.pro_list dl:hover dd .bi {
color: #FC9730;
}


/*third*/
.third{ width:100%; padding-top:60px; padding-bottom:60px; background: url(../images/abbg.jpg) no-repeat center top;  height:640px;}
.third .case_title{ width:100%; text-align:center; margin-bottom:40px }
.third .case_title a{  font-size:34px; font-weight:bold; color:#fff; padding:0px 40px 20px 40px; background: url(../images/in_ico01.png) bottom repeat-x;position: relative;}
.third .case_title a:after {background-color: #fff;}
.third .case_txt{color:#fff;}

/**/
.about{position: relative; z-index: 999;}
.about_intr{
    position: absolute;
    left: 20px;
    top: 10%;
    height: 80%;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    background-color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.about_intr:after {
    content: '';
    display: block;
    border: 20px solid #FC9730;
    border-right: 0;
    border-top: 0;
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title{ height:30px; line-height:30px; }


.about_con{width: 1022px; max-height: 225px;}
.about_con h3{margin: 0px; font-size:32px; margin-bottom: 30px; color: #333; position: relative;}
.about_con h3 p{font-size:16px; line-height: 2.0;color: #333; font-weight: normal; letter-spacing: 2px;}
.about_con h3 .bi{position: absolute; top:10px; right: 0px; font-size: 36px; color: #0066CB;}
.about_con h3 .bi:hover{position: absolute; top:10px; right: 0px; font-size: 36px; color: #FC9730;}

.about_con p{font-size: 18px; line-height: 2.0;}

.abother{width:1022px; margin-top: 120px;   }
.abothera_btn{
    display: block;
    width: 24.9%;
    float: left;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size:18px;
    text-align: center;
    background:#0066CB;
    transform-origin: center;
    transition: all 0.5s;
    padding-bottom: 25px;
    padding-top: 10px;
}
.abothera_btn i{font-size:42px;}
.abothera_btn h3{margin-top: 15px}

.abothera_btn .inner {
    border-left: 1px solid #4389CE;
    position: relative;
    width: 100%;
}
.abothera_btn:first-child .inner{border-left: none;}
.abothera_btn:last-child{border-radius: 0px 0px 50px 0px}
.abothera_btn .inner h3{ font-size:56px; margin-bottom: 10px;}
.abothera_btn .inner span{position: absolute; top:46px; right:40px; font-size: 18px; font-weight: normal;margin-left: 10px; z-index: 9999}
.abothera_btn .inner en{font-size: 20px!important}

.abothera_btn:hover{ background:#FC9730;font-size:18px;  color: #fff;}



/* 优势 */
.youshi{background: #0066CB; padding:60px 0px;}
.ystit{position: relative;}
.ystit h2{position: absolute; top:-170px; left: 15%; font-size: 50px; color: #0066CB; z-index: 9999;}
.ystit h2 .bi{font-size: 32px; margin-left: 15px; }

.yslist{ float: left; display: block;position: relative;width: 354px; box-sizing: border-box; height: 396px; background: #fff; padding: 30px; margin-left: 20px;}
.yslist:first-child{margin-left: 0px;}
.yslist .font{ display: block;height: 132px; overflow: hidden;}
 
 .yslist span{ font-size: 25px; display: block; font-weight: bold; line-height:35px; color: #333; padding-bottom:5px;}
 .yslist i{ display: block;font-style: normal;font-size: 13px; color: #999; padding-bottom: 13px; text-transform: uppercase;line-height: 20px; border-bottom: 1px dashed #ddd;}
 .yslist em{  display: block;font-style: normal;font-size: 14px; color: #777;font-weight: lighter;line-height: 26px; margin-top: 12px;}
 .yslist a{ display: inline-block;width: 50%; margin-top: 18px; text-align: center; line-height: 40px; background: #0883d3;font-size: 14px; color: #fff;}
 .yslist a:nth-of-type(2){ background: #0075c1;}
 .yslist .img{ display: block; width: 294px; height: 180px; position: absolute; bottom: 30px; left: 30px; overflow: hidden;transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear;}
 .yslist+li{ margin-left: 40px;}
 .yslist a:hover{ background: #f78e1a;}
 .yslist .hovers{width: 400px;transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear;}
 .yslist .hovers .img{width: 340px;}
 .yslist .hovers i{ display: inline-block;border-bottom: none;padding-bottom: 0;}
 .yslist .hovers span{ display: inline-block;}
 .yslist .hovers em{ margin-top: 5px;}



/**/
.second{ width:100%; }
.case{padding:60px 0px 60px 0px}

.case_con{ width:100%;  overflow:hidden; position:relative; margin-top: 30px}
.case_con .hd{ overflow:hidden; }
.case_con .hd .prev,.case_con .hd .next{ display:block;  width:34px; height:90px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("../images/tb.png") no-repeat; position: absolute;top:30%; z-index: 9999}
.case_con .hd .next{ background-position:-34px 0px; right: 0px;  }


.case_con .bd{ padding:10px 50px;   }
.case_con .bd ul{ overflow:hidden; zoom:1; }
.case_con .bd ul li{ width:318px;margin:0 13px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.case_con .bd ul li .pic{ text-align:center;width:318px; height:238px; overflow: hidden }
.case_con .bd ul li .pic img{ width:318px; height:238px; display:block;  padding:2px; border:1px solid #ccc; -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1.1)}
.case_con .bd ul li .pic a:hover img{transform: scale(1.2)}
.case_con .bd ul li .title{ line-height:36px; border: 1px solid #dedede; padding: 10px 0px 20px 0px;  }
.case_con .bd ul li .title a{font-size: 16px}


/**/
.fourth{ padding: 60px 0px; background: #f5f5f5;}
.news{ margin-top: 40px;display: flex;flex-wrap: wrap;}
.newslist{
	width: 100%;
	overflow: hidden;
	min-height: 200px;
}
.newslist li {
	width: 45.4%;
	margin-right: 2%;
	margin-bottom: 25px;
	background: #fff;
	padding: 22px 26px;
	float: left;
	position: relative;
}
.newslist li:nth-child(2n) {
	margin-right: 0;
}
.newslist li:after {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background: #f78e1a;
	position: absolute;
	left: 0;
	top: 20%;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.newslist li .fr {
	float: right;
	width: calc(100% - 0px);
	position: relative;
	z-index: 2;
}
.newslist li .newstit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.newslist li .newscon {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	height: 52px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist li time {
	display: block;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.newslist li time em {
	display: inline-block; margin-right: 10px;
}
.newslist li .newsmore {
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.newslist li .newsmore em {
	margin-left: 7px;
	display: inline-block;
	width: 20px;
	height: 6px;
	background: url(../images/jt09.png) center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.newslist li:hover:after {
	height: 100%;
	opacity: 1;
	top: 0;
    color: #fff;
}

.newslist li:hover .newstit {
	color: #fff;
}
.newslist li:hover .newscon {
	color: rgba(255,255,255,.8);
}
.newslist li:hover time {
	color: #fff;
}

.newslist li:hover .newsmore {
	color: #fff;
}


.links {width: 100%; padding-top:57px; height: 110px; background:url(../images/linkbg.jpg) top center no-repeat; position: relative;}
.link_con{ width: 1420px; position: absolute; top: 60px; padding: 30px;line-height: 30px; background: #fff; border-radius: 20px;}
.link_con i{ display: block; text-transform: uppercase; color: #0883d3; font-style: normal; font-size: 40px;float: left; font-weight: bold;}
.link_con em{font-size: 20px; color: #333;display: block; font-style: normal;  float: left; margin-left:8px;}
.link_con a{font-size: 15px; padding: 0px 10px;}

footer {
    background: #124B9B;
    margin-top:-60px;
    padding-top:43px;
    overflow: hidden
}

.footop {
    width: 100%
}

.footop ul {
    width:80%;
    float: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.footop ul li {
    float: left;
    width: 28%;
    padding: 60px 0 60px 46px;
    position: relative
}

.footop ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #275A9D;
    position: absolute;
    left: 0;
    top: 0
}

.footop ul li:after {
    content: "";
    display: block;
    width:20px;
    height: 20px;
    border: 1px solid #275A9D;
    background: #5581B7;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 60px;
    z-index: 2
}

.footop ul li:last-child {
    width: 32%
}


.footop ul li p {
    width: 100%;
    font-size: 20px;
    color: #fff
}

.footop ul li a {
    display:block;
    float: left;
    width: 50%;
    font-size: 16px;
    color: rgba(255,255,255,.5);
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease
}
.footop ul li span{
    display:block;
    width: 100%;
    color: rgba(255,255,255,.5);
    margin-top: 18px;
    font-size: 16px;
}

.footop ul li a:hover {
    color: #fff
}

.ftewm {
    float: right;
    text-align: center;
    margin-top: 60px;
    margin-right: 60px
}

.ftewm .ewmPic {
    width: 166px;
    height: 166px;
    background: #fff;
    border-radius: 5px;
    position: relative
}

.ftewm .ewmPic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ftewm p {
    font-size: 16px;
    color: rgba(255,255,255,.5);
    margin-top: 22px
}

.ftcopy {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #275A9D;
    padding: 20px 0px;
}

.ftcopy p {
    line-height:26px;
    color: rgba(255,255,255,.3);
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-right: 60px;
    text-align:center;
}

.ftcopy p a {
    color: rgba(255,255,255,.3);
    font-size: 14px
}

.ftcopy p a:hover {
    color: #fff
}



#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    background: none;
    margin-top: 15px;
}
#news_column_1 > ul > li > a {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li a {
    color: #333;
    font-size: 14px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a {
    color: #000;
    font-size: 14px;
}


/**/
.nybanner{height: 360px;}
.nysub{ height: 50px; line-height: 50px; background: rgba(242,245,247,1);}
.nysite_tit{display: flex; justify-content: space-between; align-items: center;}
.nysite_tit b{font-size:20px; position: relative; padding-left:20px; color: #333;}
.nysite_tit b::before{content: ""; width: 12px; height: 12px; background: #1A5DB6; border-radius: 3px; position: absolute; left:0px; top:21px;transform: rotate(45deg)}
.nysite_tit span{ color:#333 ; font-size: 14px;}
.nysite_tit span a{ color:#333 ; font-size: 14px;}
.nysite_tit span a:hover{ color:#FC9730 ; font-size: 14px;}


.nybox{padding-bottom:60px;  padding-top: 40px; margin-bottom: 40px;}
.nybox .nypro_l {
	float: left;
	width: 280px;
    overflow: hidden;
	background-color: #f9f9f9;
	margin: 0 auto;
	margin: 0px 0 0;
	border: 1px solid #eee;   
	
}

.nypro_l1 {
	margin: 0;
}
.nypro_lcon .hd {
	width: 100%;
	height: auto;
	margin: 0 auto 0px auto;
	padding: 40px 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.nypro_lcon .hd p {
	width: 100%;
	height: 44px;
	line-height: 32px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 8px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eee;
}
.nypro_lcon .hd p img {
	display: block;
	width: 34px;
	height: 29px;
	float: right;
}
.nypro_lcon .hd span {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 15px;
	letter-spacing: 2.5px;
}
.nypro_lcon .hd i.bi { margin-left: 20px; color: #1A5DB6;}

.nypro_lcon .bd {
	clear: both;
}
.nypro_lcon .bd ul li {
	background-color: #f9f9f9;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}
.nypro_lcon .bd ul li .bi{margin-right:10px;}
.nypro_lcon .bd ul li:last-child {
	border-bottom: 0 solid #eee;
}
.nypro_lcon .bd ul li.on {
	padding: 10px 20px;
	background-color: #fff;
}
.nypro_lcon .bd ul li p {
	height: 40px;
	line-height: 40px;
	padding: 10px 40px 10px 0;
	position: relative;
}
.nypro_lcon .bd ul li p a {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.nypro_lcon .bd ul li p span {
	display: block;
	width: 40px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.nypro_lcon .bd ul li div {
	display: none;
}
.nypro_lcon .bd ul li div a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	border-top: 0px solid #eaeaea;
	padding: 0 0 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nypro_lcon .bd ul li div a:first-child {
	border-top: 0;
}
.nypro_lcon .bd ul li div a i {
	display: block;
	width: 4px;
	height: 4px;
	margin: 13px 6px 13px 0;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
}
.nypro_lcon .bd ul li div a:hover i {
	border: 1px solid #183980;
}
.nypro_lcon .bd ul li:hover{ background:#fff}

.nypro_lcon .bd ul li.on p {
	height: 40px;
	padding: 0 40px 0 0;
}
.nypro_lcon .bd ul li p:hover a, .nypro_lcon .bd ul li.on p a {
	color: #FC9730;
}


.nybox_r{min-height: 605px; height: auto; margin-bottom: 30px; margin-top: 0px;}

.lxwm-bt dl dt img {
    width: 131px;
}

.lxwm3{background: #fff!important;}
#pic_column_1 > ul > li{margin-top: 0px; margin-bottom: 20px;}