* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
    overflow-x: hidden;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*导航*/

/*头部导航*/

.navbar {
    z-index: 2;
    /*background: transparent;*/
   background: rgba(255,255,255, .5) !important;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-brand {
    width: 260px;
    height: auto;
}

.navbar-brand img {
    width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.navbar-collapse {
    float: right;
}

.navbar-nav>li {
    padding: 18px 16px;
}

.navbar-nav>li>a {
    font-size: 16px;
}

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}

.navbar-nav>li:hover {
    background: #b50005;
}

.navbar-nav>li:hover a {
    color: #fff;
}

.navbar-nav>li a:hover {
    color: #fff !important;
}

.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 84px;
}
.nav .active{ background: #b50005; }
.nav .active a{ color: #fff !important;}
#myCarousel{
	position: relative;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
        margin-left: 10px;
    }
    .navbar {
        background: #fff;
    }
    .navbar-collapse {
        float: none;
        background: #fff;
        height: 100%;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle {
        border: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-nav>li>ul>li>ul {
        display: none;
    }
    .navbar-nav>li>ul {
        display: none;
    }
}

/*导航结束*/

/* about */
.aboutbox{
    margin: 50px 0;
    display: inline-block;
}
.syabnr{
    width: 76%;
    margin: 2% 15%;
    line-height: 26px;
    text-align: center;
}
.box{
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 2%;
}
.box>img:first-of-type{
    transition: .5s;
}
.box>img:last-of-type{
    position: absolute;
    left: -100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}
.box:hover img:first-of-type{
    transform: translateX(100%);
    opacity: 0;
}
.box:hover img:last-of-type{
    transform: translateX(100%);
    opacity: 1;
}
.datu{
    background: url(../images/zjbg.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    height: 240px;
    padding: 50px 0;
    color: #fff;
}
.datu p{ 
	width: 56%;
    margin: 15px 22% 0;
    font-size: 15px;
    line-height: 26px;
}

/* part2 */
.part2{
	display: inline-block;
	margin: 15px 0 56px;
	width: 100%;
}
.newsbox{
    width: 92%;
    margin: 0 4%;
}
.titbox{
    border-bottom: 1px solid #ddd;
    height: 52px;
    line-height: 52px;
}
.titbox h3{
	font-size: 20px;
}
.titbox a{
	color: #666 !important;
	line-height: 64px;
	margin-right: 8px;
}
.titbox a:hover{
	color: #b50005 !important;
}
.newslist{ margin-top: 10px;}
.newslist li{
	line-height: 42px;
	width: 100%;
	height: 42px;
	padding: 0 4% 0 2%;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist li a{
	color: #555;
}
.newslist li a:hover{
	color: #b50005;
}
.titbox h3{
    float: left;
}
.titbox a{
    float: right;
}
.newone img{
	float: left;
	width: 30%;
	margin-right: 3%;
	height: auto;
}
.newone .newzi {
	color: #222;
	padding-top: 12px;
}
.newzi p{
	color: #555;
}
.newzi h4:hover{
	color: #b50005;
}
.lyzi{
	margin: 12px 0 20px;
}
.liuy input{
    width: 98%;
    margin: 0 0 5% 0;
    border: 1px solid #ddd;
    padding: 8px 7px;
    border-radius: 5px;
}
.liuy textarea{
    width: 98%;
    height: 80px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding: 8px 7px;
}
.tijiao{
    background: #b50005;
    border: none;
    padding: 5px 18px;
    color: #fff;
    border-radius: 5px;
    float: right;
    margin-top: 5px;
}

/* product- - start */
.addprolist{
	width: 100%;
	height: auto;
	padding: 50px 0 5px;
	background: #fefefe;
}
.probox{
    width: 100%;
    margin: 0 auto;
}
.probox .prolist{ width: 100%;  margin-left: 5%;}
.promore{ float: right; color: #222;}
.promore:hover {
    color: #b50005;
    cursor: pointer;
}
.probox li{
    width: 15%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    padding: 8px 0;
}
.probox li a{ 
    color: #333;
}
.probox .prolist .active{
    background: #b50005;
    border-radius: 5px;
    padding: 8px 0;
}
.probox .prolist .active a{
    color: #fff;
}
.probox li:hover{
     background: #b50005;
     border-radius: 5px;
     padding: 8px 0;
}
.probox li:hover a{
    color: #fff;
}
.prodeta{ 
    margin: 0 8px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
}
.prodeta .prohei{
    display: none;
}
.prodeta:hover .prohei {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
    
}
.prodeta:hover .prohei p{
    color: #fff;
    text-align: center;
    line-height: 280px;
    font-size: 16px;
    cursor: pointer;
}
.sypro{
   margin: 40px 0 50px;
   display: inline-block;   
}

/* footer */
.footer{ 
    width: 100%;
    background: #666; 
    padding: 30px 0 5px;
    color: #fff;
}

.ewm{
    width: 80px;
    height: 80px;
}
/*.bq{
    margin: 15px 0 0;
    border-top: 1px solid #555;
    line-height: 48px;
}*/


/*首页会动的数字*/
/*-- services-bottom --*/
.services-bottom {
    background: #666;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.agile_count_grid_right p{
	display: inline-block;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:2em;
}
.agile_count_grid_right {
    float: left;
    margin-left: 0em;
    width: 100%;
    text-align: center;
	padding: 15px 0;
}
.agile_count_grid_right h4{
	display: inline-block;
	color: #fff;
	letter-spacing: -1px;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
	font-size: 28px;
	padding-right: 5px;
}
.sylink{
	color: #222 !important;
}

/*-- //counter--*/

/*内页样式开始---about*/
.nyban{
	background: url(../images/nyban.jpg) center center no-repeat fixed;
	padding: 80px 0;
	height: 500px;
	position: relative;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1920px) {
	.position{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	left: 17%;
}
}
@media only screen and (max-width: 1600px) {
	.position{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	left: 6%;
}
}

.position h2 a{
	/*background: rgba(0,0,0,.7);*/
	padding: 16px 50px;
	color: #000 !important;
	letter-spacing: 2px;
}
/*.nyabout{
	background: url(../images/nyabg.jpg) center center;
	padding: 80px 0;
}*/
.abright{
	padding: 30px 50px;
}
.abright small{
	font-size: 13px;
	letter-spacing: 1px;
	color: #666;
}
.abtu{
	box-shadow: 8px 8px #ddd;
}
.abjj {
	margin: 0px 50px 60px;
}
.abjj p{
	text-indent: 2em;
	text-align: justify;
	line-height: 25px;
}
.linkbox{
	width: 84%;
	display: inline-block;
	margin: 20px 8% 0;
	padding: 50px 60px 70px;
	box-shadow: 0px 5px 8px #ddd;
	background: url(../images/footer-bg.png) center center;
}
.linkbox p{ color: #777;}
.linkbox h3{
	color: #b50005;
}
.linkbox h2{
	border-bottom: 3px solid #ddd;
	padding-bottom: 15px;
	font-size: 26px;
}
.linkbox h4{
	color: #222;
	font-size: 18px;
	margin-top: 30px;
}
.linkbox ul li{ color: #777;}
.linkleft{ margin-right: 60px;}
.linkbox .ritit{ border: none;}
.form-control{ margin-bottom: 10px; width:92%; margin:2% 4%; float:left; border:none; background: #f5f5f5; box-shadow: none; border-radius: 0;}
/*.liuy{ height: 120px !important;}*/
.btn{ margin: 20px 4% 0; background: #666; color: #fff; border-radius: 0; padding: 8px 50px; }
.btn:hover{ background: #B50005; color: #fff;}
.nynewslist{
	border: 1px solid #ddd;
	padding: 8px 0;
}
.nynewslist .newszi{ padding: 10px 8px 0; color: #333;}
.nynewslist p{
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nynynewsbox span{ color: #666;}
.nynewsbox p{ text-indent: 2em; margin-bottom: 15px; line-height: 26px;}
.nynewsbox .newtit{ margin: 10px 0 25px;}
.fill-blue{ color: #666; border:1px solid #ddd; padding: 8px 26px; border-radius: 20px; text-decoration: none;}
.fill-blue:hover{ color: #b50005; border:1px solid #b50005;}
.prolb{ width: 90%; margin: 0 5%; }
.prolb>li{ width: 18%; margin-right: 2%; text-align: center; float: left; background: #666; padding: 8px 0;}
.prolb>li:hover{ background: #B50005;}
.prolb>li>a{ color: #fff; font-size: 16px;}
.sypro h4{ color: #333;}
.sypro .pph:hover h4{ color: #B50005;}
.caption h2{ margin: 30px 0 !important;}
.mapnet{ display: block; margin: 60px auto 0;}
.nyprodel{ margin: 50px 0 60px; display: inline-block; width: 100%;}
.gallery-container{ margin-bottom: 60px;}
.promarg{ margin: 0 15px; display: block;}
.promarg img{ width: 100%; height: auto;}
.proxxi img{  width: 100%; height: auto;}
.nynewsbox{ width: 96%; margin: 0 2% 50px; display: inline-block;}
@media only screen and (max-width: 768px) {
	#myCarousel{ margin-top: 64px;}
	.container-fluid{ height: 100%;}
	.navbar-nav>li{ padding: 5px 0; text-align: center;}
	.syabnr{ width: 90% !important; margin: 0 5% !important;}
	.promore{ display: none;}
	.probox .prolist{ width: 90%; margin: 0 5%;}
	.probox li{ width: 46%;}
	.bq{ display: none;}
	.nyban{ width: 100%; height: 100%; }
	.position h2 a{ padding: 0 !important;}
	.nyabout{ padding-top: 0 !important;}
	.agile_count_grid_right p{ color: #111;}
	.agile_count_grid_right h4{ color: #333;}
	.nyabout{ background: none !important;}
	.abright{ padding: 30px;}
	.services-bottom{ margin: 0; background: #fff !important;}
	.abjj{ margin: 0 15px;}
	.prolb{ width: 100%; margin: 0;}
	.prolb>li{ width: 48%; margin: 1%;}
	.nynewsbox{ width: 96%; margin: 0 2% 20px; display: inline-block;}
	.linkbox{ width: 92%;  display: inline-block;  margin: 0px 4% 20px; padding: 20px 12px 30px;}
	.linkleft{ margin-right: 0 !important;}
}
