/*
* @Author: afei
* @Date:   2021-09-13 17:03:28
* @Last Modified by:   lin
* @Last Modified time: 2021-09-18 09:42:14
*/
.list-banner { background: url('../images/list-bg.png') no-repeat center top; height: 275px; }
.dropdown { position: relative; text-align: center; display: inline-block; width: 1200px; margin: 0 auto; padding-left: 10px; }
.dropdown ul { padding: 0; width: 710px; max-height: 200px; background: #fff; overflow-y: auto; box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.07); border-radius: 2px; margin-top: 2px; border: 0px solid #c6c8cc; position: absolute; left: 50px; display: none; z-index: 2; }
.dropdown ul li { text-indent: 10px; text-align: left; line-height: 28px; }
.dropdown ul li a { display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown ul li:hover { color: ##006CFF }
.dropdown ul li a:active, .dropdown ul li.active a { color: ##006CFF }

/* second list */
.dropdown-selected { border-radius: 30px; border: 0; height: 55px !important; line-height: 55px !important; width: 805px; margin: 50px auto 0 auto; background: #fff url('../images/search-icon@2x.png') no-repeat 18px 20px; background-size: 20px 20px; padding-left: 50px; color: #333 }

/* load */
.load { border-bottom: 1px #f0f0f0 solid; height: 50px; line-height: 50px; font-size: 12px; color: #999; }
.load a {font-size: 12px;background: url(../images/arrow1.png) no-repeat right 5px;padding: 0 20px 0 10px;font-weight: bold;color: #333;text-decoration: none;}
.Position { color: #ccc; padding-right: 20px; border-right: 1px #e0e0e0 solid; background-image: none; line-height: 12px; }
.load span { padding: 0 20px; }
.load a:hover { color: #0163bf; }

/* project */
.zhaobiaoBox { }
.searchbox { border-bottom: 4px #178AE6 solid; padding: 20px; background: #fff; }
.class { line-height: 30px; width: 100%; overflow: hidden; padding: 5px 0; border-bottom: 1px #f9f9f9 solid; }
.class div { float: left; width: 80px; text-align: right; padding-right: 20px; font-weight: bold; font-size: 14px; }
.class ul { width: 1100px; margin-left: 80px; }
.class ul li { float: left; margin-right: 20px; min-width: 80px; text-align: center; }
.class ul li a { min-width: 80px; text-align: center; line-height: 25px; }
.class ul li a:hover { text-align: center; display: inline-block; color: #fff; background: rgba(255, 102, 0, 0.07); border-radius: 1px; border: 1px solid #FF6600; color: #FF6600; }
a:link.claaOn { display: inline-block; background: rgba(255, 102, 0, 0.07); border-radius: 1px; border: 1px solid #FF6600; color: #FF6600; }

/*gonggaolist*/
.gonggaolist { text-align: left; margin-top: 20px; }
.gonggaolist .hd { height: 50px; line-height: 50px; background: #178AE6; padding: 0 10px 0 20px; position: relative; }
.gonggaolist .hd ul { float: left; position: absolute; left: 20px; top: -1px; height: 32px; width: 100% }
.gonggaolist .hd ul li { float: left; padding: 0 2px; margin-right: 50px; cursor: pointer; text-align: center; font-size: 16px; color: #fff }
.gonggaolist .hd ul li:hover { color: #fff }
.gonggaolist .hd ul li.on { height: 44px; color: #fff; font-weight: bold; border-bottom: 2px #fff solid; }
.gonggaolist .bd>ul { zoom: 1; height: 1380px; position: relative; }
.gonggaolist .bd li { }
.buttonsearch { background: #e0e0e0 url(../img/search.png) no-repeat center center; width: 26px; height: 26px; border: none; vertical-align: middle; margin-left: -5px; }
.buttonsearch:hover { background: #285db3 url(../img/search.png) no-repeat center center; }
.search { border: 1px #e0e0e0 solid; height: 24px; width: 200px; vertical-align: middle; color: #999; padding-left: 5px; line-height: 24px; }
.newsBox1 { padding-bottom: 30px; }
.newsTitle1 { background: #4c80d4; height: 69px; }
.newsTitle1Name { background: url(../img/title1.jpg) no-repeat; position: absolute; bottom: 0; height: 77px; width: 500px; font-size: 22px; color: #fff; line-height: 77px; padding-left: 70px; }
.newsTitle1Name>span { font-size: 14px; padding-left: 90px; }
.newsTitle1Name>span>span { color: #ffaa00; font-size: 26px; padding: 0 5px; }
.newsTitle1>a:link { position: absolute; right: 20px; top: 25px; color: #fff; border: 1px #588cdf solid; padding: 0 10px; }
.newsTitle1>a:visited { border: 1px #588cdf solid; color: #fff; }
.newsTitle1>a:hover { border: 1px #6b9cea solid; padding: 0 10px; }
.newsTextBox { border-right: 1px #f2f2f2 solid; border-left: 1px #f2f2f2 solid; overflow: hidden }
ul.newslist { min-height: 500px; height: auto; overflow: hidden }
ul.newslist>li { position: relative; line-height: 20px; padding: 25px 10px 25px 10px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s 0.4s ease-out; -ms-transition: all 0.4s ease-out; }
ul.newslist>li h1 { font-size: 18px; background: url(../img/arrow.png) no-repeat 0 6px; padding-left: 20px; color: #000; font-weight: normal; width: 1080px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
ul.newslist>li:hover h1 { color: #178AE6; transition: all 0.1s linear }
ul.newslist>li:nth-child(even) { background: #F8F9FA }
ul.newslist2 { }
ul.newslist2>li { border-bottom: 1px #f2f2f2 solid; position: relative; line-height: 40px; padding: 15px 10px 15px 10px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s 0.4s ease-out; -ms-transition: all 0.4s ease-out; }
ul.newslist2>li h1 { font-size: 18px; background: url(../img/arrow.png) no-repeat 0 16px; padding-left: 20px; color: #000; font-weight: normal; width: 1080px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
ul.newslist2>li:hover { background: #f9f9f9; transition: all 0.1s linear }
ul.newsinfo { overflow: hidden; margin-top: 16px; }
ul.newsinfo li { float: left; border-right: 1px #B3B3B3 solid; padding-right: 30px; padding-left: 20px; color: #333; border-bottom: 0px; }
ul.newsinfo li span { color: #666; }
ul.newsinfo li:nth-child(3) { border-right: 0 }
.newsDate { position: absolute; right: 20px; top: 30px; background: none; font-size: 16px; text-align: right; line-height: 15px; padding: 5px; color: #333 }
.newsDateToubiao { position: absolute; right: 20px; top: 20px; background: none; font-size: 12px; text-align: right; line-height: 15px; padding: 5px; color: #999 }
.newsDate div { font-weight: bold; font-size: 14px; color: #999 }
.pages { padding: 50px 30px; text-align: center }
.pages label { padding: 0 10px; color: #f00; font-weight: bold }
.pages a { border: 1px #eee solid; padding: 10px; margin: 0 10px; color: #000; }
.pages a:hover { border: 1px #ed5f5b solid; color: #f00; }
.pages a.disabled { color: #ccc; border: 1px #e9e9e9 solid; }
.pages a.disabled:hover { border: 1px #e9e9e9 solid; color: #ccc; }

/*zhaobiaoxiangmu*/
.titleXianmubox { padding: 20px 0 0px 0; }
.titleXianmu { font-size: 24px; line-height: 40px; }
.titleXianmu div { font-size: 14px; line-height: 50px; }
.shoucanBox { position: absolute; right: 0px; top: 0; *top: -20px; }
.shoucanBox a { margin-left: 30px; }
.shoucang { background: url(../img/shoucang.png) no-repeat 0 0; padding-left: 24px; }
.guanzhu { background: url(../img/guanzhu.png) no-repeat 0 0; padding-left: 24px; }
.jiance { background: url(../img/jiance.png) no-repeat 0 0; padding-left: 24px; }
.shoucang:hover { background: url(../img/shoucangon.png) no-repeat 0 0; }
.guanzhu:hover { background: url(../img/guanzhuon.png) no-repeat 0 0; padding-left: 24px; }
.jiance:hover { background: url(../img/jianceon.png) no-repeat 0 0; padding-left: 24px; }

/*--tab info--*/
.nameProject { border-bottom: 1px #e0e0e0 solid; text-align: center; padding: 0px 10px 20px 10px; }
.nameProject span { font-weight: bold; font-size: 16px; line-height: 60px; }
.nameProject div { }

/*---------*/
#wrap { width: 1230px; background: #f9f9f9; height: auto; margin: 0 auto; border: 1px #e0e0e0 solid; overflow: hidden; margin-bottom: 20px; }
#menu { float: left; width: 200px; background-color: #f9f9f9; height: 800px; z-index: 999; }
#menu ul { }
#menu li { height: 60px; line-height: 60px; text-align: right; border-bottom: 1px #e0e0e0 solid; }
#menu a { color: #333; font-size: 16pt; text-decoration: none; display: block; padding-right: 25px; background: url(../img/tab-all-bg.png) no-repeat; font-weight: bold; font-size: 16px; }
#menu li#m1 a { background-position: 0px 0; transition: none }
#menu li#m1.on a { background-position: -202px 0; transition: none }
#menu li#m2 a { background-position: 0px -60px; transition: none }
#menu li#m2.on a { background-position: -202px -60px; transition: none }
#menu li#m3 a { background-position: 0px -120px; transition: none }
#menu li#m3.on a { background-position: -202px -120px; transition: none; }
#menu li#m4 a { background-position: 0px -180px; transition: none }
#menu li#m4.on a { background-position: -202px -180px; transition: none; }
#menu li#m5 a { background-position: 0px -240px; transition: none; }
#menu li#m5.on a { background-position: -202px -240px; transition: none; }
#menu li#m6 a { background-position: 0px -300px; transition: none; }
#menu li#m6.on a { background-position: -202px -300px; transition: none; }
#menu li#gray a { background-position: -542px -300px; transition: none; }
#menu li span.g1 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -0px; display: block; padding-right: 25px; }
#menu li span.g2 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -60px; display: block; padding-right: 25px; }
#menu li span.g3 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -120px; display: block; padding-right: 25px; }
#menu li span.g4 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -180px; display: block; padding-right: 25px; }
#menu li span.g5 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -240px; display: block; padding-right: 25px; }
#menu li span.g6 { color: #ccc; font-size: 16px; font-weight: bold; background: url(../img/tab-all-bg.png) no-repeat -542px -300px; display: block; padding-right: 25px; }
.tabNone { opacity: 0.5; }
#menu a:hover, #menu .on a { color: #ed5f5b; height: 60px; line-height: 60px; font-weight: bold; font-size: 16px; }
#content { float: left; width: 1028px; margin-left: 0px; border-left: 1px #e0e0e0 solid; min-height: 800px !important; _height: 800px; height: auto; background: #fff; z-index: 1; }
h1.title1 { margin: 40px 40px 0 40px; font-size: 20px; color: #333; padding: 0px 0 0px 20px; border-left: 6px #ed5f5b solid; }
h1.title1 div { color: #000; font-weight: normal; font-size: 14px; padding-top: 5px; color: #999; }
.tabLine { border-bottom: 1px #e0e0e0 solid; margin: 10px 40px 0 40px; padding-top: 10px; }
.tabLine div { border-bottom: 3px #ed5f5b solid; width: 300px; }
.baomingBox { background: url(../img/baoming.png) no-repeat 0 0; height: 69px; width: 142px; position: absolute; right: 20px; top: -40px; text-align: center; padding-top: 6px; }
.baomingBox a:link, .baomingBox a:hover { font-weight: bold; color: #fff; line-height: 40px; font-size: 16px; background: url(../img/baomingicon.png) no-repeat 0 3px; padding-left: 25px; }
.baomingBox a:visited { color: #fff; }
.tabContentBox { margin: 30px 40px 40px 40px; }
.tabContentBox h1 { font-size: 20px; line-height: 30px; }
.tabContentBox h2 { font-size: 18px; }
.tabTable { border: 1px #e0e0e0 solid; border-collapse: collapse; font-size: 14px; }
.tabTable tr th { border: 1px #e0e0e0 solid; padding: 5px 10px; font-weight: bold; background: #f9f9f9; text-align: center }
.tabTable tr td { border: 1px #e0e0e0 solid; padding: 5px 10px; }
.tabTable tr td a { margin: 0 10px; }
.tabTable2 { border: 1px #e0e0e0 solid; border-collapse: collapse; font-size: 14px; margin: 20px auto; width: 937px; }
.tabTable2 tr th { border: 1px #e0e0e0 solid; padding: 10px; font-weight: bold; background: #f9f9f9; text-align: center }
.tabTable2 tr td { border: 1px #e0e0e0 solid; padding: 10px; text-align: center }
.tabTable2 tr td a { margin: 0 10px; }
.gonggaoText { font-size: 16px; line-height: 30px; margin-bottom: 30px; }
.fileDown { margin-top: 20px; overflow: hidden; font-weight: bold; border-top: 1px #e0e0e0 dotted; padding-top: 30px; }
.fileDown a { margin-left: 10px; font-size: 16px; display: block; padding-left: 5px; }
.fileDown div { float: left; }
.Other { padding: 10px 40px 20px 20px; margin: 0 auto 30px auto; overflow: hidden; clear: both; color: #000; background: #f9f9f9; border: 1px #ccc dotted; overflow: hidden }
.Other div { float: left; font-weight: bold }
.Other ul { float: left; margin-left: 20px; }
.Other ul li { background: url(../img/arrow.png) no-repeat 0 9px; padding-left: 10px; line-height: 25px; }
.Other ul li a { color: #333; }
.Other ul li a:hover { color: #4c80d4; }
.zbfilebox { margin-top: 20px; }
.zbfileboxTitle { border-bottom: 1px #e0e0e0 solid; font-size: 16px; }
.zbfileboxTitle span { width: 300px; border-bottom: 3px #ed5f5b solid; display: block; line-height: 50px; }
.zbfileboxText { padding: 20px 0; line-height: 26px; }
a.green, a.green:link { background: #6fb62a; border-radius: 3px; font-weight: bold; padding: 3px 5px; margin: 0 10px; color: #fff; }
a.redbuy, a.redbuy:link { background: #ed5f5b; color: #fff; font-weight: bold; padding: 3px 10px; margin: 0 10px; font-size: 14px; border-radius: 3px; }
a.green:visited, a.redbuy:visted { color: #fff; }
a.green:hover { background: #5fa31d }
a.redbuy:hover { background: #d64440; }
.ZhongBiaoContent { border: 1px #e0e0e0 solid; margin-bottom: 20px; }
.ZhongBiaoContent ul { overflow: hidden; }
.ZhongBiaoContent ul li { width: 409px; float: left; line-height: 40px; border-bottom: 1px #e0e0e0 solid; position: relative; height: 40px; }
.ZhongBiaoContent ul li div { display: inline-block; width: 100px; border-right: 1px #e0e0e0 solid; border-left: 1px #e0e0e0 solid; background: #f9f9f9; text-align: center; margin-right: 5px; height: 40px; position: absolute; left: 0; top: 0; }
.ZhongBiaoContent ul li span { padding-left: 110px; width: 270px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.ZhaobiaoText { min-height: 500px; height: auto; padding: 30px; line-height: 30px; }
.download { }
.download table { margin: 10px 0; }
.download table tr td { padding: 5px; }
a.downloadBtn { border: 1px #ed5f5b solid; padding: 5px 10px; border-radius: 5px; margin-top: 10px; margin-right: 10px; color: #ed5f5b }
a.downloadBtn:hover { background: #ed5f5b; color: #fff; }
.textGrey { color: #999; font-size: 12px; line-height: 20px; display: block; float: left; text-align: right }
.APPcode { width: 80px; height: 80px; margin-left: 10px; }
.buyButton { background: #ed5f5b; padding: 10px 20px; border: 0; border-radius: 2px; color: #fff; margin: 0 5px 20px 5px; font-size: 16px; }
.buyButton:hover { background: #db403b; }
.buyButtonblue { background: #4c80d4; padding: 10px 20px; border: 0; border-radius: 2px; color: #fff; margin: 0 5px 20px 5px; font-size: 16px; }
.buyButtonblue:hover { background: #386fc8; }
a.buyButtonblue:link { color: #fff; }
a.buyButtonblue:hover, .buyButtonblue:visited { color: #fff; }
.BtnGrey { background: #999; padding: 10px 20px; border: 0; border-radius: 2px; color: #fff; margin: 0 5px 20px 5px; font-size: 14px; }
.BtnGrey:hover, .BtnGrey:visited { background: #999; color: #fff; }
.QRcode { position: absolute; right: 0; top: 70px; }

/* project content */
#main { padding: 20px 20px 20px 20px; width: 900px; *width: 870px !important; margin-left: 10px; float: left; }
#main h3 { ; line-height: 30px; }
#sidebar { width: 220px; float: right; margin-top: 20px; margin-right: 20px; }
#sidebar ul { padding-left: 15px; }
#sidebar ul li { line-height: 30px; margin: 0 0 0 20px; }
#footer { clear: both; border-top: 2px solid #D5D5D5; padding: 10px 0; }
.topTitle { }
.topTitle h3 { padding: 20px 0; line-height: 36px; font-size: 20px; }
.topTitle h3 b { color: #333; font-weight: normal; padding-right: 10px; }
.block { margin: 0px auto 50px auto; }
.block h3 { font-size: 14px; }
.block hr { border-top: 1px #e0e0e0 dashed; }
.blockContent { margin: 20px 0 20px 0; background: #F8F9FA; }
.blockContent th { text-align: right; width: 80px; font-weight: normal; color: #999; vertical-align: top; height: 30px; }
.blockContent tr th, .blockContent tr td { padding-left: 20px; vertical-align: top; line-height: 30px; }
.blockContent tr td { color: #333; }
.downloadList { margin: 20px 20px 20px 0px; }
.downloadList li { line-height: 30px; }
.downloadList li a { font-size: 14px; color: #178AE6; }
.OtherNotic { margin: 20px 20px 20px 0px; overflow: hidden }
.OtherNotic li { line-height: 30px; overflow: hidden }
.OtherNotic li a { font-size: 14px; color: #f00; background: url(../images/dot.png) no-repeat 0 13px; padding-left: 10px; }
.OtherNotic li span { color: #999; font-size: 12px; }
.baoming { position: relative; overflow: hidden; }
.baoming a { width: 208px; transition: all linear 0.2s; background: #ee661b url(../images/write.png) no-repeat 35px 8px; display: block; text-align: center; line-height: 40px; color: #fff !important; font-size: 16px; }
.baoming a:hover { text-decoration: none; background: #d3540e url(../images/write.png) no-repeat 35px 8px; }
.baoming::before { content: " "; position: absolute; width: 80px; height: 400px; top: 0; left: -200px; overflow: hidden; background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%); transform: skewX(-25deg); transition: left 1s; }
.baoming:hover::before { left: 300px; }
.timeline { background: url(../images/timeline.png) no-repeat 16px top; height: 480px; margin-top: 40px; width: 200px; position: relative; }
.timeline >.title { position: absolute; background: url(../img/time.png) no-repeat 0px top; height: 50px; width: 200px; padding-left: 50px; line-height: 50px; font-size: 16px; }
.timeline >.dotbox { position: absolute; left: 0; top: 0px; }
.timeline >.dotbox >.dot { background: url(../images/timedot.png) no-repeat 10px 0; padding-left: 50px; margin-bottom: 25px; width: 250px; }
.timeline >.dotbox >.dot h4 { font-size: 14px; color: #178AE6; line-height: 20px; }
.timeline >.dotbox >.dot div { font-size: 13px; color: #999; margin-top: 10px; }

/* guoxinjinfu */
.slideTxtBox {/* width: 1170px; *//* border: 1px solid #eee; *//* text-align: left; */_height: 500px;/* min-height: 500px; */ height: auto; margin-top: 10px; }
.slideTxtBox .hd { width: 300px; height: 0px; line-height: 30px; padding: 0; position: relative; }
.slideTxtBox .hd ul {float: left;position: absolute;left: 0px;top: 0px;/* height: 32px; *//* border-top: 2px #f90 solid; */width: 260px;}
.slideTxtBox .hd ul div {/* background: #f5f5f5; */height: 60px; color: #333; font-size: 18px; padding-left: 30px; line-height: 60px;/* border-bottom: 1px #eee solid; */ }
.slideTxtBox .hd ul div b::before {width: 2px;height: 21px;background: #178AE6;border-radius: 2px;margin-right: 15px;float: left;content: "";vertical-align: middle;margin-left: 0;margin-bottom: 0;margin-top: 20px;}
.slideTxtBox .hd ul li {height: 30px;color: #178AE6;cursor: pointer;line-height: 30px;/* border-bottom: 1px #e0e0e0 dotted; */padding-left: 18px;background: #F8F9FA;margin-left: 30px;margin-bottom: 7px;}
.slideTxtBox .hd ul li:hover { color: #178AE6; }
.slideTxtBox .hd ul li.on {height: 30px;color: #178AE6;line-height: 30px;}
.slideTxtBox .hd ul li.on a {color: #178AE6;line-height: 30px;text-decoration: underline;}
.slideTxtBox .hd ul li.on i { background: url(../img/arrowlOrange.png) no-repeat; }
.slideTxtBox .bd ul { padding: 20px }
.slideTxtBox .bd ul { margin-left: 300px; zoom: 1;/* border-left: 1px #eee solid; *//* border-top: 2px #1a86c0 solid; */margin-top: 0px; _height: 700px; min-height: 700px; height: auto; }
.slideTxtBox .bd li { height: 24px; line-height: 24px; }
.slideTxtBox .bd li .date { float: right; color: #999; }
.grey { color: #ccc; }
.iconright { float: right; margin-top: 20px; padding-right: 30px; }
.icon-border-circle { }
.righttitle { border-bottom: 1px #eee solid; height: 40px; color: #333333; }
.righttitle b { font-size: 18px; }
.righttitle span { float: right; padding-right: 20px; color: #999; *margin-top: -35px !important; }
.text { margin-top: 20px; color: #333; }
.rightContent { padding: 15px 30px; line-height: 35px; font-size: 15px; color: #555; }
.feet { text-align: center; padding: 30px 0; }
.tablestyle { border-collapse: collapse; width: 100%; background: #dceff8; border: 1px #d1e9f4 solid }
.tablestyle tr td { border: 1px #d1e9f4 solid; padding: 5px; }
.tablestyle th { background: #0075a9; color: #fff; border: 1px #d1e9f4 solid; padding: 5px; text-align: center }
.tablebg { background: #fff }
.iconBox { float: right; }
.iconBox div { margin: 20px 20px; }
.iconBox div a { padding: 10px 20px; color: #fff; background: #4ab900; border: none; width: 150px; font-size: 18px; text-shadow: none; line-height: 36px; }
.iconBox div a:hover { background: #409409; color: #fff; }
.iconBox div i { font-size: 20px; padding-right: 20px; }
.fromBox { }
.fromBox div { padding: 0; margin: 0; }
.fromBox div span { padding-left: 10px; font-size: 12px; line-height: 30px; display: inline-block; margin-top: 5px; }
.fromBox div label { float: left; display: block; line-height: 30px; padding-right: 10px; width: 140px; text-align: right }
.btnWidth { width: 150px; margin: 0 auto }
#myModalLabel { margin-top: 0; font-size: 18px; }
.myModaContentTable { width: 100%; border: 1px #f2f2f2 solid; height: 200px; }
.myModaContentTable th { font-size: 14px; text-align: center; border: 1px #f2f2f2 solid; background: #f2f2f2; }
.myModaContentTable tr td { font-size: 14px; text-align: left; border: 1px #f2f2f2 solid; padding: 5px; line-height: 30px; }
.myModaContentBg { background: url(../img/kf.png) no-repeat; height: 60px; }
.myModaContentBg h2 { padding-left: 100px; padding-top: 10px; font-size: 18px; color: #f90; font-weight: bold; }
.icon-chevron-right { background: url(../img/arrowl.png) no-repeat 0 0px; padding-top: 0; *margin-top: -30px !important; }
.icon-arrow-right { background: url(../img/arrow.png) no-repeat 0px 0px; height: 37px; width: 32px; padding-right: 20px; margin-top: -5px; }
.icon-phone-sign { background: url(../img/tel.png) no-repeat; height: 32px; width: 32px; margin-top: -3px; }
.icon-edit { background: url(../img/button.png) no-repeat; width: 32px; height: 32px; margin-top: -3px; }
.tb { line-height: 25px; margin-top: 40px; font-size: 14px; }
.tb tr td { padding-bottom: 10px; text-align: left; }

/* download */
.softBox { margin-top: 20px; padding: 10px 0px 10px 0px; border: 1px #fff solid; border-left: 3px #178AE6 solid; background: #F8F9FA; }
.softBox:hover { border: 1px #f60 solid; border-left: 3px #f60 solid; }
.softBox h3 { font-size: 14px; padding: 0 0 0 40px; margin: 0 0 10px 0; border-bottom: 1px #eee solid; padding-bottom: 10px; position: relative; background: url(../images/d.png) no-repeat 20px 8px; line-height: 30px; -left: 20px; }
.softBox h3 span { position: absolute; right: 10px; font-size: 12px; font-weight: normal; color: #999; }
.softBox li { line-height: 24px; font-size: 14px; color: #666; padding: 0 20px; }
.softBox li span { padding-right: 10px; display: inline-block; color: #333; }
.download { overflow: hidden; border-top: 1px #ddd dashed; margin-top: 20px; }
.download div { float: left; color: #999; padding-top: 10px; }
.download div b { padding: 0 5px; color: #333; }
.download a { padding: 0px 10px; color: #4c80d4; float: right; margin-top: 10px; background: #FF6600; width: 130px; margin-left: 20px; text-align: center; border-radius: 2px; }
.download a:hover { background: #366abe }
.downloadBox { width: 49%; position: relative; float: left; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07); }
.downloadBox:nth-child(even) { margin-left: 2%; }
.CAprocess { overflow: hidden; margin-bottom: 40px }

/* help */
.help-top-bg { background: url('../images/help.png') no-repeat center top; height: 350px; }
.help-title { font-size: 54px; color: #fff; text-align: center; margin-top: 50px;letter-spacing: 5px;font-weight: bold; }
.help-slide { width: 100%; text-align: left; }
.help-slide .hd { width: 270px; line-height: 30px; position: relative; float: left; min-height: 800px; }
.help-slide .hd ul { width: 100%; height: 32px; }
.help-slide .hd ul div { font-weight: 500; margin: 20px 0; color: #000000; line-height: 28px; font-size: 20px; font-weight: bold; }
.help-slide .hd ul div:before { width: 2px; height: 21px; background: #178AE6; border-radius: 2px; margin-right: 15px; float: left; content: ""; vertical-align: middle; margin-left: .5em; margin-bottom: 0; margin-top: 6px; }
.help-slide .hd ul li { padding: 5px 0px 5px 28px; cursor: pointer; font-size: 14px; background: #F8F9FA; color: #178AE6; }
.help-slide .hd ul li.on { background: #fff; color: #178AE6; text-decoration: underline; }
.help-slide .bd { width: 800px; float: left; margin-left: 100px }
.help-slide .bd ul { padding: 15px; zoom: 1; float: left; }
.help-slide .bd ul h3 { font-size: 20px; color: #333333; line-height: 28px;padding-bottom: 20px; }
.shouce { line-height: 40px; font-size: 14px; }
.shouce img { display: block; margin: 10px auto; }
.shouce p { padding: 20px 0; line-height: 22px; }
.hezuo { padding-bottom: 30px; font-size: 14px; line-height: 20px; }
.hezuo div { text-align: center; margin-bottom: 20px; }
.hezuo p { text-indent: 30px; line-height: 30px; }
.liuchengImg { padding: 5px; background: #f2f2f2; margin: 60px 0; font-size: 18px; font-weight: normal; }
.Adlist { text-align: center; }
.Adlist > h3 { font-size: 16px; line-height: 60px; }
.Adlist > h2 { font-size: 20px; color: #ff0000; line-height: 60px; }
.aboutUs { line-height: 30px; text-indent: 30px; font-size: 15px; }
.aboutUs p{line-height: 30px;}
.aboutUs span { text-align: center; margin-bottom: 30px; display: block; }
.aboutUs span img { width: 240px; height: 212px; }
.linkBox{ font-size:14px; text-align:center  }
.linkBox table{border:0px #f0f0f0 solid; width:80%; margin:50px auto;}
.linkBox table tr td{border:0px #f0f0f0 solid;padding:20px; align-content:center}
.linkBox div{margin-bottom:30px; color:#666;}
.linkBox a{ display:block;width:300px; margin:0 auto}
.linkBox div a img{display:block; margin:5px auto;}