/*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}

input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}
.clearboth30{
	width:100%;
	height:30px;
	line-height:30px;
	clear:both;
}
.container-fluid {
    max-width: 1230px !important;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearboth50{
	width:100%;
	height:50px;
	line-height:50px;
}



.zdtop{
	width:100%;
	margin:0px;
	height:100px;
	background-color:#ff8500;
}
.zdcontainer{
	width:1200px;
	margin:0 auto;
	padding:0px;
	clear:both;

}
.zdtop-con{
	width:100%;
	height:100px;
}
.zdtop-left{
	float:left;
	width:233px;
	height:100px;
}
.zdtop-right{
	float:left;
	width:900px;
	margin:0px;
	margin-left:40px;
	height:100px;
}

.zdtop-right ul{
	width:900px;
	margin:0px;
}
.zdtop-right li{
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
}
.zdtop-right li a{
	font-size:18px;
}
.banner{
	height:300px; 
	width:100%;
}
.banner .swiper1 {
      width: 100%;
      height: 300px;
}
.banner .swiper-slide {
	width: 100%;
      text-align: center;
      font-size: 18px;
      background:red;

}
.zdfloat-con{
	margin-top:100px;
	width:100%;
	clear:both;
	height:150px;
	background-color:#4c5051;
	
}
.flex-box{
	width:100%;
}
.flex-box ul{
	display:flex;
}
.flex-box ul li{
	width:300px;
	height:150px;
	flex-direction: row;
}
.flex-box-con{
	margin:0 auto;
	margin-top:20px;
	width:180px;
	clear:both;
}
.box-contxt{
	width:100%;
	height:90px;
	font-size:18px;
}
.box-contxt-left{
	float:left;
	width:90px;
	height:90px;
	
}
.box-contxt-right{
	float:left;
	width:90px;
	height:90px;
}
.box-contxt-left img{
	width:90px;
	height:90px;
}
.contxt-right-color{
	width:90px;
	color:#ff6b00;
	font-size:40px;
	font-weight:bold;
	clear:both;
}
.contxt-right-des{
	width:90px;
	color:#ffffff;
	font-size:25px;
	letter-spacing:5px;
}
.box-contxt-title{
	width:100%;
	clear:both;
	text-align:center;
	font-size:25px;
	color:#ffffff;
	letter-spacing:5px;
}
.zdserver{
	width:100%;
	background-color:#f4f4f4;
	clear:both;
}
.swiper-container{
	width:100%;
	height:500px;
}
 /* TAB样式表 */
.tabs {
  width: 900px;
  margin: 0 auto;
}
.tabs a {
  display: block;
  float: left;
  width: 200px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  text-decoration: none;
}
.tabs a.active {
   border-bottom: 6px solid #961e20;

}



.zdserver-box{
	display:flex;
	 justify-content:space-between;
	  margin-top:30px;
}
.zdserver-box-list{
	width:288px;
	height:390px;
	background-color:#ffffff;
	
	-moz-box-shadow: 10px 10px 5px #d9d9d9; /* 老的 Firefox */
	box-shadow: 10px 10px 5px #d9d9d9;
}
.server-box-con{
	width:100%; 
	height:390px; 
	clear:both;
		
}
.server-box-con ul{
	width:100%; 
	display: flex;  /* 复合属性。设置或检索伸缩盒对象的子元素如何分配空间。 */
	flex-direction: column;
	height:  390px;
}
.server-box-con ul li{
	width:100%;
}
.server-box-pic{
	width:100%;
	height:200px;
	overflow:hidden;
}
.server-box-pic img{
	width:100%;
	height:100%;
}
.server-box-title{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:25px;
	text-align:center;
	letter-spacing:5px;
}
.server-box-desc{
	width:100%;
	height:140px;
	color:#454545;
	padding:5px;
	line-height:24px;
}




.zdindex-about{
	width:100%;

}
.zdindex-about-top{
  margin-bottom:30px;
  text-align:center;
}
.zdindex-about-title{
	font-size:30px;
	font-weight:bold;
}
.zdindex-about-desc{
	font-size:14px;
}
.zdindex-about-middle{
	width:100%;
	height:320px;
	margin-bottom:30px;
}
.zdindex-about-img{
	float:left;
	width:480px;
	height:320px;
}
.zdindex-about-img img{
	width:480px;
	height:320px;
}
.about-middle-txt{
	float:left;
	width:700px;
	height:320px;
	margin-left:15px;
	line-height:50px;
}
.zdindex-case{
	width:100%;
	clear:both;
}
.zdindex-about-box{
	width:100%;
	margin-top:30px;
	clear:both;
	display:flex;
	justify-content:space-between;
}
.about-box-list{
	width:291px;
	height:310px;
	flex-direction:row;
}
.about-box-list:hover{
	width:291px;
	height:310px;
	background-color:#f9f9f9;
	flex-direction:row;
}
.about-box-img{
	width:291px;
	height:182px;
}
.about-box-img img{ 
	width:291px;
	height:182px;
}
.about-box-title{
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;

	letter-spacing:5px;
}
.about-box-desc{
	padding:15px;
	clear:both;
}
.adindex-liucheng{
	width:100%;
	clear:both;
	height:290px;
	line-height:290px;
	background-color:#4a0303;
}
.adindex-liucheng-pic{
	margin:0 auto;
	width:1293px;
	height:272px;
	line-height:272px;
	background:url(../images/liucheng.jpg) no-repeat center;
}

.zdcase-box{
	width:100%;
	margin-top:30px;
	margin-bottom:50px;
	height:320px;
	clear:both;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.zdcase-box-list{
	width:243px;
	height:300px;
	
}

.zdcase-box-pic{
	width:243px;
	height:175px;
	overflow:hidden;
}
.zdcase-box-img img{ 
	width:100%;
	min-height:175px;
}
.zdcase-box-title{
	width:243px;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	
}
.zdcase-box-desc{
	width:243px;
	clear:both;
	color:#484848;
}
.adcase-more{
	
	width:300px;
	margin:0 auto;
	height:60px;
	line-height:60px;
	text-align:center;
	border:1px solid #e4e4e4;
	background-color:#e4e4e4;
	font-size:18px;
	letter-spacing:10px;
	margin-bottom:30px;
}

.zdindex-news{
	background-color:#f4f4f4;
	width:100%;
	height:500px;
}
.zdindex-news-left{
	float:left;
	width:575px;
}
.zdindex-news-right{
	float:left;
	width:575px;
	margin-left:50px;
}
.zdindex-news-top{
	width:100%;
	
}
.zdindex-news-title{
	font-size:24px;
}
.zdindex-news-desc{
	font-size:14px;
	color:#4b4b4b;
	margin-top:5px;
	
}
.zdindex-news-box{
	width:100%;
	height:200px;
	margin-top:20px;
	display:flex;
	flex-flow: column;	
	color:#4b4b4b;
}
.news-box-list{
	flex: 1;
	width:100%;
	height:24px;
	line-height:24px;
	clear:both;
}

.news-list-title{
	float:left;
	width:500px;

}
.news-list-time{
	float:left;
	width:70px;
}

.zdonline-book{
	background-color:#300205;
	height:54px;
}
.zdonline-book-left{
	float:left;
	width:536px;
	height:141px;
	margin-top:-87px;
}
.zdonline-book-left img{
	
	width:536px;
	height:141px;

}
.zdonline-book-right{
	float:left;
	width:600px;
	height:54px;
	margin-left:40px;
	border:1px solid yellow;
	
}
.zdonline-book-right form{
	width:600px;
	height:54px;
}





.zdonline-book-name{
	float:left;
	width:156px;
	height:37px;
}
.zdname-height{

	width:156px;
	height:37px;
	padding-left:5px;
	color:#6a6b6c;
}
.zdonline-book-cotant{
	float:left;
	width:210px;
	height:37px;
}
.zdcotant-height{
	width:210px;
	height:37px;
	padding-left:5px;
	color:#6a6b6c;
}
.zdonline-book-btn{
	float:left;
	width:100px;
	height:37px;
}
.zdbtn-height{
	width:100px;
	height:37px;
	background-color:#c51d2a;
	color:#ffffff;
	border:0px;
	font-size:20px;
	font-weight:blod;
}
.zdfooter{
	width:100%;
	margin:0px;
	bottom:0px;
	background-color:#ff8500;
	color:#2f0205;
}
.zdfooter-box{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.zdfooter-box li{
	flex-direction:row;
}
.zdfooter-logo{
	width:280px;
	height:220px;
	border-right:1px solid #000000;
	background:url(../images/footer-logo.jpg) no-repeat;
	margin-right:10px;
}
.zdfooter-lx{
	width:570px;
	height:244px;
	font-size:18px;
	line-height:40px;
}
.zdfooter-gz{
	width:350px;
	height:244px;
}
.zdfooter-gz-title{
	font-size:18px;
}
.zdfooter-gz-con{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.zdfooter-gz-list{
	flex-direction:row;
	width:158px;
	height:200px;
margin-top:20px;	
}
.gz-list-pic{
	width:158px;
	height:156px;
	background:url(../images/weima.jpg) no-repeat;
}
.gz-list-txt{
	text-align:center;
	height:26px;
	line-height:26px;
}
.zdfooter-bei{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}









header{

    width:100%;
    top:0;
    left:0;
    z-index:1000;
}
.logo-box{background-color:#fff;}
.logo-box .logo{
    height:96px;
    line-height:96px;
}
.logo-box .logo img {
    max-width: 100%;
    max-height:60%;
}
.logo-box ul li{
    font-size:16px;
    line-height:30px;
    font-weight:lighter;
    color:#fff;
    margin-left:30px;
    padding-left:50px;
    margin-top:18px;
}

/*PC端导航*/
nav {
    background:#020b2a;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 14.28%;
    text-align: center;
    position: relative;
    line-height:50px;
    position: relative;
}

nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff !important;
    font-weight:lighter;
}
nav ul li a::before{
    content:"";
    width:100%;
    height:2px;
    background:#d8760d;
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
    opacity:0;
}

nav ul li a:hover,
nav ul li a.active {
    color:#d8760d !important;
}
nav ul li a:hover::before,
nav ul li a.active::before{
    opacity:1;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}

nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background: #020b2a;
}

nav ul li ul li a {
    font-size: 14px;
}

nav ul li:hover ul {
    display: block;
}



.main1 ul{
    margin:0 -10px;
}
.main1 ul li{
    width:33.33%;
    margin-top:-161px;
    padding:0 10px;
}
.main1 ul li a{
    display:block;
    background:#fff;
    transition:all .3s;
    padding:30px 20px;
}
.main1 ul li a .imgbox{
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.main1 ul li a img{
    max-height:100%;
}
.main1 ul li a .img-2{
    display:none;
}
.main1 ul li a h5{
    font-size:30px;
    font-weight:bold;
    color:#020b2a;
    text-align:center;
    margin:20px 0;
    transition:all .3s;
}
.main1 ul li a .text{
    font-size:16px;
    line-height:30px;
    height:150px;
    overflow:auto;
    color:#020b2a;
    transition:all .3s;
}
.main1 ul li a:hover{
    background:#020b2a;
}
.main1 ul li a:hover .img-1{
    display:none;
}
.main1 ul li a:hover .img-2{
    display:inline;
}
.main1 ul li a:hover h5,
.main1 ul li a:hover .text{
    color:#fff;
}

/* 关于我们 */
.gywm{
    margin:40px 0;
    position:relative;
    min-height:350px;
}
.gywm .imgbox{
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.gywm .title{
    font-size:26px;
    color:#d8760d;
    padding-bottom:15px;
    position: relative;
}
.gywm .title::before{
    content:"";
    width:100px;
    height:2px;
    background:#d8760d;
    position:absolute;
    bottom:0;
    left:0;
}
.gywm .text{
    font-size:16px;
    line-height:40px;
    max-height:560px;
    overflow: hidden;
    margin:30px 0;
}
.gywm .more{
    display:block;
    width:160px;
    line-height:45px;
    background:#020b2a;
    color:#fff;
    font-size:20px;
    text-align:center;
}
.gywm .more:hover{
    background:#d8750d;
}

/* 业务领域 */
.ywly{
   width:100%;
}
.ywly .title{
    text-align:center;
    margin:40px 0;
}
.ywly .title h5{
    font-size:26px;

}
.ywly .title p{
    font-size:16px;
    line-height:30px;
    margin-top:10px;
  
}
.ywly ul{
    font-size:0;
    text-align:center;
    margin:0 -10px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.ywly ul li{
    display:inline-block;
    width:24%;
	height:350px;
	background-color:#f9f9f9;
}
.ywly ul li:hover{
    display:inline-block;
    width:24%;
	height:350px;
	background-color:#961e20;
	border:1px solid #e4e4e4;
}
.ywly ul li a:hover{
    color:#ffffff;
}
.yw-title{
	height:40px;
	line-height:40px;
	font-size:18px;

	letter-spacing:5px;
}
.ywly ul li:hover .yw-title{
	height:40px;
	line-height:40px;
	font-size:18px;
	letter-spacing:5px;
	color:#ffffff;
}
.yw-zhaiyao{
	text-align:left;
	font-size:14px;
	line-height:24px;
	padding:2px;
}
.ywly ul li:hover .yw-zhaiyao{
	text-align:left;
	font-size:14px;
	line-height:24px;
	padding:2px;
	color:#ffffff;
}
.imgbox img{
	width:100%;
}
.ywly ul li:hover img{
	width:100%;
	opacity:0.6;
}

a.more1{
    display:block;
    width:160px;
    line-height:41px;
    border:2px solid #d8750d;
    text-align:center;
    font-size:16px;
    margin:40px auto;
    color:#fff;
}
a.more1:hover{
    background:#d8750d;
}

.title1{
    margin:40px 0;
    text-align:center;
}
.title1 h5{
    font-size:26px;
    color:#d8750d;
    margin-bottom:12px;
    padding-bottom:12px;
    position: relative;
    display:inline-block;
    border-bottom:1px solid #d8750d;
}
.title1 p{
    font-size:16px;
    color:#d8750d;
    margin-bottom:20px;
}
.title1 .text{
    font-size:16px;
    color:#999;
}

/* 新闻中心 */
.news1{
    display:block;
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 h5{
    line-height:20px;
    font-size:17px;
    color:#333;
    margin:15px 0 10px;
}
.news1 .text{
    color:#999;
    line-height:30px;
    height:90px;
    overflow: hidden;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    color:#d8750d;
}
.xwzx a.more1{
    border-color:#333;
    color:#020b2a;
}
.xwzx a.more1:hover{
    border-color:#d8750d;
    color:#fff;
}

/* 经典案例 */
.jdal{
    background:url(../images/jdal_bg.jpg) center center/cover;
    text-align:center;
    padding-top:40px;
}
.jdal h5{
    font-size:38px;
    color:#fff;
    line-height:50px;
}
.jdal p{
    font-size:16px;
    line-height:30px;
    margin-top:40px;
    color:#fff;
}
.jdal a.more1{
    background:#fff;
    border-color:#fff;
    color:#000;
}
.jdal a.more1:hover{
    background:#d8750d;
    border-color:#d8750d;
    color:#fff;
}

/* 合作伙伴 */
.hzhb{
    padding-bottom:40px;
}
.news2{
    display:block;
    border:1px solid #11162f;
    overflow: hidden;
    padding:10px;
}
.news2:hover{
    border-color:#d8750d;
}
.news2:hover .img{
    transform:scale(.9);
}

/* footer */
footer{
    background:#11162f;
}
footer h4{
    font-size:33px;
    color:#fff;
    line-height:50px;
    padding:20px 0;
    text-align:center;
}
footer h4 span{
    color:#d8750d;
    font-weight:bold;
}
footer .middle{
    border-top:1px solid #d8750d;
    border-bottom:1px solid #d8750d;
    padding:30px 0;
}
footer img.logo{
    max-width:100%;
}
footer .text1{
    line-height:30px;
    color:#fff;
    margin-top:20px;
    font-size:14px;
}
footer .con1{
    text-align:center;
    font-size:0;
}
footer .con1>div{
    display:inline-block;
    text-align:left;
}
footer .con1 h5{
    font-size:20px;
    font-weight:bold;
    color:#d8750d;
}
footer .weixin-box{
    font-size:0;
}
footer .weixin{
    display:inline-block;
    text-align:center;
    margin-left:20px;
}
footer .weixin img{
    width:120px;
    height:120px;
}
footer .weixin p{
    color:#fff;
    margin-top:5px;
    font-size:16px;
}
footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#d8750d !important;
}
footer .text2{
    font-size:16px;
    line-height:25px;
    padding:20px 0;
    text-align:center;
    color:#fff;
}

/*内页导航*/
.neiye {
    padding-bottom:50px;
}

.ny_nav .title {
    height: 78px;
    line-height: 78px;
    background: #11162f;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}

.ny_nav .title .span1.active {
    transform: rotate(180deg);
}

.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.ny_nav ul a {
    display: block;
    line-height: 40px;
    background: #eaeaea url(../images/icon6.png) no-repeat 95% center;
    font-size: 16px;
    color: #323232;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding: 0 30px 0 15px;
}

.ny_nav ul li a:hover {
    color: #e26f6f;
}

.ny_nav ul li a.active {
    background-color: #e26f6f;
    color: #fff;
}

.ny_nav dl {
    display: none;
}

.ny_nav dl.active {
    display: block;
}

.ny_nav dl dd a {
    line-height: 40px;
    text-align: center;
    color: #353535;
    background: #efefef;
    font-size: 16px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
}

.ny_nav dl dd:last-child a {
    border: none;
}

.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
    color: #2a7dc3;
}

.neiye .lxfs {
    margin-top: 35px;
}

.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}

.neiye .lxfs .imgbox img {
    width: 100%;
}

.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}

.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding-right: 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #e26f6f;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
}

.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a {
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #e26f6f;
}

.news6{
    display:block;
    padding-bottom:20px;
    border-bottom:2px solid #dcdcdc;
    position: relative;
    margin-bottom:20px;
}
.news6::before{
    content:"";
    width:215px;
    height:2px;
    background:#d8750d;
    position:absolute;
    bottom:-2px;
    left:0;
    transition:all .3s;
}
.news6 h5{
    font-size:16px;
    color:#333;
    line-height:20px;
}
.news6 .text{
    line-height:25px;
    color:#7d7d7d;
    height:50px;
    overflow: hidden;
    margin:20px 0;
}
.news6 p{
    color:#7d7d7d;
}
.news6 p span{
    margin-left:20px;
}
.news6 p span img{
    position:relative;
    top:-1px;
}
.news6 b{
    display:block;
    width:89px;
    line-height:26px;
    border:1px solid #d8750d;
    font-size:12px;
    font-weight:bold;
    color:#d8750d;
    text-align:center;
    position:absolute;
    bottom:20px;
    right:0;
}
.news6:hover::before{
    width:100%;
}
.news6:hover h5{
    color:#d8750d;
}
.news6:hover b{
    background:#d8750d;
    color:#fff;
}

.banner2{
    padding:248px 0 190px;
    text-align:center;
    color:#fff;
}
.banner2 .title h5{
    font-size:42px;
    font-weight:lighter;
}
.banner2 .title p{
    font-size:20px;
    font-weight:lighter;
    margin-top:15px;
}

.title3{
    border-bottom:1px solid #d2d2d2;
    padding:20px 0;
    font-weight:lighter;
    font-size:18px;
    margin-bottom:30px;
}
.title3 a{
    color:#000;
    transition:all .3s;
}
.title3 a:hover{
    color:#d8750d;
}

.djgz-ny{
    padding:0 5px;
}
.djgz-ny .col-md-3{
    padding:0;
}
.djgz-ny .news1{
    margin:0 10px 20px;
}

/* 附图新闻 */
.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #d8750d;
    box-shadow:3px 3px 10px rgba(216, 117, 13, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #d8750d;
}
.news5:hover b {
    background: #d8750d;
    border-color: #d8750d;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}

.title3-2{
    margin:0;
    border:none;
}
.gywm-ny{
    margin:0 !important;
}
.gywm-ny .text{
    margin:0;
    overflow:auto;
}

.news3{
    display:block;
}
.news3 .imgbox{
    border-radius:50%;
    overflow: hidden;
    background:#ccc;
}
.news3 h5{
    font-size:18px;
    font-weight:lighter;
    line-height:20px;
    margin:15px 0 10px;
    text-align:center;
    color:#e26f6f;
}
.news3 .text{
    font-weight:lighter;
    color:#999;
    height:50px;
    line-height:25px;
    overflow: hidden;
}
.news3:hover .img{
    transform:scale(1.1);
}

.lxwm-ny img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
.lxwm-ny .text{
    line-height:60px;
    color:#333;
}

.ywly-ny{
    padding-bottom:40px;
}


/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}

.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}

.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}

.xqy .con {
    line-height: 25px;
}

.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}






/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/*右侧悬浮*/
.suspend_nav {
    background: #11162f;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.suspend_nav .list:last-child {
    border: none;
}

.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #d8750d;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}

.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}

.suspend_nav .list p {
    position: relative;
    z-index: 2;
}

.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}

.suspend_nav .top i {
    font-size: 25px;
}

.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}

.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}

.suspend_nav .list:hover {
    color: #fff;
}

.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}

.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.suspend_nav ul li .list {
    border: none;
}

.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #11162f;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}

.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #11162f;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}

.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}

.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}

.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}

.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #11162f;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11162f;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}

.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #11162f;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}

.suspend_nav ul li .popup p {
    font-size: 16px;
}

.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}

.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}

.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}

/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #11162f;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media (max-width:1199px){
   
}
@media (max-width:991px) {
    header{
        position:initial;
        background:#020b2a;
    }
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }

    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }

    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #d8750d;
    }

    header .sjdnav li:last-child {
        border: none;
    }

    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #d8750d;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #d8750d;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .neiye {
        padding: 20px 0 30px;
    }

    .ny_nav {
        margin-bottom: 20px;
    }

    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }

    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        background: none;
        margin-top: 1px;
        border: 1px solid #eee;
    }

    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }

    .ny_nav dl.active {
        display: none;
    }

    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .main1 ul{
        margin-top:20px;
    }
    .main1 ul li{
        margin:0;
    }
    .main1 ul li a{
        border:1px solid #020b2a;
    }
    .gywm::before{
        display:none;
    }
    .gywm .text{
        margin:20px 0;
    }
    .gywm{
        min-height: initial;
    }
    .ywly ul li{
        width:33.33%;
        margin-bottom:20px;
    }
    .ywly a.more1{
        margin-top:20px;
    }
    footer{
        text-align:center;
    }
    footer .weixin-box{
        float:none !important;
    }
    footer .con1{
        margin:30px 0;
    }
    footer .con1 > div{
        text-align:center;
    }
    .banner2{
        padding:100px 0;
    }
    .lxwm-ny .text{
        margin-top:20px;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }

    header .sjdnav {
        top: 80px;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
    }

    header .ydd_btn span {
        height: 4px;
    }

    header .ydd_btn span.span02 {
        margin: 3px 0;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }

    #myCarousel .carousel-indicators {
        bottom: 2px;
    }

    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }

    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .news6::before{
        width:100px;
    }
    .main1 ul{
        margin:20px -5px 0;
    }
    .main1 ul li{
        padding:0 5px;
    }
    .main1 ul li a{
        padding:10px;
    }
    .main1 ul li a .imgbox{
        height:40px;
    }
    .main1 ul li a h5{
        font-size:16px;
    }
    .main1 ul li a .text{
        font-size:14px;
        line-height:25px;
        height:100px;
    }
    .gywm{
        margin:30px 0;
    }
    .gywm .text{
        font-size:14px;
        line-height:25px;
        max-height:375px;
    }
    .gywm .title{
        font-size:20px;
    }
    .gywm .more{
        width:120px;
        line-height:35px;
        font-size:16px;
    }
    .ywly ul{
        margin:0 -5px;
    }
    .ywly ul li{
        padding:0 5px;
        margin-bottom:10px;
    }
    .ywly a.more1{
        margin-top:15px;
    }
    .ywly ul li a .imgbox{
        height:40px;
    }
    .ywly ul li a .text{
        line-height:25px;
        height:75px;
    }
    .ywly ul li a h5{
        margin:10px 0;
    }
    a.more1{
        width:120px;
        line-height:35px;
        margin:30px auto;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
        padding-bottom:5px;
        margin-bottom:5px;
    }
    .title1 p{
        font-size:12px;
        margin-bottom:10px;
    }
    .title1 .text{
        font-size:14px;
    }
    .news1 .text{
        line-height:25px;
        height:75px;
    }
    .jdal{
        padding-top:30px;
    }
    .jdal h5{
        font-size:20px;
        line-height:30px;
    }
    .jdal p{
        font-size:14px;
        line-height:25px;
        margin-top:20px;
    }
    .hzhb{
        padding-bottom:30px;
    }
    footer h4{
        font-size:18px;
        line-height:30px;
    }
    footer .text1{
        line-height:25px;
    }
    footer .weixin p,
    footer .text2{
        font-size:14px;
    }
    .djgz-ny{
        padding:0 10px;
    }
    .djgz-ny .news1{
        margin:0 5px 10px;
    }
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }

    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }

    .news5 .text_box {
        padding: 0 0 0 130px;
    }

    .news5 h5 {
        font-size: 16px;
    }

    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .banner2{
        padding:60px 0;
    }
    .banner2 .title h5{
        font-size:30px;
    }
    .banner2 .title p{
        font-size:14px;
    }
    .lxwm-ny .text{
        line-height:25px;
    }
    .ywly .title{
        margin:30px 0;
    }
    .ywly-ny{
        padding-bottom:20px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .main1 ul li{
        width:100%;
    }
    .main1 ul li:nth-child(2){
        margin:10px 0;
    }
    .ywly ul li{
        width:50%;
    }
}