/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 14px/1.8 Microsoft YaHei, arial, 微软雅黑, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #3480ce;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.wh {
    width: 1200px;
    margin: 0 auto;
	font-size: 14px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 34px;
    background: #179baf;
    color: rgba(255, 255, 255);
    line-height: 34px;
    overflow: hidden;
}

.top2 {
    overflow: hidden;
	padding: 15px 0;
	mix-height: 84px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 60px;
	padding: 0 0 15px;
}

.top2 .k2 {
    margin-top: 13px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #fff;
	padding: 0 4px 0 8px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

/*热门搜索*/
.sou {
    height: 57px;
    border-bottom: 1px solid #e0e0e0;
}

#formsearch {
    float: right;
    background: url(../images/ss.png) center no-repeat;
    height: 36px;
    margin-top: 12px;
    width: 344px;
}

.hotSearch {
    float: left;
    height: 57px;
    line-height: 57px;
    font-weight: normal;
    font: normal 12px/57px MicrosoftYaHei;
    color: #8b8b8b;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 20px;
    color: #8b8b8b;
}

#formsearch input {
    height: 34px;
    background: none;
    border: none;
    line-height: 34px;
    outline: none;
}

#formsearch input#keyword {
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    color: #b5b5b5;
    font-size: 13px;
}

#formsearch input#s_btn {
    width: 62px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0;
    float: right;
}

/*导航栏样式*/
#menu {
    margin-top: 5px;
}

.nav {
    background-color: #3480ce;
    height: 32px;
}

.nav li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 90px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav li a {
    display: block;
    line-height: 32px;
    color: #fff;
    height: 32px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24588e;
}

.nav .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
}

.nav .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 90px;
}

.nav .sec a:hover {
    background: #042d3f;
    text-decoration: none;
}

/*内页左侧样式*/

.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/* .page-position a{color: #fff;} */
.left {
    width: 225px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.xypg-case-list li {
    width: 270px;
}

.xypg-product-list li {
    width: 271x;
}

.xypg-product-list li .img img {
    width: 271px;
}

.relate-product-slick .owl-item .img img {
    width: 205px;
    height: 200px;
	border:solid 1px #eeeeee;
	padding:4px;
}

.xypg-case-list li .img img {
    width: 300px;
    height: 280px;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}

/*  */
.w1 {
    margin-top: 54px;
    margin-bottom: 52px;
}

.w1tit {
    text-align: center;
}

.w1tit dd {
    font: bold 36px/36px MicrosoftYaHei;
    color: #222222;
}

.w1tit dt {
    font: normal 17px/17px MicrosoftYaHei;
    color: #828282;
    margin-top: 16px;
}

.peosec {
    width: 1200px;
    height: 135px;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
	border-radius: 10px;
    margin-top: 32px;
}

.peosec ul {
    text-align: center;
}

.peosec ul li {
    display: inline-block;
    background: url(../images/secx.png) right center no-repeat;
    width: 196px;
}

.peosec ul li:last-child {
    background: none;
}

.peosec ul li .secpic {
    margin: 0 auto;
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.peosec ul li .secpic dd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    transition: all 0.4s;
}

.peosec ul li .secpic dt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    transition: all 0.4s;
    background-color: #189baf;
    border-radius: 50%;
}

.peosec ul li:hover .secpic dd {
    opacity: 0;
    transition: all 0.4s;
}

.peosec ul li:hover .secpic dt {
    opacity: 1;
    transition: all 0.4s;
}

.peosec ul li h3 {
    font: normal 18px/18px MicrosoftYaHei;
    color: #242424;
    margin-top: 9px;
}

.peosec ul li span {
    margin: 0 auto;
    width: 24px;
    height: 1px;
    background-color: #222222;
    display: block;
    margin-top: 15px;
}

.prolists {
    margin-top: 21px;
}

.prolists ul li {
    width: 384px;
    background-color: #ffffff;
    /*border: solid 1px #e6e6e6;*/
    margin-right:22px;
}
.prolists ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.prolists ul li:last-child {
    margin-right: 0;
}

.prolists ul li a {
    display: block;
    overflow: hidden;
}

.prolists ul li img {
    width: 384px;
    height: 325px;
	box-shadow: 0 1px 2px 0 rgba(150,150,150,0.9);
	border-radius:10px;
}

.prolists ul li h3 {
    font: normal 16px/55px MicrosoftYaHei;
    color: #5a5a5a;
    text-align: center;	
	line-height: 40px;
	height:40px;
}

.protjlist {
    margin-top: 14px;
}

.protjlist ul li {
    width: 597px;
    height: 377px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    margin-right: 6px;
}

.protjlist ul li a.img {
    display: block;
    width: 595px;
    height: 313px;
    overflow: hidden;
}

.protjlist ul li a.img img {
    width: 100%;
    height: 100%;
}

.protjlist ul li:last-child {
    margin-right: 0;
}

.protjlist ul li h3 {
    font: normal 16px/64px MicrosoftYaHei;
    color: #5a5a5a;
    padding-left: 40px;
    position: relative;
}

.protjlist ul li h3 a {
    position: absolute;
    display: block;
    width: 92px;
    height: 29px;
    border-radius: 15px;
    border: solid 1px #e6e6e6;
    text-align: center;
    right: 27px;
    bottom: 13px;
    font: normal 16px/27px MicrosoftYaHei;
    color: rgba(90, 90, 90, .53);
}

/*  */
.w2 {
    background: url(../images/w2.png) center no-repeat;
    height: 795px;
    padding-top: 75px;
}

.w2tit {
    text-align: center;
}

.w2tit dd {
    font: bold 36px/36px MicrosoftYaHei;
    color: #ffffff;
}

.w2tit dt {
    font: normal 17px/17px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 16px;
}

.ysbgs {
    position: relative;
    width: 1137px;
    margin: 0 auto;
    margin-top: 120px;
    height: 527px;
}

.ysbgs ul li .nums {
    font: bold 20px/25px MicrosoftYaHei;
    color: #002a89;
}

.ysbgs ul li .nums span {
    font: bold 21px/25px "黑体";
    color: #002a89;
}

.ysbgs ul li .ysconts {
    font: normal 16px/25px MicrosoftYaHei;
    color: #222222;
}

.ysbgs ul li {
    position: absolute;
    text-align: center;
}

.ysbgs ul li:nth-child(1) {
    width: 217px;
    left: 0;
    top: 384px;
}

.ysbgs ul li:nth-child(2) {
    width: 209px;
    left: 72px;
    top: 214px;
}

.ysbgs ul li:nth-child(3) {
    width: 215px;
    left: 217px;
    top: 73px;
}

.ysbgs ul li:nth-child(4) {
    width: 225px;
    right: 458px;
    top: 0;
}

.ysbgs ul li:nth-child(5) {
    width: 195px;
    right: 213px;
    top: 73px;
}

.ysbgs ul li:nth-child(6) {
    width: 160px;
    right: 98px;
    top: 214px;
}

.ysbgs ul li:nth-child(7) {
    width: 220px;
    right: 0;
    top: 384px;
}

.yspics {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}

/*  */
.w4 {
    margin-top: 62px;
    margin-bottom: 49px;
}

.abpics {
    width: 544px;
    height: 395px;
    background-color: #ffffff;
    border: solid 1px #a8a8a8;
    padding: 8px 6px;
    overflow: hidden;
}

.abconts {
    width: 620px;
    margin-top: 45px;
}

.abconts h3 {
    font: bold 32px/32px MicrosoftYaHei;
    letter-spacing: 0px;
    color: #222222;
}

.abconts h4 {
    font: normal 18px/18px MicrosoftYaHei;
    letter-spacing: 3px;
    color: #474747;
    margin-top: 20px;
}

.abconts .abnris {
    font: normal 14px/30px MicrosoftYaHei;
    color: #787878;
    margin-top: 40px;
}

.abconts a {
    display: block;
    width: 136px;
    height: 39px;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    text-align: center;
    font: normal 14px/37px MicrosoftYaHei;
    color: #787878;
    margin-top: 50px;
    float: left;
}

.abconts span {
    float: left;
    background: url(../images/tek.png) left center no-repeat;
    padding-left: 53px;
    font: normal 18px/45px MicrosoftYaHei;
    color: #3e3e3e;
    margin-top: 45px;
    margin-left: 29px;
}

.abconts span strong {
    font: bold 24px/45px MicrosoftYaHei;
    color: #179baf;
}

/*  */
.w5 {
    background: url(../images/w5.jpg) center no-repeat;
    height: 811px;
    padding-top: 84px;
}

.foyss {
    position: relative;
    margin-top: 48px;
}

.foyss .bd ul li {
    height: 436px;
    background-color: #ffffff;
    float: left;
}

.foyss .bd ul li .fyspics {
    width: 741px;
    height: 436px;
}

.foyss .bd ul li .ysconrs {
    width: 458px;
    padding: 95px 17px 0 56px;
}

.foyss .bd ul li .ysconrs dd {
    float: left;
    width: 49px;
    height: 49px;
    background-color: #189baf;
    border-radius: 50%;
    text-align: center;
    font: bold 30px/49px MicrosoftYaHei;
    color: #ffffff;
}

.foyss .bd ul li .ysconrs h3 {
    font: bold 24px/49px MicrosoftYaHei;
    color: #189baf;
    float: left;
    margin-left: 28px;
}

.foyss .bd ul li .ysconrs span {
    display: block;
    border-top: 1px dashed #a8a7a7;
    margin-top: 11px;
}

.foyss .bd ul li .ysconrs p {
    font: normal 15px/19px MicrosoftYaHei;
    color: #585858;
    margin-top: 25px;
}

.foyss .bd ul li .ysconrs a {
    display: block;
    width: 101px;
    height: 33px;
    background-color: #189baf;
    border-radius: 17px;
    text-align: center;
    font: normal 14px/33px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 30px;
}

.foyss {

}

.foyss .fuls {
    text-align: center;
    margin-top: 32px;
}

.foyss .fuls li {
    margin-right: 18px;
    width: 286px;
    height: 75px;
    border: solid 1px #ffffff;
    text-align: center;
    float: left;
}

.foyss .fuls li:last-child {
    margin-right: 0;
}

.foyss .fuls li dd {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    text-align: center;
    font: normal 26px/45px SimHei;
    color: #222222;
    border-radius: 50%;
}

.foyss .fuls li h3 {
    font: bold 24px/75px MicrosoftYaHei;
    color: #ffffff;
    float: left;
    margin-left: 16px;
}

.foyss .fuls li.on {
    background-color: #ffffff;
}

.foyss .fuls li.on dd {
    background-color: #189baf;
    color: #fff;
}

.foyss .fuls li.on h3 {
    color: #189baf;
}

.foyss .fulss {
    position: absolute;
    bottom: 182px;
    right: 25px;
    z-index: 99;
}

.foyss .fulss li {
    width: 11px;
    height: 11px;
    background-color: #189baf;
    border-radius: 50%;
    float: left;
    margin: 0 9px;
}

/*  */
.w6 {
    margin-top: 66px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 94px;
    cursor: pointer;
    z-index: 999;
}

.l_btn {
    left: -44px;
}

.r_btn {
    right: -44px;
}

.heans {
    position: relative;
    margin-top: 31px;
    margin-bottom: 36px;
}

.ca_list li {
    float: left;
    width: 300px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
	margin: 0 6px;
}

.ca_list li a {
    display: block;
    overflow: hidden;
    height: 246px;
}

.ca_list li h3 {
    font: normal 18px/58px MicrosoftYaHei;
    color: #595959;
    text-align: center;
}

.w6 a.camors {
    display: block;
    background: url(../images/camo.png) center no-repeat;
    width: 260px;
    height: 45px;
    margin: 0 auto;
}

/*  */
.w7 {
    background: url(../images/w7.png) center no-repeat;
    height: 515px;
    margin-top: 32px;
}

.jiam {
    width: 378px;
    height: 425px;
    background-color: #189baf;
    margin-top: 40px;
    padding: 37px 19px 0 17px;
}

.jiam h3 {
    font: normal 24px/24px MicrosoftYaHei;
    color: #ffffff;
}

.jiam h3 b {
    font-family: "黑体";
    font-weight: normal;
}

.fmess {
    margin-top: 10px;
}

.mess1 input {
    width: 342px;
    height: 41px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    outline: none;
    padding-left: 7px;
    font: normal 16px/41px MicrosoftYaHei;
    color: #222222;
}

.mess1, .mess2, .mess3 {
    margin-bottom: 10px;
}

.mess2 textarea {
    width: 342px;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    outline: none;
    padding-left: 7px;
    font: normal 16px/41px MicrosoftYaHei;
    color: #222222;
}

.mess3 input {
    width: 150px;
    height: 34px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    outline: none;
    padding-left: 7px;
    font: normal 16px/41px MicrosoftYaHei;
    color: #222222;
}

.messsend {
    width: 138px;
    margin: 0 auto;
}

.messsend input {
    height: 43px;
    background-color: #ffffff;
    border-radius: 22px;
    width: 100%;
    text-align: center;
    font: normal 18px/43px MicrosoftYaHei;
    color: #222222;
    outline: none;
    border: none;
    letter-spacing: 4px;
}

.fliuc {
    width: 770px;
    margin-top: 62px;
}

.fliuc h3 {
    font: bold 37px/37px MicrosoftYaHei;
    color: #ffffff;
}

.fliuc h4 {
    font: normal 18px/18px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 15px;
}

.liucs {
    margin-top: 32px;
}

.liucs ul li {
    float: left;
    width: 119px;
    height: 119px;
    margin-right: 78px;
    margin-bottom: 61px;
    background: url(../images/lcc.png) center no-repeat;
    position: relative;
}

.liucs ul li:nth-child(4n) {
    margin-right: 0;
}

.liucs ul li .lictus {
    position: relative;
    width: 42px;
    height: 40px;
    margin: 0 auto;
    margin-top: 26px;
}

.liucs ul li .lictus dd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.4s;
}

.liucs ul li .lictus dt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
}

.liucs ul li p {
    margin-top: 5px;
    font: normal 16px/16px MicrosoftYaHei;
    color: #535353;
    text-align: center;
}

.liucs ul li:hover {
    background: url(../images/lcc2.png) center no-repeat;
}

.liucs ul li:hover dd {
    opacity: 0;
    transition: all 0.4s;
}

.liucs ul li:hover dt {
    opacity: 1;
    transition: all 0.4s;
}

.liucs ul li:hover p {
    color: #ffffff;
}

/*  */
.box6 {
    margin-top: 55px;
    margin-bottom: 36px;
}

.box6 .cont {
    margin-top: 33px;
}

.n-left {
    width: 713px;
    border: 1px solid #d9d7d7;
    /*height: 550px;*/
    background: #ffffff;
    border-top: 2px solid #179baf;

}

.n-left h2 {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 10px;
}

.n-span {
    display: block;
    float: left;
    height: 40px;
    cursor: pointer;
    margin-right: 15px;
    background: url(../images/xinli.png) right center no-repeat;
    padding-right: 24px;
    font: bold 20px/40px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #222222;
}

.n-span:nth-child(2) {
    background: none;
}

.active {
    color: #189baf;
}

.xinpics {
    padding: 0 10px;
    margin-top: 25px;
}

.n-content dl {
}

.n-content dl dt {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.n-content dl dt .aa {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.n-content dl dt .a2 {
    line-height: 27px;
    font-size: 14px;
    color: #888888;
    display: block;
}

.n-content dl dt .a3 {
    display: block;
    width: 105px;
    height: 27px;
    line-height: 27px;
    background: #fff;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    margin-left: 24px;
}

.n-content dl dt:hover .a3 {
    border-color: #0066d9;
    color: #0066d9;
}

.n-content dl dd {
    width: 684px;
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 17px 11px 12px;
    margin: 0 auto;
}

.n-content dl dd a {
    color: #189baf;
    padding-left: 17px;
    background: url(../images/xinjt.png) left center no-repeat;
    display: block;
    font: normal 16px/16px MicrosoftYaHei;
    color: #189baf;

}

.n-content dl dd span {
    font-size: 14px;
    color: #7d7c7c;
    margin-top: 10px;
    display: block;
}

.n-right1 {
    width: 485px;
    border: 1px solid #d9d7d7;
    height: 512px;
    background: #ffffff;
    border-top: 2px solid #179baf;
}

.n-right1 h2 {
    height: 40px;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 14px;
    font: bold 20px/40px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #189baf;
}

.news_company {
    width: 325px;
    margin-right: 62px;
}

.news1_title {
    border-bottom: 1px solid #e5e5e5;
    font: 400 22px/50px "微软雅黑";
    color: #111;
    position: relative;
}

.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.news1_title a {
    position: absolute;
    right: 0;
    top: 0;
}

.news_company .content {
    padding-top: 20px;
}

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 456px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {
}

#ydemo2 {
}

.news_list3 {
    margin: 0 auto;
    width: 452px;
}

.news_list3 li {
    position: relative;
    padding: 18px 0 15px;
    border-bottom: 1px dashed #c5c5c5;
}

.news_list3 li a {
    line-height: 30px;
    padding-left: 38px;
    background: url(../images/wen.png) left bottom no-repeat;
    display: block;
    font-size: 16px;
    color: #26211f;
}

.news_list3 span {
    background: url(../images/da.png) left top no-repeat;
    padding-left: 38px;
    font: 400 15px/22px "微软雅黑";
    color: #7d7c7c;
    display: block
}

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 456px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {
}

#ydemo2 {
}

/*  */
.footbgs {
    background-color: #179baf;
    padding: 47px 0;
}

.fadds {
    font: normal 14px/26px MicrosoftYaHei;
    color: #ffffff;
    width: 275px;
	border-right: dotted 1px #008498;
}

.fnavs {
	border-right: dotted 1px #008498;
    width: 240px;
    margin-left: 57px;
    font: normal 14px/20px MicrosoftYaHei;
    color: #ffffff;
}
.fadds p,.fnavs p{ /*padding:3px 0;*/ line-height: 30px;}
.fnavs a {
    color: #ffffff;
	padding: 0 60px 0px 0;
}

.fcopyright {
    width: 377px;
    margin-left: 70px;
    font: normal 14px/20px MicrosoftYaHei;
    color: #ffffff;
}

.fcopyright a {
    color: #ffffff;
}

.fewm {
    margin-right: 18px;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    font: normal 14px/22px MicrosoftYaHei;
    color: #3b3b3b;
    padding: 10px 0 20px;
    text-align: center;
}
