@charset "utf-8";/* CSS Document */
html { font-size: 62.5%; height: 100%; scroll-behavior: smooth; }
body { margin: 0 auto; font-family: "Microsoft YaHei", Arial, Lucida, Verdana, Helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; height: 100%; background: #fff; width: 100%; /*max-width: 1920px;*/ overflow-x: hidden; color:#333; }
img { border: none; }
ul li { list-style-type: none; }
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span, em,div { margin: 0; padding: 0; list-style: none; color: #333; }
img { transition: 0.5s; }
a { text-decoration: none; color: #333; outline: none; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; }
h1, h2 { margin: 0; padding: 0; font-weight: normal; color: #333; }
.clear { clear: both; }
input, textarea, select { font-family: "Microsoft YaHei", Arial, Lucida, Verdana, Helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; color: #999999; border: none; outline: none; }
.fl { float: left; }
.fr { float: right; }
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block }
input[type= "button"], input[ type="submit" ], input[type="reset"] { -webkit-appearance: none; }
button { border-radius : 0px; -webkit-border-radius: 0px; }
::selection { color: #fff; background: #79175c; }
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }
.fons0 { font-size: 0px; font-size: 0rem; }


/*清除浮动*/
.clear:before,
.clear:after{content: '';/*display: table;	*/clear: both;}
.clear{*zoom:1;}
/* 不换行 */
.no-wrap{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.no-wrap2{ overflow:hidden;    
    display: -webkit-box;            /*将对象作为弹性伸缩盒子模型显示 。*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;            /* 可以用来多行文本的情况下，用省略号“...”隐藏超出范围的文本 。*/
    -webkit-box-orient: vertical;      /* 设置或检索伸缩盒对象的子元素的排列方式 。*/
            /* 限制在一个块元素显示的文本的行数。*/   }



@media screen and (min-width:1000px) {
.zong { width: calc(100% - 130px); max-width: 1300px; margin: auto;} 
}
@media screen and (max-width:999px) {
.zong { width: 95%; margin: auto;} 
}

a:hover img { transform: scale(1.1, 1.1) }
a:hover{ color:#79175c; }


.header{ /*background: linear-gradient(to bottom, rgba(98, 8, 70, 0.9), rgba(98, 8, 70, 0));*/ background: linear-gradient(
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0)
	);  padding:20px 0px 30px 0px; top:0px; z-index:9999999; width:100%; /*position:fixed;*/  position:absolute;}
.logo{ float:left; width:450px; margin-top:5px; }
.logo a,.logo img{ display:block; width:100%; height:auto; }
.logo a:hover img{ transform: scale(1, 1)}

.header_right{ float:right;  width:calc(100% - 490px); }
.header_right a,.header_right span,.header_right li{ color:#79175c; }

.header_rtop{ line-height:26px;  }
.header_rlinks{ float:right; margin-right:50px;}
.header_rlinks a,.header_rlinks span{ font-size:16px; font-size:1.6rem; }
.header_rlinks a:hover{ text-decoration:underline; }
.header_rlinks span{ margin:0px 3px; }


/*  sousuo  */
.sousuo .sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#cccccc; opacity:1 }
.sousuo .sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#cccccc; opacity:1 }
.sousuo .sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#cccccc; opacity:1 }
.sousuo .sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#cccccc; opacity:1 }

.sousuo{  width:36px; height:28px; float:right; transition:0.5s; position:relative; }
.sousuo form{ width:300px; height:0px; overflow:hidden; position:absolute;  top:42px; background:#fff; border-radius:4px; color:#222; border:0px solid #79175c; right:-5px; transition:0.5s; z-index:99999}

.sousuof form{ height:45px; border:1px solid #79175c;}

.sousuo select{ width:80px; height:33px; line-height:33px;  border-radius:4px; text-align:center; cursor:pointer; position:absolute; left:0px; top:0px; background:none; color: #ffffff; font-size:14px; font-size:1.4rem; z-index:9999999}
.sousuo option{ cursor:pointer; color: #333333;}
.sousuo .icon-sousuo:before{ color:#fff; }
.sousuo .sou{width: 260px;height:43px;line-height:43px; border-radius:4px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#333333; background:none;}
.sousuo .suo{width:26px;height:45px; float:right; background:none; position:relative; z-index:9999999; border-radius:4px; cursor:pointer;}
.sousuo .sou2,.sousuo .sou1{ width:26px; height:43px; text-align:center; line-height:10px; position:absolute; right:0px; top:0px;  cursor:pointer; z-index:99990;  transition:1s;  }
.sousuo .sou2{ height:28px; }
.sousuo .sou1{ background:url(../images/search2.png) no-repeat center; }
.sousuo .sou2{ background:url(../images/search.png) no-repeat center; }


/*phone  sousuo  */
.sousuo2_sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#cccccc; opacity:1 }
.sousuo2_sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#cccccc; opacity:1 }
.sousuo2_sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#cccccc; opacity:1 }
.sousuo2_sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#cccccc; opacity:1 }
.sousuo2 {   }
.sousuo2 form { width: 100%; height: 34px; overflow: hidden; border: solid 1px #adacac; transition: 0.5s; z-index: 99999; border-radius:15px; overflow:hidden;   z-index: 9999;  position: relative;}
.sousuo2_sou { width: 100%; height: 32px; line-height: 32px; padding-left: 10px; padding-right: 32px; font-size: 14px; font-size: 1.4rem; background: none; color: #cccccc; }
.sousuo2_suo { width: 32px; height: 32px; position: absolute; right: 0px; top: 0px; background: none; z-index: 9999999; cursor: pointer; }
.sousuo2_sou2, .sou1 { display: block; width: 32px; height: 25px; text-align: center;  position: absolute; right: 0px; top: 0px;  cursor: pointer; z-index: 99990 }
.sousuo2_sou2 { color: #474747; left: 0px; top: 0px; z-index: 1; text-align: center; font-size: 12px; display: none; }
/*.sousuof form{ height:70px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:10px;}*/
.sousuo2_sou1{ background:url(../images/search2.png) no-repeat;  margin-top:4px; margin-right:5px;}


.nav {   display: flex;  flex-wrap: wrap; justify-content: flex-end; }
.nav>li {  z-index: 999;  position: relative; /*width:12.5%; text-align:center; */ margin-left:25px;}
.nav>li:first-child{ margin-left:0px; }
.nav>li>a { display: block; font-size: 20px; font-size: 2rem;  line-height: 35px; padding: 10px 0px; color: #79175c; cursor: pointer; position: relative;  }
.nav>li:hover>a {  font-weight:bold; }
.navxz>a { font-weight:bold !important;  }
.nav>li:last-child { margin-right: 0px; }
.yijikuang { background: #f9f9f9; position: absolute; width: 220px; /*left: 50%; transform: translateX(-50%); */ left:-10px; top: -9999px; }
.yiji { background: #f9f9f9; }
.yiji li { position: relative; transition: 0.5s; }
.yiji li a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 0px; color: #333333; position: relative; padding: 7px 15px;  line-height:26px;  }
.yiji li:hover>a { background: #79175c; color: #fff; }
.yiji li:hover>a em { opacity: 1 }
.erji { position: absolute; width: 226px; top: -9999px; left: 100%; padding-left: 6px; }
.erji li { background: #f9f9f9; }
.sanji { position: absolute; width: 220px; background: #f9f9f9; top: -9999px; left: 100%; padding: 10px 0; }
.nav>li:hover .yijikuang { top: 55px; }
.nav>li:hover .yiji>li>a { line-height: 25px; }
.yiji>li:hover .erji { top: 0px; }
.yiji>li:hover .erji>li>a { line-height: 25px; }
.erji>li:hover .sanji { top: 0px; }
.erji>li:hover .sanji>li>a { line-height: 25px; }

.xnav{ display:none; float:right; }	
.nav_kuang{ display:none; }
.phone_nav { position: fixed; width: 35px; height: 24px; background: #79175c; right: 2.5%; top: 30px; cursor: pointer; border-radius: 5px; z-index: 999999999 }
.phone_nav span { display: block; width: 20px; height: 2px; background: #ffffff; position: absolute; left: 50%; margin-left: -10px; top: 50%; transition: 0.8s; z-index: 99999991 }
.phone_nav .nav1 { margin-top: -1px; }
.phone_nav .nav2 { margin-top: -8px; }
.phone_nav .nav3 { margin-top: 6px; }
.phone_nav:hover .nav1 { width: 25px; }
.navh .nav1 { transform: rotate(45deg) }
.navh .nav2 { transform: rotate(-45deg); width: 10px; margin-left: -1px; margin-top: -5px; }
.navh .nav3 { transform: rotate(-45deg); width: 9px; margin-top: 3px; margin-left: -8px; }
.navh:hover .nav2 { margin-top: -8px; margin-left: 7px; }
.navh:hover .nav3 { margin-top: 5px; margin-left: -12px; }
.smdaohang { position: fixed; width: 100%; height: 0px; overflow: auto; top: 0px; right: 0px; background: #79175c; z-index: 9999999; transition: 0.8s; text-align: center; }
.smdaohangh { right: 0px; top: 0px; height: 100%; }
.topnav { margin: auto; margin-top: 30px; padding: 20px; }
ul.topnav li { text-align: left; position: relative; }
ul.topnav li a { padding: 15px 5px; padding-left: 0px; color: #fff; display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-right: 50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif; }
ul.topnav ul { display: none; }
ul.topnav ul li { clear: both; }
ul.topnav ul li a { padding: 10px 5px; padding-left: 20px; font-size: 14px; font-size: 1.4rem; font-weight: normal; outline: 0; border: none; }
ul.topnav ul li a:hover { }
ul.topnav ul ul li a { padding-left: 40px; font-size: 12px; font-size: 1.2rem; }
ul.topnav ul ul { border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5); }
ul.topnav ul ul ul li a { padding-left: 60px; }
ul.topnav span { display: block; position: absolute; right: 0px; top: 15px; width: 20px; height: 20px; background: #fff; background: rgba(255,255,255,0.6); cursor: pointer; border-radius: 50%; transition: 0.5s; }
ul.topnav span:before { content: ""; width: 6px; height: 2px; background: #333; position: absolute; left: 50%; margin-left: -3px; top: 50%; margin-top: 0px; transform: rotate(45deg); transform-origin: right center }
ul.topnav span:after { content: ""; width: 6px; height: 2px; background: #333; position: absolute; left: 50%; margin-left: -3px; top: 50%; margin-top: -1px; transform: rotate(-45deg); transform-origin: right center; transition: 0.5s; }
ul.topnav span.yizi { transform: rotate(90deg) }
.smdaohang form { margin-top: 10px; margin-bottom: 15px; width: 220px; height: 36px; border: 1px solid #fff; position: relative; background: #fff; }
.smdaohang form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 34px; line-height: 34px; display: block; float: left; border-radius: 10px; }
.smdaohang form .ipsc { width: 20%; height: 34px; line-height: 34px; display: block; float: right; background: transparent; position: relative; z-index: 99; }
.smdaohang form i { position: absolute; right: 10px; top: 6px; }


.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; }
/*
.banner .slick-arrow{ position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -31px; width: 62px; height: 62px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

.banner .slick-prev{ left: 0; background-image: url("../imagesjtl1.png"); background:red; cursor: pointer; }

.banner .slick-next{ right: 0; background-image: url("../imagesjtr1.png"); ursor: pointer; }
*/
.banner .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 22px; text-align: center; font-size: 0; letter-spacing: 0;  width:100%; max-width:1300px; margin: 0 auto;  }
.banner .slick-dots li { margin:0px 10px; display: inline-block; *display: inline; *zoom: 1; }
.banner .slick-dots a { display: block; width: 13px; height: 13px; background:rgb(113,10,83,0.7);border-radius:50%; cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.banner .slick-dots li.slick-active a { background:#710a53; cursor: pointer; }
.banner.hide { display: none; }
 @media screen and (max-width: 959px) {
.banner { display: block; }
.banner.hide { display: block; }
.banner .slick-arrow { display: none !important; }
  { bottom: 10px; }
.banner .slick-dots li { margin: 0 5px; }
.banner .slick-dots a { width: 10px; height: 10px; }
.banner2 { display: none;} 
}
.slick-list, .slick-slider, .slick-track { position: relative; display: block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden }
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { overflow: hidden; margin: 0; padding: 0 }
.slick-list:focus { outline: 0 }
.slick-list.dragging { cursor: pointer; cursor: hand }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { top: 0; left: 0 }
.slick-track:after, .slick-track:before { display: table; content: '' }
.slick-track:after { clear: both }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px }
[dir=rtl] .slick-slide { float: right }
.slick-slide img { display: block; /*max-width:100%;*/ width:100%; height:100vh;  }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }
.slick-dots .slide-count { display: none; }
.slick-slide { position: relative; }



.ipart1{ margin-top:70px; }
.ipart1 .zong{ border-radius:20px; box-shadow:0px 0px 25px rgb(0,0,0,0.2); /*padding:19px 0px 9px;*/ }
.ipart1 ul{ display:flex; flex-wrap: wrap; justify-content: center;}
.ipart1 li{ width:16.6%; height:130px; position:relative;  }
.ipart1 li a{ position:absolute;  top:-25px; min-height:180px; left:0px; display:block; width:100%; padding-top:50px; }
.ipart1 li a:hover{ background:#710a53; }
.ipart1 li span{ line-height:40px; margin-top:2px; font-size:18px; font-size:1.8rem; color:#710a53; }
.ipart1 li img{}
.ipart1 li img,.ipart1 li span{ display:block; margin:0 auto; text-align:center; }
.ipart1 li a:hover span{ color:#fff; }
.ipart1 li a:hover img{   filter: brightness(0) invert(1);}

.index_title{ color:#710a53; font-size:26px; font-size:2.6rem; line-height:40px; }
.index_title a{ color:#710a53;}

.ipart2{ padding-top:40px; }
.ipart2 .index_title{ text-align:center; margin-bottom:30px;}

.ipart2_left{ float:left; width:805px;   }
.ipart2_left li{ width:390px; border:solid 1px #d9d9d9; }
.ipart2_left li:nth-child(2n-1){ float:left; }
.ipart2_left li:nth-child(2n){ float:right; }
.ipart2_lpic{ width:100%; height:261px;  }
.ipart2_lpic a{ overflow:hidden; }
.ipart2_lpic a,.ipart2_lpic img{ display:block; width:100%; height:100%; }
.ipart2_ldate{ margin-top:-17px; position:relative; margin-left:20px; width:100px; text-align:center;  color:#fff; line-height:36px; background:#710a53; }
.ipart2_ltitle{ text-align:center; margin:9px 20px 19px; }
.ipart2_ltitle a{  -webkit-line-clamp: 2; line-height:24px; height:48px; font-size:16px; font-size:1.6rem;  }
.ipart2_ltitle a:hover{}

.ipart2_right{ float:right; width:calc(100% - 835px);  }
.ipart2_right li{ display:flex; flex-wrap: wrap; align-items: center; margin-top:28px; }
.ipart2_right li:first-child{ margin-top:0px; }
.ipart2_rdate{ width:70px; text-align:center;  color:#79175c; line-height:25px;  padding:10px 0px; border-right:solid 1px #79175c; }
.ipart2_rri{ font-size:24px; font-size:2.4rem; color:#79175c; }
.ipart2_rny{ color:#79175c;}
.ipart2_rtitle{ width:calc(100% - 70px); padding-left:17px;  }
.ipart2_rtitle a{  -webkit-line-clamp: 2; font-size:16px; font-size:1.6rem; line-height:24px; height:48px; }
.ipart2_rtitle a:hover{}


.index_part1{ margin-top:64px; padding-top:38px; background:url(../images/index-part1bg.jpg) no-repeat top center; background-size:cover; padding-bottom:77px;  }
.index_part1 .zong{  display:flex; flex-wrap: wrap; }
.ipart3,.ipart4,.ipart5{ width:31%; float:left; }
.ipart3,.ipart4{  margin-right:3.5%; }
/*.ipart3{}
.ipart3 ul{  margin-top:-3px;}
.ipart3 li{ background:#fff; position:relative; padding:63px 30px 15px;  margin-top:71px;}
.ipart3_date{ position:absolute; left:30px; top:-30px; background:#710a53; color:#fff; text-align:center;  width:95px; line-height:28px; padding:16px 0px; }
.ipart3_date span{ display:block; color:#fff; font-family:Candara; }
.ipart3_dri{ font-size:40px; font-size:4rem; }
.ipart3_dny{ font-size:24px; font-size:2.4rem; margin-top:6px; }
.ipart3_title{ margin-top:13px;}
.ipart3_title a{ font-size:18px; font-size:1.8rem; line-height:32px; height:64px;  -webkit-line-clamp: 2; }
.ipart3_title a:hover{}

.ipart4{}
.ipart4 li{ background:#fff; padding: 17px  30px 16px 30px; margin-top:43px; }
.ipart4_title{}
.ipart4_title a{ line-height:32px; height:64px; font-size:20px; font-size:2rem;  -webkit-line-clamp: 2; }
.ipart4_date,.ipart4_add{ font-size:16px; font-size:1.6rem; line-height:32px; color:#666; padding-left:27px; }
.ipart4_date{ background:url(../images/ipart4-icon1.png) no-repeat left center; margin-top:21px; }
.ipart4_add{ background:url(../images/ipart4-icon2.png) no-repeat left center; }

.ipart5{}
.ipart5 li{ background:#fff; padding: 17px  30px 16px 30px; margin-top:43px;  }
.ipart5_title{}
.ipart5_title a{ font-size:20px; font-size:2rem; line-height:32px; height:64px;  -webkit-line-clamp: 2;}
.ipart5_title a:hover{}
.ipart5_date{ line-height:24px; font-size:16px; font-size:1.6rem; color:#666; font-family:Candara;margin-top:4px; margin-bottom:12px; }
.ipart5_wz{ -webkit-line-clamp: 2; line-height:22px; height:44px;  }*/


.ipart6{ background:#f7f7f7; padding:45px 0px 88px 0px; }
.ipart6 .index_title{ margin-bottom:40px; }
.ipart6 .index_title a,.ipart6 .index_title span{ color:#710a53; }
.ipart6 .index_title span{ margin-top:8px; margin-left:7px; }
.ipart6 .index_title img,.ipart6 .index_title span{ display:block; float:left; }
.ipart6_kuang{ background:#fff;  box-shadow: 0px 0px 25px rgb(113, 10, 83, 0.2); padding:38px 35px;  display:flex; flex-wrap: wrap; justify-content: center;}

.ipart6_left{ width:408px; height:315px; }
.ipart6_left a{ position:relative; overflow:hidden; width:100%; height:100%; }
.ipart6_left_img{ width:100%; display:block; height:100%; }
.ipart6_left a,.ipart6_left img{ display:block;  }

.ipart6_licon{ position:absolute; left:50%; top:50%; margin-left:-41px; margin-top:-41px; }

.ipart6_right{ width:calc(100% - 408px); display:flex; flex-wrap: wrap; padding-left:43px; align-content: space-between;  justify-content: space-between;}
.ipart6_right ul{ width:47.5%; }
.ipart6_right li{  display:flex; flex-wrap: wrap; background:#ff; box-shadow:0px 0px 15px rgb(0,0,0,0.3); min-height:142px; border-radius:15px; overflow:hidden;}
.ipart6_rtitle{  background:#79175c;   width:66px; text-align:center; display:flex; flex-wrap: wrap; }
.ipart6_rtitle a{ display:block;  color:#fff; font-weight:600;   font-size:20px; font-size:2rem;  text-align:center;  writing-mode: vertical-rl; /* 竖向排列，从右到左 */ margin:0 auto; letter-spacing:6px;
  } 
.ipart6_rwz_div{ width:calc(100% - 66px);  padding:10px 22px; display: flex;  flex-wrap: wrap; align-items: center;  }
.ipart6_rwz{ line-height:30px; width:100%; }
.ipart6_rwz a{ font-size:16px; font-size:1.6rem; }

.ipart7{ background:url(../images/ipart7.jpg) no-repeat top center; background-size:cover; padding:35px 0px 82px 0px; }
.ipart7 .index_title{ text-align:center; color:#fff; }
.ipart7 .index_title a{ color:#fff; }

.ipart7_div{ padding-top:45px; }
.ipart7_div ul{  }
.ipart7_div li{ width:32%; margin-right:2%; background:#fff; float:left; }
.ipart7_div li:nth-child(3n){ margin-right:0px; }
.ipart7_div li a{ display:block; width:100%; padding:22px; }
.ipart7_dpic{ width:147px; height:84px; float:left; overflow:hidden; }
.ipart7_dpic img{ display:block; width:100%; height:100%; }
.ipart7_dright{ float:right; width:calc(100% - 165px); }
.ipart7_drtitle{  -webkit-line-clamp: 2; line-height:24px; font-size:18px; font-size:1.8rem; height:48px; }
.ipart7_date{ font-size:18px; font-size:1.8rem; color:#666; line-height:24px; font-family:Candara; margin-top:11px;}

.ipart8{ padding:90px 0px 35px 0px; }
.ipart8 ul{ display:flex; flex-wrap: wrap; justify-content: flex-start; }
.ipart8 li{ border:solid 1px #cecece; width:17%; max-width:220px; max-height:99px; margin-right:3.75%; margin-bottom:30px; }
.ipart8 li:nth-child(5n){ margin-right:0px; }
.ipart8 li a,.ipart8 li img{ display:block; width:100%; height:100%; }
.ipart8 li a{ overflow:hidden; }
.ipart8 li img{}  


.ipart9{}
.ipart9 li{ background:#fff;width:100%; display:flex; align-items: center; justify-content: space-between; margin-top:30px; padding:15px 12px; }
.ipart9_date{ text-align:center; width:80px; border-right:solid 1px #ccc; }
.ipart9_date div{ color:#710a53;  }
.ipart9_dri{ font-size;28px; font-size:2.8rem; font-weight:bold;  line-height:30px;}
.ipart9_dyn{ line-height:24px;}
.ipart9_title{ width:calc(100% - 80px); padding-left:10px; }
.ipart9_title a{ display:block; width:100%; -webkit-line-clamp: 2; font-size:18px; font-size:1.8rem; line-height:28px; height:56px; }

.footer{ background:url(../images/footer-bg.jpg) no-repeat top center; background-size:cover; padding:62px 0px 25px 0px; color:#fff; line-height:28px; }
.footer a,.footer span,.footer p,.footer li,.footer div{ color:#fff; }

.flinks{}
.flinks a{ float:left; margin-right:30px; font-size:16px; font-size:1.6rem; }
.flinks a:hover{ text-decoration:underline; }

.fdiv{ padding-top:62px; padding-bottom:48px; }
.fleft{ float:left; width:50%;}
.fleft_logo{ width:100%; max-width:467px; }
.fleft_logo a,.fleft_logo img{ display:block; width:100%; }
.fleft_add{ margin-top:36px; }
.fleft_logo a:hover img{ transform: scale(1, 1)}

.fright{ float:right; width:47%; text-align:right; margin-top:7px; vertical-align: top; font-size:0; }
.fright_div{ display:inline-block; margin-left:20px; width:122px; text-align:center;  vertical-align: top; }
.fright_div:first-child{ margin-left:0px; }
.fright_div img,.fright_div span{ display:block; margin:0 auto; }
.fright_div img{ width:100%; }
.fright_div span{ margin-top:10px; line-height:22px; font-size:14px; font-size:1.4rem; }

.banquan{ padding-top:25px; border-top:solid 1px #fff; text-align:center;    }





.con{ padding:0px 0px 35px 0px; }

.con_titlediv{}
.con_title{ background:#710a53; color:#fff; text-align:center; font-weight:bold; width:270px; line-height:58px; font-size:24px; font-size:2.4rem; position:relative; margin-top:-58px; z-index:99999; }

.left{ float:left; width:270px; }
.left_nav{ background:#fafafa; }

.lNav{ cursor:pointer; }
.lNav {  line-height:26px; padding:15px 20px 15px 50px;  }
.lNav a{  font-size:18px; font-size:1.8rem; /*display:block;*/ }
.lNav:hover{ color:#fff; background:#c768ab;  }
.lNav:hover a{color:#fff;  }

.currentDt1{ color:#fff; background:#c768ab; }
.currentDt1 a{ color:#fff;  }
.navContent1{ display: none; }
.navcontent1 li{ position:relative}
.navContent1 li a{ display:block;  font-size:16px; font-size:1.6rem; line-height:30px; padding:5px 10px 5px 55px;   color:#666666;  } 
.navContent1 li:hover>a{  color:#c768ab; }
.navContent1_xz{ color:#c768ab !important; }
.navContent1 li ul{ padding-left:10px; }
.navContent1 li ul li{ font-size:14px; font-size:1.4rem; }

.right{ float:right; width:calc(100% - 320px); }
.right_top{ padding-top:10px; line-height:50px; border-bottom:solid 2px #710a53; margin-bottom:20px; }
.right_title{ color:#710a53; font-size:20px; font-size:2rem; float:left; }
.brow{   text-align:right; float:right; }
.brow a,.brow span{ display:inline-block;}
.brow span{ margin:0px 3px; }

.list{}
.list ul{ margin-bottom:20px; }
.list li{ background:url(../images/list-libg.jpg) no-repeat left center; padding-left:20px; line-height:56px; border-bottom:solid 1px #cfcfcf;  }
.list_left{ float:left; width:calc(100% - 120px); }
.list_left a{  font-size:18px; font-size:1.8rem; }

.list_right{ float:right; color:#666666; }



.hyjz{ }
.hyjz ul{ display:flex; flex-wrap: wrap; }
.hyjz li{ width:31%; box-shadow:0px 0px 20px rgb(0,0,0,0.15);  padding:20px 25px 14px 25px; margin:20px 0px; margin-right:3.5%; }
.hyjz li:nth-child(3n){ margin-right:0px; }
.hyjz a{ display:block; width:100%; }

.hyjz_title{ font-size:20px; font-size:2rem; line-height:32px; height:64px;-webkit-line-clamp: 2; margin-bottom:18px; }
.hyjz_date,.hyjz_add{ color:#666; font-size:16px; font-size:1.6rem; padding-left:30px; line-height:35px; }
.hyjz_date{ background:url(../images/ipart4-icon1.png) no-repeat left center; }
.hyjz_add{ background:url(../images/ipart4-icon2.png) no-repeat left center; }
.hyjz a:hover .hyjz_title{ color:#710a53;  }


.listpic{}
.listpic ul{}
.listpic li{ margin-bottom:25px; }
.listpic_pic{ float:left; width:270px; height:170px;  overflow:hidden;}
.listpic_pic a,.listpic_pic img{ display:block; width:100%; height:100%; }
.listpic_right{ float:right; width:calc(100% - 300px); margin-top:15px; }
.listpic_rtitle{}
.listpic_rtitle a{ font-size:18px; font-size:1.8rem; line-height:28px;  }
.listpic_rtitle a:hover{}
.listpic_rdate{ color:#999; line-height:24px; margin:7px 0px 10px 0px;  }
.listpic_rwz{}
.listpic_rwz a{ color:#666; font-size:16px; font-size:1.6rem; line-height:24px; height:48px; -webkit-line-clamp: 2;}
.listpic_rwz a:hover{ color:#c768ab; }

.szdw{}
.szdw ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.szdw li{   width:48.5%;  border:solid 1px #dadada; padding:15px; margin-bottom:25px;  }
.szdw_pic{ width:150px; height:200px;  overflow:hidden; float:left; }
.szdw_pic a,.szdw_pic img{ display:block; width:100%; height:100%; }
.szdw_right{ float:right; width:calc(100% - 170px); margin-top:10px; }
.szdw_title{ line-height:30px; margin-bottom:5px; }
.szdw_title a{ font-size:18px; font-size:1.8rem; font-weight:bold; }
.szdw_title a:hover{}
.szdw_div{}
.szdw_div p{ line-height:26px; margin:5px 0px; word-wrap: break-word;}
.szdw_div p span,.szdw_div p a,.szdw_div p{font-size:16px; font-size:1.6rem; }


.szdw2{}

.szdw2_nav{ text-align:center; padding:10px 0px; }
.szdw2_nav li{display:inline-block; margin:0 10px; margin-bottom:20px;  }
.szdw2_nav li a{ display:block; border:solid 1px #710a53; font-size:20px; font-size:2rem; border-radius:25px; padding:13px 65px; }
.szdw2_nav li a:hover{ background:#710a53; color:#fff; }
.szdw2_navxz{ background:#710a53; color:#fff; }



.szdw2 ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.szdw2 li{   width:31%; margin-right:3.5%;  border:solid 1px #dadada; padding:15px; margin-bottom:25px;  }
.szdw2 li:nth-child(3n){ margin-right:0px; }
.szdw2_pic{ width:150px; height:200px;  overflow:hidden; float:left; }
.szdw2_pic a,.szdw2_pic img{ display:block; width:100%; height:100%; }
.szdw2_right{ float:right; width:calc(100% - 170px); margin-top:10px; }
.szdw2_title{ line-height:30px; margin-bottom:5px; }
.szdw2_title a{ font-size:18px; font-size:1.8rem; font-weight:bold; }
.szdw2_title a:hover{}
.szdw2_div{}
.szdw2_div p{ line-height:26px; margin:5px 0px; word-wrap: break-word;}
.szdw2_div p span,.szdw2_div p a,.szdw2_div p{font-size:16px; font-size:1.6rem; }

.nr{}
.nr_title{ font-size:22px; font-size:2.2rem; font-weight:bold; text-align:center; line-height:35px;  }
.nr_date{ text-align:center; font-size:16px; font-size:1.6rem; line-height:28px;  margin-top:15px;  }
.nr_wz{ border-top:solid 1px #dadada;  padding-top:25px; margin-top:15px; }


.szdwnr{  }
.szdwnr_top{}
.szdwnr_tpic{ width:200px; float:left;  }
.szdwnr_tpic img{ display:block; width:100%; }
.szdwnr_tright{ float:right; width:calc(100% - 230px); font-size:16px;  line-height:26px; }
.szdwnr_tright p{ padding:8px 0px; }
.szdwnr_trxnwzw{ }
.szdwnr_tright span{ font-weight:bold; }
.szdwnr_nr{ margin-top:20px;  }

.szdwnr2{ margin-top:20px; }
.szdwnr2_title{  }
.szdwnr2_title span{ background:#710a53; color:#fff; padding:7px 13px; line-height:28px; display:inline-block;  border-top-left-radius:7px; border-top-right-radius:7px; font-size:16px; font-size:1.6rem; }
.szdwnr2_kuang{border:solid 1px #710a53; border-radius:5px;   padding:15px; }
.szdwnr2_div{   overflow-y: auto;  max-height:250px;}


.nybanner{ }
.nybanner img{ display:block; width:100%; }


@media screen and (max-width:1419px) {
.logo{ width:380px; }
.header_right{ width:calc(100% - 410px); }
.nav>li>a{ font-size:18px; font-size:1.8rem; } 
.nav>li{ margin-left:18px; }
}

@media screen and (max-width:1319px) {

.ipart2_left{ width:700px; }
.ipart2_right{ width:calc(100% - 730px); }
.ipart2_left li{ width:47.5%; }
.ipart2_lpic{ height:221px; }
.ipart2_right li{ margin-top:15px; }


}
@media screen and (max-width:1219px) {
.logo{ width:330px; margin-top:12px; }
.header_right{ width:calc(100% - 360px); }
.nav{ margin-top:0px; }
.nav>li{ margin-left:12px; }
.nav>li>a{ font-size:16px; font-size:1.6rem; } 
.header_rlinks a, .header_rlinks span{ font-size:14px; font-size:1.4rem; }
.ipart6_left,.ipart6_right{ width:100%; }
.ipart6_left{ height:auto; }
.ipart6_kuang{ display:block; }
.ipart6_right{ padding-left:0px; }
.ipart6_right ul{ margin-top:30px; }
.ipart7_div li a{ padding:15px; }
.ipart7_drtitle{ font-size:16px; font-size:1.6rem; }
.szdw li{ width:100%; }
.szdw2 li{   width:47.5%; margin-right:0px; }
.slick-slide img{ height:auto; }


}
@media screen and (max-width:1159px) {
.ipart2_left,.ipart2_right{ float:none; width:100%; margin:0 auto; }	
.ipart2_right{ margin-top:20px; }
.ipart2_lpic{ height:auto; }
}
@media screen and (max-width:1119px) {
	
.nav>li>a{ font-size:16px; font-size:1.6rem; }
.fright_div{ width:90px;  }
}
@media screen and (max-width:1099px) {
/*.sousuo{ display:none; }	*/
.nav{ display:none; }
.xnav{ display:block; }
.sousuo{ display:none; }
.header_rlinks{ margin-right:45px; }
.header{ padding:20px 0px; }
.header_right{  margin-top:0px; width:calc(100% - 450px); }
.logo{ width:400px; margin-top:0px; }
.header_rtop{ margin-top:10px;}

}
@media screen and (max-width:999px) {

.ipart1{ margin-top:45px; }
.ipart1 li img{ max-width:60%; }
.ipart1 li span{ font-size:16px; font-size:1.6rem; }
.ipart7_div li{ width:100%; float:none; margin=-right:0px; margin-bottom:25px;}

.right,.left{ float:none; width:100%; }
.left{ margin-top:25px; }
.right_top{ padding-bottom:10px; }
.right_title,.brow{ float:none; text-align:left; line-height:35px; }
.con_title{ font-size:18px; font-size:1.8rem;  line-height:45px; margin-top:-45px;}
.list li{ line-height:45px; }
.list_left a{ font-size:16px; font-size:1.6rem; }
.hyjz_title{ font-size:16px; font-size:1.6rem; line-height:26px; height:52px; margin-bottom:10px; }
.szdw li,.szdw2 li{ width:48.5%; }
.ipart1 li a{ position:static; min-height:auto; padding-top:15px; }
.ipart1 li a:hover{ background:none; }
.ipart1 li a:hover span{ color:#710a53; }
.ipart1 li a:hover img{   filter: none;}
a:hover img { transform: scale(1, 1) }
.ipart9 li{ margin-top:25px; }
}
@media screen and (max-width:899px) {
.ipart3, .ipart4, .ipart5{ width:100%; float:none; margin:0 auto; }
.ipart4, .ipart5{ margin-top:35px;} 

.hyjz li{ width:48.5%; margin-right:3%; }
.hyjz li:nth-child(3n){ margin-right:3%; }
.hyjz li:nth-child(2n){ margin-right:0px; }
}
@media screen and (max-width:799px) {
.ipart1 ul{  justify-content: flex-start; }
.ipart1 li{ width:33%;  margin-top:10px;  }
.ipart2_left li{ float:none; width:100% !important; margin-top:20px; }
.ipart6_right{ display:block;}
.ipart6_right ul{ width:100%; }	
.ipart8 li{ width:22%; margin-right:4%; }
.ipart8 li:nth-child(4n){ margin-right:0px; }
.ipart8 li:nth-child(5n){ margin-right:4%; }
.fleft,.fright{ float:none; width:100%; }
.fright{ text-align:center; padding-top:10px;}
.ipart1 li{ width:50%; }

}

@media screen and (max-width:699px) {
.header_right{ width:calc(100% - 330px); }
.logo{ width:300px; }
.con_title{ width:100%; }
.listpic_pic,.listpic_right{ float:none; width:100%; }
.listpic_pic{ max-width:270px; height:auto; margin:0 auto;}
.szdw li,.szdw2 li{ width:100%; }
}

@media screen and (max-width:599px) {
.header{ padding:15px 0px; }
.header_right{ float:none; padding-top:0px; max-width:100%; width:100%;   border-bottom:solid 1px #710a53;  padding-bottom:7px; margin-bottom:7px; }
.header_rtop{ margin-top:0px;}
.header_rlinks{ margin-right:0px; }
.phone_nav{/* top:60px;*/ top:60px; }
.ipart8 ul{  justify-content: center;}
.ipart8 li{ width:47.5%; margin-right:5%; }
.ipart8 li:nth-child(5n){ margin-right:5%; }
.ipart8 li:nth-child(4n),.ipart8 li:nth-child(2n){ margin-right:0px; }

.header{ position:static;/* background:#79175c; */}
.con_title{ margin-top:0px; }
.hyjz li{ width:100%; margin-right:0px !important; }

.szdwnr_tpic,.szdwnr_tright{ width:100%; float:none; margin:0 auto; }
.szdwnr_tpic{ max-width:250px; margin-bottom:20px; }

}
@media screen and (max-width:479px) {

.szdw_pic,.szdw_right{ width:100%; float:none; }
.szdw_pic{ max-width:250px; height:auto; margin:0 auto;}
.fright{ padding-top:10px; }
.fright_div{  display:block; margin-left:0px; margin-top:20px;  width:100%; }
.fright_div img{ max-width:122px; }
}
@media screen and (max-width:439px) {
.logo{ width:235px; }	
.ipart6_rtitle a{ writing-mode: inherit; }
.ipart6_rtitle{ display:block; line-height:30px; width: 100%; padding:7px 0px; }
.ipart6_right li{ display:block; }
.ipart6_rwz_div{ width:100%; dispplay:block; }

}