@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}




/*top*/
.head_bg{ width:100%; background-color:rgba(255,255,255,0.9); border-bottom:1px solid #ddd; position:fixed; top:0; left:0; z-index:300;}
.top_box{ width:1361px; height:110px; margin:0 auto;}


.top_kuang{ float:left; margin-top:25px;}
.top_kuang .top_p1{ font-size:32px; font-weight:bold; color:#005ca2;}
.top_kuang .top_p2{ font-size:19.5px; color:#000; text-transform:uppercase; margin-top:3px;}

.top_right{ float:right; padding-top:15px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:30px; height:30px; color:#005ca2; text-align:center; line-height:30px; border:1px solid #005ca2; border-radius:30px;}
.top_p4{ float:right; margin-left:15px;}
.top_p4 a{ display:block; font-size:14px; width:31px; height:31px; color:#fff; text-align:center; line-height:31px;border:1px solid #333;  background-color:#333; border-radius:30px;}

.ss1{ float:right; margin-top:3px;}
.ss1 .ss_title1{ width:169px; height:26px; border-radius:20px; float:left; border:1px solid #e6e6e6; font-size:13px; color:#5a5a5a; line-height:26px; padding-left:18px;}
.ss1 .ss_pic2{ float:left; border:0; margin-left:-47px; margin-top:1px;}

.top_right ul{ margin-top:19px;}
.top_right ul li{ float:left; font-size:15px; color:#010000; margin-left:60px;}
.top_right ul li a{color:#010000;}
.top_right ul li a:hover{ color:#333;}





/*通栏*/

#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:854px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:854px !important;
	position:relative;
}

 .bwz {
	 position:  relative;
	 z-index:999;
	 top:300px;
font-weight:bold;
color:#FFF;
font-size:38px;
line-height:50px;
text-shadow: 2px 2px #000;
text-align:center;
}
.bwz span {
font-size:22px;
line-height:50px!important;
text-transform:uppercase;
letter-spacing:0px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}



/*首页邮箱*/
.email_bg{ background-image:url(../images/img27.jpg); background-repeat:repeat-x; height:103px;  }
.email_box{ width:1000px; margin:0 auto; padding-top:34px;}
.email_box .email_title{ font-size:22px; color:#333; float:left; margin-top:8px;}
.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}

.email_box .email{ float:left; padding-top:10px;}
.email_box .email .name{ font-size:12px;  float:left; margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px; float:left; padding-left:6px;}
.email_box .email .name_1{ font-size:12px; float:left; margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ float:right; margin-right:0px;}

/* 底部 */
.yx_foot{
  background: #3a3633;
  padding-top: 5%;
}
.yx_foot .footbox {
    max-width: 1700px;
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.yx_foot .footbox .yx_foot_left {
    color: #fff;
    width: 35%;
}

.yx_foot .footbox .yx_foot_left ul li .textbox {
    display: flex;
    align-items: center;
    margin: 5% 0 0;
    opacity: .78;
}

.yx_foot .footbox .yx_foot_left ul li .textbox .iontext {
    font-size: var(--yx_FS14);
    line-height: 200%;
}

.yx_foot .footbox .yx_foot_left ul li .textbox i.yx_icon {
    font-size: var(--yx_FS24);
    margin-right: var(--yx_FS18);
}
.yx_foot .footbox .yx_foot_left a.more {
    font-size: var(--yx_FS16);
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 5%;
}

.yx_foot .footbox .yx_foot_left a.more i.yx_icon {
    width: 40px;
    height: 40px;
    background: #BE0E0E;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--yx_FS24);
    margin-right: 10px;
}
.yx_foot .footbox .yx_foot_right {
    width: 65%;
}
.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav {
    display: flex;
    justify-content: space-between;
}
.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_HD_Btn {
    color: #fff;
    font-size:16px;
    margin-bottom: var(--yx_FS24);
    display: block;
	font-weight:bold;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 200%;
    opacity: .78;
}

.yx_foot_bottom {
    font-size: 14px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 4%;
    color: #fff;
    line-height: 180%;
    padding: 20px 0;
}

.yx_foot_bottom a{
    color: #fff;
}


.yx_foot_bottom p {
  max-width: 1700px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  color:#FFF;
}
.yx_foot_bottom p a{
    color: #FFF;
}
@media only screen and (max-width:768px) {
  .yx_NP_Logo:after,
  .stock,
  .yx_foot .footbox{
    display: none;
}

.yx_Header {display: none;}

.yx_foot{
  padding: 0;
}
.yx_foot_bottom {
  border-top: none;
  margin-top: 0;
}
.yx_foot_bottom p {
  text-align: center;
}
.yx_foot_bottom p a{
  text-align: center;
}
}

a.zzb07link{
	line-height:22px;
	text-decoration:none;
	color: #fff;
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #fff;
}
.zzb07tail
{
color:#fff;
}

/*页脚*/
.foot_bg{ background:url(../images/img24.jpg) center no-repeat; width:100%; height:114px;}
.foot_bg .foot_p1{ font-size:12px; color:#ccc; text-align:center; padding-top:39px;}
.foot_bg .foot_p1 a{ color:#ccc; padding-left:20px; padding-right:20px;}
.foot_bg .foot_p2{ font-size:12px; color:#ccc; text-align:center; margin-top:11px;}
.foot_bg .foot_p2 a{ color:#ccc;}


.cen{ width:1260px; margin:auto; height:auto;}

.clear{clear:both;}

.bti{ height:125px; color:#f4f4f4;  text-align:center; margin-bottom:30px;}
.bti01{font-size:38px;line-height:125px; color:#212121; font-family:'微软雅黑'; background:url(../images/xx.jpg) center 110px no-repeat;}
.bti02{ display:block; font-size:16px; font-weight:normal;  font-family:'微软雅黑'; top:16px; width:100%;  color:#888;  position: absolute; z-index:2;}

.qqbti{ height:125px; color:#f4f4f4;  text-align:center;}
.qqbti01{font-size:38px;line-height:125px; color:#212121; font-family:'微软雅黑';}

.nybnaner{height:200px; padding-top:200px;width:100%;}
.nybnaner span{color:#FFF; font-size:40px; line-height:60px; font-weight:bold;}
.nybnaner p{color:rgba(255,255,255,0.5); font-size:16px; font-weight:normal; text-transform:uppercase;}

.gg{ padding-top:35px;}

.abti{padding-bottom:35px; text-align:center; margin:auto; width:100%; position: absolute; z-index:10; font-weight:normal; background:url(../images/xx.png) center 135px no-repeat;}
.abtiwz{ text-align:center; line-height:40px; color:#fff; font-size:22px; font-family:'微软雅黑';}
.abtiwz span{ text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:28px;}



.nynr{ width:1260px; margin:auto; font-size:16px; padding-bottom:85px; line-height:34px; color:#414141; text-align:justify;}



.nydh{ height:70px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2);}


a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:49.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh2:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh2:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh2:active { color: #ffffff; background:#005ca4;}

a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:33.2%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh3:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh3:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh3:active { color: #ffffff; background:#005ca4;}

a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:24.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh4:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh4:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh4:active { color: #ffffff; background:#005ca4;}


a.dh5 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:19.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh5:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh5:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh5:active { color: #ffffff; background:#005ca4;}



a.dh6 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:16.5%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh6:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh6:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh6:active { color: #ffffff; background:#005ca4;}

a.dh7 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:14.2%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh7:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh7:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh7:active { color: #ffffff; background:#005ca4;}

a.dh8 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:12.3%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh8:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh8:hover { color:#fff; text-decoration: none; background:#005ca4;}
a.dh8:active { color: #ffffff; background:#005ca4;}


.a1sssa{ width:1360px; margin:0 auto; height:200px; margin-top:20px; margin-bottom:20px;}
 .a1sssa dl{width: 20%;float: left;text-align: center;height:100pxm;position: relative;margin-top: 20px;}
.a1sssa dl:before{content: "";width: 1px;height: 100%;background: #e2e2e2;position: absolute;top: 0;right: 0;}
 .a1sssa dl dt{width: auto;height: 98px;line-height: 1;overflow: hidden;margin: 0 auto;}
 .a1sssa dl dt img{width: 90px;height: 96px; margin:0 auto}
 .a1sssa dl:hover dt img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear ; }
 .a1sssa dl dd{width: 100%;}
 .a1sssa dl dd h5{font-size: 56px;color: #333;height:84px;line-height: 84px;overflow: hidden;font-weight: normal; font-family:EUCLID; display:inherit; display:flex;justify-content:center}
	 .a1sssa dl dd h5 em{ font-size:18px; color:#999; display:block; font-style:normal; margin-top:10px; margin-left:20px}
	 .a1sssa dl dd h5 b{font-size:60px; color:#999; display:block; background-image: -webkit-linear-gradient(left,#053b76,#4fadeb,#009579);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;  }
	
 .a1sssa dl dd span{font-size: 16px;color: #666;line-height:28px;padding:10px 0 0; margin-top:0px; display:block}
 .a1sssa dl dd i{display: block; font-style:normal}
 .a1sssa dl:nth-of-type(5):before{background: none;}
@font-face {
	font-family:EUCLID;
	src: url('../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF'); }


.nycul{height:600px; width:100%; background:url(../images/wbj.jpg) top center no-repeat; background-size:cover;display: flex; flex-wrap: wrap; justify-content: space-between; position:relative;}
.nyculk{width:33%; height:600px; padding:0% 3% 0% 3%;}
.nyculimg{padding-top:240px; padding-bottom:10px;}
.nyculx{height:2px; width:15px; background:#FFF;}
.nycul01{font-size: 20px; color:#FFF; margin-top: 47px;}
.nycul02{font-size: 20px; color:#FFF; margin-top: 10px;}
.nycul03{font-size: 16px; color: rgba(255,255,255,.7); margin-top: 30px;}
.nycul04{font-size: 15px; line-height:20px; color: rgba(255,255,255,.7); margin-top: 10px;}

.aboutimg{ width:450px; height:645px; margin-top:10px; text-align:right;}
.aboutnr{ width:760px;  z-index:1; font-size:16px; line-height:32px; color:#414141; text-align:justify;}
.aboutnr a{color:#414141;}
.aboutnr strong{color:#CC0810;font-size:26px; font-weight:bold; line-height:48px;}

.jiance{padding-top:10px; padding-bottom:10px; padding-left:40px; border-bottom:7px solid #e61e1a; font-size:20px; background: url(../images/xx.png) 10px center no-repeat; font-weight:bold; color:#e61e1a;border-radius:20px;}
.jiance01{ font-size:16px; color:#212121;}
.jiance01 a{ padding-top:5px; padding-bottom:5px;  padding-left:60px; color:#212121; display:block; margin-top:5px; background:#f3f3f2 url(../images/xx.png) 15px center no-repeat; display:block;border-radius:20px;}
.jiance01 a:hover{color:#fff; background:#e61e1a url(../images/xx1.png) 15px center no-repeat;}


.Hnylxz{width:30%; padding:0px 0px 0px 0px; height:300px; background:#005ca4; margin-bottom:3%; }
.Hnylxr{width:42%; height:580px; background:#005ca4; border:1px solid #5e5e5e;border-radius:5px; float:right;}


.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:0px; padding-bottom:10px;}
.Hlxnr{font-size:16px; line-height:32px; padding-left:40px; text-align:center; padding-right:40px; padding-bottom:50px;  padding-top:140px; color:#FFF; }
.Hlxnr p{color:#FFF;}

.Hlxnr a{color:#FFF;}
.Hlxnr a:hover{color:#f9b548;}
.cpsoubt{color:#262161; font-size:28px; line-height:28px; padding-top:60px; padding-bottom:30px; text-align:center; font-weight:bold;  background:url(../images/xx1.png) center bottom no-repeat;}

.kuang{ width:100%; height:44px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:18px;}
.kuang01{ width:100%; height:82px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:18px;}

.kuang3{ width:100%; height:44px; border:none; text-align:center; font-size:16px; background:#f9b548; color:#FFF; margin-top:18px; font-weight:bold;}
.kuang3:hover{ background:#212121;}



.wenhua{ width:1260px; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}

.whnr{width:50%; height:370px; background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%; height:100%;object-fit: cover;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; background:url(../images/xxx.jpg) bottom center no-repeat; margin-top:70px; padding-bottom:20px;}
.whsm{padding:30px 80px 50px 80px; font-size:16px; line-height:34px; color:#414141; text-align:justify;}


.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }
.n_l{ width:15%; float:left; font-size:14px; margin-right:40px; border-top:#e61e1a solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:80%; float:left; font-size:16px; line-height:32px;}
.n_r h2{ color:#e61e1a; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#e61e1a;}
.n_r h4{ width:120px; line-height:32px; border:#e61e1a solid 1px; background-color:#e61e1a; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:180px; line-height:40px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.m3 a{width:180px; line-height:40px; float:left; font-size:16px; background:#e61e1a; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m3 a:hover{ color:#FFFFFF!important; background:#e61e1a; width:200px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}



.jssm{ width:550px; margin:auto; height:442px; padding-top:45px; padding-left:650px;}
.jssm01{ width:470px; text-align:justify; padding-left:40px; padding-top:40px; padding-right:40px; background-color:rgba(22,158,132,0.8); height:354px; color:#FFF; font-size:16px; line-height:34px;}

.jssm02{ font-size:64px; line-height:44px; padding-bottom:20px; color:#fff; font-weight:bold;}
.jssm02 span{font-size:18px; font-weight:normal; color:#FFFFFF; font-family:'微软雅黑';}
.yuangong{width:40%; line-height:46px; padding:3%; font-size:14px; margin-bottom:30px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}

.sjgck{ width:100%; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}

.gck{ width:30%; height:310px; margin-bottom:30px; overflow:hidden;}
.gckimg img{ width:100%; height:252px; overflow:hidden; border-radius:30px; object-fit: cover; }
.gckimg a:hover img{ width:120%; height:282px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.gckbt1{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}



.index_cp02{ width:1260px; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;  padding-bottom:85px; }
.index_cp02 dl{ width:385px; height:380px; margin-bottom:70px; overflow:hidden;}
.index_cp02 dl dt{ height:246px; overflow:hidden; background:#F6F6F6;}
.index_cp02 dl dt:hover img{ height:266px; width:395px; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_cp02 dl dd{  height:156px; padding:19px 29px 0; border-top:none; background:#F6F6F6;}
.index_cp02 dl dd h2 a{ text-transform:uppercase; display:block; font-size:16px; line-height:30px; height:30px; color:#2c353c; font-weight:bold;}
.index_cp02 dl dd h2 a:hover{ color:#F00;}
.index_cp02 dl dd span{ margin:5px 0 13px; display:block; line-height:21px; font-size:12px; color:#616e77; line-height:21px; height:42px; overflow:hidden;}
.index_cp03{ font-size:16px; color:#2c353c; margin-top:20px; width:120px; height:32px; border:1px solid #CCC; display:block; text-align:center; line-height:32px;}
.index_cp03:hover{ color:#ffffff; text-decoration:underline; background:#F00;}



.nycpdel{width:420px; border:1px solid #e8e9ea; height:300px; text-align:center; padding:20px;}
.nycpdel img{  width:400px; height:300px;object-fit: cover;}
.nycpdelcs{width:700px; padding-bottom:75px;}



.nybti{padding-bottom:35px; text-align:center;}
.nybtiwz{ text-align:center; line-height:48px; color:#ccc; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:26px;}
.nybtiwz span{ text-align:center; color:#212121; font-family:'微软雅黑'; text-transform:uppercase; font-size:40px;}


a.cps2 {font-size: 16px!important; color: #ffffff; background:#149d83; display:block; width:170px;text-align:center; margin-left:10px;margin-right:25px; border-radius:50px;}
a.cps2:visited {color: #ffffff;}
a.cps2:hover {color:#ffffff; background:#212121;}
a.cps2:active {color: #ffffff;}


a.cps1 {font-size: 16px!important; color: #212121; border:2px dotted #afafaf; text-align:center; display:block; width:40%; text-align:center; padding:0px 20px 0px 20px;border-radius:50px;}
a.cps1:visited {color: #212121;}
a.cps1:hover {color:#ffffff;background:#149d83;}
a.cps1:active {color: #ffffff;}



/*sousuo*/
.gsjj_con1_div1{background: #fff; box-sizing: border-box;font-size: 0;padding: 30px 50px;  margin-bottom:30px;}

.divBox{width:1260px;margin: 0 auto;}

.gsjj_con1{background: url(../images/jj1_02.jpg) no-repeat center center ;background-size: cover;}



.alzs .gsjj_con1_div1{background: #f1f1f1;}

.alzs .gsjj_con1_div1_al {background: #f1f1f1;}

.case .ej_nav_u1 li{width: 50%;}

.alzs_div_sousuo{font-size: 0;/*margin-bottom: 35px;*/}

.alzs_div_sousuo_span{display: inline-block;vertical-align: top;width: 200px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: white;

background: #ffd600;cursor: pointer;transition: 0.3s ease-in-out;}

.alzs_div_sousuo_span img{margin-right: 10px;margin-top: -2px;}

.alzs_div_sousuo_span:hover{background: #d8b607}

.alzs_div_sousuo input[type=text]{display: inline-block;vertical-align: top;width: calc(100% - 214px);margin-right: 14px;border: none;box-sizing: border-box;

height: 50px;background: white;padding-left:30px;font-size: 16px;}

.alzs_div_tx{font-size: 0;margin-top: 20px;display: none;}

.alzs_div_tx span{display: inline-block;vertical-align: top;width: 75px;font-size: 15px;color: #282828;font-weight: bold;}

.alzs_div_tx_u1{display: inline-block;vertical-align: top;width: calc(100% - 75px);font-size: 0;}

.alzs_div_tx_u1 li{display: inline-block;vertical-align: top;}

.alzs_div_tx_u1 li a{padding: 0 25px;border-right: 1px solid #e2e2e2;line-height: 1;font-size: 16px;color: #777;}

.alzs_div_tx_u1 li a:hover{color: #ffd600;}

.alzs_div_tx_u1 li.active a{color: #ffd600;}
.cpsan{ height:50px; width:200px; border:none; background:#212121; font-size:18px; color:#fff;}
.cpsan:hover{background:#e61e1a; color:#fff;}

.p_list{ width:1260px; margin:0px auto; line-height:40px;}
.p_list h1{ color:#2d9e26; font-weight:normal; border-bottom:solid 1px #e9e9e9; padding-bottom:10px; font-size:24px;}
.table{ padding:15px 0;}
.table td{ padding:5px 30px;}
.table td a{ color:#212121;}
.table tr:nth-child(odd){ background:#f5f3f0;}
.table tr:nth-child(even){ background:#fff;}

.p_detail{ width:1260px; margin:0px auto;line-height:35px; color:#737373;}
.p_detail h4{ color:#FFFFFF; font-weight:normal; border-top:solid 3px #e61e1a; background:#f9f9f9; margin-top:20px;}
.p_detail h4 span{ background:#e61e1a; width:150px; line-height:40px; display:block; text-align:center;}
.p_detail h2{ font-weight:normal; color:#3c3c3c; text-align:center; line-height:50px; font-size:20px;margin-top:20px;}



a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#e61e1a; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}




.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:30%; float:left; margin:10px 0 ;margin-bottom:30px;}
.pro  ul li span img{ width:100%; height:400px; border-radius:5px;object-fit: cover; }
.pro  ul li:nth-child(3n-1){ margin:10px 5%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#003c2a;}
.pro  ul li a:hover p{ background:#ffa000; color:#fff;}


.jishu{ width:100%; margin-bottom:20px;}
.jishu  ul{ width:100%; float:left;}
.jishu  ul li{ width:30%; float:left; margin:10px 0 ;margin-bottom:30px;}
.jishu  ul li span img{ width:100%; height:400px; border-radius:5px;object-fit: cover; }
.jishu  ul li:nth-child(3n-1){ margin:10px 5%;}
.jishu  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#003c2a;}
.jishu  ul li a:hover p{ background:#ffa000; color:#fff;}




/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}


.sygsjj{background:url(../images/abbj.png) center center no-repeat;background-size:cover;}
.sygsjj01{width:50%; height:500px;}
.sygsjj02{width:40%; margin-right:5%; padding-top:40px;}
.sygsjj02s{width:40%; margin-right:5%;}
.sygsjj02as{width:40%; margin-left:5%;}

.sygsjj02a{width:40%; margin-left:5%; padding-top:40px;}
.sygsjj03{color:#666; font-size:16px; line-height:28px; font-family: Tahoma, Geneva, sans-serif;}
.sygsjj04{color:#003c2a; font-size:32px; line-height:34px;}
.sygsjj05{color:#414141; font-size:18px; line-height:34px; width:100%; padding-top:40px; text-align:justify;}
.sygsjj05 span{ font-size:22px; line-height:50px; color:#212121;}

.sygsjj01a{width:50%; height:400px;}
.sygsjj06{color:#414141; font-size:22px; line-height:44px; width:100%; text-align:justify; font-weight:400;}


.aboutk{height: auto; width:100%; background-size:cover;}

.aboutan{width:100%; background:#fff; height:70px; padding:20px; margin-top:50px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aboutan01{width:17%; padding-left:16%; padding-top:5px; border-right:1px solid #eaeae8; font-size:18px; line-height:28px; color:#212121; height:70px;}
.aboutan01 span{color:#666; font-size:18px; text-transform:uppercase;}

.neirong4 a{width: 180px;height: 50px;line-height: 50px;text-align: center;	font-size: 15px;display: block;color: #fff; background:#003c2a; margin-top:50px;font-weight:normal;}
.neirong4 a:hover{background: #e61e1a; color:#FFF;	}

.jtk{width:48%; height:500px; margin-bottom:4%; position:relative; overflow:hidden;}
.jtnr{height:80%; text-align:center; width:30%; font-size:20px; padding:10%; line-height:30px; color:#FFF; background:rgba(204,8,16,0.7); position:absolute; z-index:99;}
.index_pro05 a{text-align:center; height:54px; position:absolute;background:rgba(0,60,42,0.7); bottom:0px; width:100%; display:block; font-size:20px;  color:#FFF; line-height:54px;}
.index_pro05 a:hover{ color:#ffffff;}

.jtk img{ width:100%; height:500px;}

/****询盘****/

.xlc{background:url(../images/xx.png) top center no-repeat; height:680px; width:1300px; margin:auto; position:relative;}
.xlcnr{width:130px; height:220px; position:absolute; z-index:10; padding-top:10px; padding-left:10px; border-left:1px solid #093c2b;background:url(../images/xx2.jpg) top left no-repeat;}
.xlcnr span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnr p{font-size:14px;  line-height:20px; text-align:justify;}

.xlcnz{width:130px; height:220px; position:absolute; z-index:10; padding-top:40px; padding-right:10px; border-right:1px solid #093c2b;background:url(../images/xx2.jpg) bottom right no-repeat;}
.xlcnz span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnz p{font-size:14px;  line-height:20px; text-align:justify;}


.xlcnx{width:150px; height:220px; position:absolute; z-index:10; padding-top:0px; padding-left:10px; border-left:1px solid #093c2b;background:url(../images/xx2.jpg) bottom left no-repeat;}
.xlcnx span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnx p{font-size:14px; line-height:20px; text-align:justify;}

.ygk{ display:none;}
.sygsjj01aa{ display:none;}

.yfg{padding-top:120px;}
.yfg01{padding-top:120px;}
.lxwmk{width:45%; font-size:16px; color:#333; border-bottom:1px solid #e6e6e6; padding-bottom:50px;margin-bottom:50px; }
.lxwmk01{width:45%; font-size:16px; color:#333; margin-bottom:50px; }
.lxdt{width:100%; padding-top:75px;}
.nygg{padding-top:70px;}

	
	
.mbfor{display:none;}
.mbdh{ display:none!important;}
#mccp{ display:none;}


.sywz{font-size:46px; color:#fff; font-weight:bold;}
.bz{font-size:48px; font-weight:bold;}
.bz01{font-size:22px; padding-top:20px; line-height:38px;}
.aasycp{display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:70px;}

@media all and (max-width:768px){
.head_bg{ display:none;}
.pc_menu{display:none;}
.Hlogo{display:none;}
.footer-top{display:none;}
.yx_foot{ margin-top:50px;}	
#netsun{ display:none!important;}

.sycpa{width:50%; text-align:center; margin-bottom:50px;}

.sygsjj01a{display:none;}
.sygsjj02{width:95%; margin-left:5%; padding-top:40px;}
.sygsjj02s{width:95%; margin-left:5%;}
.sygsjj02as{width:95%; margin-left:5%;}


.Hnyabz{width:100%; margin-bottom:30px;}
.Hnyabz01{height: auto; overflow:hidden;}
.Hnyabz02{text-align:center; font-size:20px; padding-top:10px; padding-bottom:10px; color:#212121;}

.mbfor{display:black;}
.mbdh{ display:black!important;}
#mccp{ display:black;}
#wu{ display:none!important;}
.gsjj_con1{display:none;}

.p_list{ width:96%; padding-left:2%; padding-right:2%; margin:0px auto; line-height:40px;}
.index_cp02{ width:96%; padding-left:2%; padding-right:2%; margin:0px auto; line-height:40px;}
.index_cp02 dl{ width:100%; float:left; margin-left:0px; height:420px; margin-bottom:70px; overflow:hidden;}

.index_cp02 dl dt img{ height:286px; width:100%; }
.index_cp02 dl dt:hover img{ height:296px; width:110%; margin-left:-18px; margin-top:-14px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.nycpdel{width:94%!important; border:1px solid #e8e9ea; height: auto; text-align:center; padding:5%!important; margin-bottom:20px;}
.nycpdel img{  width:100%;object-fit: cover;}
.nycpdelcs{width:100%; padding-bottom:75px;}


a.cps1 {width:100%; margin-bottom:10px;}

.Habnr{ line-height:30px; color:#212121; width:92%; padding-left:4%; padding-right:4%; margin:auto; height:auto; padding-top:25px; padding-bottom:85px;}
.Habnr01{ line-height:30px; color:#212121; width:92%; padding-left:4%; padding-right:4%; margin:auto; height:auto; padding-top:25px; padding-bottom:55px;display: flex; flex-wrap: wrap; justify-content: space-between; margin-top:0px;}


.nybnaner{height:150px; padding-top:50px;width:100%; text-align:center;background-size:cover!important; }
.nybnaner span{color:#FFF; font-size:30px; line-height:60px; font-weight:bold;}




.s_lx_bg{ display:none;}
.foot_p1{ display:none;}

.foot_bg{ padding-top:50px;}


.Hqyb{height: auto; width:100%; background:url(../images/bj2.jpg) center center no-repeat fixed; background-size:cover; padding-bottom:50px; margin-bottom:50px;}
.Hqybq{ width:94%; padding-left:3%; padding-right:3%; margin:auto; height:auto; padding-top:50px;  display: flex; flex-wrap: wrap; justify-content: space-between; background: none;}
.HqybqK{text-align:center; width:45%;}
.HqybqK:hover{ margin-top:-20px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.Hqybq01{line-height:40px; padding-top:20px; font-size:40px; color:#fff; font-weight:bold;}
.Hqybq02{font-size:16px; line-height:22px;color:#f9b538; margin-top:30px;}
.Hqybq03{font-size:14px; line-height:22px;color:#fff; margin-top:20px;}

.Hwznr{ display:none;}


.Hsyyy{width:100%; height:450px; margin-bottom:20px;}
.Hfooterk{ display:none;}
.Hfooterbq{width:94%; padding-left:3%; padding-right:3%; font-size:14px; margin:auto; border-top:1px solid rgba(51, 51, 51, 0.6); padding-top:30px; line-height:20px; text-align:center;color:#a6a6a6;}
.Hfooterbq a{color:#a6a6a6;}
.nydh{ height: auto; padding-bottom:20px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2); padding-top:20px;}
a.dh2 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}
a.dh3 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}
a.dh4 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}


a.dh5 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}
a.dh6 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}
a.dh7 {  font-size: 14px; line-height:30px; width:100%; background:#e5e5e5; color: #212121; display:block;  height:30px; border-right: none;border-radius:10px; margin-top:3px; margin-bottom:3px;}

	.nyban{ height:200px;}
	.mbdh{ display:block!important;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	.nydh{ display:none;}
	#xw{ display:none;}
	.bti{ display:none;}
	.whnr{ width:100%;}
	.nynr{ width:94%; padding-left:3%; padding-right:3%; margin:auto; font-size:16px; padding-top:50px; padding-bottom:0px; line-height:34px; color:#414141; text-align:justify;}
	
	.nybti{padding-bottom:0px; text-align:center;}
	
	.nyban{display:none;}
	.lxwmbt{ font-size:24px;}
table { width:100%!important;max-width:100%!important;} 
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 
table td img{ width:100%!important;height:auto!important;}

.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:94%; float:left; margin:3% 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px;}
.pro  ul li span img{ width:100%; border-radius:5px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#148a00; color:#fff;}


.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }
.n_l{ width:100%; float:left; margin-right:40px; border-top:#ff6600 solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:100%; float:left;}
.n_r h2{ color:#ff6600; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#ff6600;}
.n_r h4{ width:120px; line-height:32px; border:#ff6600 solid 1px; background-color:#ff6600; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:150px; line-height:30px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.Hnylxr{ display:none;}

.Hnylxz{width:94%; padding:0 3% 0 3%; height: auto; background:#005ca4; float:left;}


.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:60px; padding-bottom:30px;}
.Hlxnr{font-size:14px; line-height:26px; padding-left:auto; padding-bottom:30px;  padding-top:120px; height: auto; color:#FFF; border-bottom:1px dotted #FFF;}
.Hlxnr a{color:#FFF;}
.Hlxnr a:hover{color:#f9b548;}


.gck{ width:100%; height:auto; margin-bottom:40px; overflow:hidden;}
.gckimg img{ width:100%; height:232px; overflow:hidden; border-radius:30px;}
.gckimg a:hover img{ width:100%; height:242px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
#onlineService{display:none!important;}

}

#btn li{ width:220px; height:50px; line-height:50px;text-align:center; float:left; margin-right:10px; color:#212121; background:#e5e5e5; font-weight:bold; font-size:16px; list-style:none; cursor:pointer; }
#btn .aaa{ width:220px;height:50px; line-height:50px;text-align:center; color:#FFF; background:#7e7e7e; list-style:none;}
.clear{ clear:both;}
#text dd{ padding-top:50px; line-height:30px; color:#FFF;  display:none;}


.qhwz{font-size:16px;  line-height:34px; color:#414141; padding-top:20px; text-align:justify;}



.yuangong{width:48%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden;}
.yuangong a{color:#de0218; font-weight:bold;}
.yuangong span{color:#333;}
.yuangong img{width:100%!important; height:350px; object-fit: cover; margin-bottom:2%;}
.yuangong:hover img{width:110%!important; height:375px; margin-top:-25px; margin-left:-25px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


.yuangong01{width:48%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong01 img{ width:100%!important; margin-bottom:20px; height:350px;}

.yuangong02{width:17%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong02 img{ width:100%!important; margin-bottom:20px;}


.xiangmu{ width:100%; margin:auto; height:180px; border:1px solid #e2e2e2;margin-bottom:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.xiangmu:hover{border:1px solid #f15921;box-shadow: 0 0 5px rgba(7,70,147,0.2);}
.xmnrimg{ height:180px;}
.xmnrimg img{height:80px; margin-top:10px; margin-left:10px;}


.xmkuai{width:73%; padding-top:20px;}
.xmnrbt{margin-left:4%; margin-right:4%; font-weight:bold; font-size:18px; color:#414141; padding-bottom:20px; border-bottom:1px solid #e2e2e2;}
.xmnrbt01{float:left; font-size:14px; padding-left:10px; padding-right:10px;border-radius:10px; color:#FFF; line-height:26px; background:#f15921; margin-right:10px;}
.xmnr{ width:92%; margin-left:4%; margin-right:4%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.xmnr01{ width:45%; padding-top:30px; font-size:14px; line-height:32px; color:#414141; }

.xmkuai01{width:22%; height:180px; margin-top:20px; margin-bottom:20px; text-align:center; font-size:14px; color:#666666; border-left:1px solid #e2e2e2;}
.xmkuai01bt{margin-left:4%; margin-right:4%; font-size:18px; color:#414141; padding-top:20px; padding-bottom:20px;}
.xmkuai01bt span{ color:#ff6600;}
.xmnrbtn a{ margin:auto; color:#f15921; border:1px dotted #f15921; width:150px;height:40px; line-height:40px; text-align:center; display:block; font-size:16px;border-radius:3px; margin-top:30px;}
.xmnrbtn a:hover{color:#ffffff; border:none; background:#f15921;}
.xmkuai01time{margin-left:4%; text-align:center; font-size:14px; color:#414141; padding-top:20px;}

