﻿body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}
/*导航栏*/
.navbar-default {
    background-color: #F4EACD;
    background-image: url(../images/nav-bj.jpg);
    background-position: center;
    background-size: cover;
    border: none;
    min-width: 1200px;
}
.navbar {
    min-height: 92px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #9c5224;

    font-size: 20px;
    /*font-family: "宋体";*/
}
.navbar-nav {
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FDD35D;
    background-color: #7F1F21;
}
.navbar-default .navbar-nav>li>a {
    padding: 36px 23px;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-brand {
    height: 90px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #A52025;
}
.navbar-nav {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1418px) {
	.navbar-nav {
    width: 70%;
    }
}
/*轮播*/
.carousel-indicators {
    bottom: 15px;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control{
	width: 8%;
	padding-top: 264px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    background-color: white;
    border: 1px solid white;
    border-radius: 0;
}
.carousel-indicators .active {
    width:10px;
    height: 10px;
    margin: 1px 5px;
    background-color: #FDD35D;
    border: 1px solid #FDD35D;
}
.carousel-inner>.item{
	height: 670px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*首页关于*/
.inabo-box{
	background-image: url(../images/the-bj.jpg);
	background-position: center;
	background-color: #F6EDD7;
	min-width: 1200px;
	padding: 50px 0;
}
.index-til{
	text-align: center;
	margin-bottom: 35px;
	font-size: 32px;
}
.index-til img{
	margin-bottom:10px;
}
.inabo-lef{
	width: 624px;
	float: left;
	padding-top: 30px;
	text-align: center;
}
.inabo-lef p{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: left;
}
.inabo-lef p a{
	color: #B6061A;text-decoration: underline;
}
.inabo-lef div a{
	display: inline-block;
	margin: 0 8px 20px;
	width: 258px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background: url(../images/inabo-btn-bj0.png) no-repeat center center;
	color: #A52025;
	font-size: 22.5px;
	transition: all 0.4s;
}
.inabo-lef div a:hover{
	background: url(../images/inabo-btn-bj.png) no-repeat center center;
	color: #F6D993;
}
.inabo-rig{
	width: 515px;
	float: right;
}
.inabo-rig img{
	width: 452px;
	height: 636px;
}
/*首页产品*/
.inpro-box{
	padding: 90px 0 65px;
	background: url(../images/inpro-bj.jpg) no-repeat;
	min-width: 1200px;
	background-color: #A62326;
	text-align: center;background-position: center;
}
.inpro-tex{
	margin-top: 105px;
}
.inpro-lef{
	width: 715px;
	float: left;
}
.inpro-lef img{
	width: 658px;
	height: 340px;
}
.inpro-rig{
	width: 464px;
	float: right;
	padding-top: 30px;
}
.inpro-rig>img{
	margin-bottom: 20px;
	width: 416px;
	height: 131px;
}
.inpro-rig p{
	font-size: 30px;
	color: #E8C46F;
	margin-bottom: 80px;
}
.inpro-rig a{
	font-size: 26px;
	color: #E8C46F;text-decoration: underline;
}
.inpro-rig a img{
	width: 37px;
	height: 13px;
	margin-left: 15px;
    margin-bottom: 6px;
}
/*首页新闻*/
.innews-box{
	background-image: url(../images/the-bj.jpg);
	background-position: center;
	background-color: #F6EDD7;
	min-width: 1200px;
	padding: 50px 0;
}
.innews-ul ul li{float: left;width: 568px;}
.innews-ul ul li:last-of-type{margin-left: 64px;}
.innews-ul ul li img{width: 100%;height: 281px;transition: all 0.4s;}
.innews-ul ul li a:hover img{
	box-shadow: 3px 3px 15px 2px #999;
}
.innews-tt{width: 60px;border-right: 1px solid #A52025;padding-top: 25px;position: relative;float: left;
min-height: 164px;font-weight: bold;color: black;}
.innews-tt div{font-size: 22px;text-align: center;line-height: 27px;}
.innews-tt div p{font-size: 14px;}
.innews-tt span{display: block;position: absolute;right: -6px;width: 6px;height: 53px;background-color: #A52025;
top: 25px;}
.innews-tex{margin-left: 79px;padding-top: 20px;}
.innews-tex div{color: #9C2A2A;font-size: 24px;margin-bottom: 12px;font-weight: bold;}
.innews-tex p{line-height: 28px;color: #4c4949;margin-bottom: 15px;font-size: 20px;}
.inpro-mov{
	text-align: center;
}
.inpro-mov a{
	display: inline-block;
	width: 263px;
	line-height: 58px;
	background: url(../images/innews-btnbj.png) no-repeat center center;
	font-size: 24px;
	color: #A52025;
	margin: 40px auto 0;    padding-left: 3px;
}
/*脚部*/
footer{
	background-color: #A52025;
	padding-top: 16px;
	min-width: 1200px;
	padding-bottom: 5px;
}
.foot-lef{
	float: left;
}
.foot-lef img{
	float: left;
	width: 227px;
	height: 106px;
}
.foot-lef ul{
	margin-left: 250px;
	color: #FDD35D;
	
    font-size: 16px;
}
.foot-lef ul a{color: #FDD35D;}
.foot-lef ul span{
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.foot-rig{
	float: right;
	text-align: center;
	color: #FDD35D;
}
.foot-rig img{
	width: 105px;
	height: 105px;
	margin-bottom: 2px;
}
.foot-bot{
	background: url(../images/foot-bj.jpg) no-repeat center center;
	line-height: 28px;
	min-width: 1200px;
	text-align: center;
	color: #999;
}

/*关于我们页面*/
.oth-top{
	background: url(../images/oth-topimg.jpg) no-repeat center center;
	height: 532px;
	min-width: 1200px;
}
.oth-box{
	min-width: 1200px;
	padding: 45px 0 50px;
	background-image: url(../images/the-bj.jpg);
	background-position: center;
	background-color: #F6EED8;
}
.oth-left{
	width: 268px;
	float: left;
	text-align: center;
	transition: all 0.4s;
}
.oth-right{
	width: 900px;
	float: right;
	transition: all 0.4s;
}
.oth-left>div>img{
	/*width: 100%;*/
	height: 65px;
}
.oth-left ul{
	border: 1px solid #A72525;
	border-top: none;
}
.oth-letop{
	margin-bottom: 20px;
}
.oth-letop ul{
	padding: 15px 14px;
	text-align: left;
}
.oth-letop ul li{
	width: 100%;
	height: 45px;
}
.oth-letop ul li:not(:last-child){
	margin-bottom: 10px;
}
.oth-letop ul li a{
	display: block;
	border: 1px solid black;
	color: black;
	font-size: 18px;
	padding: 10px;
	height: 100%;
}
.oth-letop ul li img{
	float: right;
	width: 17px;
	height: 17px;
	transition: all 0.4s;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
        margin-top: 3px;
}
.oth-letop ul li span{
	display: inline-block;
	width: 195px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oth-letop ul li a:hover {
	border-color: #A72525;
	color: #A72525;
}
.oth-letop ul li a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.oth-letop ul .oth-leact a {
	border-color: #A72525;
	color: #A72525;
}
.oth-letop ul .oth-leact a img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.oth-lebot{
	text-align: left;
}
.oth-lebot ul{
	padding: 20px 20px 10px;
}
.oth-lebot ul li{
	border-bottom: 1px dotted #C0BCB0;
	padding: 10px 0;
	font-size: 18px;
}
.oth-lebot ul li:last-of-type{
	border: none;
}
.oth-lebot ul li:first-of-type{
	border: none;
}
.oth-lete img{
	width: 42px;
	height: 33px;
	float: left;
	margin-top: 8px;
}
.oth-lete p{
	margin-left: 50px;
	margin-bottom: 0;
	
}
.oth-lete i{
	font-family: sans-serif;
	color: #A72525;
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.lujing{
	border-bottom: 1px solid #DEAF20;
	padding-bottom: 10px;
	color: #A72525;
	font-size: 18px;
	margin-bottom: 38px;
	font-family: "微软雅黑";
}
.lujing a{
    color: #A72525;
}
.lujing img{
	width: 22px;
	height: 26px;
	margin-right: 10px;
	    position: relative;
    bottom: 2px;
}
.abo-box p{
	font-size: 20px;
	line-height: 35px;	
	margin: 0;
}
.abo-box>div{
	margin-bottom: 10px;
}
.abo-top img{
	width: 416px;
	height: 256px;
	float: right;
}
.abo-top p{
	width: 450px;
	float: left;
	padding-top: 24px;
}
.abo-img img{
	width: 293px;
	height: 188px;
}
.abo-img img:nth-of-type(3n+2){
	margin: 0 10px
}
.abo-img{display: flex;justify-content: space-between;flex-wrap: wrap;    align-items: center;}

/*产品页面*/
.pro-box ul li{
	float: left;
	background-color: white;
	width: 283px;
	height: 298px;
	margin-bottom: 25px;
	margin-left: 25px;
	position: relative
}
.pro-box ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.pro-img{
	width: 253px;
	height: 220px;
    padding-top: 30px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.pro-img img{max-width: 100%;max-height: 100%;}
.pro-nn{
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.pro-yybox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(168,40,37,.9);
	text-align: center;
	color: #F6D993;
	font-size: 20px;
	padding: 15px;
	padding-top: 58px;
	opacity: 0;
	transition: all 0.4s;
}
.pro-yybox p{
	margin-bottom: 18px;
}
.pro-yybox span{
	display: inline-block;
	width: 56px;
	height: 2px;
	margin: 0 auto 18px;
	background-color: #F6D993;
}
.pro-yybox img{position: absolute;bottom: 30px;right: 30px;width: 131px;height: 15px;}
.pro-yybox div{
	overflow: hidden;
    height: 115px;
}
.pro-box ul li a:hover .pro-yybox{
	opacity: 1;
}

/*联系我们*/
.cont-top{
	padding: 0 28px;
	margin-bottom: 15px;
}
.cont-top ul li{
	float: left;
	width: 50%;
	margin-bottom: 25px;
	padding-right: 30px;
}
.cont-top ul li span{
	display: inline-block;
	border: 1px solid #A72429;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.cont-top ul li span img{
	max-width: 100%;
	max-height: 100%;
}
.cont-top ul li p{
	margin-left: 95px;
	font-size: 18px;
	line-height: 80px;
}
.cont-top ul li b{
	    font-size: 22px;
    font-family: sans-serif;
	font-style: italic;
	color: #A52025;
}
.cont-map{
	width: 100%;
	height: 402px;
	margin-bottom: 36px;
}
.cont-map img{
	width: 100%;
	height: 100%;
}
.cont-f{
	padding: 64px 28px;
	background: url(../images/cont-bj.jpg) center center;
	background-color: #E8C46F;
	min-width: 1200px;
}
.cont-f>div{
	font-size: 20px;
	color: #E8C46F;
	font-weight: bold;
	margin-bottom: 30px;
}
.cont-f form div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.cont-f form div input{
	height: 45px;
	width: 350px;
	border: 1px solid #DCDCDC;
	padding-left: 12px;
}
.cont-f form textarea{
	height: 140px;
	width: 100%;
	border: 1px solid #DCDCDC;
	padding-left: 12px;
	padding-top: 12px;
	margin-bottom: 26px;
}
.cont-f form input[type=submit]{
	color: #A52025;
	background-color: #E8C46F;
	font-size: 18px;
	padding: 11px 42px;
	border: none;
}

/*产品详情*/
.prode-box{padding: 20px;}
.prode-img{
	width: 350px;
	height: 320px;
	border: 1px solid #ABBAAB;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: white;
}
.prode-img img{
	max-width: 100%;
	max-height: 100%;
}
.prode-tex{
	margin-left: 378px;
}
.prode-tex div {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #A82626;
}
.prode-tex ul li{
	color: #A82626;
	line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    display: block;
        height: auto;
    overflow: hidden;
}
.prode-tex ul li p{
	margin: 0;
	    margin-left: 95px;
	width: 426px;
	color: #333;
	font-weight: 100;
}
.prode-tex ul li span{
	float: left;
}
.prode-tex ul li a{color: #A82626;}
.prode-top{
	margin-bottom: 50px;
}
.prode-chag{
	border-bottom: 1px solid #A82626;
	margin-bottom: 30px;
	font-size: 24px;
}
.prode-chag span{
	display: inline-block;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	margin-right: 25px;
	cursor: pointer;
}
.prode-chag .prode-act{
	color: #A82626;
}
.prode-imp ul li{
	font-size: 16px;
	color: #999999;
	margin-bottom: 30px;
}
.prode-imp ul li span{
	color: black;
}
.prode-imp p{
	font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
}

/*新闻*/
.news-box>ul{
	margin-bottom: 35px;
}
.news-box>ul li{
	margin-bottom: 45px;
}
.news-img{
	float: left;
	width: 280px;
	max-height: 138px;    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-tex{
	margin-left: 310px;
	min-height: 138px;
	padding-top: 5px;
}
.news-tex div{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-box>ul li a:hover .news-tex div{
	color: #A82626;
}
.news-tex p{
	font-size: 15px;
	margin-bottom: 15px;
	color: #4F4F4F;
}
.news-tex span{
	display: inline-block;
	background-color: #DDAE20;
	font-size: 15px;
	padding: 5px 16px;
	color: #A82626;
	transition: all 0.3s;
}
.news-box>ul li a:hover .news-tex span{
	color: #F6EED9;
	background-color: #A82626;
}
.fenye {
	text-align: center;
	font-size: 15px;
	padding: 20px 0;
}
.fenye li{
	display: inline-block;
	margin: 0 3px;
}
.fenye li a{
	color: #A82626;
	padding: 8px 12px;
	background-color: #F4DE95;
}
.fenye li a:hover{
	background-color: #A82626;
	color: white;
}
.fenye .fenyeact a{
	color: white;
	background-color: #A82626;
}
.fenye .fenyeact a:hover{
	color: white;
	background-color: #A82626;
}

/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #034493;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #A72625;
}
.newsde-text{
	margin-bottom: 40px;
	text-align: center;
}
.newsde-text p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text img{
	max-width: 100%;
	width: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #A72625;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #A72625;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #A72625;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #A72625;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #A72625;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

.xfz-til{font-size: 30px;text-align: center;color: #A72625;font-family: sans-serif;margin-bottom: 35px;
font-weight: bold;}

/*人才招聘*/
.rec-tex div{
	font-size: 20px;
	margin-bottom: 20px;
}
.rec-tex div span{display: inline-block;margin-left: 25px;font-size: 16px;color: #A82626;}
.rec-tex ul{margin-bottom: 45px;}
.rec-tex ul li{
	font-size: 18px;
	margin-bottom: 12px;
}

.oth-left>div{
   background-color: #A82626;
 }
.oth-left ul {
    background-color: #F6EED7;
}

.news-box.vdo>ul{ height:auto; overflow:hidden}
.news-box.vdo>ul li{    width: 31%;    float: left;    margin-right: 3.5%;}
.news-box.vdo>ul li:nth-child(3n){margin-right:0}
.news-box.vdo>ul li .news-img{ width:100%;    float: none;
    height: auto;
    max-height: initial;}
.news-box.vdo>ul li .news-tex{ margin:10px auto;}
.oth-lebot ul li:nth-child(5){display:none}

@media (max-width: 1440px){

.navbar-nav {
    width: 70%;
}






}




