﻿*{
	font-family: "微软雅黑" ;
}

.thumbnail .caption {
height:82px !important;
}
body{
	margin:0;
	padding:0;
	background:#fff;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: "微软雅黑" sans-serif;
}	
p{
	margin:0;
	line-height:2;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol,li{
	font-size:1em;
	list-style: none;
}
a,
a:hover {
	text-decoration: none;
}
img{
	border: none;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
input[type="submit"],a{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
/*-- header --*/
@media all and (max-width: 768px){
	.menu__list{
		float: none!important;
		text-align: center;
	}
	.vmc-centered{
		margin-left: -315px!important;
	}
	#dituContent{
		width: 100%!important;
	}
}
/*-- nav --*/
.nav-com{
    color: #000 !important;
    font-size: 24px;
    line-height: 44px;
	padding: 6px 15px;
}
.ce-change {
	margin-left: 10px;
	cursor: pointer;
	float: left;
	line-height: 68px;
}

.ce-change img {
	margin-right: 5px;
}
.navbar-default {
    background: none;
    border: none;
}

.w3_navigation {
    border-top: none;
    position: relative;
    background:rgba(255,255,255,.96);
}
.navbar-nav {
    float: none;
}
.navbar-brand{
	height: 10px!important;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fa3d03;
    background: none;
}
.navbar-default .navbar-nav > li{
	margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-weight: normal;
}
.navbar-nav > li > a {
    margin: 0;
    padding: 1em 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-top{
	background: rgba(255,255,255,.8);
}

.w3_navigation_pos {
    position: absolute;
    top: 20%;
    left: 40%;
    z-index: 999;
}
.w3_navigation_pos h1 a {
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
    background: #3d87ca;
    padding: 0.1em 0.5em;
    position: relative;
    display: block;
    font-family: 'Faster One', cursive;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #3d87ca;
}
.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel {
    position: relative;
    margin-top: 70px;
}



                 
/*-- banner --*/
/*.carousel-control {*/
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 50px;*/
    /*height: 80px;*/
    /*font-size: 50px;*/
    /*color: #fff;*/
    /*text-align: center;    */
    /*background-color: rgba(0,0,0,0);*/
/*}*/
/*-- //banner --*/

/*企业荣誉*/
.qy-honor{
	background: #0075c2;
	padding: 50px 0;
}
.qy-honor li{
	position: relative;
}
.qy-honor li p{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content:center;
	word-wrap: break-word;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s;
	color: #fff;
	padding: 0 30px;
}
.qy-honor li:hover p{
	opacity: 1;
}


/*新闻中心*/
.news-center{
	padding: 50px 0;
}


/*关于我们*/
.partit{
	margin: 50px 0;
}
.partit small{
	color: #0072c1 ;
}
.about-brief{
	display: inline-block;
	margin-bottom: 50px;
}
.aboutleft{
	background: url(../images/aboutleft.jpg) no-repeat;
	height: 312px;
}
.aboutleft .abcon{
	padding: 8% 0 30px 30px;
	text-align: justify;
}
.seemore{ 
	border: 1PX solid #000000;
	display: inline-block;
	padding: 10px 30px;
	margin-left: 30px;
}

/*联系我们*/
.link{
	background: url(../images/opl-02_21.jpg) no-repeat;
	padding: 40px 0;
}
.leftlink{
	padding: 5.2em 4em;
	color: #fff;
	border-right: 1px solid #fff;
}
.leftlink small{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.lecotit{
	margin-bottom: 30px;
}
.lecotit .line{
	height: 1px;
	border-top: 1px solid #fff ;
	width: 20%;
	margin-top: 8px;
}
.leftlink .adlink{
	line-height: 28px;
}

.link form {
    width: 86%;
    margin:3em auto 0;
}
.link form input[type="text"],.link form input[type="email"]{
    background: #FFF;
    padding:5px 12px;
    font-size: 12px;
    color: #333;
    outline: none;
    width: 46%;
    display: inline-block;
    margin-bottom: 5px;
}
.link form input[type="text"]{
    margin-right: 3%;
}
.link textarea{
    background: #FFF;
    padding: 6px 12px;
    font-size: 12px;
    color: #333;
    outline: none;
    width: 98%;
    height: 120px;
}
.link form input[type="submit"] {
    background: #ef7b00;
    padding: 5px 0;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    width: 21%;
    text-transform: uppercase;
    margin: 0 auto;
 
}
/*新闻中心*/
.newnr{
	/*padding-left: 20px ;*/
	/*border-left: 1px solid #999;*/
	/*margin: 30px 0 0 0;*/
}
.xwqh{
	width: 30%;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
.xwqh>li.active>a{
	border-radius: 20px;
}
.xwqh li{
	margin: 0 auto;
	width: 46%;
	text-align: center;
	background: #f5f5f5;
	margin-right: 2%;
	border-radius: 20px;
	display: inline-block;
}
.newnr h5{
	font-size: 14px;
	line-height: 32px;
	color: #0072c1 ;
}
.newnr h5:hover{
	color: #ef7b00 ;
	cursor:pointer;
	
}
.newnr .newsp{
	font-size: 13px;
	line-height: 26px;
	text-align: justify;
}
.newnr .ptime{
	font-size: 12px;
}
.newnr .ptime a{
	color: #666 ;
}
.newnr .ptime a:hover{
	color: #ef7b00 ;
}

 /*底部*/
.footer{
	background: #292c31;
	padding-top: 20px;
}
.bq{
	background: #0075c2;
	color: #fff;
	padding: 15px 0;
}
.footer .fwrx .rx{
	color: #b4b0b0;
}
.footer .fwrx .rxdh{
	color: #0075c2;
	line-height: 26px;
}
.kslj ul li a{
	color: #f2f2f2;
	font-size: 12px;
	line-height: 26px;
}

@media only screen and (max-width: 768px) {
	.fwrx{
		display: none;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 13px;
		padding: 1.3em 0.5em;
	}
	.ce-change{
		font-size: 13px;
		line-height: 72px;
	}
}


@media only screen and (max-width: 450px) {
	.xwqh{
		display: none;
	}
	.newnr{
		margin-bottom: 15px;
	}
	.leftlink{
		display: none;
	}
	.kslj{
		display: none;
	}
	/*.ewm{
		float: left;
		margin-left: 20px;
	}
	.fwrx{
		float: right;
		display: inline-block;
		margin-right: 20px;
	}*/
	.footer{ display: none;}
	.nyban{
		margin-top: 66px;
	}
	.cedh{
		margin-bottom: 0 !important;
	}
	.about-brief{
		width: 100%;
	}
	.chlist{
		height: 20px;
	}
	.chlist li{
		width: 45% !important;
		margin: 10px 2% 10px !important;
	}
}