@charset "utf-8";

.mt20 {
    margin-top: 20px;
}

body {
    color: #333333;
    background: url(../images/t_bg.gif) top center repeat-x;
}

.header {
    height: 166px;
    /* overflow: hidden;*/
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.header img {
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
}

.header h1 {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.header h1 a {
    float: left;
    width: 12.4%;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #fff;
}

.header h1 a:hover {
    background-color: #0A72D1;
}

/*.header .logo{
	width: 450px; float: left; display: inline;
}
.header .logo img{
	height: 102px; display: block;
}
.header .navs{
	height:102px; width: 720px; float: right; display: inline;
	height: 45px; margin: 26px 0 0;
}
.header .navs li{
	width: auto; display: inline; line-height: 45px;
}
.header .navs li a{
	display: inline-block; font-size: 18px; padding: 0 13px;
	background-color: #FF0000; color: #fff;
	margin-left: 10px; width: auto; float: left;
}
.header .navs li.selected a,
.header .navs li a:hover{
	background-color: #2db0ff; color: #fff;
}
.hslide{
	position: relative; overflow: hidden;
}
.header .navs img{ float:right; }*/
/*主图*/
.banner {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.hslide {
    position: relative;
    overflow: hidden;
    width: 1920px;
    margin: 0 auto;
}

/*.hslide li.slide{
	position: relative; 
}*/
@media (max-width:1200px) {
    .banner {
        overflow: visible;
    }

    .hslide {
        width: 1200px;
    }
}

.banner .text {
    position: absolute;
    width: 200px;
    padding: 50px 50px 0 90px;
    top: 0;
    left: 50%;
    margin-left: 260px;
    height: 400px;
    bottom: 0;
    background-color: rgba(245, 245, 245, 0.85);
}

.banner .text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.banner .text li {
    margin-bottom: 20px;
}

.banner .text h4 {
    font-size: 18px;
}

.banner .text dl {
    height: 20px;
    margin: 10px 0;
    line-height: 20px;
}

.banner .text dt,
.banner .text dd {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 14px;
}

.banner .text dt {
    margin-right: 10px;
}

.banner .text .img {
    margin-top: 10px;
}

/**/
.nav-list {
    margin: 30px 0;
}

.nav-list ul {
    height: 190px;
    width: 110%;
}

.nav-list ul li {
    width: 188px;
    height: 200px;
    float: left;
    display: inline;
    margin-right: 12px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}

.nav-list ul li:hover {
    border: 1px solid #008fe5;
    background: rgba(0, 143, 229, 0.05);
}

.nav-list ul li img {
    width: 176px;
    height: 132px;
    padding: 15px 6px 12px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.nav-list ul li h4 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background-color: #008fe5;
    color: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    border-radius: 3px;
}

.nav-list ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

/**/
.hot-list {
    margin-top: 80px;
}

.ui-head {
    border-bottom: 1px solid #333333;
    position: relative;
}

.ui-head .wrap {
    width: 560px;
    height: 65px;
    position: absolute;
    text-align: center;
    color: #362c24;
    left: 50%;
    margin-left: -280px;
    top: -34px;
    background-color: #FFFFFF;
}

.ui-head .wrap h2 {
    font-size: 24px;
}

.ui-head .wrap h4 {
    color: #9b8574;
    font-size: 20px;
    margin-top: 1px;
}

.hot-list .body {
    margin-top: 80px;
}

.hot-list .body ul {
    width: 110%;
    height: auto;
    overflow: hidden;
    margin-left: 7px;
}

.hot-list .body ul li {
    width: 266px;
    float: left;
    display: inline;
    margin-right: 42px;
    margin-bottom: 20px;
}

.hot-list .body ul li .img {
    width: 254px;
    padding: 2px 5px 5px;
    border: 1px solid #ddd;
    height: 191px;
    overflow: hidden;
}

.hot-list .body ul li .img img {
    width: 254px;
    height: 191px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.hot-list .body ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.hot-list .body ul li .txt {
    background: url(../images/yingyin.jpg) no-repeat top center;
    width: 266px;
    text-align: center;
    padding-top: 10px;
}

.hot-list .body ul li .txt h4 {
    font-size: 14px;
    font-weight: bold;
    color: #008fe5;
}

.about-page {
    margin-top: 40px;
    height: auto;
    overflow: hidden;
}

.about-page .video {
    width: 545px;
    float: left;
    display: inline;
    height: 355px;
}

.about-page .txt {
    width: 640px;
    float: right;
    display: inline;
}

.about-page .txt .hd {
    font-size: 30px;
    color: #008fe5;
    font-weight: bold;
}

.about-page .txt .hd span {
    font-size: 24px;
    color: #CCCCCC;
    font-weight: normal;
    margin-left: 20px;
}

.about-page .txt .bd {
    margin-top: 15px;
    height: 250px;
    overflow: hidden;
}

.about-page .txt .bd h4 {
    font-size: 16px;
    color: #3a3a3a;
    padding-bottom: 15px;
    font-weight: bold;
}

.about-page .txt .bd p {
    font-size: 14px;
    line-height: 25px;
}

/*优势*/
.advantage {
    background: rgba(0, 0, 0, 0) url("../images/p_bck.jpg") repeat scroll 0 0;
    /*border-bottom: 3px solid #00a8ff;*/
}

.advantage .h_p1 {
    background: #fbfbfb url("../images/p1_t.jpg") repeat-x scroll center center;
    /* border-top: 3px solid #00a8ff;*/
    color: #555555;
    display: block;
    font-size: 18px;
    height: 229px;
    margin-top: 30px;
    text-align: center;
}

.advantage .h_p1 h3 {
    color: #33b9ff;
    font-size: 33px;
    margin: 0 auto;
    padding-bottom: 23px;
    padding-right: 30px;
    padding-top: 46px;
    width: 556px;
}

.advantage .h_p1 p {
    line-height: normal;
}

.advantage .h_p1 .h_mb25 {
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-right: 70px;
    text-align: right;
    text-transform: uppercase;
    width: 560px;
}

.advantage .h_p1 h3 span {
    color: #ff6600;
}

.h_p4 {
    height: auto;
    overflow: hidden;
}

.h_p4_w {
    line-height: 22px;
    margin-bottom: 50px;
    width: 48%;
    float: left;
    display: inline;
    height: 200px;
    overflow: hidden;
    margin-right: 2%;
}

.h_text_color {
    color: #ff6600;
}

.h_f_r {
    float: right;
    display: inline;
    width: 48%;
}

.h_f_l {
    float: left;
    display: inline;
    width: 50%;
}

.h_youshi_p {
    text-indent: 2em;
}

.h_youshi01 {
    color: #222222;
    font-size: 13px;
    text-align: justify;
    width: 50%;
}

.h_youshi01 img {
    display: block;
    margin-bottom: 23px;
    width: 100%;
}

/*案例*/
.case-page {
    margin-top: 80px;
}

.case-page .body {
    margin-top: 80px;
}

.case-page .body ul {
    height: auto;
    overflow: hidden;
    width: 110%;
}

.case-page .body ul li {
    width: 220px;
    float: left;
    display: inline;
    margin-right: 25px;
}

.case-page .body ul li .img {
    width: 220px;
    height: 165px;
    position: relative;
    overflow: hidden;
}

.case-page .body ul li .img img {
    width: 220px;
    height: 165px;
    display: block;
}

.case-page .body ul li .img .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    height: 0;
}

.case-page .body ul li:hover .img .txt {
    height: 100%;
}

.case-page .body ul li .img .txt h4 {
    text-align: center;
    line-height: 165px;
    font-size: 18px;
}

.case-page .body ul li .btn a {
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
}

.case-page .body ul li .dese {
    padding: 10px 10px 20px;
    background-color: #f5f5f5;
    height: 190px;
}

.case-page .body ul li .dese p {
    font-size: 13px;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 16px;
}

.case-page .body ul li .dese a {
    width: 100px;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #018fe5;
    margin: 0 auto;
    color: #FFFFFF;
    border-radius: 3px;
}

.new-page {
    margin-top: 80px;
}

.new-page .body {
    margin-top: 80px;
}

.new-page .body ul {
    height: auto;
    overflow: hidden;
    width: 110%;
}

.new-page .body ul li {
    width: 390px;
    float: left;
    display: inline;
    margin-right: 15px;
}

.new-page .body ul li .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
}

.new-page .body ul li .hd h4 {
    width: auto;
    float: left;
    display: inline;
    font-size: 16px;
    /*font-weight: bold;*/
    /*color: #008FE5;*/
}

.new-page .body ul li .hd a {
    width: auto;
    float: right;
    display: inline;
    font-size: 13px;
    color: #81d9c0;
}

.new-page .body ul li .bd {
    height: 110px;
    overflow: hidden;
    margin: 20px 0 0;
}

.new-page .body ul li .bd img {
    width: 150px;
    height: 110px;
    display: block;
    float: left;
    display: inline;
}

.new-page .body ul li .bd .txt {
    width: 230px;
    float: right;
    display: inline;
    font-size: 13px;
    text-indent: 2em;
    line-height: 22px;
    color: #333;
}

.new-page .body ul li .list {
    margin-top: 5px;
}

.new-page .body ul li .list dl dd a {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #CCCCCC;
    color: #333333;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    display: block;
}

.new-page .body ul li .list dl dd a i {
    width: 4px;
    height: 4px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: #008FE5;
    top: 50%;
    margin-top: -2px;
    left: 5px;
}

.new-page .body ul li .list dl dd a:hover {
    /*color: #008FE5;*/
    background-color: #008FE5;
    color: #FFFFFF;
}

.new-page .body ul li .list dl dd a:hover i {
    background-color: #FFFFFF;
}

/*底部*/
.footer {
    background-color: #008FE5;
    padding: 20px 0;
    margin-top: 50px;
    float: left;
    width: 100%;
}

@media (max-width:1200px) {
    .footer {
        width: auto;
    }
}

.footer ul {
    /*height: auto; overflow: hidden;display: inline-block;*/
    height: 230px;
}

.footer ul li {
    width: 28%;
    float: left;
    display: inline;
    height: 152px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-top: 5px;
}

.footer ul li.n2,
.footer ul li.n3 {
    width: 26%;
    padding-left: 2%;
}

.footer ul li.noline {
    width: 10%;
    padding-left: 4%;
}

.footer ul li .hd {
    margin-bottom: 15px;
}

.footer ul li .hd h4 {
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 30px;
}

.footer ul li.n1 .hd h4 {
    background: url(../images/ico1.png) no-repeat left center;
}

.footer ul li.n2 .hd h4 {
    background: url(../images/ico2.png) no-repeat left center;
}

.footer ul li.n3 .hd h4 {
    background: url(../images/ico4.png) no-repeat left center;
}

.footer ul li.last .hd h4 {
    background: url(../images/ico3.png) no-repeat left center;
}

.footer ul li.last {
    width: 100%;
    border-right: none;
    height: auto;
}

.footer ul li.last,
.footer ul li.noline {
    border-right: none;
}

.footer ul li .bd .txt {
    font-size: 14px;
    color: #FFFFFF;
}

.footer ul li .bd .txt dd {
    margin-bottom: 15px;
}

.footer ul li .bd .pro {
    height: auto;
    overflow: hidden;
}

.footer ul li .bd .pro dd a {
    display: inline;
    font-size: 14px;
    color: #FFFFFF;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.footer ul li .bd .service dd {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    width: 150px;
    float: left;
}

.footer ul li .bd .service dd i {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 16px 0 9px;
}

.footer ul li .bd .link dd {
    display: inline;
    color: #fff;
}

.footer ul li .bd .link dd a {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
}

.footer ul li .ft {
    margin-top: 15px;
}

.footer ul li .ft h4 {
    font-size: 14px;
    color: #FFFFFF;
}

.copyright {
    background-color: #007cc7;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
}

@media (max-width:1200px) {
    .copyright {
        width: auto;
    }
}

.copyright h4 {
    font-size: 14px;
    color: #FFFFFF;
}

/*产品中心*/
.banner-pro {
    height: 120px;
    background: url(../images/b1.jpg) no-repeat center;
}

.banner-pro h2 {
    line-height: 120px;
    font-size: 30px;
    color: #FFFFFF;
    padding-left: 80px;
}

.current {
    color: #666;
    font-size: 16px;
    text-align: left;
}

.current span,
.current a {
    color: #666;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

.main {
    height: auto;
    overflow: hidden;
}

.aside {
    width: 240px;
    float: left;
    display: inline;
}

.aside .navs {
    background-color: #f5f5f5;
}

.ui-top {
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 20px;
    background-color: #008FE5;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.ui-top span {
    font-size: 12px;
    margin-left: 10px;
}

.aside .navs dd {
    line-height: 48px;
    border-bottom: 1px solid #FFFFFF;
}

.aside .navs dd a {
    color: #333333;
    font-size: 17px;
    display: block;
    padding-left: 20px;
    background: url(../images/select_xl01.png) no-repeat right 20px center;
}

.aside .navs dd a:hover {
    background: url(../images/select_xl01.png) no-repeat #008FE5 right 20px center;
    color: #FFFFFF;
}

.aside .img,
.aside .map {
    background-color: #f5f5f5;
    color: #333333;
}

.aside .map h4 {
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 20px;
    background-color: #008FE5;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.aside .map h4 span {
    font-size: 12px;
}

.aside .map ul {
    padding: 15px 10px;
}

.aside .map li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.aside .map li img {
    display: inline-block;
    position: relative;
    top: -2px;
}

.aside .img {
    padding: 20px;
}

.aside .img img {
    width: 200px;
    height: 200px;
    display: block;
}

.aside .img p {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin-top: 15px;
}

.aside-news {
    background-color: #F5F5F5;
    margin-bottom: 20px;
    padding: 5px 10px 10px;
}

.aside-news li {
    line-height: 33px;
    border-bottom: 1px dashed #CCCCCC;
    height: 33px;
    overflow: hidden;
}

.aside-news li a {
    color: #777;
}

.aside-news li i {
    width: 2px;
    height: 8px;
    background-color: #008FE5;
    display: inline-block;
    margin-right: 10px;
}

.center {
    width: 930px;
    float: right;
    display: inline;
}

.about {
    padding: 50px 15px;
}

.about iframe {
    height: 450px;
}

.about table {
    width: 100%;
}

.about p {
    line-height: 30px;
    font-size: 16px;
    /*text-indent: 2em;*/
}

.about .img {
    text-align: center;
    margin: 20px;
}

.product .hd {
    height: auto;
    background-color: #F5F5F5;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    padding: 10px 15px;
}

.product .hd h4 {
    width: auto;
    float: left;
    display: inline;
    font-size: 16px;
}

.product .hd h5 {
    width: auto;
    float: right;
    display: inline;
    font-size: 13px;
}

.product .hd h5 span {
    color: #008FE5;
}

.product .bd {
    margin-top: 20px;
}

.product .bd ul {
    height: auto;
    overflow: hidden;
    width: 110%;
}

.product .bd ul li {
    width: 294px;
    float: left;
    display: inline;
    margin-right: 24px;
    margin-bottom: 24px;
}

.product .bd ul li .img {
    width: 294px;
    height: 220px;
    overflow: hidden;
}

.product .bd ul li .img img {
    width: 294px;
    height: 220px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.product .bd ul li a {
    display: block;
}

.product .bd ul li a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.product .bd ul li .txt {
    background-color: #F5F5F5;
    text-align: center;
    padding: 10px 20px;
    height: auto;
    overflow: hidden;
}

.product .bd ul li .txt h4 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.product .bd ul li .txt h5 {
    font-size: 14px;
    color: #008FE5;
}

.product .bd ul li .txt h6 {
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #008FE5;
    line-height: 30px;
    /* float: left;*/
    border-radius: 5px;
    margin: 10px auto 0;
    /*position: relative; left: 0;*/
    /*transition: all 1s;
	-webkit-transition: all 01s;
	-ms-transition: all 1s;*/
}

.pages {
    text-align: center;
}

.pages li {
    display: inline;
}

.pages li a {
    display: inline-block;
    line-height: 23px;
    font-size: 14px;
    margin: 0 3px;
    width: 23px;
    height: 23px;
    border: 1px solid #008FE5;
    text-align: center;
}

.pages li a:hover {
    background-color: #008FE5;
    border: 1px solid #008FE5;
    color: #FFFFFF;
}

.pages li.pag a {
    width: 50px;
    border: none;
}

.item {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.pro-imgs {
    width: 710px;
    float: left;
    display: inline;
    height: auto;
    overflow: hidden;
}

/*.item .wrap img{
	width: 560px; height: 420px; display: block;
}*/
.pro-imgs .view {
    width: 560px;
    float: left;
    height: 420px;
    display: block;
}

.pro-imgs .view img {
    width: 560px;
    height: 420px;
    display: block;
}

.pro-imgs .imgs {
    width: 140px;
    float: left;
    display: inline;
    margin-left: 10px;
}

.pro-imgs .imgs .list li {
    width: 134px;
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin-bottom: 5px;
}

.pro-imgs .imgs .list li.selected {
    border: 1px solid #008FE5;
}

.pro-imgs .imgs .list li img {
    width: 134px;
    height: 95.3px;
    display: block;
}

.item .text {
    width: 470px;
    float: right;
    display: inline;

}

.item .text h2,
.item .text h4 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
}

.item .text h4 {
    font-size: 20px;
    color: #008FE5;
}

.item .text .ph {
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
}

.item .text .ph li.last {
    position: absolute;
    top: 10px;
    right: 50px;
}

.item .text .ph li.last img {
    width: 130px;
    height: 130px;
    display: block;
}

.item .text .ph li {
    font-size: 16px;
    line-height: 36px;
}

.item .text .ph li img {
    display: inline-block;
    position: relative;
    top: -2px;
}

.item .text .ico {
    height: auto;
    overflow: hidden;
    padding-left: 50px;
    width: 110%;
    margin: 20px 0;
}

.item .text .ico li {
    width: 62px;
    display: inline;
    float: left;
    margin: 0 16px;
    text-align: center;
}

.item .text .ico li h5 {
    font-size: 14px;
    margin-top: 4px;
}

.item .text .ico li .ic {
    width: 62px;
    height: 62px;
}

.item .text .ico li.n1 .ic {
    background: url(../images/picon4.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n2 .ic {
    background: url(../images/picon1.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n3 .ic {
    background: url(../images/picon2.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n4 .ic {
    background: url(../images/picon3.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n1:hover .ic {
    background: url(../images/icon4.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n2:hover .ic {
    background: url(../images/icon1.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n3:hover .ic {
    background: url(../images/icon2.png) no-repeat;
    background-size: cover;
}

.item .text .ico li.n4:hover .ic {
    background: url(../images/icon3.png) no-repeat;
    background-size: cover;
}

.item .text a {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    background-color: #008FE5;
    color: #FFFFFF;
    margin: 0 50px;
    padding-left: 50px;
}

.item .text a img {
    display: inline-block;
    position: relative;
    top: 5px;
}

.center .ui-top {
    text-align: left;
}

.pro-list li a {
    border: 1px solid #DDDDDD;
    display: block;
    padding: 5px;
    margin-bottom: 20px;
}

.pro-list li img {
    width: 230px;
    height: 172px;
}

.pro-list li .txt {
    padding: 5px 0;
    text-align: center;
}

.pro-list li .txt h3 {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333333;
}

.pro-list li a:hover .txt h3 {
    color: #008FE5;
}

.pro-list li .txt h4 {
    font-size: 14px;
    color: #008FE5;
    margin-top: 5px;
}

.pro-detail {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.pro-detail table {
    width: 100%;
    float: left;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
    border-collapse: collapse;
}

.pro-detail td {
    padding: 4px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #c6c6c6;
}


.pro-detail h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.news-banner {
    background: url(../images/b2.jpg) no-repeat;
}

.news-banner h2 {
    color: #008FE5;
}

.new-wrap {
    height: auto;
    overflow: hidden;
}

.new-wrap .txt {
    width: 450px;
    float: left;
    display: inline;
    height: 360px;
    overflow: hidden;
}

.new-wrap .txt h2 {
    font-size: 20px;
    font-weight: bold;
}

.ui-h4 {
    margin: 10px 0;
    color: #999;
}

.ui-h4 img {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.ui-p {
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    text-indent: 2em;
}

.new-wrap .txt a {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

.new-wrap .txt a:hover {
    background-color: #008FE5;
    color: #FFFFFF;
}

.new-wrap .img {
    width: 450px;
    display: inline;
    float: right;
}

.new-wrap .img img {
    width: 450px;
    height: 340px;
    display: block;
}

.new-list {
    padding-bottom: 20px;
}

.new-list li {
    height: 142px;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px dashed #dedede;
}

.new-list li:last-child {
    border-bottom: 1px dashed #dedede;
}

.new-list li .img {
    width: 190px;
    float: left;
    display: inline;
}

.new-list li .img img {
    width: 190px;
    height: 142px;
    display: block;
}

.new-list li .txt {
    width: 710px;
    float: right;
    display: inline;
    padding-right: 10px;
}

.new-list li .txt h2 {
    font-size: 18px;
}

.pro-tj {
    width: 100%;
    float: left;
    display: inline;
    margin-top: 20px;
}

.pro-tj h2 {
    font-size: 24px;
    color: #333333;
    /* font-family: ;*/
}

.pro-tj ul {
    height: auto;
    overflow: hidden;
    width: 110%;
    margin-top: 20px;
}

.pro-tj li {
    width: 236px;
    float: left;
    display: inline;
    margin-right: 5px;
}

.pro-tj li img {
    width: 224px;
}

.new-detail .hd h2 {
    font-size: 28px;
}

.new-detail .hd h4 {
    line-height: 34px;
    color: #999999;
}

.new-detail img {
    max-width: 100%;
    height: auto;
    ;
}

.ui-share {
    margin: 10px 0;
}

.ui-share dt,
.ui-share dd {
    display: inline;
    height: 33px;
    display: inline;
}

.ui-share dt {
    font-size: 14px;
    display: inline-block;
    line-height: 33px;
    float: left;
    position: relative;
}

.ui-share dd a {
    display: inline-block;
    margin-right: 10px;
}

.ui-share dd img {
    display: block;
}

.new-detail .hd .txt {
    background-color: #F5F5F5;
    height: 48px;
    padding: 15px;
}

.new-detail .hd .txt {
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.new-detail .bd {
    padding: 40px 0;
}

.new-detail .bd iframe {
    height: 450px;
}

.new-detail .bd p {
    font-family: "宋体";
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    text-indent: 2em;
}

.new-detail .bd .ui-share {
    text-align: right;
}

.new-detail .ft {
    background-color: #F5F5F5;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.new-detail .ft .txt {
    width: 400px;
    float: left;
    display: inline;
    border-right: 1px solid #CCCCCC;
    padding-right: 35px;
    overflow: hidden;
}

.new-detail .ft .txt ul {
    height: auto;
}

.new-detail .ft .txt li {
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}

.new-detail .ft .txt li .btn a {
    width: 80px;
    height: 65px;
    float: left;
    display: inline-block;
    text-align: center;
    text-align: center;
    background-color: #018FE5;
    padding-top: 15px;
}

.new-detail .ft .txt li .btn a:hover {
    background-color: #007CC7;
}

.new-detail .ft .txt li .btn h4 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 3px;
}

.new-detail .ft .txt li .tx {
    width: 300px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-top: 4px;
}

.new-detail .ft .txt li .tx h4 {
    font-size: 16px;
}

.new-detail .ft .txt li .tx p {
    font-size: 12px;
    margin-top: 4px;
    line-height: 24px;
}

.new-detail .ft .ne {
    width: 420px;
    height: 200px;
    float: left;
    display: inline;
    margin-left: 20px;
    overflow: hidden;
}

.new-detail .ft .ne h4 {
    font-size: 18px;
    font-weight: bold;
}

.new-detail .ft .ne ul {
    margin-top: 6px;
}

.new-detail .ft .ne ul li {
    font-size: 14px;
    line-height: 27px;
}

.new-detail .ft .ne ul li a {
    color: #333333;
}

.banner-abu {
    background: url(../images/b4.jpg) no-repeat;
    /*	height: 300px;*/
}

.banner-abu h2 {
    color: #008FE5;
}

.contact-us {
    background: url(../images/timg.jpg) no-repeat left center;
    padding: 150px 0 100px 200px;
    margin-top: 50px;
}

.contact-us h4 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
    margin-bottom: 15px;
}

.table-list {
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    background-color: #abdffe;
}

.table-list .hd {
    font-size: 22px;
    font-weight: bold;
    font-family: "宋体";
}

.table-list .tx {
    color: #f00;
}

.table-list .n1 {
    padding-top: 2px;
    padding-left: 0;
}

.table-list img {
    width: 120px;
    height: 80px;
}

.table-list td {
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.table-list td a {
    color: #f00;
    display: block;
}


.page_box {
    width: 910px;
    background: #fff;
    padding: 50px 0;
    float: left;
}

.page {
    margin: 0 auto;
    font-size: 14px;
}

.manu {
    text-align: center;
    padding-bottom: 20px;
}

.manu .currents1 {
    padding: 5px 12px 5px 12px;
    margin: 5px;
    font-weight: bold;
    background-color: #005aab;
    color: #fff;
    font-weight: bold;
    display: inline;
    border-radius: 0px;
}

.manu A {
    background: #e6e6e6;
    padding: 5px 12px 5px 12px;
    margin: 5px;
    color: #333;
    text-decoration: none;
    border-radius: 0px;
}

.toolbar-panels {
    position: fixed;
    right: 50px;
    top: 200px;
    width: 160px;
    z-index: 2;
    padding: 20px 20px 25px;
}

.sidebar {
    width: 160px;
    right: 0;
    top: 0;
    z-index: 99999;
}

.sidebar .sidebar_dh {
    width: 160px;
    font-size: 30px;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.sidebar .sidebar_qq {
    width: 160px;
}

.sidebar_qq dl {
    width: 160px;
}

.sidebar_qq dl dt {
    width: 160px;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px;
}

.sidebar_qq dl dd {
    width: 160px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding-bottom: 10px;
    height: 20px;
}

.sidebar .sidebar_zxkf {
    width: 140px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    margin-left: 10px;
}

.sidebar_zxkf img {
    width: 140px;
    height: 140px;
    padding-bottom: 8px;
}

.sidebar .sidebar_400 {
    width: 160px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.sidebar_400 img {
    width: 150px;
    height: 90px;
    padding: 20px 0 15px 0;
}

.c_e05757 {
    color: #e05757;
}

.f_18 {
    font-size: 18px;
}


.MesList {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.MesList h3 {
    text-align: right;
    height: 30px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 10px;
    background-color: #1771b0;
}

.MesList h3 b {
    color: #f00;
}

.MesList h3 span {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.MesList ul {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}

.MesList li {
    float: left;
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}

.MesList li span {
    float: left;
    width: 80px;
    text-align: right;
    font-size: 16px;
}

.MesList li b {
    color: #f00;
}

.mesCon02 {
    height: 90px;
    line-height: 20px;
    width: 470px;
    max-width: 80%;
    border: 1px solid #e4e4e4;
    color: #d69d5b;
    float: left;
}

.yzmTxt {
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    width: 120px;
    border: 1px solid #e4e4e4;
    color: #d69d5b;
    float: left;
}

.MesList li img {
    float: left;
    margin: 0 5px;
    display: inline;
}

.MesTxt02 {
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    width: 285px;
    max-width: 50%;
    border: 1px solid #ccc;
}

.MesBt {
    float: left;
    width: 82px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border: none;
    background-color: #1771b0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.MesBt1 {
    float: left;
    width: 82px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border: none;
    background-color: #1771b0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.cs_close {
    font-size: 14px;
    position: absolute;
    right: -200px;
    top: -178px;
    color: #FF0000;
    z-index: 999
}

/****2017-7-15修改侧栏样式*********/
.y_proNav h3 {
    background-color: #008fe5;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 20px;
}

.y_proNav h3 span {
    font-size: 12px;
    margin-left: 10px;
}

.y_proNav dl {
    border: 1px solid #e4e4e4;
    padding-bottom: 5px;
    font-size: 13px;
}

.y_proNav dt {
    height: 38px;
    line-height: 38px;
    margin-top: 5px;
    background-color: #0354a6;
    color: #fff;
    text-align: center;
}

.y_proNav dt a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.y_proNav dd {
    width: 108px;
    margin-left: 4px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.y_proNav dd:hover {
    background-color: #666;
    color: #fff;
}

.y_proNav dd a:hover,
.y_proNav dd:hover a {
    color: #fff;
}

.List_page {
    width: 866px;
    height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.List_page a {
    background: #eee;
    margin: 0px 2px;
    padding: 6px 8px;
    border: 1px solid #1668b1;
    color: #000;
}

.List_page span {
    background: #1668b1;
    color: #fff;
    font-weight: 700;
    margin: 0px 2px;
    padding: 6px 8px;
    border: 1px solid #1668b1;
}

.vote_bnt {
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background: #008fe5;
    color: #fff;
    border: 0;
}

.section-three {
    margin-top: 1px;
    overflow: hidden;
    height: 500px;
    width: 100%;
    margin-bottom: 10px;
}

.owl-carousel-c {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 1px;
}

#banner {
    width: 1920px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: -960px;
    left: 50%
}

#banner .item {
    display: block;
}

#banner img {
    display: block;
    width: 1920px;
    margin: 0 auto;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls {
    position: absolute;
    bottom: 60px;
    left: 50%;
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: -80px;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ddd;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #1567a1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.about table td {
    padding: 7px 10px;
}

.pro-detail table {
    width: 100% !important;
    margin: 0 !important;
}

.details {
    position: relative;
    height: 130px;
    overflow: hidden;
    margin-top: 0
}
.details ul {
    width: 372px;
    margin: 0 auto;
	overflow:hidden;
}
.details li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 110px;
    font: normal 14px/26px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #606977
}
.details li:nth-last-of-type(4)~li {
    border-bottom: none;
}
.details li a {
    color: #4680d1
}
.details li a:hover {
    color: #456fb5
}
.details li i {
    position: absolute;
    top: 30px;
    right: -1px;
    display: block;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background-color: #e3e3e3
}
.details li span {
    display: block;
    margin-top: 27px;
    font: normal 18px/28px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    color: #141823
}