/*全局样式*/
*{margin:0;padding:0;}
body{background:#fff; min-width:1240px; font-family:Arial,'Microsoft YaHei',SimHei,SimSun; font-size:14px; line-height:24px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none;}
.img-none{display:none !important;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width:100%; max-height: 100%;display: block;	margin:auto;padding:auto;}

.wrap{width:1200px !important; margin:0 auto;}
header{width:100%; float:left;}
main{width:100%; float:left;}
footer{width:100%; float:left;}
/*End*/

.header{width:100%; float:left; background:#d50502;}
.logo{width:428px; float:left; padding:20px 0;}
.logo img{width:428px; display:block; height:60px;}
.header_R{float:right;}
.header_dianhua{float:right;display:flex; flex-wrap:wrap; text-align:center; align-content:center; align-items:center; justify-content:center;  height:100px; line-height:24px; font-size:14px; color:#fff; border-right:1px dashed rgba(255,255,255,0.5);}
.header_dianhua span{width:100%; float:left; font-size:20px; font-weight:bold;}

/*导航*/
nav{float:left;}
nav ul{float:left; border-left:1px dashed rgba(255,255,255,0.5);}
nav ul li{float:left; border-right:1px dashed rgba(255,255,255,0.5);}
nav ul li>a{display:block; color:#fff; text-align:center; transition:all 0.4s; padding:25px 15px;}
nav ul li>a>span{display:block; overflow:hidden;}
nav ul li>a>span.nav_p{height:30px; line-height:30px; font-size:16px;}
nav ul li>a>span.nav_sp{height:20px; line-height:20px; font-size:12px; text-transform:uppercase;}
nav ul li:hover>a{color:#fff; background:#131313;}
nav ul li.on>a{color:#fff; background:#131313;}
/*END*/

/*banner图*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:29.6875%;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px; background:#131313; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#d50502;}
.banner .next{right:2%; position:absolute;top:50%; margin-top:-26px; width:32px; height:52px; background:url(../images/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-26px; width:32px; height:52px; background:url(../images/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END*/

.service{width:100%; overflow:hidden; padding:40px 0;}
.service_title{display:block; line-height:54px; overflow:hidden; padding-bottom:12px; position:relative;}
.service_title::before{content:""; width:100%; float:left; height:2px; background:#d2d2d2; position:absolute; left:0; bottom:0;}
.service_p{float:left; font-size:36px; color:#1c1c1c; font-weight:bold; position:relative;}
.service_p::before{content:""; width:100%; float:left; height:2px; background:#eb0109; position:absolute; left:0; bottom:-22px;}
.service_sp{float:left; font-size:18px; color:#929292; text-transform:uppercase; font-family:Arial; padding-left:15px;}
.service_more{float:right; padding-top:20px;}
.service_more a{width:76px; float:left; height:26px; line-height:26px; text-align:center; background:#d2d2d2; border-radius:5px; text-transform:uppercase; font-family:Arial; font-size:16px; color:#fff; transition:all 0.4s;}
.service_more a:hover{background:#eb0109; color:#fff;}
.service_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.service_ul li{width:570px; float:left; margin-top:50px}
.service_ul li .service_img{width:290px; float:left; margin-right:30px;background-position:center; background-repeat:no-repeat; background-size:cover;}
.service_ul li .service_img::before{content:""; display:block; padding-top:68.96552%;}
.service_ul li .service_T{display:block; overflow:hidden; height:50px; line-height:50px; font-size:28px; color:#eb0109;}
.service_ul li .service_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#131313; margin-top:10px;}
.service_ul li .service_M{width:110px; height:30px; display:block; overflow:hidden; line-height:30px; text-align:center; background:#282828; font-size:14px; color:#fff; margin-top:10px; transition:all 0.4s;}
.service_ul li:hover .service_M{background:#eb0109; color:#fff;}

.hf{width:100%; overflow:hidden;}
.hf img{width:100%; display:block; height:auto;}

.gsjj{width:100%; overflow:hidden; padding:40px 0; background:#efefef;}
.gsjj_contect{display:block; overflow:hidden; background:#fff; margin-top:40px;}
.gsjj_contect img{width:500px; float:left; height:auto;}
.gsjj_txt{display:block; overflow:hidden; height:450px; line-height:30px; font-size:16px; color:#333; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:14; -webkit-box-orient: vertical; padding:30px;}

footer{color:#fff; background:#d50502; line-height:24px; text-align:center; font-size:14px; padding:10px;}
footer a{color:#fff; margin:0 10px;}
footer a:hover{color:#fff; text-decoration:underline !important;}

/*关于我们*/
.main{width:100%; overflow:hidden; padding:40px 0;}
.main_left{width:285px; float:left;}
.about{width:100%; float:left; margin-bottom:20px;}
.about_title{display:flex; align-content:center; align-items:center; justify-content:center; overflow:hidden; height:50px; line-height:50px; background:url(../images/about_title.jpg) no-repeat center center; background-size:100% 100%; color:#fff; text-align:center;}
.about_p{float:left; font-size:20px;}
.about_sp{float:left; font-family:Arial; font-size:12px; text-transform:uppercase; padding-left:5px;}
.about_ul{display:block; overflow:hidden;}
.about_ul li{display:block; overflow:hidden; margin-top:5px;}
.about_ul li a{display:block; overflow:hidden; height:50px; line-height:50px; text-align:left; font-size:16px; color:#131313; background:#f5f5f5; transition:all 0.4s; text-indent:34px;}
.about_ul li a:hover{background:#eb0109; color:#fff;}
.about_ul li.about_on a{background:#1362c4; color:#fff;}

.about_ul dl{ display:none}
.about_ul dl dd{ width:100%; background-position: 94% 50%; padding-left:46px;}
.about_ul dl dd a{  text-align:left; line-height:32px; font-size:14px; color:#000000;}
.about_ul dl dd a:hover{ color:#f00;}


.about_txt{display:block; overflow:hidden; font-size:14px; color:#131313; line-height:30px; background:#f7f7f7; padding:15px;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:40px; border-bottom:2px solid #eb0109;}
.dqwz_p{float:left; font-size:18px; color:#eb0109; font-weight:bold;}
.dqwz_nav{float:right; font-size:14px; color:#a9a9a9;}
.dqwz_nav span{color:#eb0109;}
.dqwz_contect{width:100%; float:left; padding-top:20px;}
.company{display:block; overflow:hidden; font-size:14px; color:#101010; line-height:30px;}
.company img{  height:auto; }
/*END*/

/*服务项目*/
.service_ul1{display:block; overflow:hidden;}
.service_ul1 li{display:block; overflow:hidden; margin-bottom:30px}
.service_ul1 li .service_img{width:290px; float:left; margin-right:30px;}
.service_ul1 li .service_img::before{content:""; display:block; padding-top:68.96552%;}
.service_ul1 li .service_T{display:block; overflow:hidden; height:50px; line-height:50px; font-size:26px; color:#eb0109;}
.service_ul1 li .service_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#131313; margin-top:10px;}
.service_ul1 li .service_M{width:110px; height:30px; display:block; overflow:hidden; line-height:30px; text-align:center; background:#282828; font-size:14px; color:#fff; margin-top:10px; transition:all 0.4s;}
.service_ul1 li:hover .service_M{background:#eb0109; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_img{display:block; overflow:hidden;}
.cpxq_img img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpxq_T{display:block; overflow:hidden; line-height:30px; text-align:center; font-size:20px; color:#eb0109; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#131313; line-height:30px;}
/*END*/

/*在线留言*/
.zxly{display:block; max-width:500px; margin:0 auto;}
.zxly_B{display:block; overflow:hidden; margin-bottom:20px;}
.zxly_sp{width:50px; float:left; font-size:14px; color:#000; height:40px; line-height:40px;}
.zxly_inp1{width:calc(100% - 50px); float:left; height:40px; line-height:38px; border:1px dashed #ccc; border-radius:5px; font-size:14px; padding:0 10px; color:#000;}
.zxly_inp2{width:calc(100% - 50px); float:left; height:150px; line-height:24px; border:1px dashed #ccc; border-radius:5px; font-size:14px; padding:5px 10px; color:#000; outline:none;}
.zxly_btn{width:calc(100% - 50px); float:right; height:40px; margin-top:10px; background:#eb0109; font-size:16px; color:#fff; border-radius:5px;}
/*END*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; border-bottom:1px dashed #ccc; line-height:40px;}
.xw_ul li span{float:right; font-size:12px; color:#666;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#000; font-size:14px;}
.xw_ul li a em{font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li a:hover{color:#eb0109;}

.xwxq{display:block; overflow:hidden;}
.xwxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; line-height:30px; color:#eb0109; padding-bottom:20px; border-bottom:1px dashed #ccc; font-weight:bold;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#7a7a7a; padding:15px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END*/

/*联系我们*/
.contact{display:block;  overflow:hidden;}
.contact_txt{width:100%; float:left; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; float:left; margin-top:20px;}
#dituContentmap{width:100%; overflow:hidden; height:340px;}
.iw_poi_title {color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap;}
.iw_poi_content {font: 12px arial,sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word;}
/*END*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:150px;z-index:9999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:140px;z-index:9999; cursor:pointer;}
.fix_qq { display:none;
position: fixed;
right: 0px;
top: 150px;
width: 93px;
height: 122px;
z-index:9999;
background: url(../qq/qq_01.png) no-repeat;}
.fix_qq_top {
height: 122px;
background: url(../qq/qq_01.png) no-repeat;
}
.fix_qq_center {
background: url(../qq/qq_02.png) repeat-y;
text-align: center;
}
.fix_qq_foot {
height: 4px;
background: url(../qq/qq_04.png) no-repeat;
}
/*END*/