/* CSS Document */
@charset "utf-8";
/* CSS Document */
*{ transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1; font-size: 14px;
}

ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }

/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; max-width: 100%}
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear{ clear:both;}
.clear:after,.clear:before{content:'';clear:both; display:table;}
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none;}
a:hover { text-decoration: none; color:#000;}
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0;    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;}

a:hover{color:#000}

h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; font-size: 18px; color: #000; line-height: 1.2em; }
p {color: #666; }
img { max-width: 100%; }
.img { overflow: hidden; position: relative; }
.img:before { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(255,255,255,0); z-index: 100; }
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover{ background:#000}
.img:hover img {opacity:.5; transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); }
.pos_cell{top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }

*, *:after, *:before { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }

.container{ width: 96%; margin: 0 auto; max-width: 1200px; position: relative;}

.header { background: #d0111b; line-height: 70px; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
.logo img { vertical-align: middle; }
.menu li { float: left; margin: 0 25px; }
.menu li a { color: #ccc; }
.menu li.on a,.menu li a:hover{ color:#fff;}


.banner { position: relative; padding-top: 70px;}
.banner_cur { left: 10%; right: 10%; position: absolute; top: 50%; margin-top: -20px; z-index: 100; }
.banner_cur span { cursor: pointer; display: block; width: 46px; height: 46px; border-radius: 100%; border: 1px solid #fff; background-image: url(../images/cur1.png); background-repeat: no-repeat; background-position: center center; }
.banner_cur span:hover { border-color: #fb3546; background-color: rgba(0,0,0,0.2); }
.banner_cur span.next { background-image: url(../images/cur2.png); }
.banner .item { position: relative; font-family: Arial; }
.banner .text { left: 0; width: 100%; z-index: 100; text-align: center; color: #fff; position: absolute; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.banner .text h2 { font-size: 46px; font-weight: normal; }
.banner .text p { font-size: 24px; margin: 2em 0; }
.banner_search { max-width: 800px; margin: 0 auto; padding: 8px; background: rgba(0,0,0,0.15); border-radius: 3px; width: 90%; line-height: 48px; }
.banner_search .box { background: #fff; border-radius: 2px; position: relative; padding-right: 147px; }
.banner_search .btn { position: absolute; top: 0; right: 0; width: 147px; text-align: center; }
.banner_search .btn a { line-height: 48px; width: 100%; display: block; color: #fff; background: #d0111b; font-size: 16px; }
.btn a:hover { background: #956d47; }
.banner_search .btn span { display: inline-block; padding-right: 32px; background: url(../images/icon1.png) no-repeat right center; }
.banner_search .span_tit { display: block; float: left; width: 72px; text-align: center; border-right: 1px solid #d5d5d5; font-size: 15px; font-weight: bold; color: #000; }
.banner_search .div_input { padding-left: 20px; overflow: hidden; }
.div_input input { width: 100%; border: 0; background: none; text-align: left; }
.owl-theme .owl-dots .owl-dot span { width: 14px; height: 14px; /*background: url(../images/dots.png) no-repeat center center;*/ border-radius:100%;background:none; margin-bottom: 15px; position:relative; border:2px solid transparent;}
.owl-theme .owl-dots .owl-dot span:after{ content:''; display:block;width:4px; height:4px; border-radius:100%; background:#fff; content:''; position:absolute; top:50%; margin-top:-2px; left:50%; margin-left:-2px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { border-color:#fff; background:none; }

.ht50{height:50px;}
.indexbox {overflow:hidden; padding: 60px 0; }
.indexbox:after { content: ''; display: block; clear: both; }
.indexbox.on { background: #f9f9f9; }
.indexbox_tit {margin-bottom:20px; text-align: center;}

.indexbox1_text .img1 { text-align: right; width: 50%; float: right; }
.indexbox1_text .text { line-height: 30px; color: #878787; text-align: center; overflow: hidden; }
.indexbox1_text .text { padding: 80px 0; }
.indexbox_tit2 h3 { font-size: 48px; font-family: 'Times New Roman'; font-weight: normal; color: #000; line-height: 58px; }
.indexbox_tit2 h2 { font-size: 40px; font-weight: normal; color: #000; line-height: 58px; margin-bottom: 30px; }
.indexbox1_text .text p { height: 120px; overflow: hidden; max-width: 425px; margin: 0 auto; margin-bottom: 30px; }
.btn a { color: #fff; display: block; line-height: 44px; width: 140px; text-align: center; background: #d0111b; margin: 0 auto; }

.indexbox_tit h3 { font-size: 30px; margin-bottom: 20px; font-weight: normal; }
.indexbox_tit h2 { font-size: 28px;}
.indexbox_tit p { color: #999; }
.indexbox_tit p span:before, .indexbox_tit p span:after { display: inline-block; width: 30px; height: 1px; background: #999; vertical-align: middle; content: '';margin:0 2px; margin-bottom:2px;}
.indexbox_tag ul li{margin-left:-4px; display:inline-block;}
.indexbox_tag{text-align:center;}
.indexbox_tag a{display:block; line-height:30px; padding:0 23px;color:#7e7e7e;position:relative;}
.indexbox_tag .on a,.indexbox_tag a:hover{ background:#d0111b;color:#fff;}
.indexbox_tag .on a:before,.indexbox_tag a:hover:before{ color:#d0111b}
.indexbox_tag a:before{ content:'|';display:block; position:absolute; left:-2px;}
.indexbox_tag li:first-child a:before{ display:none;}

.pro_list ul:after{ content:'';display:block; clear:both;}
.pro_list li{width:33.333%; float:left; text-align:center;}
.pro_list h3{ font-size:16px;color:#000;font-weight:normal;}
.pro_list p{ padding:10px 0 15px;color:#d0111b; background: no-repeat bottom center;}
.pro_list a:hover p{ background:url(../images/icon2.png) no-repeat bottom center;}
.pro_list ul{margin-top:20px;display:none;} 
.pro_list ul.on{ display:block;}
.pro_list ul.on li { animation-name: zoomIn; animation-duration: 1s; animation-fill-mode: both; }
.pro_list li:nth-child(3n+1){ clear:both;}
.pro_list li a{display:block; margin:12px; background:#fff;padding:23px; box-shadow:0 0 20px rgba(0,0,0,0.05)}
.pro_list li a:hover{ box-shadow:0 1px 50px rgba(0,0,0,0.1)}
.pro_list li a:hover .img{background:#fff;}
.indexbox_pro{padding:0;background:#1c1c1c;position:relative;}
.pro_owl{width:50%}
.pro_owl .owl-theme .owl-controls{width:auto; right:-60px; left:auto;width:120px;}
.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-]{display:block; float:left; width:60px; height:60px; margin:0;padding:0; background-image:url(../images/cur1.png);background-position:center center ;background-repeat:no-repeat; border-radius:0;background-color:#d0111b}
.pro_owl .owl-theme .owl-controls .owl-nav .owl-next{ background-image:url(../images/cur2.png);background-color:#d0111b}
.indexbox_pro .text{position:absolute; left:55%;}
.indexbox_pro .text .box{max-width:560px;}
.indexbox_tit2.on h3{color:#fff;}
.indexbox_tit2.on h3 span{color:#d0111b;}
.indexbox_tit2.on h2{color:#c09874;}
.indexbox_pro .text p{ line-height:32px; color:#ccc; height:64px; overflow:hidden; margin-bottom:12px;}
.indexbox_pro .btn a{margin-left:0; background:#0b0b0b; margin-top: 20px;}
.btn2 a span{display:inline-block;padding-right:17px; background:url(../images/icon3.png) no-repeat right center;}
.btn2 a:hover span{ padding-right:27px;}

.service_list:after{ content:'';display:block;clear:both;}
.service_list ul li{width:25%; float:left;}
.service_list a{ display:block;margin:7px;position:relative;}
.service_list img{display:block; margin:0 auto;}
.service_list .text{ position:absolute; bottom:0; left:0;right:0; padding:20px;color:#fff; }
.service_list .text h3{font-size:16px; font-weight:normal; color:#fff;}
.service_list .text p{ margin:10px 0; background: bottom center no-repeat}
.service_list .text .more{ display:inline-block;padding-right:10px;background:url(../images/icon4.png) no-repeat right center;}
.service_list a:hover .img:before{background:#fff;opacity:.95; top:20px; left:20px; right:20px; bottom:20px;}
.service_list a:hover .text{ bottom:auto; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); text-align:center;color:#000 ;z-index:100}
.service_list a:hover .text h3{ color:#000; border-bottom:1px solid #d7d7d7;margin:0 20px; padding-bottom:15px;}
.service_list a:hover .text p{color:#7f7f7f ;padding-bottom:20px; background:url(../images/icon5.png) bottom center no-repeat;}
.service_list a:hover .text span{display:none;}

.news_list ul li{width:48%;padding:25px 0; float:left;}
.news_list ul li:nth-child(2n){ float:right;}
.news_list  a{display:block; }
.news_list .img{width:160px; height:100px; float:left;margin-right:20px;}
.news_list .text{overflow:hidden;}
.news_list .p_time{height:auto; color:#a1a1a1}
.news_list h3{  margin-top:10px; font-size:16px;color:#000; font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_list p{ line-height:20px;color:#999; height:40px; overflow:hidden;}
.news_list .line{width:100%; height:1px; background:#efefef;margin:8px 0;}
.news_list .line label{display:block;width:13px;  height:1px ; background:#d0111b}
.news_list a:hover .line label{ width:100%;}

.btn_more{margin-top:20px; text-align:center;}
.btn_more a{ display:inline-block; padding:0 45px; line-height:42px; border:1px solid #b2b2b2; color:#999}
.btn_more a:hover{ border-color:#fb3546;color:#fb3546}



.footer {padding:50px 0;color:#fff;line-height:26px; background:url(../images/footer.jpg) no-repeat center center;background-size:cover; }
.footer .container{ max-width:1200px;}
.footer .text{ overflow:hidden;}
.footer .ewm img{display:block;margin-bottom:15px;}
.footer .ewm{ text-align:center;width:170px;}
.footer .list { padding-top:10px;}
.footer .list ul li{ margin:15px 0;}
.footer .list p{color:#f2f2f2;}
.footer .list span{font-size: 14px; color:#fff;}
.footer .list h3{color:#f2f2f2; font-size: 28px;}
.footer a{color:#fff;}

.full { position: fixed; top: 50%; right: 0; z-index: 1001; }
.full li a { display: block; width: 52px; height: 52px; margin-bottom: 1px; position: relative; background: rgba(0,0,0,0.5); z-index: 1; }
.full li a:hover span, .full li a:hover label { background-color: #d0111b !important; }
.full li:last-child a { border-bottom: 0; }
.full li a span { display: block; width: 52px; height: 52px; position: relative; z-index: 100; background-position: center center; background-repeat: no-repeat; }
.full li:nth-child(2) a, .full li:nth-child(1) a { z-index: 2; }
.full li a label { display: block; width: 100px; white-space: nowrap; padding: 0 20px; position: absolute; line-height: 52px; color: #fff; z-index: -1; background: #000; bottom: 0; left: 100%; box-sizing: inherit; max-width: 300%;; }
.full li a:hover label { left: -120px; }
.full li a .lbl_img { padding: 10px; height: auto; line-height: normal; }
.full li a span.span1 { background-image: url(../images/full1.png); }
.full li a span.span2 { background-image: url(../images/full2.png); }
.full li a span.span3 { background-image: url(../images/full3.png); }
.full li a span.span4 { background-image: url(../images/full4.png); }


@media only screen and (max-width: 1400px){
    .banner_cur{left:5%; right:5%;}
    .indexbox_tit2 h2{margin-bottom:10px;}
}
@media only screen and (max-width: 1200px){
    .indexbox_tit2 h3{ font-size:38px;}
    .indexbox_tit2.on h2{ font-size:30px;}
    .indexbox_pro .text p{ line-height:25px; margin-bottom:10px;height:75px;}
}

@media only screen and (max-width: 900px) {
    .menu { position: fixed; top: 60px; left: -100%; width: 100%; height: 100%; background: #fff; }
    .menu ul li { float: none; display: block; border-bottom: 1px solid #ddd; padding: 0; }
    .menu ul li a { line-height: 45px; font-size: 18px;  display: block; }
    .menu ul { padding-top: 10px; }
    .header .logo { position: relative; z-index: 1001; line-height: 60px; }
    .menu_wrap { position: absolute; top: 10px; width: 40px; height: 40px; background: url(../images/menu.png) no-repeat center center #d0111b; background-size: 25px auto; right: 5px; }
    .h_menu .menu_wrap { background: url(../images/menu-1.png) no-repeat center center #d0111b; background-size: 25px auto; }
    .h_menu .menu { left: 0; }
    .header { line-height: 60px; }
    .mainer { margin-top: 60px; }
    .menu li.on a, .menu li a:hover{color:#fb3546}  
    .banner .text h2{ font-size:30px;}
    .banner .text p{ font-size:14px;}
    .banner_search{ max-width:500px;}
    .indexbox1_text .text{padding:20px 0;}
    .pro_owl{width:80%; margin:0 auto;}
    .indexbox_pro{ padding:50px 0;}
    .indexbox_pro .text{ position:initial; top:auto; left:auto; right:auto; transform:none;width:80%; margin:0 auto;padding:20px 0;}
    .indexbox_pro .text .box{ max-width:100%;}
    .pro_owl .owl-theme .owl-controls{right:0}
    .service_list ul li{width:50%; }
    .service_list ul li:nth-child(2n+1){clear:both;}
    .service_list ul li img{width:100%;}
}

@media only screen and (max-width: 800px) {
   .news_list ul li{width:100%;padding:10px 0;}
}

@media only screen and (max-width: 750px) {
    .banner{padding-top: 0px}
    .banner .text h2{ font-size:20px;}
    .banner .text p{ margin:1em;}
    .banner_cur{display:none;}
    .banner_search .btn{width:100px;}
    .banner_search .box{ padding-right:100px;}
    .banner_search .span_tit{width:50px;}
    .banner_search .div_input{padding-left:10px; }
    .banner img{width:100%; margin-left:0%;  max-width:initial;}
    .banner .img1{ overflow:hidden;}
    .indexbox1_text .img1{ float:none;width:100%;}
    .pro_list li:nth-child(3n+1){ clear:none;}
    .pro_list li{width:50%; }
    .pro_list li:nth-child(2n+1){ clear:both;}
    .pro_list li a{ padding:15px;margin:5px;}
    .footer .ewm{ float:none; text-align:center;margin-bottom:20px;display:none;}
    .footer .list ul li{ margin:5px 0;}
    .footer .ewm img{ margin:0 auto;margin-bottom:10px;}
    .footer{text-align:center;}
    .indexbox{ padding:20px 0;}
    .about_list ul li{ margin:20px 0;}
    .indexbox_tit2 h3{ font-size:25px;line-height:20px;}
    .indexbox_tit2 h2{ font-size:30px;}
    .about_tag ul li a{ font-size:14px;}
    .about_tag{ line-height:40px;}
    .about_tag .wrap{width:100%;}
    .about_list .box h3{ font-size:30px;}
    .about_list .box{ margin:5px;}
    .indexbox_tit h2{ font-size:20px;} 
   
    
    .full{display:none;}
    .indexbox_tag a{padding:0 15px;}
    .news_tag{padding:20px 0;}
    .indexbox_tit h3{ font-size:24px;margin-bottom:10px;}
    .indexbox_tit{ margin-bottom:20px;}
}



.page {overflow:hidden; padding: 60px 0; }
.page:after { content: ''; display: block; clear: both; }
.page.on { background: #f9f9f9; }
.page_tit {margin-bottom:40px; text-align: center; }
.page_tit h3 { font-size: 30px; margin-bottom: 20px; font-weight: normal; }
.page_tit h2 { font-size: 28px;}
.page_tit p { color: #999; }
.page_tit p span:before, .page_tit p span:after { display: inline-block; width: 30px; height: 1px; background: #999; vertical-align: middle; content: '';margin:0 2px; margin-bottom:2px;}

.nybanner{position:relative;}
.nybanner .imgbanner{position: relative; z-index: 1;}

.nav_tit{padding-top: 38px; padding-left: 40px; position: absolute; left:0; bottom:0px; height: 120px; background:#d0111b; -webkit-background-size: cover; background-size: cover; z-index: 10; width:160px;}
.nav_tit h3{font-size: 24px; color: #fff; text-transform:uppercase; font-family: 'frandcm'; margin-bottom: 8px;}
.nav_tit p{ color: #fff; font-size: 16px; position: relative; padding-bottom: 30px;}
.nav_tit p::after{ content: ""; width: 25px; height: 5px; background: #ddbd84; position: absolute; left:0; bottom:0;}


.about_d_text p{ max-width:790px; margin:0 auto; line-height:30px; color:#6d6d6d;text-align:left; text-indent: 2em;}
.about_list2{max-width:1100px;margin:0 auto; border-top:1px solid #e8e8e8;margin-top:30px;padding-top:30px;}
.about_list2 ul li{width:31.333%; margin:0 1%;float:left;}
.about_list2 ul{margin:0 -1%;}
.about_list2 .img{ position:relative;}
.about_list2 img{display:block;}
.about_list2 .img p{ position:absolute; bottom:20px; left:20px; right:20px; line-height:42px; background:#fff;text-align:center; height:42px;}
.about_list2 .img p span{ display:block; height:20px; border-bottom:1px solid #000;margin:0 14px;}
.about_list2 .img p label{display:inline-block; padding:0 10px;background:#fff;}
.about_list2 .text{ line-height:28px;color:#333;margin-top:10px;}




.page_news .list{max-width:945px; margin:0 auto;}
.page_news .list .img{width:471px; float:right;margin-left:50px;}
.page_news .list .text{ border-top:2px solid #000;padding-top:30px; overflow:hidden;}
.page_news .list  li{ margin-bottom:40px;}
.page_news .list li:after{ content:''; display:block; clear:both;}
.page_news h3{ font-size:16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-bottom:10px;}
.page_news .list a:hover{color:#be9a78}
.page_news .time{ line-height:20px; margin-bottom:10px; padding-left:25px;background:url(../img/icon6.png) no-repeat left center; color:#a8a8a8}
.page_news  p{ line-height:27px; height:81px; overflow:hidden;color:#737373; margin:30px 0;}
.page_news  .btn a{ background:none; border:2px solid #000;color:#000;line-height:34px;width:120px;margin-left:0}
.page_news  .btn a:hover{ background:#333;color:#fff;}
@media only screen and (max-width: 900px) {
    .page_news .list .img{width:300px;margin-left:20px;}
   .page_news .list .text{ padding-top:20px;}
   .page_news p{  margin-top:0;height:54px;margin-bottom:10px}
   .page_news .time{ margin-bottom:0}
   .page_news .list li{ margin-bottom:20px;}
}
@media only screen and (max-width: 750px) {
    .page_news .list .img{width:150px; float:left;margin:0 auto; margin-right:10px;}
    .page_news p{ height:auto; white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
    .page_news .list .text{ padding-top:10px;}
    .page_news .list .time{display:none;;}
    .page_news .list .text{ border-top:0}
    .page_news .btn a{ border:0; line-height:20px;text-align:left;}
    .page_news .time{ margin-bottom:10px;}
    .page_news p{ margin-bottom:5px}
    .page_news h3{ margin-bottom:5px;}
}