﻿body {
    background: #fff;
    background-repeat: repeat;
    position: relative;
    color: #555555;
    font-family: Microsoft YaHei, SimHei;
    font-size: 14px;
    padding-top: 21px;
}

h1,
.h1 {
    font-size: 30px; height: 50px; line-height: 50px;
    font-family: Microsoft YaHei, SimHei;
}

h2,
.h2 {
    font-size: 26px;
    font-family: Microsoft YaHei, SimHei;
}

h3,
.h3 {
    font-size: 22px;
    font-family: Microsoft YaHei, SimHei;
}

h4,
.h4 {
    font-size: 18px;
    font-family: Microsoft YaHei, SimHei;
}

h5,
.h5 {
    font-size: 16px;
    font-family: Microsoft YaHei, SimHei;
}

p,
.p {
    font-size: 14px;
    font-family: Microsoft YaHei, SimHei;
}

a {
    color: #333333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    ext-decoration: none;cursor: pointer;

}

a:focus,
a:hover {
    color: #61b1eb;
    text-decoration: none;
}

/* 头部颜色 */
.navbar-vvx2 {
    z-index: 999;
    border-radius: 0px;
    padding-top: 0px;
    background-color: #009cce;
    border: 0px;
    margin-bottom: 10px; height: 80px; line-height: 80px;
}

/* 缩小下拉按钮颜色 */
.navbar-vvx2 .navbar-toggle {
    background-color: transparent;
    border: 0px;
    margin-top:20px;
}

.navbar-vvx2 .navbar-toggle:hover,
.navbar-vvx2 .navbar-toggle:focus {
    background-color: transparent;
    border: 0px; 
  
}

.navbar-vvx2 .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
    border-radius: 5px;
    width: 30px; 
}

.animated {
    display: block;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
    background: #fff;
}

.animated:focus {
    cursor: pointer;
    z-index: 9999;
}

.middle {
    margin: 0 auto;
    width: 30px;
}

.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
}

.animated .icon-bar {
    z-index: 999999;
    background: #fff;
    width: 30px;
}

.animated .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.animated .icon-bar.middle {
    width: 0px;
}


/*导航 图片*/

.navbar-vvx2 > .container > .navbar-header > img,
.navbar-vvx2 > .container > .navbar-header > a > img {
    margin-top: 10px;
    padding-left: 10px;
    height: 40px;
}


/*手机内部文字设置*/

.navbar-vvx2 .navbar-nav {
    margin-top: 0px;
}

.navbar-vvx2 .navbar-nav > li {
    background-color: #fff;
    padding: 0px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

.navbar-vvx2 .navbar-nav > li > a {
    color: #333333;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/* 普通菜单项hover时的字体颜色和背景  */

.navbar-vvx2 .navbar-nav > li > a:hover {
    color: #61b1eb;
    background-color: Transparent;
}

.navbar-vvx2 .navbar-nav > li > a:focus {
    color: #61b1eb;
    background-color: Transparent;
}


/* 当前选中菜单项的字体颜色和背景  */

.navbar-vvx2 .navbar-nav > .active > a,
.navbar-vvx2 .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: Transparent;
}

.navbar-vvx2 .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: Transparent;
}

@media (min-width: 750px) {
    .navbar-vvx2 {
        border-bottom: 0px;
    }
    .navbar-vvx2 .navbar-nav {
        padding-bottom: 0px;
        padding-bottom: 0px;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
    }
    .navbar-vvx2 > .container > .navbar-header > img,
    .navbar-vvx2 > .container > .navbar-header > a > img {
        margin-top: 12px;
        padding-left: 5px;
        height: 35px;
         margin-right: 30px;
    }
    .navbar-vvx2 .navbar-nav > li {
        background-color: transparent;
        border-bottom: 0px;
    }
    /*内部文字设置*/
    .navbar-vvx2 .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        margin-left: 2px;
        margin-right: 2px;
        padding-left: 4px;
        padding-right: 4px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
        height: 55px;
        padding-top: 15px;
        background-color: transparent;
    }
    .navbar-vvx2 .navbar-nav > li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #fff;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    /* 普通菜单项hover时的字体颜色和背景  */
    .navbar-vvx2 .navbar-nav > li > a:hover,
    .navbar-vvx2 .navbar-nav > li > a:focus {
        color: #fff;
        background-color: Transparent;
    }
    .navbar-vvx2 .navbar-nav > li a:hover:before,
    .navbar-vvx2 .navbar-nav > li a:focus:before,
    .navbar-vvx2 .navbar-nav > li a:active:before {
        left: 0;
        right: 0;
    }
    /* 当前选中菜单项的字体颜色和背景  */
    .navbar-vvx2 .navbar-nav > .active > a {
        color: #fff;
        background-color: Transparent;
        padding-bottom: 6px;
    }
    .navbar-vvx2 .navbar-nav > .active > a:before {
        color: #fff;
        background-color: transparent;
    }
    .navbar-vvx2 .navbar-nav > .active > a,
    .navbar-vvx2 .navbar-nav > .active > a:hover,
    .navbar-vvx2 .navbar-nav > .active > a:focus {
        padding-bottom: 14px;
        color: #fff;
        background-color: transparent;
        border-bottom: 4px solid #fff;
    }
}

@media (min-width: 990px) {

    /*内部文字设置*/
    .navbar-vvx2 .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
        padding-top: 15px;
        background-color: transparent; overflow: hidden;
    }
}

/*@media screen and (min-width:768px) and ( max-width:1199px){
	.navbar-nav{
        display: none
    }
    .navbar-header{
    	 display: block;
    }

}*/
@media (min-width: 1200px) {
    .navbar-vvx2 > .container > .navbar-header > img,
    .navbar-vvx2 > .container > .navbar-header > a > img {
        margin-top: 8px;
        padding-left: 0px;
        height: 40px;
        margin-right: 30px;
    }
    /*内部文字设置*/
    .navbar-vvx2 .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
        padding-left: 12px;
        padding-right: 12px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
        padding-top: 15px;
        background-color: transparent;
    }
}

.dropdown-menu li{ height:35px; line-height:35px;}
.dropdown-menu li a:hover{ color: #009cce;}



/*轮番开始*/

.zh_lf {
    margin-top:58px;
}

.carousel_zh > .carousel-inner .item > img {
    width: 100%;
}

.zh_lf.pc {
    display: none;
}

.zh_lf.mobile {
    display: block;
}


/*轮番文字按钮*/

.zh_lf .carousel-inner .carousel-caption {
    left: 9%;
    text-align: left;
    bottom: 5%;
}

.zh_lf .carousel-inner .carousel-caption h2 {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 0px;
}

.zh_lf .carousel-inner .carousel-caption h5 {
    font-size: 12px;
    line-height: 140%;
}

.zh_lf .carousel-inner .carousel-caption .zh_btntg {
    color: #fff;
    font-size: 12px;
    background-color: #61b1eb;
    padding: 2px 5px 2px 5px;
    width: 100px;
    border: 1px solid #61b1eb;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 0px;
    margin-right: 10px;
}

.zh_lf .carousel-inner .carousel-caption .zh_btntg:hover {
    color: #61b1eb;
    background-color: transparent;
    border: 1px solid #61b1eb;
    width: 120px;
}

.zh_lf .carousel-inner .carousel-caption .zh_btnwd {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
    padding: 2px 5px 2px 5px;
    width: 100px;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 0px;
}

.zh_lf .carousel-inner .carousel-caption .zh_btnwd:hover {
    color: #61b1eb;
    background-color: #fff;
    border: 1px solid #61b1eb;
    width: 120px;
}


/*轮番下面的点*/

.carousel_zh .carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel_zh .carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.carousel_zh .carousel-indicators li.active {
    width: 40px;
    height: 6px;
    margin: 1;
    background-color: #61b1eb;
    border: 1px solid #61b1eb;
}

@media (min-width: 370px) {
    .zh_lf .carousel-inner .carousel-caption {
        left: 9%;
        text-align: left;
        bottom: 18%;
    }
}

@media (min-width: 760px) {
    .zh_lf.pc {
        display: block;
    }
    .zh_lf.mobile {
        display: none;
    }
    .zh_lf .container {
        color: #fff;
        position: absolute;
        right: 15%;
        bottom: 20%;
        left: 5%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    .zh_lf .container h2 {
        font-size: 28px;
        line-height: 180%;
    }
    .zh_lf .container h5 {
        font-size: 16px;
        line-height: 180%;
        margin-bottom: 30px;
    }
    .zh_lf .container .zh_btntg {
        color: #fff;
        font-size: 16px;
        background-color: #61b1eb;
        padding: 5px 20px 5px 20px;
        width: 120px;
        border: 1px solid #61b1eb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 0px;
        margin-right: 20px;
    }
    .zh_lf .container .zh_btnwd {
        color: #fff;
        font-size: 16px;
        background-color: transparent;
        padding: 5px 20px 5px 20px;
        width: 120px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 0px;
    }
    .zh_lf .container .zh_btntg:hover {
        color: #61b1eb;
        background-color: transparent;
        border: 1px solid #61b1eb;
        width: 160px;
    }
    .zh_lf .container .zh_btnwd:hover {
        color: #61b1eb;
        background-color: #fff;
        border: 1px solid #61b1eb;
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .zh_lf .container {
        color: #fff;
        position: absolute;
        right: 15%;
        bottom: 30%;
        left: 7%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    .zh_lf .container h2 {
        font-size: 32px;
        line-height: 180%;
    }
    .zh_lf .container h5 {
        font-size: 18px;
        line-height: 180%;
        margin-bottom: 30px;
    }
    .zh_lf .container .zh_btntg {
        color: #fff;
        font-size: 16px;
        background-color: #61b1eb;
        padding: 5px 20px 5px 20px;
        width: 120px;
        border: 1px solid #61b1eb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 0px;
        margin-right: 20px;
    }
    .zh_lf .container .zh_btnwd {
        color: #fff;
        font-size: 16px;
        background-color: transparent;
        padding: 5px 20px 5px 20px;
        width: 120px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 0px;
    }
    .zh_lf .container .zh_btntg:hover {
        color: #61b1eb;
        background-color: transparent;
        border: 1px solid #61b1eb;
        width: 160px;
    }
    .zh_lf .container .zh_btnwd:hover {
        color: #61b1eb;
        background-color: #fff;
        border: 1px solid #61b1eb;
        width: 160px;
    }
    .carousel_zh .carousel-indicators {
        position: absolute;
        bottom: 25px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
}

@media (min-width: 1400px) {
    .zh_lf .container {
        color: #fff;
        position: absolute;
        right: 15%;
        bottom: 40%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
}

/*公司新闻*/
.about{ margin:3em auto;}
@media ( max-width:379px){
	.about{ margin:6em auto 1em auto;}
	
}
@media screen and (min-width:380px) and ( max-width:770px){
	.about{ margin:4em auto 0 auto;}
	
}
.about02{ margin:1em auto;}
@media screen and (min-width:380px) and ( max-width:770px){
	.about{ margin:0 auto;}
	
}

.aboutus h1{
    font-size: 2em;
    margin-bottom: 1.5em;
    position: relative;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.aboutus p{ line-height:2em; font-size: 0.95em;	color:#777; text-indent: 1.9em;}

.news h1{
    font-size: 2em;
    margin-bottom: 1.5em;
    position: relative;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.news article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #c5c5c5;
    margin-bottom:9px;
    padding-bottom:9px;
}
.news article a{
	color:#777;
	font-size:0.95em;
	line-height:1.5em; cursor: pointer;
}
.news article .date {
    margin-bottom: 5px;
}
.news article i {
    margin-right:10px;
}

/*--footer--*/
.footer{
	background: #009cce;
	padding: 2em 0;
	text-align: center;
}

p.footer-in {
  font-size:1.15em;
  width:100%;
  line-height: 1.5em;
  color:#fff;	
}
p.footer-in a{ color: #fff;  margin:0.5em;}
p.footer-class{
	font-size: 0.75em;
	color:#fff;	
	  margin:2em 0 0 0; line-height:2em;
}
@media screen and (min-width:380px) and ( max-width:770px){
	p.footer-in {
  font-size:0.75em;
  width:100%;
  line-height: 1.5em;
  color:#fff;	
}
	
}
/*--//footer--*/

@media ( max-width:1199px){
	.banner_top{ display: none;}
	.banner_top img{ width: 100%; height: auto;}
	.banner_top_990{ display: block; width: 100%; height:150px;}
	.banner_top_990 img{ width: 100%; height: auto;  height:150px;margin-top:58px;}
}
@media (min-width: 1200px) {
	.banner_top{ display: block; width: 100%; height: auto; }
	.banner_top img{ width: 100%; height: auto; margin-top:58px;}
	.banner_top_990{display: none; width: 100%; height:150px; margin-bottom: 50px;}
	.banner_top_990 img{ width: 100%; height: auto;  height:150px; margin-top:58px;}
}
ul.list-group-nav .active{ background: #009cce;}
ul.list-group-nav .active a{ color: #fff;}
ul.list-group-nav{ background: #f5f5f5;}
ul.list-group-nav li {background: #f5f5f5; border:#fff; height: 50px; line-height: 50px;  padding:0px 15px;
    margin-bottom: 1px;}
ul.list-group-nav li:hover{ background: #e5e5e5;}
ul.list-group-nav li:hover a{ display: block;}
.aboutus_text p{ text-indent:28px ; line-height: 28px;}
.aboutus_text { line-height: 28px;}
.aboutus_text img{max-width:100%;  margin: 30px auto;}
.aboutus_text figure.date{ color:#c5c5c5; margin: 5px auto 20px auto;}
.aboutus_text h5{ color:#009ccd; font-weight: bold; text-indent: 28px;}
@media ( max-width:1199px){
	.aboutus_text h1{ color:#009ccd; font-weight: bold; font-size:2rem; line-height: 2.5rem; height: 5rem; overflow: hidden;}
	
}

.chanpin_text img{ width: 100%; height: auto;}

.shili_text .row .col-xs-6,.col-sm-4,.col-md-3{ margin-bottom: 20px;}
.shili_text .row img{ width: 100%;  height: auto; }
.shili_text p{ text-indent:28px ; line-height: 28px;}
@media ( max-width:1199px){
	.shili_text h1{ color:#009ccd; font-weight: bold; font-size:2rem; line-height: 2.5rem; height: 5rem; overflow: hidden;}
	
}


.yindao{height:500px; background: #005eaf; background-image: url(../../images/bg.jpg) ;background-repeat:no-repeat; background-position: top center; background-size: 100% auto;}
.yindao02{ width:350px; margin:0 auto; position:fixed; margin-left: 50%; left:-175px; margin-top:50%; top: -250px; }
@media ( max-width:1200px){
	.yindao{height:500px; background: #005eaf; background-image: url(../../images/bg02.jpg) ;background-repeat:no-repeat; background-position: top center; background-size: 100% auto;}
	.yindao02{ width:350px; margin:0 auto; position:fixed;  margin-left: 50%; left:-175px; margin-top:50%; top:250px; }
}
@media ( min-width:1201px){
	.yindao{height:500px; background: #005eaf; background-image: url(../../images/bg.jpg) ;background-repeat:no-repeat; background-position: top center; background-size: 100% auto;}
	.yindao02{ width:350px; margin:0 auto; position:fixed; margin-left: 50%; left:-175px; margin-top:50%; top: -250px; }
	
}
.news_list{ font-size: 14px; line-height: 28px;}
.news_list em{ float: right; font-style: normal; color: #cacaca;}
