@charset "utf-8";
/* CSS Document */
body{margin:auto;padding:0px;font-size:14px; font-family:微软雅黑; -webkit-text-size-adjust: none; overflow-y:scroll; color: #333; background: #f8fcff;}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
a { text-decoration:none; outline-style:none;  -webkit-transition: all .6s;transition: all .6s; color: #333;}
a:hover{ text-decoration: none;}
ul,p{ padding:0px; margin:0px; list-style:none;}
img { border:none; max-width:100%;}
.fl { float:left; }
.fr { float:right; }
dt,dl,dd{ margin:0; padding:0;}
textarea{resize:none; padding:0; font-family:微软雅黑; outline: none;}
input{ padding:0; outline: none;}
i{ margin: 0px; padding: 0px; font-style: normal;}
.all { width:100%; height:auto; margin:auto; position:relative; z-index:1;}
.w900{ width:935px; margin:auto;}
.w1100{ width:1100px; margin:auto;}
.w1200{ width:1200px; margin:auto;}
.wf100{ width: 100%; float: left;}
.w90{ width: 90%; margin: auto;}
.fp-tableCell{ display: table-cell; vertical-align: middle; width: 100%; height: 100%;}
.around-center { display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; -webkit-justify-content: space-around; -webkit-align-items: center; }
.between-center { display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; -webkit-justify-content: space-between; -webkit-align-items: center; }
.column-center-a { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; align-items: center; -webkit-align-items: center; }
.column-center-b { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; }
.column-between { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; }
.column-around { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; }
.between { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }

.pd-50{ padding: 50px 0;}

.luxy-el{ width: 100%; float: left; position: relative; z-index: 22; background: #fff;}

/*banner  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;  transparent*/
.banner_box{ width:100% !important; float: left; position: relative; overflow: hidden; background: #000;}
.banner_box .bd{ width: 100%; height: 700px; float: left;}
.banner_box .bd ul li img{ max-height: 100%;}
.banner_box .bd ul li{ width:100%; height: 700px; float: left; background-size: cover; background-position: center; text-align: center; display: table;}
.banner_box .bd ul li a{ width: 100%; height: 100%; float: left;}
.banner_box .hd{ width: 100%; position: absolute; padding-top: 15px; left: 0; bottom: 25px; z-index: 13; text-align: center;}
.banner_box .hd ul li{ display: inline-block; width:14px; height: 14px; border-radius: 100%;  background: #fff; text-indent: -9999px; cursor: pointer; margin: 0 10px;}
.banner_box .hd ul li.on{ background: #c61818;}
.arrow {position:absolute; top:25%; margin-top:0; width:100px; height:50%; padding:0;cursor: pointer; z-index: 20;} 
.arrow span,.arrow span:after,.arrow span:before {position:absolute; top:50%; height:2px; background-color:#fff; border-radius:1px; -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transition:all .4s ease; transition:all .4s ease } 
.arrow span {margin-top:-1px; width:0 } 
.arrow span:after,.arrow span:before {content:""; width:30px } 
.arrow.prev span {left:50%; margin-left:-10px } 
.arrow.prev span:before {left:0; bottom:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transform-origin:left; -ms-transform-origin:left; transform-origin:left } 
.arrow.prev span:after {left:0; top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transform-origin:left; -ms-transform-origin:left; transform-origin:left } 
.arrow.next span {right:50%; margin-right:-10px } 
.arrow.next span:before {right:0; bottom:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transform-origin:right; -ms-transform-origin:right; transform-origin:right } 
.arrow.next span:after {right:0; top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transform-origin:right; -ms-transform-origin:right; transform-origin:right } 
.arrow:hover span {width:40px } 
.arrow:hover.prev span {margin-left:-20px }
.arrow:hover.next span {margin-right:-20px }
.arrow.next{right:2.1%}
.arrow.prev{left:2.1%}
.banner_box .arrow span,.banner_box .arrow span:after,.banner_box .arrow span:before{background-color:#fff;}


.divpc{ display: block;}
.divphone{ display: none;}

.fanye{ width:100%; float: left; text-align: center; padding: 70px 0 0;}
.fanye ul li{ display: inline-block; padding: 0 2px; line-height: 30px;}
.fanye ul li a,.fanye ul li span{ border:1px solid transparent; background: none; padding: 0 12px; border-radius: 5px; color: #666; font-size: 14px; display: inline-block; color: #000;}
.fanye ul li:hover a,.fanye ul li:hover span{ background: #dc1414; color: #fff;}
.fanye ul li.active a,.fanye ul li.active span{ background: #dc1414; color: #fff;}

.fy{ border-top: 1px dashed #dcdcdc; padding-top: 30px;}
.fy a{ width: 45%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.fy a.fr{ text-align: right;}
.fy a:hover{ color: #c30d23;}

.head_btn{ width: 24px; float: right; position: relative; margin: 16px 0 0 0; cursor: pointer; display: none;}
.head_btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #000;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}
.head_btn i.bar-top{ margin-top: 0;}
.head_btn i.bar-cen{ margin-top: 6px;}
.head_btn i.bar-bom{ margin-top: 6px;}
.head_btn.cur i.bar-cen{ opacity: 0;}
.head_btn.cur i.bar-top{ -webkit-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px);}
.head_btn.cur i.bar-bom{ -webkit-transform: rotate(-45deg) translate(5.5px, -5px);transform: rotate(-45deg) translate(5.5px, -5px);}

.all_center_box{ width:100%; float: left; margin-top: 110px;}

.head_box{ background: #fff; position: absolute; left: 0; top: 0; z-index: 99; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.head_box .logo{ float: left; height: 80px; margin-top: 15px;}
.head_box .head_menu{ float: right;}
.head_box .head_menu a{ float: left; line-height: 110px; margin-left: 50px; font-size: 16px;}
.head_box .head_menu a:hover,.head_box .head_menu a.active{ color: #e72c2c;}

.all_title_box1{ text-align: center; margin-top: 70px;}
.all_title_box1 p{ font-size: 22px; text-transform: uppercase;}
.all_title_box1 span{ display: block; font-size: 50px; padding: 10px 0 20px; letter-spacing: 4px;}

.home_box1{ padding-bottom: 50px;}
.home_box1 .box1{ color: #484848; font-size: 18px; text-align: center; line-height: 36px; margin-top: 20px;}
.home_box1 .box2 ul li{ width: 33.33%; float: left; margin-top: 45px; text-align: center; font-size: 18px; padding: 0 2%;}
.home_box1 .box2 ul li i{ display: block; position: relative;}
.home_box1 .box2 ul li i img{ transition: all .6s;}
.home_box1 .box2 ul li i::after{ content: ''; width: 99.7%; height: 100%; position: absolute; left: 0; top: 0; background-position: center; background-size: auto 100%; background-repeat: no-repeat; opacity: 0; transition: all .6s;}
.home_box1 .box2 ul li i.clr1::after{ background-image: url("../images/ho1_1_1.png");}
.home_box1 .box2 ul li i.clr2::after{ background-image: url("../images/ho1_2_1.png");}
.home_box1 .box2 ul li i.clr3::after{ background-image: url("../images/ho1_3_1.png");}
.home_box1 .box2 ul li span{ display: block; color: #000; padding: 25px 0 20px;}
.home_box1 .box2 ul li p{ color: #484848; line-height: 36px;}
.home_box1 .box2 ul li em{ display: inline-block; font-style: normal; font-size: 40px; height: 30px; line-height: 30px;}
.home_box1 .box2 ul li:hover em{ color: #ffbb12;}
.home_box1 .box2 ul li:hover i img{ opacity: 0;}
.home_box1 .box2 ul li:hover i::after{ opacity: 1;}

.list_box1 ul li{ width: 392px; float: left; margin: 40px 12px 0 0;}

.list_box1 ul li:nth-child(3n){ margin-right: 0;}
.list_box1 ul li.zizhi{ width: 245px;  margin: 40px 40px 0 0;}

.list_box1 ul li .imgs{ height: 245px; position: relative; overflow: hidden; border-radius: 10px; transition: all .6s;}
.list_box1 ul li.zizhi{ width: 245px;}
.list_box1 ul li .ss1{ height: 344px;}
.list_box1 ul li .imgs .bg{ width: 100%; min-height: 100%;}
.list_box1 ul li .imgs a{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.3); color: #fff; text-align: center; display: table; opacity: 0;}
.list_box1 ul li .imgs p{ font-size: 18px; margin-top: 15px;}
.list_box1 ul li:hover .imgs a{ opacity: 1;}
.list_box1 ul li:hover .imgs{ box-shadow: 0 5px 25px rgba(183,188,220,1);}
.list_box1 ul li .info{ padding: 15px 10px 0; font-size: 18px;}
.list_box1 ul li .info span{ display: block; color: #000; padding: 5px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list_box1 ul li .info p{ color: #484848; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list_box1 ul li:hover .info span,.list_box1 ul li:hover .info p{ color: #dc1414;}

.all_btn1{ padding: 60px 0; text-align: center;}
.all_btn1 .btn{ background: #dc1414; color: #fff; font-size: 18px; border-color: #dc1414; border-radius: 50px; padding: 8px 40px;}

.home_box3 .top_box{ font-size: 18px; color: #000; text-align: center; line-height: 36px; padding: 10px 4% 0;}
.home_box3 .lower_box{ margin-top: 30px;}
.home_box3 .lower_box .pull-left{ width: 63%;}
.home_box3 .lower_box .pull-left ul li{ width: 25%; float: left; height: 80px; text-align: center; display: table; padding: 0 2%; cursor: pointer;}
.home_box3 .lower_box .pull-left ul li .fp-tableCell{ transition: all .6s;}
.home_box3 .lower_box .pull-left ul li img{ max-width: 90%; }
.home_box3 .lower_box .pull-left ul li:hover .fp-tableCell,.home_box3 .lower_box .pull-left ul li.active .fp-tableCell{ background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(183,188,220,0.8);}
.home_box3 .lower_box .pull-right{ width: 35%;}
.home_box3 .lower_box .pull-right ul li{ width: 100%; float: left; display: none;}
.home_box3 .lower_box .pull-right ul li i{ display: block; text-align: center;}
.home_box3 .lower_box .pull-right ul li p{ font-size: 16px; padding: 10px 4% 0; line-height: 30px;}

.home_box4{ padding: 0 0 80px; background: url(../images/ho4_bg.jpg) center; background-size: cover; color: #fff; margin-top: 120px;}
.home_box4 .top_box{ text-align: center; font-size: 18px; line-height: 36px; padding: 20px 10% 0;}
.home_box4 .lower_box ul li{ width: 24%; height: 320px; float: left; margin: 80px 0.5% 0; border: 2px solid #dc1414; border-radius: 10px; padding: 15px; text-align: center; font-size: 16px; transition: all .6s;}
.home_box4 .lower_box ul li span{ display: inline-block; font-size: 26px; padding-left: 60px; background-position: left; background-repeat: no-repeat; background-size: auto 45px; line-height: 50px; color: #dc1414; margin-top: 25px; transition: all .6s;}
.home_box4 .lower_box ul li span.clr1{ background-image: url(../images/ho4_1.png)}
.home_box4 .lower_box ul li span.clr2{ background-image: url(../images/ho4_2.png)}
.home_box4 .lower_box ul li span.clr3{ background-image: url(../images/ho4_3.png)}
.home_box4 .lower_box ul li span.clr4{ background-image: url(../images/ho4_4.png)}
.home_box4 .lower_box ul li p{ line-height: 30px; padding: 15px 0; height: 150px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.home_box4 .lower_box ul li a{ display: block; color: #dc1414;}
.home_box4 .lower_box ul li:hover{ background: #dc1414;}
.home_box4 .lower_box ul li:hover span,.home_box4 .lower_box ul li:hover a{ color: #fff;}
.home_box4 .lower_box ul li:hover span.clr1{ background-image: url(../images/ho4_1_1.png)}
.home_box4 .lower_box ul li:hover span.clr2{ background-image: url(../images/ho4_2_1.png)}
.home_box4 .lower_box ul li:hover span.clr3{ background-image: url(../images/ho4_3_1.png)}
.home_box4 .lower_box ul li:hover span.clr4{ background-image: url(../images/ho4_4_1.png)}

.home_box5{ padding: 30px 0 80px;}
.home_box5 .top_box{ padding: 35px 8%;}
.home_box5 .top_box span{ text-align: center; border: 2px solid #ffbb12; font-size: 24px; border-radius: 10px; padding: 10px 30px; cursor: pointer; transition: all .6s;}
.home_box5 .top_box span i{ display: block; font-size: 18px;text-transform:uppercase;}
.home_box5 .top_box span:hover,.home_box5 .top_box span.active{ background: #ffbb12; color: #fff;}
.home_box5 .lower_box .pull-left,.home_box5 .lower_box .pull-right{ width: 50%; margin-top: 30px; padding: 0 20px;}
.home_box5 .lower_box .pull-left{}
.home_box5 .lower_box .pull-left .imgs{ position: relative; overflow: hidden; border-radius: 10px;}
.home_box5 .lower_box .pull-left .imgs img{ width: 100%;}
.home_box5 .lower_box .pull-left .info{ font-size: 22px;}
.home_box5 .lower_box .pull-left .info span{ display: block; padding: 18px 0 8px;}
.home_box5 .lower_box .pull-left .info a{ color: #ffbb12;}
.home_box5 .lower_box .pull-right ul li{ width: 100%; float: left; font-size: 16px; padding: 0 0 30px 35px; background: url(../images/ico_4.png) no-repeat 0 6px;}
.home_box5 .lower_box .pull-right ul li a{ display: block; font-size: 22px; color: #000; padding-bottom: 8px;}
.home_box5 .lower_box .pull-right ul li a:hover{ color: #ffbb12;}

.foot_box{ background: #182227; color: #fff; padding: 35px 0 25px;}
.foot_box .top_box .pull-left{ width: 28%; text-align: center; font-size: 16px;}
.foot_box .top_box .pull-left .link{ display: block; padding: 45px 0 15px;}
.foot_box .top_box .pull-left .link a{ display: inline-block; margin: 0 15px;}
.foot_box .top_box .pull-left p{ line-height: 24px;}
.foot_box .top_box .pull-right{ width: 60%; font-size: 16px;}
.foot_box .top_box .pull-right ul li{ display: block; margin-top: 15px;}
.foot_box .top_box .pull-right ul li a{	color: #a1a5a7;}
.foot_box .top_box .pull-right ul li a:hover{ color: #fff;}
.foot_box .top_box .pull-right ul span{ display: block; border-bottom: 1px solid #525151; padding-bottom: 15px;}
.foot_box .lower_box{ text-align: center; margin-top: 50px;}

.page_banner{ height: 700px; background-position: center; background-size: cover;}

.zjlt_box0{ padding: 100px 0;}
.zjlt_box1{ text-align: center;}
.zjlt_box1 ul li{ display: inline-block; margin: 0 35px;}
.zjlt_box1 ul li a{ width: 123px; display: inline-block; border: 2px solid #dc1414; border-radius: 10px; transition: all .6s; text-align: center; padding: 15px 0 10px; color: #dc1414;}
.zjlt_box1 ul li a i{ display: block; height: 60px; background-position: center; background-repeat: no-repeat; background-size: auto 60px; transition: all .6s;}
.zjlt_box1 ul li a i.clr1{ background-image: url(../images/zjlt1_1.png);}
.zjlt_box1 ul li a i.clr2{ background-image: url(../images/zjlt1_2.png);}
.zjlt_box1 ul li a i.clr3{ background-image: url(../images/zjlt1_3.png);}
.zjlt_box1 ul li a i.clr4{ background-image: url(../images/zjlt1_4.png);}
.zjlt_box1 ul li a i.clr5{ background-image: url(../images/zjlt1_5.png);}
.zjlt_box1 ul li a i.clr6{ background-image: url(../images/zjlt1_6.png);}
.zjlt_box1 ul li a i.clr7{ background-image: url(../images/ho4_1.png);}
.zjlt_box1 ul li a i.clr8{ background-image: url(../images/ho4_3.png);}
.zjlt_box1 ul li a i.clr9{ background-image: url(../images/ho4_4.png);}
.zjlt_box1 ul li a p{ font-size: 18px; margin-top: 10px;}
.zjlt_box1 ul li a:hover,.zjlt_box1 ul li.active a{ background: #dc1414; color: #fff; box-shadow: 0 5px 30px rgba(153, 163, 228,1);}
.zjlt_box1 ul li a:hover i.clr1,.zjlt_box1 ul li.active a i.clr1{ background-image: url(../images/zjlt1_1_1.png);}
.zjlt_box1 ul li a:hover i.clr2,.zjlt_box1 ul li.active a i.clr2{ background-image: url(../images/zjlt1_2_1.png);}
.zjlt_box1 ul li a:hover i.clr3,.zjlt_box1 ul li.active a i.clr3{ background-image: url(../images/zjlt1_3_1.png);}
.zjlt_box1 ul li a:hover i.clr4,.zjlt_box1 ul li.active a i.clr4{ background-image: url(../images/zjlt1_4_1.png);}
.zjlt_box1 ul li a:hover i.clr5,.zjlt_box1 ul li.active a i.clr5{ background-image: url(../images/zjlt1_5_1.png);}
.zjlt_box1 ul li a:hover i.clr6,.zjlt_box1 ul li.active a i.clr6{ background-image: url(../images/zjlt1_6_1.png);}
.zjlt_box1 ul li a:hover i.clr7,.zjlt_box1 ul li.active a i.clr7{ background-image: url(../images/ho4_1_1.png);}
.zjlt_box1 ul li a:hover i.clr8,.zjlt_box1 ul li.active a i.clr8{ background-image: url(../images/ho4_3_1.png);}
.zjlt_box1 ul li a:hover i.clr9,.zjlt_box1 ul li.active a i.clr9{ background-image: url(../images/ho4_4_1.png);}
.zjlt_box2{ line-height: 30px; font-size: 16px; margin-top: 50px;}

.home_box3.hzhb_box{ padding: 60px 0 100px;}

.page_center{ padding: 70px 0;}
.page_menu{ text-align: center; margin-bottom: 30px;}
.page_menu ul li{ display: inline-block;}
.page_menu ul li a{ display: inline-block; line-height: 60px; min-width: 120px; color: #dc1414; margin: 0 12px; padding: 0 20px; font-size: 18px; border-radius: 10px;}
.page_menu ul li.active a,.page_menu ul li a:hover{ background: #dc1414; color: #fff; box-shadow: 0 5px 30px rgba(153, 163, 228,1);}

.list_box1.news_box1 ul li .info p{ display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; white-space:normal; line-height: 30px; height: 90px;}
.page_infos .top_box{ color: #484848; font-size: 16px;}
.page_infos .top_box .pull-left span{ font-size: 20px; color: #000; margin-right: 20px;}
.page_infos .lower_box{ font-size: 16px; color: #484848; line-height: 30px; margin-top: 35px;}

.zprc_box1{ text-align: center; font-size: 18px; color: #080808; line-height: 36px; margin-top: 25px; padding: 0 0 50px;}
.zprc_box2 ul li{ width: 32.2%; float: left; margin: 20px 0.5% 0; border: 2px solid #000; border-radius: 10px; overflow: hidden; position: relative;}
.zprc_box2 ul li .info1{ background: #dc1414; color: #fff; padding: 30px 18px; font-size: 16px; position: relative; z-index: 2;}
.zprc_box2 ul li .info1 .box1{ position: relative; padding-bottom: 30px;}
.zprc_box2 ul li .info1 .box1 span{ font-size: 25px; text-transform: uppercase; font-family: arial;}
.zprc_box2 ul li .info1 .box1::after{ content: ''; width: 40px; height: 4px; background: #fff; position: absolute; left: 0; bottom: 0; border-radius: 4px;}
.zprc_box2 ul li .info1 .box2{ line-height: 28px; margin-top: 30px; overflow: hidden;}
.zprc_box2 ul li .info1 .box2 .center-block{ width: 102.7%; height: 265px; float: left; overflow: auto; text-align: justify;}
.zprc_box2 ul li .info1 .box3{ line-height: 26px; margin-top: 30px; padding-top: 30px; position: relative;}
.zprc_box2 ul li .info1 .box3::after{ content: ''; width: 40px; height: 4px; background: #fff; position: absolute; left: 0; top: 0; border-radius: 4px;}
.zprc_box2 ul li .info2{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background: #f8fcff; text-align: center; color: #000; transition: all .6s;}
.zprc_box2 ul li .info2 .center-block{ width: 100%; height: 100%; display: table; padding: 0 8%;}
.zprc_box2 ul li .info2 i{ display: block;}
.zprc_box2 ul li .info2 span{ display: block; font-size: 30px; font-family: arial; text-transform: uppercase; line-height: 36px; padding: 80px 0 10px;}
.zprc_box2 ul li .info2 p{ font-size: 20px; padding-bottom: 60px}
.zprc_box2 ul li:hover{ border-color: #dc1414;}
.zprc_box2 ul li:hover .info2{ opacity: 0; z-index: 1;}

.lxwm_box1{ color: #000;}
.lxwm_box1 .pull-left{ width: 52%;}
.lxwm_box1 .pull-left .all_title_box1{ text-align: left; margin-top: 0;}
.lxwm_box1 .pull-left .all_title_box1 p{ font-size: 36px; color: #dc1414; font-family: arial;}
.lxwm_box1 .pull-left .all_title_box1 span{ font-size: 24px;}
.lxwm_box1 .pull-left .box1{ line-height: 30px; font-size: 16px; margin-top: 25px;}
.lxwm_box1 .pull-left .box2{ font-size: 26px; padding: 25px 0;}
.lxwm_box1 .pull-left .box3{ font-size: 16px; line-height: 30px;}
.lxwm_box1 .pull-left .box3 a{ color: #dc1414;}
.lxwm_box1 .pull-right{ width: 39%;}
.lxwm_box1 .pull-right .center-block{ font-size: 16px; padding: 15px 1% 5px;}
.lxwm_box1 .pull-right .center-block label{ margin: auto !important; font-weight: normal !important;}
.lxwm_box1 .pull-right .center-block .fl i{ color: #dc1414;}
.lxwm_box1 .pull-right .form-control{ background: none; border-color: #666666;}
.lxwm_box1 .pull-right textarea.form-control{ height: 80px;}
.lxwm_box1 .pull-right .yzm .form-control{ width: 35%; float: left;}
.lxwm_box1 .pull-right .yzm img{ width: 25%; height: 34px; float: left; margin: 0 4%;}
.lxwm_box1 .pull-right .yzm a{ line-height: 34px; float: left; text-decoration: underline; font-size: 16px;}
.lxwm_box1 .pull-right .btn{ background: #dc1414; color: #fff; margin-top: 25px; font-size: 16px;}

.lxwm_box2{ padding: 120px 0;}
.lxwm_box2 .box1{ text-align: center;}
.lxwm_box2 .box1 span{ display: block; font-size: 26px; position: relative; padding-bottom: 30px;}
.lxwm_box2 .box1 span::after{ content: ''; width: 80px; height: 5px; background: #dc1414; border-radius: 5px; position: absolute; left: 50%; bottom: 0; margin-left: -40px;}
.lxwm_box2 .box1 p{ font-size: 16px; line-height: 30px; margin-top: 26px;}
.lxwm_box2 .box2{ height: 450px; margin-top: 40px;}
.lxwm_box2 .box2 img,.lxwm_box2 .box2 label{ max-width: none !important;}

.lxwm_box3{ text-align: center;}
.lxwm_box3 span{ font-size: 36px; font-family: arial; line-height: 40px;}
.lxwm_box3 p{ padding: 35px 0; font-size: 18px;}
.lxwm_box3 .btn{ background: #dc1414; border-color: #dc1414; color: #fff; font-size: 18px; padding: 8px 50px; border-radius: 10px;}


@media screen and (max-height:880px){
}
@media screen and (max-height:750px){
	
}
@media screen and (max-width:1660px){
}
@media screen and (max-width:1440px){
	.page_banner{ height: 530px;}
}
@media screen and (max-width:1366px){
	.page_banner{ height: 480px;}
	
}
@media screen and (max-width:1200px){
	.w1200{ width:94% !important;}
}

@media screen and (max-width:1024px){

	.pd-50{ padding: 20px 0;}
	.w900,.w1100{ width:94% !important;}
	.w90{ width: 94%;}
	.news_info0{ padding: 25px 0;}
	.news_info0 .top_box span{ font-size: 18px;}
	.news_info0 .lower_box{ padding: 15px 0;}
	.fanye{ padding:30px 0 0;}
	.fanye ul li a,.fanye ul li span{ padding: 0 8px; margin: 0 1px;}
	.fanye ul li{ line-height: 25px; padding: 5px 0;}
	.fy{ padding-top: 10px;}
	.fy a{ width: 100%; text-align: left !important; margin-top: 8px;}
	.divpc{ display: none;}
	.divphone{ display: block;}
	.arrow{ width: 50px;}
	.banner_box .bd,.banner_box .bd ul li{ height: 180px;}
	.banner_box .hd{ bottom: 6px;}
	.pf_phone,.pf_bg{ display: none !important;}
	.all_center_box{ margin-top: 50px;}
	.head_btn{ display: block; margin-top: 13px;}
	.head_box{ position: fixed; padding: 5px 0;}
	.head_box .logo{ height: 40px; margin-top: 0;}
	.head_box .head_menu{ width: 100%; position: absolute; left: 0; top: 51px; background: #fff; padding: 10px 0; border-bottom: 1px solid #ccc; display: none;}
	.head_box .head_menu a{ width: 100%; margin: auto; text-align: center; line-height: 35px;}
	
	.all_title_box1{ margin-top: 20px;}
	.all_title_box1 p{ font-size: 14px;}
	.all_title_box1 span{ font-size: 26px; padding: 0 0 5px; letter-spacing: 0;}
	.home_box1{ padding-bottom: 20px;}
	.home_box1 .box1{ font-size: 14px; line-height: 24px; margin-top: 15px;}
	.home_box1 .box2 ul li{ width: 100%; margin-top: 20px; font-size: 14px; background: #fff; border-radius: 15px; box-shadow: 0 5px 15px rgba(183,188,220,0.8); padding: 15px 10px 5px;}
	.home_box1 .box2 ul li i img{ height: 60px;}
	.home_box1 .box2 ul li span{ padding: 15px 0 10px; color: #ffbb12;}
	.home_box1 .box2 ul li p{ line-height: 20px; font-size: 12px;}
	.home_box1 .box2 ul li em{ font-size: 33px; color: #ffbb12;}
	.home_box1 .box2 ul li:hover i img{ opacity: 1;}
	.home_box1 .box2 ul li:hover i::after{ opacity: 0;}
	
	.list_box1 ul li{ width: 48.5%; margin: 18px 0 0;}
	.list_box1 ul li:nth-child(2n){ float: right;}
	
	.list_box1 ul li.zizhi{  margin: 18px 0 0;}
	
	.list_box1 ul li .imgs{ height: 110px;}
	.list_box1 ul li.zizhi{ width: 48.5%;}
    .list_box1 ul li .ss1{ height:265px;}
	.list_box1 ul li .info{ font-size: 12px; text-align: center; padding: 10px 5px 0;}
	.list_box1 ul li .info span{ font-size: 14px; padding: 0;}
	.all_btn1{ padding: 25px 0;}
	.all_btn1 .btn{ font-size: 14px; padding: 6px 20px;}
	.home_box3 .top_box{ font-size: 14px; line-height: 22px; padding: 10px 0 0; text-align: justify;}
	.home_box3 .lower_box{ margin-top: 5px;}
	.home_box3 .lower_box .pull-left{ width: 100%;}
	.home_box3 .lower_box .pull-left ul li{ height: auto; padding: 12px 1% 0;}
	.home_box3 .lower_box .pull-right{ display: none;}
	.home_box4{ margin-top: 30px; padding-bottom: 25px;}
	.home_box4 .top_box{ font-size: 14px; line-height: 24px; padding: 10px 0 0;}
	.home_box4 .lower_box ul li{ width: 48.5%; margin: 12px 0 0; height: auto; padding:10px 5px; font-size: 12px;}
	.home_box4 .lower_box ul li:nth-child(2n){ float: right;}
	.home_box4 .lower_box ul li span{ font-size: 15px; background-size: auto 22px; padding-left: 26px; line-height: 30px; margin-top: 0;}
	.home_box4 .lower_box ul li p{ line-height: 20px; padding: 8px 0; height: 96px;}
	.home_box5{ padding: 0 0 20px;}
	.home_box5 .top_box{ padding: 20px 0 5px;}
	.home_box5 .top_box span{ font-size: 16px; padding: 5px 15px;}
	.home_box5 .top_box span i{ font-size: 12px;}
	.home_box5 .lower_box .pull-left,.home_box5 .lower_box .pull-right{ width: 100%; margin-top: 15px; padding: 0;}
	.home_box5 .lower_box .pull-left .info{ font-size: 14px;}
	.home_box5 .lower_box .pull-left .info span{ padding: 12px 0 5px;}
	.home_box5 .lower_box .pull-right ul li{ background-size: auto 12px; padding: 0 0 10px 18px; font-size: 12px;}
	.home_box5 .lower_box .pull-right ul li a{ font-size: 14px; padding-bottom: 3px;}
	.foot_box{ padding: 20px 0 20px;}
	.foot_box .top_box .pull-left{ width: 100%;}
	.foot_box .top_box .pull-left .link{ padding: 15px 0 10px;}
	.foot_box .top_box .pull-right{ display: none;}
	.foot_box .lower_box{ margin-top: 10px;}
	.page_banner{ min-height: 180px; height: auto;}
	.zjlt_box0{ padding: 20px 0 30px;}
	.zjlt_box1 ul{ display: block !important; padding: 0 1%;}
	.zjlt_box1 ul li{ width: 33.33%; float: left; padding: 0 2.5%; margin: 15px 0 10px; text-align: center;}
	.zjlt_box1 ul li a{ width: 85px;}
	.zjlt_box1 ul li a i{ height: 30px; background-size: auto 30px;}
	.zjlt_box1 ul li a p{ font-size: 14px; margin-top: 5px;}
	.zjlt_box2{ font-size: 14px; line-height: 22px; margin-top: 15px;}
	.home_box3.hzhb_box{ padding: 5px 0 20px;}
	.home_box3 .lower_box .pull-left ul li:hover .fp-tableCell,.home_box3 .lower_box .pull-left ul li.active .fp-tableCell{ background: none; box-shadow:none;}
	.page_center{ padding: 30px 0;}
	.page_menu{ margin-bottom: 0;}
	.page_menu ul li a{ font-size: 14px; min-width: 75px; line-height: 40px; padding: 0 8px; margin: 0 5px 10px;}
	.list_box1.news_box1 ul li .info{ text-align: justify;}
	.list_box1.news_box1 ul li .info p{ line-height: 20px; height: 60px;}
	.page_infos .top_box{ font-size: 12px; line-height: 22px;}
	.page_infos .top_box .pull-left{ width: 77%;}
	.page_infos .top_box .pull-left span{ display: block; font-size: 16px; margin-right: 0;}
	.page_infos .lower_box{ margin-top: 16px; line-height: 22px; font-size: 14px;}
	.zprc_box1{ padding: 0 0 8px; font-size: 14px; line-height: 24px; margin-top: 15px;}
	.zprc_box2 ul li{ width: 100%; margin: 12px 0 0;}
	.zprc_box2 ul li .info1{ padding: 20px 15px; font-size: 14px;}
	.zprc_box2 ul li .info1 .box1{ padding-bottom: 20px;}
	.zprc_box2 ul li .info1 .box1 span{ font-size: 20px;}
	.zprc_box2 ul li .info1 .box2{ margin-top: 20px;}
	.zprc_box2 ul li .info1 .box2 .center-block{ width: 103%; height: 180px; line-height: 24px;}
	.zprc_box2 ul li .info1 .box3{ margin-top: 23px; padding-top: 20px; line-height: 24px;}
	.zprc_box2 ul li .info2 i img{ height: 100px;}
	.zprc_box2 ul li .info2 span{ font-size: 24px; line-height: 26px; padding: 30px 0 5px;}
	.zprc_box2 ul li .info2 p{ font-size: 16px; padding-bottom: 30px;}
	.zprc_box2 ul li .info2 em img{ height: 30px;}
	.lxwm_box1 .pull-left,.lxwm_box1 .pull-right{ width: 100%;}
	.lxwm_box1 .pull-left .all_title_box1 p{ font-size: 28px;}
	.lxwm_box1 .pull-left .all_title_box1 span{ font-size: 22px; padding-bottom: 10px;}
	.lxwm_box1 .pull-left .box1{ font-size: 14px; line-height: 24px; margin-top: 12px;}
	.lxwm_box1 .pull-left .box2{ font-size: 22px; padding: 12px 0;}
	.lxwm_box1 .pull-left .box3{ font-size: 16px; line-height: 24px;}
	.lxwm_box1 .pull-right{ margin-top: 20px;}
	.lxwm_box1 .pull-right .center-block{ padding: 10px 1% 2px; font-size: 14px;}
	.lxwm_box1 .pull-right .yzm img{ width: 20%; margin: 0 2%;}
	.lxwm_box1 .pull-right .yzm a{ font-size: 14px;}
	.lxwm_box1 .pull-right .btn{ margin-top: 20px;}
	.lxwm_box2{ padding: 30px 0;}
	.lxwm_box2 .box1 span{ font-size: 16px; padding-bottom: 20px;}
	.lxwm_box2 .box1 p{ margin-top: 20px; font-size: 14px; line-height: 24px;}
	.lxwm_box2 .box2{ height: 200px; margin-top: 20px;}
	.lxwm_box3 span{ font-size: 24px; line-height: 20px;}
	.lxwm_box3 p{ font-size: 16px; padding: 15px 0;}
	.lxwm_box3 .btn{ font-size: 16px; padding: 8px 40px;}
}
@media screen and (max-width:768px){}
@media screen and (max-width:480px){
	
}
@media screen and (max-width:350px){
	.zprc_box2 ul li .info1 .box2 .center-block{ width: 103.3%;}
	
}

.Validform_wrong,.Validform_checktip{ display:none !important;}

