@charset "utf-8";
/*base*/
* {padding: 0; margin: 0;}
body{font:16px "Microsoft YaHei",arial;text-align:left;color:#333; background:#fff;}
button, input{ color: inherit; font: inherit; margin: 0; padding: 0; border: 0; background: none; outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type=password],input[type="reset"],input[type="date"]{ -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*, *:before, *:after{ box-sizing: border-box;}
a {text-decoration: none; color: #333;}
em,i {font-style: normal;}
li,ol,ul{list-style-type:none}
img {border: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.clearfix{ clear: left;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}  
.fl{ float: left;}
.fr{ float: right;}
.tc{ text-align: center;}
.tr{ text-align: right;}
.hide{ display: none;}
.block{ display: block !important;}
.fw-b {font-weight: bold;}
.rel {position: relative;}
.abs {position: absolute;}
.c333 {color: #333 !important;}
.c666 {color: #666 !important;}
.c999 {color: #999 !important;}
.white { color: #fff !important;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.marginauto {margin: 0 auto;}
.w100 {width: 100%;}
.w {width: 1200px; margin: 0 auto;}
input::-webkit-input-placeholder {color: #888 !important; }
input:-moz-placeholder {color: #888 !important; }
input::-moz-placeholder {color: #888 !important; }
input:-ms-input-placeholder {color: #888 !important; }
.flex-box {position: relative; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.ellipsis1 {display:block;	overflow: hidden;	text-overflow: ellipsis;	word-wrap: break-word;	word-break: break-all;	white-space: nowrap !important;	-webkit-line-clamp: 1;	-webkit-box-orient: vertical;}
.ellipsis2 {display: -webkit-box;	overflow: hidden;	text-overflow: ellipsis;	word-wrap: break-word;	word-break: break-all;	white-space: normal !important;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}
.ellipsis3 {display: -webkit-box;	overflow: hidden;	text-overflow: ellipsis;	word-wrap: break-word;	word-break: break-all;	white-space: normal !important;	-webkit-line-clamp: 3;	-webkit-box-orient: vertical;}
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
::-webkit-scrollbar{width: 4px;height: 4px;	background-color:f6f6f6;}
::-webkit-scrollbar{width: 4px;height: 4px;	background-color:#f6f6f6;}
/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
/*::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 6px rgba(231,231,231,.3);	background-color:#f00;}*/
::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 4px rgba(231,231,231,.3);	background-color:#666;border-radius: 6px;}
/*é¦–é¡µ*/
.main {width: 100%; height: 100%; overflow: hidden;}
/*header*/
.header { height: 120px; position: relative; z-index: 9;} 
.logo {padding-top: 23px; width: 298px;}
.logo img {width: 298px;}
.nav {height: 60px; position: absolute; top: 46px; right: 0;}
.nav ul {padding-left: 40px;}
.nav li {float: left; position: relative; margin: 0 8px;}
.nav li a { text-align: center;font-size: 16px; color: #333; display: block; z-index: 2; position: relative; padding: 0 5px; padding-bottom: 25px;}
.nav li a:after {content: "."; display: block; height: 0; width: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #910000;overflow:hidden; position: absolute; left: 50%; margin-left: -5px; bottom: 0; display: none;}
.nav li a:hover {color: #910000; border-bottom: #910000 solid 3px; font-weight: bold;}
.nav li a:hover:after {display: block;}
.nav li.on a {color: #910000; border-bottom: #910000 solid 3px; font-weight: bold;}
.nav li.on a:after {display: block;}

.banner .ixbanner1 img {width: 100%;  display: block;}
.banner .swiper-pagination-bullet {width: 30px;height: 5px; opacity: 0.6; background: #fff; border-radius: 13px;}
.banner .swiper-pagination-bullet-active {background: #c20000;}
.banner .swiper-pagination-bullets {bottom: 25px;}
/*footer*/
.links {background: #e8e8e8; padding: 35px 0;}
.links b {color: #910000; font-size: 16px;}
.links a {color: #666; font-size: 14px; padding: 0 12px; line-height: 1.5;}
.links a:hover {color: #910000; text-decoration: underline;}
.footer {background: #504c4c;}
.foot-top {padding: 60px 0 15px;}
.foot-top .ewm {width: 140px; right: 0; top: 20px;}
.foot-top .ewm img {width:140px; height:140px;}
.foot-top .ewm p {line-height: 36px; color: #9F9F9F; text-align: center; font-size: 14px;}
.foot-btm {height: 60px; background: #413d3d;}
.foot-btm p {line-height: 60px; font-size: 14px; color: #ccc; text-align: center;}
.foot-btm p a {color: #ccc;}
.foot-btm p a:hover {text-decoration: underline;}
.f-nav li {border-bottom: #646464 solid 1px; padding-bottom: 25px; float: left; display: inline-block;}
.f-nav li a {padding-right:44px; color: #ccc; font-size: 14px;}
.f-nav li a:hover {color: #FFFFFF; text-decoration: underline;}
.f-contact {padding: 30px 0 15px; padding-left: 390px; position: relative;}
.f-contact img {width: 329px; height: 72px; left: 0; top: 40px;}
.f-contact p {color: #ccc; font-size: 14px; line-height: 34px;}
.f-contact p a {color: #ccc;}
.f-contact p a:Hover {text-decoration: underline;}
/*é¦–é¡µå†…å®¹*/
.ixtitle  h3{font-size: 26px; text-align: center; color: #333; margin-bottom: 20px;}
.ixtitle  h3 i {color: #910000;}
.ixtitle p { font-size: 14px; color: #999999; text-align: center;}
.ixtitle  p i { font-weight: bold; color: #910000;}
.ixdowhat {padding: 50px 0 30px;}
.ixdowhat .cont {padding-top: 50px;}
.ixdowhat .cont li {width: 380px; height: 250px; margin-bottom: 30px; background: #eef0f2; float: left; margin-right: 30px;}
.ixdowhat .cont li:nth-child(3n) {margin-right: 0;}
.ixdowhat .cont li h3 {padding: 26px 0 0 20px;}
.ixdowhat .cont li h3 img {transition: all 0.5s;position: relative; top: 0; }
.ixdowhat .cont li P {padding: 10px 20px 0 20px; font-size: 14px; line-height: 30px; color: #666666;}
.ixdowhat .cont li h1 {padding-top: 10px; font-size: 20px; padding-left: 20px; font-weight: normal;}
.ixdowhat .cont li:hover {background: #efe4e4;}
.ixdowhat .cont li:hover h3 img {top: -10px;} 
.ixlianxi {height: 300px; background: url(/template/default/skins/images/pc/ixBg1.jpg) no-repeat center 0;}
.ixlianxi .year {height: 187px; left: 90px; top: 60px; background: url(/template/default/skins/images/pc/ixico7.png) no-repeat;}
.ixlianxi .year h3 {font-size: 32px; padding: 48px 0 0 52px;}
.ixlianxi .year h3 i {color: #910000;}
.ixlianxi .year p {padding:20px 0 0 102px; font-size: 18px; color: #333;}
.ixlianxi .tel {width: 495px; height: 174px; background: url(/template/default/skins/images/pc/ixico8.png) no-repeat; right: 0; top: 70px;}
.ixlianxi .tel p {font-size:18px; padding: 46px 0 0 142px; color: #fff; }
.ixlianxi .tel h3 {font-size:18px; padding: 2px 0 0 142px; color: #ffcc00; }
.ix-xuanze {padding: 54px 0 30px;}
.ix-xuanze .cont {padding-top: 40px;}
.ix-xuanze .cont .pic1 {right: 50%; margin-right: -601px;}
.ix-xuanze .cont .pic2 {right: 50%; margin-right: -601px;top: 430px;}
.ix-xuanze .cont li {padding: 25px 0;}
.ix-xuanze .cont li .w h1 { padding-right: 700px; font-size: 22px; margin-bottom: 20px; line-height: 60px; font-weight: normal; position: relative; padding-left: 70px;}
.ix-xuanze .cont li .w h1 em {width: 60px; height: 60px; border-radius: 8px; text-align: center; font-size: 36px; line-height: 60px; color: #fff; background: #910000; display: inline-block; position: absolute; left: 0; top: 0;}
.ix-xuanze .cont li .w p { padding-right: 600px; color: #666; line-height: 30px; font-size: 14px;}
.ix-xuanze .cont li.x-item h1 {line-height: 60px;}
.ix-xuanze .cont li.x-item {background: url(/template/default/skins/images/pc/xian.png) center 0 repeat-y;}
.ix-liucheng {height: 700px; background: url(/template/default/skins/images/pc/ixBg2.jpg) center 0 no-repeat;}
.ix-liucheng .ixtitle {padding-top: 50px;}
.ix-liucheng .ixtitle p {color: #444;}
.ix-liucheng .cont {padding-top: 70px;}
.ix-liucheng .cont ul {padding-left: 105px;}
.ix-liucheng .cont li {width: 244px; height: 182px; box-shadow: 0 2px 3px #999; background: #fff; border-radius: 15px; float: left; margin-right: 120px; margin-bottom: 50px; position: relative;}
.ix-liucheng .cont li h3 {height: 72px; background: #910000; text-align: center; color: #fff; line-height: 72px; font-size: 20px; border-radius: 15px 15px 0 0; font-weight: normal;}
.ix-liucheng .cont li p {padding:10px 20px 0; font-size: 14px; color: #666; text-align: center; line-height: 36px;}
.ix-liucheng .cont li .jt1 {width: 64px; height: 29px;background: url(/template/default/skins/images/pc/ixico9.png) no-repeat; right: -93px; top: 74px;}
.ix-liucheng .cont li .jt2 {width: 29px; height: 34px;background: url(/template/default/skins/images/pc/ixico10.png) no-repeat; right: 103px; top: 191px;}
.ix-liucheng .cont li .jt3 {width: 64px; height: 29px;background: url(/template/default/skins/images/pc/ixico11.png) no-repeat; left: -93px; top: 74px;}
.ix-boda {height: 300px; background: url(/template/default/skins/images/pc/ixBg3.jpg) no-repeat center 0;}
.ix-boda h1 {font-size: 20px; text-align: center; padding-top: 44px;}
.ix-boda h3 {font-size: 26px; text-align: center; padding-top: 26px; font-weight: normal;}
.ix-boda p { text-align: center; padding-top: 36px;}
.ix-boda p a {width: 380px; height: 70px; background: #910000; border-radius: 8px; display: inline-block; text-align: center; line-height: 70px; color: #fff; font-size: 24px;}
.ix-boda p a b {color: #ffcc00; font-size: 26px;}
.ix-about {height: 650px; background: url(/template/default/skins/images/pc/ixBg6.jpg) center 0 no-repeat;}
.ix-about .w {padding-top: 124px;}
.ix-about .w .pic {width: 560px; height: 400px; overflow: hidden;}
.ix-about .w .pic img{width: 560px; height: 400px;transition: all 0.5s;}
.ix-about .w .pic img:hover {transform: scale(1.1);}
.ix-about .w .txt {width: 560px; padding-right: 30px;}
.ix-about .w .txt h3 {font-size: 32px; position: relative; margin-bottom: 44px;}
.ix-about .w .txt h3 em {color: #910000;}
.ix-about .w .txt h3 i {width: 45px; height: 4px; left: 0; bottom: -20px; background: #910000;}
.ix-about .w .txt h2 {font-size: 16px; font-weight:normal; color: #666; margin-bottom: 30px;}
.ix-about .w .txt p {line-height: 36px; font-size: 14px; margin-bottom: 20px; color: #666;}
.ix-about .w .txt p a {width: 230px; height: 56px; border: #cecece solid 2px; display: block; text-align: center; line-height: 56px;}
.ix-about .w .txt p a i {vertical-align: middle; display: inline-block;margin: -3px 0 0 20px; width: 18px; height: 14px; background: url(/template/default/skins/images/pc/ico-more.png) no-repeat;}
.ix-about .w p a:hover {background: #910000; border: #910000 solid 2px; color: #fff;}
.ix-about .w p a:hover i {background: url(/template/default/skins/images/pc/ico-moreon.png) no-repeat;}

.zr .w .txt p a:hover {background: #910000; border: #910000 solid 2px; color: #fff;}
.zr .w .txt p a:hover i {background: url(/template/default/skins/images/pc/ico-moreon.png) no-repeat;}

.ix-shili {height: 300px; background: url(/template/default/skins/images/pc/ixpic4.jpg) center 0 no-repeat;}
.ix-case {padding: 60px 0;}
.ix-case .cont {padding-top: 40px;}
.ix-case .cont  li {padding: 26px 0; border-bottom: #dedede solid 1px;}
.ix-case .cont  li a {display: block;}
.ix-case .cont  li .pic {width: 300px; height: 200px; overflow: hidden;}
.ix-case .cont  li .pic img {width: 300px; height: 200px; transition: all 0.5s;}
.ix-case .cont  li .pic img:hover {transform: scale(1.1);}
.ix-case .cont  li .txt {width: 820px; margin-right: 40px;}
.ix-case .cont  li .txt h1 {padding: 20px 0; font-size: 20px; font-weight: normal;}
.ix-case .cont  li .txt p {font-size: 14px; color: #666; line-height: 30px;}
.ix-case .cont  li:last-child {border: none;}
.ix-case .cont  li:hover {background: #f3f3f3;}
.ix-case .cont .more {padding:60px 0 0px 0;}
.ix-case .cont .more a {width: 230px; height: 56px; margin: 0 auto; border: #cecece solid 2px; display: block; text-align: center; line-height: 56px;}
.ix-case .cont .more a i {vertical-align: middle; display: inline-block;margin: -3px 0 0 20px; width: 18px; height: 14px; background: url(/template/default/skins/images/pc/ico-more.png) no-repeat;}
.ix-case .cont .more a:hover {background: #910000; border: #910000 solid 2px; color: #fff;}
.ix-case .cont .more a:hover i {background: url(/template/default/skins/images/pc/ico-moreon.png) no-repeat;}

.ix-zr .cont .more {padding:60px 0 0px 0;}
.ix-zr .cont .more a {width: 230px; height: 56px; margin: 0 auto; border: #cecece solid 2px; display: block; text-align: center; line-height: 56px;}
.ix-zr .cont .more a i {vertical-align: middle; display: inline-block;margin: -3px 0 0 20px; width: 18px; height: 14px; background: url(/template/default/skins/images/pc/ico-more.png) no-repeat;}
.ix-zr .cont .more a:hover {background: #910000; border: #910000 solid 2px; color: #fff;}
.ix-zr .cont .more a:hover i {background: url(/template/default/skins/images/pc/ico-moreon.png) no-repeat;}


.ix-lingyu {height: 610px; background: url(/template/default/skins/images/pc/ixBg7.jpg) no-repeat center 0;}
.ix-lingyu .ixtitle {padding-top: 55px;}
.ix-lingyu .cont {padding-top: 70px;}
.ix-lingyu .cont li {width: 300px; float: left; position: relative;}
.ix-lingyu .cont li .ico {width: 160px; height: 160px; margin: 0 auto; text-align: center; line-height: 180px; background: #910000; border-radius:160px; border: 10px solid #fff; transition: all .5s;}
.ix-lingyu .cont li:hover .ico {transform:rotate(360deg)}
.ix-lingyu .cont li h3 { text-align: center; font-size: 22px; color: #910000; padding: 20px 0; font-weight: normal;}
.ix-lingyu .cont li p { text-align: center; line-height: 30px; padding: 0 20px; font-size: 14px; color: #666;}
.ix-lingyu .cont li i {width: 142px; height: 18px; background: url(/template/default/skins/images/pc/ixico17.png) no-repeat; right:-70px; top:72px;}
.ixfuwu {padding-bottom: 50px;}
.ixfuwu .swiper-pagination-bullet-active {background: #910000;}
.ixfuwu .swiper-slide:last-child ul li:last-child i {display:none;}
.ix-quanyi {height: 300px; background: url(/template/default/skins/images/pc/ixBg4.jpg) center 0 no-repeat;}
.ix-quanyi .w h1  {font-size: 26px; color: #333; text-align: center;padding: 70px 0 0;}
.ix-quanyi .w h2  {font-size: 18px; color: #333; text-align: center;padding: 25px 0 0; font-weight: normal;}
.ix-quanyi .w h2 i {color: #910000;}
.ix-quanyi .w h3  {font-size: 18px; color: #333; text-align: center;padding: 12px 0 0; font-weight: normal;}
.ix-quanyi .w p  {font-size: 16px; color: #fff; text-align: center;padding: 27px 0 0; font-weight: normal;}
.ix-baozhang {height: 600px; background: url(/template/default/skins/images/pc/ixBg5.jpg) no-repeat center 0;}
.ix-baozhang .ixtitle {padding-top: 46px;}
.ix-baozhang .ixtitle h3 {color: #fff;}
.ix-baozhang .ixtitle h3 i {color: #fff;}
.ix-baozhang .ixtitle p {color: #fff;}
.ix-baozhang .cont {padding-top: 60px;}
.ix-baozhang .cont li {width: 400px; height: 360px; background: rgba(255,255,255,0.8); float: left; margin:0 90px;}
.ix-baozhang .cont li:first-child {margin-left: 110px;}
.ix-baozhang .cont li h1 {padding-top: 32px; text-align: center;}
.ix-baozhang .cont li h1 img {transition: all 0.5s;}
.ix-baozhang .cont li:hover h1 img {transform:rotate(360deg)}
.ix-baozhang .cont li h3 {padding: 22px 0; font-size: 24px; text-align: center; font-weight: normal;}
.ix-baozhang .cont li p {font-size: 14px; line-height: 30px; padding: 0 20px; color: #666; text-align: center;}
.ix-fenbu {padding: 55px 0 80px;}
.ix-fenbu .cont {padding-top: 36px;}
.ix-fenbu .cont .pic {width: 630px; height: 440px;}
.ix-fenbu .cont .pic img {width: 630px; height: 440px;}
.ix-fenbu .cont .txt {width: 520px;}
.ix-fenbu .cont .txt li {border-bottom: #e2e2e2 solid 1px; padding: 23px 0;}
.ix-fenbu .cont .txt li h1 {font-size: 18px; margin-bottom: 15px; padding-left: 15px; position: relative;}
.ix-fenbu .cont .txt li h1 em {color: #910000;margin-right: 10px;}
.ix-fenbu .cont .txt li h1 i {width: 4px; height: 18px; background: #910000; left: 0; top:3px; position: absolute;}
.ix-fenbu .cont .txt li p {font-size: 14px; color: #666;}
.ix-fenbu .cont .txt ul {overflow-y:scroll;height: 378px; padding-right:20px;}
.ix-fenbu .cont .txt .moretips {padding:20px 0; border-bottom: #e2e2e2 solid 1px; margin-right:20px;}
.ix-fenbu .cont .txt .moretips p { font-size:16px; color:#999}
/*å†…é¡µé¢åŒ…å±‘*/
.inposition {height: 55px; background: #f8f8f8; border-bottom: #eeeeee solid 1px;}
.inposition .w {text-align: left; line-height: 55px; color: #666666;font-size: 14px;}
.inposition .w a {color: #666; font-size: 14px; padding: 0 5px;}
.inposition .w span {padding-left: 35px; background: url(/template/default/skins/images/pc/ico-position.png) no-repeat left 15px; display: inline-block;}
.inposition .w a:hover {color: #910000;}
/*å†…é¡µ*/
.innerbanner1 {height: 420px;background: url(/template/default/skins/images/pc/inbanner1.jpg) center 0 no-repeat;}
.innerbanner2 {height: 420px;background: url(/template/default/skins/images/pc/inbanner2.jpg) center 0 no-repeat;}
.innerbanner3 {height: 420px;background: url(/template/default/skins/images/pc/inbanner3.jpg) center 0 no-repeat;}
.innerbanner4 {height: 420px;background: url(/template/default/skins/images/pc/inbanner4.jpg) center 0 no-repeat;}
.innerbanner5 {height: 420px;background: url(/template/default/skins/images/pc/inbanner5.jpg) center 0 no-repeat;}
.innerbanner6 {height: 420px;background: url(/template/default/skins/images/pc/inbanner6.jpg) center 0 no-repeat;}
.innerbanner7 {height: 420px;background: url(/template/default/skins/images/pc/inbanner7.jpg) center 0 no-repeat;}
.innerbanner8 {height: 420px;background: url(/template/default/skins/images/pc/inbanner8.jpg) center 0 no-repeat;}
.innerbanner9 {height: 420px;background: url(/template/default/skins/images/pc/inbanner9.jpg) center 0 no-repeat;}
.innerbanner10 {height: 420px;background: url(/template/default/skins/images/pc/inbanner10.jpg) center 0 no-repeat;}
.innerbanner11 {height: 420px;background: url(/template/default/skins/images/pc/inbanner11.jpg) center 0 no-repeat;}
.in-xuanze {background: #f6f6f6;}
.in-xuanze .cont li.x-item {background: url(/template/default/skins/images/pc/xian2.jpg) center 0 repeat-y;}
.inner-dowat {padding: 60px 0 20px;}
.inner-dowat .cont {padding-top: 45px;}
.inner-dowat .cont .dt-item {width: 380px; height: 380px; background: url(/template/default/skins/images/pc/cxBg.png) no-repeat;}
.inner-dowat .cont .dt-item a {display: block; padding: 20px 20px 0;}
.inner-dowat .cont .dt-item h1{ color: #cdcdcd; position: relative; margin-bottom: 30px;}
.inner-dowat .cont .dt-item h1 i {height: 5px; width: 60px; background: #910000; left: 0; top: 46px;}
.inner-dowat .cont .dt-item h3 {font-size: 18px;margin-bottom: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.inner-dowat .cont .dt-item p {font-size: 14px; margin-bottom: 20px; color: #666;}
.inner-dowat .cont .dt-item p img {width: 340px; height: 160px; display: block;}
.inner-dowat .cont .inner-dowatcon {padding-bottom: 50px;}
.inner-dowat .cont .inner-dowatcon .swiper-pagination-bullet {width: 10px; height: 10px;}
.inner-dowat .cont .inner-dowatcon .swiper-pagination-bullet-active {background: #910000;}
.inner-yz {padding-top: 60px;}
.inner-yz .yz-con {padding: 60px 30px; background: #f2f2f2;}
.inner-yz .yz-con .txt {width: 280px;}
.inner-yz .yz-con .txt h3 {font-size: 28px; padding-bottom: 60px; position: relative;}
.inner-yz .yz-con .txt h3 i {width: 60px; height: 5px; background: #910000; left: 0; top:60px;}
.inner-yz .yz-con .txt p {font-size: 16px; color: #333; line-height:30px;}
.inner-yz .yz-con .pic {width: 830px;}
.inner-yz .yz-con .pic li {width:400px; height: 325px; float: left; margin-left: 30px;}
.inner-yz .yz-con .pic li:first-child {margin-left: 0;}
.inner-yz .yz-con .pic li a {display: block; position: relative;width:400px; height: 325px; overflow: hidden;}
.inner-yz .yz-con .pic li a img {width: 400px; height: 325px; transition: all 0.5s;}
.inner-yz .yz-con .pic li a img:hover {transform: scale(1.1);}
.inner-yz .yz-con .pic li .ptxt {height: 100px; width: 400px; background: rgba(0,0,0,0.6); position: absolute; left: 0; bottom: 0;}
.inner-yz .yz-con .pic li .ptxt h1 {font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px; color: #fff;}
.inner-yz .yz-con .pic li .ptxt p {line-height: 24px; color: #cdcdcd; padding: 0 20px;}
/*è”ç³»æˆ‘ä»¬*/
.incontent {padding: 60px 0;}
.incontactus-nav {margin-bottom: 70px; font-size: 0;}
.incontactus-nav a {width: 150px; height: 50px;background: #e3e3e3; position: relative; display: inline-block; text-align: center; line-height: 50px; font-size: 18px; color: #666; margin-right: 25px;}
.incontactus-nav a.on {background: #910000; color: #fff;}
.incontactus-nav a i{width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-top: 10px solid #910000; position: absolute;	 left: 78px; top: 49px; overflow: hidden; display: none;}
.incontactus-nav a:last-child {margin-right: 0;}
.incontactus-nav a:hover {background: #910000; color: #fff;}
.incontactus-nav a:hover i {display: block;}
.incontactus-nav a.on i {display: block;}
.incontactus-info {background: #f6f6f6;}
.incontactus-infotop {height: 80px;background: #eeeeee;}
.incontactus-infotop h1 {padding-left: 40px; line-height: 80px; font-size: 20px;}
.incontactus-infocon {padding: 35px 45px;}
.incontactus-infocon .txt {padding-bottom: 30px; border-bottom: #dadada solid 1px; width:580px; margin-bottom: 30px;}
.incontactus-infocon .txt p {font-size: 14px; color: #666; line-height: 30px;}
.incontactus-infocon .txt .tit {font-weight: bold; font-size: 16px; margin-bottom: 20px;}
.incontactus-infocon .cmap {width: 100%; border-bottom: none;}
.incontactus-infocon .c-ewm {right: 20px; top: 35px;}
.incontactus-infocon .c-ewm  li {width: 144px; margin-right: 35px; float: left;}
.incontactus-infocon .c-ewm  li img {width: 140px; height: 140px; border: #e8e8e8 solid 1px;}
.incontactus-infocon .c-ewm  li p {color: #a3a3a3; line-height: 24px; margin-bottom:10px; text-align: center;}
/*æ¡ˆä¾‹*/
.incase {padding-top: 37px; display: flex; justify-content: center;} 
.incase-l {width: 220px; padding: 20px 30px 10px; background: #f3f3f3;}
.incase-r {width: 930px;}
.incase-l li {height: 50px; margin-bottom: 15px;}
.incase-l li a {height: 50px; background: #e3e3e3; display: block; text-align: center; line-height: 50px; font-size: 16px; color: #666;}
.incase-l li.on a {background: #910000; color: #fff;}
.incase-l li:hover a {background: #910000; color: #fff;}
.incase-r .incase-rcon li {padding: 28px 0; border-bottom: #e7e7e7 solid 1px;}
.incase-r .incase-rcon li a {display: block;}
.incase-r .incase-rcon li .pic {width: 300px; height: 200px; overflow: hidden;}
.incase-r .incase-rcon li .pic img {width: 300px; height: 200px; transition: all 0.5s;}
.incase-r .incase-rcon li .pic img:hover {transform: scale(1.1);}
.incase-r .incase-rcon li .txt {width:590px; padding-right: 20px;}
.incase-r .incase-rcon li .txt h1 {font-size: 20px; font-weight: normal; margin-bottom: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.incase-r .incase-rcon li .txt p {font-size: 14px; color: #929292; line-height: 30px;}
.incase-r .incase-rcon li .txt .jg {padding-top: 20px;}
.incase-r .incase-rcon li .txt .jg span {padding: 5px 12px; border-radius: 5px; background: #910000; color: #fff;}
.incase-r .incase-rcon li:hover {background: #f3f3f3;}
.pages {padding-top: 80px; padding-bottom: 30px;}
.pages ul { text-align: center;}
.pages ul li {display: inline-block; font-size: 0;}
.pages ul li a {padding: 10px 16px; background: #e3e3e3; margin:  0 5px; font-size: 16px; color: #666;}
.pages ul li.on a  { background: #910000; color: #fff;}
.pages ul li:hover a  { background: #910000; color: #fff;}
/*ä»‹ç»*/
.in-introduce-top {position: relative; margin-bottom: 40px;}
.in-introduce-top .pic {width: 534px; height: 300px; overflow: hidden; left: 55px; top: 10px;}
.in-introduce-top .pic img {width: 534px; height: 300px; transition: all 0.5s;}
.in-introduce-top .pic img:hover {transform: scale(1.1);}
.in-introduce-top  h1 {padding-left: 640px; margin-bottom: 60px;}
.in-introduce-top  h1 span {font-size: 24px; position: relative;}
.in-introduce-top  h1 span i {width: 70px; height: 5px; background: #910000; left: 0; top: 55px;}
.in-introduce-top  .txt  {padding: 20px 0 50px; padding-left: 640px; background: #f5f5f5;}
.in-introduce-top  .txt p {font-size:16px; line-height: 32px; }
.in-introduce-con {padding-top: 50px;}
.in-introduce-con p {font-size: 16px; line-height: 30px; margin-bottom: 20px;text-indent: 2em;}
/*è®ºè‘—*/
.in-lunzhu li {position: relative; padding: 30px 0;}
.in-lunzhu li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}  
.in-lunzhu li .pic {width: 450px; height: 450px; border: #dadada solid 5px; overflow: hidden; left: 55px; top: 10px;}
.in-lunzhu li img {width: 440px; height: 440px; transition: all 0.5s;}
.in-lunzhu li img:hover {transform: scale(1.1);}
.in-lunzhu li h1 {padding-left: 570px; margin-bottom: 80px; padding-top: 45px; position: relative;}
.in-lunzhu li h1 span {font-size: 24px;}
.in-lunzhu li h1  i {width: 70px; height: 5px; background: #910000; left: 580px; bottom: -20px;}
.in-lunzhu li .txt  {padding: 50px 30px 0 50px; height: 330px; padding-left: 580px; background: #f5f5f5;}
.in-lunzhu li .txt p {font-size:16px; line-height: 32px; }
.in-lunzhu li .txt h3 {margin-bottom: 30px; font-size: 18px; font-weight: bold;}
/*è£èª‰*/
.in-honor {padding: 0px 0 30px;}
.in-honor .cont li {width: 380px; float: left; margin-right: 30px;margin-bottom: 20px;}
.in-honor .cont li .pic {width: 380px; height: 280px; overflow: hidden;border: #dadada solid 10px;}
.in-honor .cont li .pic img {width: 360px; height: 260px; transition: all 0.5s;}
.in-honor .cont li:nth-child(3n) {margin-right: 0;}
.in-honor .cont li .txt {padding: 20px 0;}
.in-honor .cont li .txt h1 {font-size: 20px; margin-bottom: 15px; font-weight: normal;}
.in-honor .cont li .txt p {font-size: 16px; color: #666666; line-height: 24px;}
.in-honor .cont li:hover .pic img {transform: scale(1.1);}
/*å›¢é˜Ÿ*/
.in-teams {padding: 20px 0;}
.in-teams .cont li {width: 330px; height: 455px; position: relative; margin-bottom: 50px; overflow: hidden; float: left; margin-right: 105px;}
.in-teams .cont li img {width: 330px; height: 455px;}
.in-teams .cont li .txt {left: 0; bottom: -160px; width: 330px; height: 230px; padding: 0px 18px; background: rgba(145,0,0,0.6); transition: all 0.5s;}
.in-teams .cont li .txt h1 {font-size: 24px; color: #fff; height: 70px; line-height: 70px; font-weight: normal; position: relative;}
.in-teams .cont li .txt h1 i {font-size: 18px; right: 0px; top: 0px;}
.in-teams .cont li .txt p {font-size: 18px; color: #fff; margin-bottom: 20px;}
.in-teams .cont li .txt p a {width: 150px; height: 45px; text-align: center; line-height: 45px; background: #fff; color: #910000; display: block; border-radius: 4px;}
.in-teams .cont li:hover .txt {bottom: 0;}
.in-teams .cont li:hover .txt h1 i {display: none;}
.in-teams .cont li:nth-child(3n) {margin-right: 0;}
/*è¯¦æƒ…*/
.in-teamsdt {background: #f3f3f3; padding: 55px 50px;}
.in-teamsdt-top {margin-bottom: 50px;}
.in-teamsdt-top .pic {width: 220px; }
.in-teamsdt-top .pic img {width: 220px;box-shadow: 0 3px 8px #999}
.in-teamsdt-top .txt {width: 816px; border-bottom: #e3e3e3 solid 5px; padding-bottom: 67px; position: relative;}
.in-teamsdt-top .txt h1 {font-size: 40px; color: #c6c6c6; margin-bottom: 10px;}
.in-teamsdt-top .txt h3 { font-size: 30px; color: #333; font-weight: normal; margin-bottom:20px;}
.in-teamsdt-top .txt p {margin-bottom: 15px; color: #666; font-size: 16px;}
.in-teamsdt-top .txt a {width: 160px; height: 50px; text-align: center; line-height: 50px; background:#910000; color: #fff; display: block; right: 0; top:20px; border-radius: 6px; font-size: 16px;}
.in-teamsdt-con p {font-size: 16px; line-height: 36px; margin-bottom: 20px; text-indent: 2em;}
/*å’¨è¯¢*/
.in-mask {width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.5); left: 0; top: 0; z-index: 99; display: none;}
.in-zixun {width: 800px; height: 500px; position: fixed;left: 50%; margin-left: -400px; top: 50%; margin-top: -250px; background: #fff; border-radius: 10px; z-index: 100; display: none;}
.in-zixun .cont {padding: 30px 35px; position: relative;}
.in-zixun .cont h1 {font-size: 30px;font-weight: normal; margin-bottom: 20px;}
.in-zixun .cont h1 i {font-size: 20px; color: #910000; padding-left: 20px;}
.in-zixun .cont p {font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 10px}
.in-zixun .cont h3 {font-size: 16px;}
.in-zixun .cont h3 b {color: #910000;}
.in-zixun .cont .zx-form {padding-top: 20px;}
.in-zixun .cont .zx-form li {margin-bottom: 15px; font-size: 0}
.in-zixun .cont .zx-form li textarea {width: 100%; height: 100px; padding-top: 10px; font-size: 16px; line-height: 28px;border: #d5d5d5 solid 1px; text-indent: 20px; font-family: "microsoft yahei";}
.in-zixun .cont .zx-form li input {width: 355px; height: 50px; text-indent: 20px; display: inline-block; border: #d5d5d5 solid 1px; margin-right: 20px; font-size: 16px;}
.in-zixun .cont .zx-form li input:nth-child(2n) {margin-right: 0;}
.in-zixun .cont .zx-form li img {vertical-align: middle; width: 130px; height: 50px; cursor: pointer; display: inline-block; margin: -14px 20px 0 0;}
.in-zixun .cont .zx-form li input.suBtn {width: 200px; background: #910000; color: #fff;cursor: pointer; text-indent: 0; margin-right: 0; border: none;}
.in-zixun .cont .zx-form li span {color: #f00; font-size: 16px;}
.in-zixun .cont .closeBtn {width: 42px; height: 43px; position: absolute; right: -25px; top: -25px; cursor: pointer;}
.in-zixun-f {width: 800px; height: 500px; position: fixed;left: 50%; margin-left: -400px; top: 50%; margin-top: -250px; background: #fff; border-radius: 10px; z-index: 100; display: none;}
.in-zixun-f .cont {padding: 30px 35px; position: relative;}
.in-zixun-f .cont h1 {padding-top: 75px; text-align: center; margin-bottom: 20px;}
.in-zixun-f .cont p {text-align: center; font-size: 16px;line-height: 30px; color: #999; margin-bottom: 20px;}
.in-zixun-f .cont .qdBtn {padding-top: 20px;}
.in-zixun-f .cont .qdBtn span {cursor:pointer; width: 160px; height: 50px;	background: #ccc; border-radius: 10px; text-align: center; line-height: 50px; display: block; margin: 0 auto; color: #fff; font-size: 18px;}
/*æ–‡ç« */
.in-article {padding: 30px 0;}
.in-article-top { border-bottom: #e5e5e5 solid 1px; padding-bottom: 20px; margin-bottom: 30px;}
.in-article-top h1 {font-size: 30px; text-align: center; font-weight: normal; padding-bottom: 20px;}
.in-article-top p { text-align: center;}
.in-article-top p span {font-size: 14px; color: #999; margin: 0 20px;}
.in-article-con p {font-size: 16px; margin-bottom: 20px; line-height: 30px; text-indent: 2em; }
.in-article-btm {padding-top: 20px;}
.in-article-btm .bdsharebuttonbox {margin-bottom: 20px;}
.in-article-btm .mz {padding: 20px 0; border: #e9e9e9 solid 1px; border-left: none; border-right: 0;}
.in-article-btm .mz p {font-size: 16px; color: #b5b5b5; line-height: 30px;}
.in-article-btm .pn {padding: 20px 0;}
.in-article-btm .pn p {margin-bottom: 20px; }
.in-article-btm .pn p a {font-size: 16px; color: #666; display: block;}
.in-article-btm .pn p a:hover {text-decoration: underline; color: #910000;}

/*fixed-layer*/
.fico{width: 40px; height: 40px; background: url(/template/default/skins/images/pc/fico.png) no-repeat;}
.fixed-layer{display: none; position: fixed; width: 80px; right: 5px; top: 182px; _position: absolute; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-460)); z-index: 100;}
.fixed-layer li{border-top: 1px solid #a94747; text-align: center; font-family: "Microsoft Yahei"; font-size: 14px;}
.fixed-layer li:first-child{border: none;}
.fixed-layer li a{display: block;width: 80px;height: 76px;background: #910000;color: #fff;padding-top: 10px;cursor: pointer;}
.fixed-layer li a:hover{background: #770f0f; color: #fff; text-decoration: none;}
.fixed-layer i{display: block; width: 40px; height: 40px; margin: 0 auto; cursor: pointer}
.fixed-layer .weixin i{background-position: 0 0;}
.fixed-layer .weixin a { border-radius: 6px 6px  0 0;}
.fixed-layer .to-top a { border-radius:0  0 6px  6px;}
.fixed-layer .qq i{background-position: -40px 0;}
.fixed-layer .online i{background-position: -80px 0;}
.fixed-layer .tel-ask i{background-position: -120px 0;}
.fixed-layer .to-top i{background-position: -160px 0; height: 11px;}
.fixed-layer .to-top a{height: 60px; padding-top: 15px;}
.fixed-layer .tel-ask, .fixed-layer .weixin, .fixed-layer .qq, .fixed-layer .online{position: relative; /*vertical-align:middle;*/ _float: left;}
.fixed-layer li.tel-ask a:hover, .fixed-layer li.weixin a:hover{background: #770f0f}
.fixed-layer .tel-ask-tips{position: absolute; left: -156px; top:12px; text-align: left; width: 140px; height: 145px; background: #770f0f; color: #fff; padding: 20px 10px 10px 10px; display: none;}
.fixed-layer .tel-ask-tips span{font-size: 16px; font-family: 'Microsoft Yahei', Arial;}
.fixed-layer .weixin-tips{position: absolute; left: -150px; top: 0; text-align: left; width: 135px; height: 150px; background: #fff; padding: 10px; border: 1px solid #770f0f; display: none;}
.fixed-layer .weixin-tips img{width: 112px; height: 112px; display: block;}
.fixed-layer .app-tips{position: absolute; left: -313px; top: 0; text-align: left; width: 281px; height: 150px; background: #fff; padding: 10px; border: 1px solid #1d5fc2; display: none;}
.fixed-layer .tel-ask-tips em, .fixed-layer .weixin-tips em, .fixed-layer .app-tips em{width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; right: -10px; top: 23px; border-width: 5px; border-style: dashed dashed dashed solid;}
.fixed-layer .tel-ask-tips em{border-color: transparent transparent transparent #770f0f;}
.fixed-layer .weixin-tips em{border-color: transparent transparent transparent #770f0f; right: -11px; _right: -12px;}
.fixed-layer .app-tips em{border-color: transparent transparent transparent #770f0f; right: -11px; _right: -12px;}