* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: auto;
}
hr{
    border: none;
}
.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}
input{
    border: none;
    outline: none;
}
body,
html {
    background: #f5f5f5;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}

/* top */
.nav-logo{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 15px 0;
}
/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: relative;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.navbar-brand{
    padding: 0;
    display: inline-block;
    height: auto;
}



.navbar-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #062c73;
}
.navbar-nav>li{
    position: relative;
}
.navbar-nav>li:hover{
    background: #10aef7;
}
.navbar-nav>li>a {
    color: #fff;
    transition: .5s;
    font-size: 16px;
    padding: 10px 50px;
    display: inline-block;
}
.navbar-nav>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    background: #10aef7;
    width: 100%;
    display: none;
}
.navbar-nav>li:hover>ul{
    display: block;
}
.navbar-nav>li>ul>li{
    padding: 10px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li>ul>li:hover{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
.navbar-nav>li>ul>li>a{
    color: #fff;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li>ul>li:hover>a{
    color: #37417c;
}


.navbar>div>i {
    display: none;
}



/* search */

.input-search {
    position: relative;
    margin-top: 10px;
    
}
.input-search .form-control {
	padding: 0 40px 0 20px;
    width: 90%;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f1f1f1;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
}
.search-btn{
	position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center;
    background: none;
    border: none;
    background-color: #062c73;
    border-radius: 0 5px 5px 0;
}






/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


.in-about{
    padding: 30px 0;
    
}
.in-about-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-about-left{
    width: 50%;
}
.in-about-left img{
    width: 100%;
}
.in-about-right{
    width: 48%;
}
.in-about-right>h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
}
.in-about-right>p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.in-about-right>a{
    font-size: 14px;
    padding: 8px 20px;
    color: #000;
    border: solid 1px #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}
.in-about-right>a:hover{
    background: #062c73;
    color: #fff;
}











.in-news{
    padding: 20px 0;
}
.in-news>div,.in-work-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-con,.in-work-right{
    width: 32%;
    background: #fff;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    padding: 10px;
    margin: 15px 0;
}
.in-news-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #062c73;
    margin-bottom: 10px;
}
.news-h{
    padding-left: 15px;
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    color: #062c73;
    position: relative;
}
.in-news-title .news-h:before {
    position: absolute;
    top: 6px;
    left: 5px;
    content: '';
    height: 22px;
    width: 4px;
    background: #062c73;
}
.news-desc {
    line-height: 36px;
    color: #bababa;
    text-align: right;
    padding-right: 10px;
    margin: 0;
}
.in-news-con .news-list li {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding-left: 15px;
    overflow: hidden;
    background: url(../img/arrow_b.png) 4px 7px no-repeat;
    font-weight: 500;
}
.in-news-con .news-list li a {
    color: #595959;
    height: 24px;
    line-height: 24px;
}
.in-news-con .news-list li a span {
    color: #8d8d8d;
    float: right;
    padding-left: 10px;
    margin-right: 5px;
}

.in-news-con .more {
    text-align: right;
    margin-top: 20px;
}
.in-news-con .more a{
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 5px;
    color: #8c0000;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.in-news-con .more a:hover {
    background: #062c73!important;
    border-color: #062c73!important;
    color: #fff!important;
}

.in-work-left{
    width: 65%;
    background: #fff;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    padding: 10px;
    margin: 15px 0;
}




.one{margin:20px auto;height: 260px;width:100%;overflow:hidden;position:relative; }
.one ul{height:260px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;}
.one ul li{font-size: 16px;text-align: center;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}


.met-index-product .container {
	padding: 10px
}

.met-index-product p {
	color: #595959
}
.in-work-right .in-contact{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    padding: 0 10px;
}



.met-footnav {
	padding: 5px 0;
	background: #062c73;
}
.met-footnav .footnav-left{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footnav-left .masonry-item{
    width: 14%;
}
.met-footnav .footnav-right {
	border-left: 1px solid #fff;
}
.met-footnav .info-left {
    text-align: left;
}
.met-footnav .info-right {
    text-align: left;
    padding: 6px 0;
}
@media (max-width:991px) {
.met-footnav {
	padding: 30px 0;
}
.met-footnav .list {
	margin-bottom: 20px;
}
.met-footnav .footnav-right {
	border: none;
}
}
@media (max-width:767px) {
.met-footnav {
	padding: 20px 0 30px 0;
}
.met-footnav .list {
	margin-bottom: 15px;
}
.met-footnav .info {
	width: 100%;
}
.met-footnav .info-left, .met-footnav .info-right {
	text-align: center;
}
}
.met-footnav h4 {
	font-size: 15px;
	margin-top: 0;
	text-shadow: none;
	line-height: 39px;
	margin-bottom: 0
}
.met-footnav h4 a {
	color: #fff;
	text-decoration: none;
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s
}
.met-footnav h4 a:active, .met-footnav h4 a:focus, .met-footnav h4 a:hover {
	text-decoration: none
}
.met-footnav h4 a:hover {
	color: #10aef7
}
.met-footnav .info em {
	display: block;
	font-size: 26px;
	font-style: normal
}
.met-footnav .info em a {
	color: #fff;
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	margin: 0
}
.met-footnav .info em a:hover {
	color: #10aef7
}
.met-footnav .info p {
	color: #aaa
}
.met-footnav .info i {
	font-size: 26px;
	cursor: pointer;
	color: #fff !important;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.met-footnav .info a {
	margin: 0 8px
}
.met-footnav .info a:hover, .met-footnav .info a:focus {
	text-decoration: none
}
.met-footnav .info a:hover i, .met-footnav .info a:focus i {
	color: #10aef7 !important;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
@media (max-width:991px) {
.met-footnav .info {
	margin-top: 0
}
}
.phone {
	color: #fff;
	margin: 0 8px
}
.phone i {
	margin-right: 8px
}
.phone span {
	position: relative;
	top: -4px
}









.met-links {
	border-top: 1px solid #f0f2f5;
	padding: 15px 0;
	color: #5e7387;
    background: #f0f0f0;
}
.met-links a {
	color: #5e7387;
}
.met-links ol {
    margin-bottom: 0;
    background: transparent;
}
.met-links .breadcrumb>li+li:before {
	color: #aaa;
}
.met-links li {
	white-space: nowrap;
}
.met-links li img {
	height: 40px;
}


footer {
	height: auto;
	/*border-top: 1px solid #f0f2f5;*/
	padding: 20px 0;
	color: #aaa;
	line-height: 1.8
}
footer p {
	margin-bottom:15px;
    display: inline-block;
    text-align: center;
}
.navbar>i{
    display: none;
}
footer a{color: #aaa;}
@media (max-width:767px) {
footer p {
	margin-right: 0
}
.navbar-brand{
    width: 100%;
}
.container{
    width: 100%;
    padding: 0;
}
.navbar-brand>img{
    width: 100%;
}
.navbar>i{
    display: block;
    position: absolute;
    right: 10px;
    top: 82px;
    font-size: 30px;
    color: #000;
}
.navbar-nav{
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    margin: 0;
    display: none;
}
.navbar-nav>li{
    width: 100%;
}
.navbar-nav>li>a{
    width: 100%;
    display: inline-block;
}
.carousel-control.left, .carousel-control.right {
    background: none;
    top: calc(100% - 50% - 30px);
}
.in-about,.in-news,.in-work{
    padding: 20px 15px;
    width: 100%;
}
.in-about-left,.in-about-right{
    width: 100%;
}
.in-news-con, .in-work-right,.in-work-left{
    width: 100%;
}
.met-footnav .list{
    width: 6%;
}
.met-links li{
    margin: 5px 0;
}
#apDiv1{
    display: none;
}




}
