body{margin:0px auto;padding:0px;border:0px;font-family:"微软雅黑"; font-size:16px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; min-width:1260px;background: #fff;}
ul,li,ol{margin:0px; padding:0px; list-style:none;}
table,tr,td,h1,h2,h3,h4,h5,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
input{border: none;outline: none;background: none;}
a{text-decoration:none; cursor:pointer;color: #000;transition: 0.6s;}
a:hover{ text-decoration:none;transition: 0.6s;color:#b60107;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.width{width:1260px;margin: 0 auto;}
.w605{width: 605px;}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.images{
	transition: all 0.8s;
	-moz-transition: width 0.8s; /* Firefox 4 */
	-webkit-transition: width 0.8s; /* Safari 和 Chrome */
	-o-transition: width 0.8s; /* Opera */
	}
.images:hover{
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */
	}



/****************************************首页****************************************/

/* 头部 */
.top{width: 100%;height: 360px;background:url(../img/topbg.jpg) no-repeat center;text-align: center;}
.top p{padding-top: 65px;}

@-webkit-keyframes move1 {
    0% {
        transform: scale(0.5);
opacity: 0;
    }
    95% {
        transform: scale(1);opacity: 1;
    }
    100% {
        transform: scale(1);opacity: 1;
    }
}

.top img {
    -webkit-animation: move1 1.2s ease-in-out;
    -moz-animation: move1 1.2s ease-in-out;
    -ms-animation: move1 1.2s ease-in-out;
    -o-animation: move1 1.2s ease-in-out;
    animation: move1 1.2s ease-in-out;
}


/* 导航 */
.menu{width:100%;background:#d6070e;height:50px;line-height:50px;text-align:center;}
.nav{position:relative; z-index:1;}
.nav a{ color:#fff;display:block;font-weight:bold;    font-size: 18px;}
.nav .nLi{ float:left;position:relative; display:inline;width: 16.6%;}
.nav .nLi h3{ font-weight: normal;}
.nav .nLi h3 a{display:block;font-size:18px;}
.nav .on{background:#b60107;}
.nav .nLi:hover{background:#b60107;}
.nav .sub{width:100%; left:50%; top:50px;  position:absolute;background:#b60107;text-align: center;display: none;z-index: 999;margin-left: -64px;}
.nav .sub li{ zoom:1; font-size: 16px;}
.nav .sub a{ display:block; color: #fff;padding: 10px 0;line-height: 22px;}
.nav .sub a:hover{ background: #d6070e;}


/* 内容 */
.part1{margin-top: 40px;}

/* 公司新闻 */
.zytitle{background: url(../img/title.png) no-repeat left center;width: 100%;height: 33px;overflow: hidden;margin-bottom: 20px;}
.zytitle h3{float: left;font-size: 28px;color: #b60107;line-height: 24px;font-weight: bold;padding-left: 15px;}
.zytitle a{float: right;font-size: 14px;color: #d6070e;margin-top: 8px;}
.zytitle a:hover{padding-right: 10px;color: #b60107;transition: 0.6s;}

.picScroll-left{ width:605px;overflow:hidden;position: relative;padding-bottom: 15px;}
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1;position: absolute;bottom:0;right:50%;margin-right:-53px;}
.picScroll-left .hd ul li{ float:left;width:14px; height:4px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ddcbcb;border-radius: 5px;}
.picScroll-left .hd ul li.on{ background:#d6070e;width: 26px; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:30px; height:40px;overflow:hidden;cursor:pointer;position: absolute;top: 38%;z-index: 999;}
.picScroll-left .hd .prev{background: url(../img/left.png) no-repeat center;left: 0;}
.picScroll-left .hd .next{background: url(../img/right.png) no-repeat center;right: 0;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;position: relative;}
.picScroll-left .bd ul li .pic{ text-align:center;overflow: hidden;width:605px; height:420px;}
.picScroll-left .bd ul li .pic img{ width:605px; height:420px; display:block;transition: 0.6s;object-fit:cover;}
.picScroll-left .bd ul li .title a{color: #000;display: block;font-size: 18px;text-align: center;margin-top: 15px;}
.picScroll-left .bd ul li:hover .title a{color: #d6070e;}

.zylist li{overflow: hidden;border-bottom: 1px dashed #ddd;transition: all 0.35s ease 0s;padding: 15px 0 15px 30px;background: url(../img/libg.png) no-repeat left center;}
.zylist li span{color: #999;font-size: 14px;float: right;}
.zylist li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}
.zylist li:hover a{color:#b60107;}
.zylist li:last-child{border-bottom: none;}

.part2{margin-top: 25px;}
.tt{padding-bottom: 20px;margin-bottom: 10px;overflow: hidden;border-bottom: 1px solid #ddd;transition: all 0.35s ease 0s;}
.tt a{font-weight: bold;}
.tt span{font-size: 14px;color: #999;background: url(../img/date.png) no-repeat left center;padding-left: 20px;float: right;}
.tt p{font-size: 14px;color: #666;line-height: 24px;margin-top: 10px;}
.tt:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}

.list1 li{background: #b60107;transition: all 0.35s ease 0s;}
.list1 li a{padding: 10px 30px;background: #f5f5f5;overflow: hidden;margin-bottom: 15px;display: block;position: relative;}
.list1 li span{display: block;background: url(../img/date.png) no-repeat left center;color: #999;font-size: 14px;padding-left: 20px;margin-bottom: 10px;}
.list1 li a::before{content: "";width: 2px;height: 35px;background: #cd7913;position: absolute;left: 0;top: 18px;}
.list1 li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}

.part3{background: url(../img/bg.jpg) no-repeat center;margin-top: 30px;padding: 32px 0;overflow: hidden;}
.part4{padding: 35px 0;}
.part5{background: #ededed;padding: 35px 0;}
.part5 .zytitle{background: url(../img/title2.png) no-repeat center;width: 100%;margin-bottom:30px;}
.part5 .zytitle h3{text-align: center;float:none;padding-left:0;}
.yqlj{margin-top: 15px;}
.yqlj a{padding:0 10px;border-right: 1px solid #d4d2d2;display: inline-block;text-align: center;width:12%;margin-bottom:15px;}
.yqlj a:nth-child(6){width:14%;}
.yqlj a:last-child{border-right: none;}

/* 底部 */
.footer{background:#921602;overflow: hidden;color: #fff;width: 100%;padding: 20px 0;text-align: center;line-height: 28px;}


/* 内页 */
.nybanner{width: 100%;height: 300px;overflow: hidden;}
.nynr{padding:20px 0;min-height:420px;}
.nynrl{width: 200px;}
.nynrl h3{width: 100%;height: 60px;background: #b60107;line-height: 60px;text-align: center;font-size: 20px;color: #fff;margin-bottom: 20px;}
.nynrl li{position: relative;}
.nynrl li a.lanm{display: block;width: 100%;background: #f8f0f0;line-height: 40px;text-align: center;color: #333;margin-bottom: 15px;}
.nynrl li.on a.lanm,.nynrl li:hover a.lanm{color: #fff;background: #b60107;font-weight: bold;}
.nynrr{width: calc(100% - 260px);}
.location{border-bottom: 1px solid #ddd;overflow: hidden;}
.location h3{font-size: 20px;color: #b60107;float: left;margin: 0 0 -1px; border-bottom: 3px solid #b60107;line-height: 50px;}
.current{float: right;font-size: 14px;color: #999;margin-top: 20px;}
.current a{color: #999;}
.current a:hover{color: #b60107;}
.nynrr .qhlist{margin-top: 15px;}
.nynrr .jytt{padding: 30px 0;}

/* dpzw */
.dpzw{padding: 30px 0;overflow: hidden;}
.dpzw p{font-size: 16px !important;line-height: 32px !important;text-indent: 32px !important;color: #000;margin-bottom: 20px;}

/* 内容页 */
.nryy{width: 80%;padding: 10px 10%;background: #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);}
.nry{padding: 30px 0;overflow: hidden;}
.nry h1{font-size: 18px;text-align: center;color: #b60107;line-height: 26px;padding: 0 25px;}
.xiab{text-align: center;font-size: 14px;color: #999;margin-top: 10px;}
.nrynr{overflow: hidden;border-bottom: 1px dashed #ddd;border-top: 1px dashed #ddd;padding: 25px 0;margin: 25px 0;}
.nrynr p{font-size: 16px;line-height: 32px;text-indent: 32px;color: #000;}
.nrynr p img{display: block;margin: 10px auto;}
.sxp p{font-size: 14px;color: #000;margin-bottom: 10px;}
.sxp p a{color: #999;}
.sxp p a:hover{color: #b60107;}


/* 列表页 */
.jxgllb{margin-top: 10px;}
.jxgllb li{line-height: 60px;border-bottom: 1px dashed #ddd;transition: 0.6s;}
.jxgllb li span{float: right;color: #999;font-size: 14px;}
.jxgllb li:last-child{border-bottom: none;}
.jxgllb li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../img/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../img/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../img/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../img/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }