@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	max-height: 1920px;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
	transition: all 0.5s;
}
ol, ul {
	list-style: none
}
:focus {
	outline: none;
}
.clr {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
.nave{width:100%;margin-left:3em;display: none;}
.nave li{
	width:15%;
	float:left;
	margin-top:0.5em;
}
/*公共样式*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.w1100 {
	width: 1200px;
	margin: 0 auto;
}
.indexCen {
	width: 1200px;
	margin: 0 auto;
}
.index_Cen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
.clearfix {
	zoom: 1
}
 .i-c {
            height: 100px;
            overflow: hidden;
            border: 1px solid #eee;
            position: relative;
        }
        .imgList {
            animation:rolling 18s linear infinite;
            position: absolute;
            display: flex;
			cursor:pointer;
        }
		.imgList:hover{
	-webkit-animation-play-state: paused;-moz-animation-play-state: paused;-ms-animation-play-state: paused;animation-play-state: paused;
}
 .i-c .img{
	     border: 1px solid #eee;
 }
        .i-c img {
            height: 100px;
            float: left;
        }
        @keyframes rolling {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }
/*网页头部*/
.hed {
	width: 100%;
	height: 35px;
	background: #f3f3f3;
}
.hed_box {
	width: 1200px;
	height: 35px;
}
.hed_box p {
	width: 500px;
	color: #777777;
	line-height: 35px;
	font-size: 14px;
}
.hed_box ul {
	float: right;
}
.hed_box ul li  {
	background: url(../images/top01.jpg) no-repeat 7px center;
	width: 85px;
	height: 35px;
	float: right;
	text-align: center;
	line-height: 35px;
}
.hed_box ul li a {
	font-size: 14px;
	color: #777777;
}
.en {
    color: #e60212!important;
	font-size: 16px!important;
	font-weight:bold;
}
.hed_box ul li a:hover {
	color: #e60212;
}
.hed_box ul li.top1 {
	background: none;
}
.hed_box ul li.top1 h2{margin-top:-3px!important;}
/*logo*/
.top {
	width: 100%;
}
.top_box {
	width: 1200px;
	height: 100px;
	display: flex;
    justify-content: space-between;
}
.top_box h1 {
    width: 474px;
    height: auto;
    display: inline;
}
.top_box h1 img {
	margin-top: 28px;
    width: 500px;
    height: auto;
    display: inline;
}
.top_box h2 img {
	margin-top: 15px;
	width: 500px;
    height: auto;
    display: inline;
}
.top_box img {
	margin-top: 528x;
	width: 550px;
    height: auto;
    display: inline;
	float: left;
}
.topter {
	width: 535px;
	height: 120px;
	float: left;
}
.topter h2 {
	margin-top: 44px;
	width: 466px;
	height: 35px;
}
.topter h3 {
	width: 466px;
	text-align: center;
	font-size: 18px;
	color: #777777;
	margin-top: 7px;
	height: 24px;
}
.top_box ul {
	float: left;
}
.top_box ul li {
	background: url(../images/top03.png) no-repeat center top;
	float: left;
	margin-right: 20px;
	height: 80px;
	margin-top: 50px;
	position: relative;
	z-index: 11100;
	cursor: pointer;
}
.top_box ul li p {
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #777777;
}
.top_box ul li img {
	display: none;
	position: absolute;
	top: 67px;
	left: -40px;
}
.top_box ul li:hover img {
	display: block;
}
.top_box ul li:hover {
	background: url(../images/top04.png) no-repeat center top;
}
.top_box ul li:hover P {
	color: #e60212;
}
.top_box img{
	width: 45px;
    height: 45px;
    display: inline;
	margin-top: 45px;
}
.top_box i{width: 258px;
    height: 68px;
    margin-top: 2px;
    line-height: 40px;
    font-size: 20px;
    color: #e60212;
    font-style: normal;
    font-weight: bold;
	margin-left: 10px;
}
.topr {
	width: 205px;
	height: 100px;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	margin-left: 10px;
}
.topr img{
    display: inline;
}
.topr-img{
	margin-top: 30px;
}
.topr h2{
    height: 25px;
    font-size: 18px;
	font-weight: bold;
	text-align: left;
    text-indent: 10px;
}
.topr p {
	font-size: 20px;
	height: 30px;
	color: #e60212;
	font-weight: bold;
	    text-indent: 10px;
		    line-height: 40px;
}
.toprt {
	width: 210px;
	height: 100px;
}
.toprt-text{
	margin-top: 30px;
}
.toprt p {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	text-indent: 10px;
	letter-spacing: 4px;
}
.number {
  padding: 66px 0;
}
.number ul li {
  float: left;
  width: 25%;
  color: #e60212;
  text-align: center;
}
.number ul li p {
  color: #282828;
  font-size: 16px;
  padding-top: 15px;
}
.number ul li h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}
.number ul li b {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
}
/*导航*/
.nav {
	width: 100%;
	height: 50px;
	background: rgb(74, 134, 232);
}
.nav2 {
	height: 50px;
}
.nav2 ul {
	display:flex;
	height: 50px;
	margin: 0 auto;
}
.nav2 ul li {
	flex-grow: 1;
	z-index: 2;
	box-shadow: 0 0 1px #fff;
}
.nav2 ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	text-align:center;
}
.nav2 ul li a:hover {
	background: #3C78D6;
}
.nav2 ul li.on {
	background: #3C78D6!important;
}
.zc img{width:100%;}
.ion{
	display:flex;
	width:1200px;
	margin:10px auto;
}
.ion img{
	width:114px;
}
.ion h2{
	font-size:20px;
	font-weight:bold;
}
.tb{
	width:300px;
	text-align: center;
	margin: 0 10px;
}
.tb1:hover {
-webkit-transform: rotateY(360deg);
-moz-transform:rotateY(360deg);
-o-transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
transform:rotateY(360deg);
transition:all 1s, height 1s, background 1s, transform 1s; 
}
.not{
	    margin: 10px auto;
}
.not p{
	    line-height: 30px;
    font-size: 14px;
    width: 260px;
}
.pp{text-align: center;
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: auto;
    width: 1100px;
    display: block;
	margin: 0 auto;
}
.pp h2{font-size: 28px;margin-top: 50px;}
.pp span{
	    font-size: 30px;
    color: #E60212;
}
.pp p{font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 170%;
    color: rgb(102, 102, 102);
	margin-top: 20px;}
/*首页 banner*/
.fullSlide {
	width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	z-index: 0;
	position: relative;
    overflow: hidden;
}
.fullSlide .bd img{width:100%!important;;height: auto;
    margin: 0 auto;/*图片宽度*/ }
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide .hd ul .on {
	background: #e60212;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*内页 banner*/
.fullSlide2 {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}
.fullSlide2 .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide2 .bd ul {
	width: 100% !important;
}
.fullSlide2 .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide2 .bd li a {
	display: block;
	height: 400px;
}
.fullSlide2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide2 .hd ul {
	text-align: center;
}
.fullSlide2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide2 .hd ul .on {
	background: #0f84da;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide2 .prev, .fullSlide2 .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide2 .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
.f_menu{display:none;}
/*热搜关键字*/
.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
}
.ser {
	width: 1200px;
	height: 60px;
}
.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
.search_tow {
	border: none;
	width: 150px;
	color: #777777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: none;
}
.search_button {
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: none;
}
#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
#typeid {
	width: 82px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
.search {
	position: relative;
}
.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/ser01.png) no-repeat left center;
}
.sea_key a {
	color: #777777;
	margin: 0 5px;
}
.sea_key a:hover {
	color: #e60212;
}
.sea_key span {
	color: #2b2b2b;
	margin-left: 20px;
}
/*******产品展示******/
.cp {
	width: 100%;
	height: 1000px;
}
.cp .cp_box {
	
	width: 1200px;
	height: 880px;
}
.cptop {
	width: 1200px;
	height: 100px;
	text-align: center;
	margin-top: 30px;
}
.cptop h2{   
	font-weight: bold;
	font-size: 28px;
    color: rgb(204, 0, 0)}
.cptop span {
	text-align: center;
 display: block;
     position: relative;
 line-height: 38px;
 margin: 0 auto;
 font-size: 28px;
 width: 150px;
 background: #fff;
}
.cptop span::before,.cptop span::after{
    content: '';
    width: 80px;
    height: 2px;
    background-color: #ededed;
    position: absolute;
    top: 50%;
}
.cptop span::before{
    right: 100%;
}
.cptop span::after{
    left: 100%;
}
.new span::before,.new span::after{
    content: '';
    width: 80px;
    height: 2px;
    background-color: #ededed;
    position: absolute;
    top: 50%;
}
.new span::before{
    right: 100%;
}
.new span::after{
	left:100%;
}
.cpter {
	width: 1200px;
	height: 120px;
	display:flex;
	justify-content: space-between;
}
.cpterft {
	background: url(../images/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	margin-left: 27px;
}
.cpterft P {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 98px;
	margin-top: 25px;
}
.cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 98px;
}
.cpter ul {
   margin-right: 30px;
    display: flex;
}
.cpter ul li {
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.cpter ul li>a {
	display: block;
	width: 130px;
	height: 45px;
	background:rgb(11, 94, 186);
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
}
.cpter ul li>a:hover {
	background: #e60212;
}
.cpter ul li>div {
	display: none;
	width: 174px;
	background: url(../images/cp03.png) no-repeat center 5px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}
.cpter ul li>div>a {
	background: url(../images/cp04.jpg) no-repeat center center;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.cpter ul li>div>a:nth-child(1) {
	margin-top: 10px;
}
.cpter ul li:hover div {
	display: block;
}
.cpter ul li>div>a:hover {
	background: url(../images/cp05.png) no-repeat center center;
}
.cpter ul li.cpp1 a {
	background-color: #E60212;
}
.cpbt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cpbt li{
	margin-bottom:10px;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 530px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	
	margin: 48px auto 0;
}
.m-message h2{
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 80px;
	line-height: 42px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 72%;
	overflow: hidden;
	line-height: 40px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #ce2e33;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 232, 230, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 221, 219, 0.6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 {
    text-align: center;
}
.btn-1 .focus {
	background: #ce2e33;
	color: #fff;
    line-height: 50px;
    width: 100px;
    border: none;
}
.case {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}
.case li {
    vertical-align: top;
       width: 255px;
    margin: 10px;
}
.case li img {
	    position: relative;
    max-width: 400px;
    margin: 0px auto;
    max-height: 270px;
    height: 195px;
    width:100%;
    display: block;
    transform: scale(1);
	cursor: pointer;  
    transition: all 0.6s; 
}
.case li img:hover{ transform: scale(1.1); }
.case li p {
	font-size: 14px;
	text-align: center;
}
.fd{ border: #fff solid 1px;   
                overflow: hidden;  }
.fd a{
    margin-left: -35px;}
.fd i{
	    position: relative;
    float: left;
    font-size: 36px;
    color: #E60212;
}
.cpbt li img {
	    position: relative;
    max-width: 271px;
    margin: 0px auto;
    max-height: 312px;
    height: 312px;
    width: 271px;
	    border-radius: 3%;
    transform: scale(1);
	cursor: pointer;  
    transition: all 0.6s; 
}
.cpbt li img:hover{ transform: scale(1.1); }
.cpbt li p {
	font-size: 16px;
}
.jg{color:rgb(255, 0, 0);}
.yjg{color:rgb(255, 0, 0);font-size: 30px;
    font-weight: bold;}
.cpbt li:hover p {
	top: 0;
}
.MinNavs {
	width:1200px;
	height:30px;
	background:#FFF;
	position:relative;
	overflow:hidden;
	padding: 20px 1%;
    margin: 0 auto;
}
.MinNavs .Xauto {
	width:1200px;
}
.MinNavs ul {
	width:1200px;
	height:30px;
	line-height:30px;
	margin-left: 95px;
}
.MinNavs ul li a:hover{background:#e60212;
	border-radius:3px;
	color:#fff;}
.MinNavs ul li a{
	color:#fff; 	
	float:left;
	border-radius:3px;
	margin-right: 30px;
	padding:0 21px;
	height: 32px;   
	background: rgb(11, 94, 186);}
.MinNavs li .on{
	background:#e60212;
	border-radius:3px;
	color:#fff;
}
.MinNavs ul .type {
	float: left;
}
.d{ width: 398px;
    float: left;
    font-size: 14px;
	line-height: 45px;}
.d i{font-size: 20px;
    font-weight: bold;
    color: #000;
	font-style: normal;
}
.d i a{font-size: 20px;
    font-weight: bold;
    color: #000;
	font-style: normal;
}
.yt{width:550px;float: left;}
.cpbk{
	background: #FFF;
    margin-bottom: 25px;
    padding: 40px 50px;
    border: 2px solid #cecece;
    height: 225px;
    line-height: 225px;
    margin-top: 2px;
}
.cpbk:hover{border:2px solid #ec1b24;}
.cpyt {    width: 1090px;
    float: left;
  }
.cpyt li img {
	    position: relative;
    max-width: 500px;
    margin: 0px auto;
    max-height: 200px;
    height: 200px;
    width: 500px;
}
.cpyt li p {
	font-size: 14px;
	line-height: 30px;
}
/*资讯热线:*/
.tage {
	width: 100%;
	height: 250px;
	background: url(../images/dhbj.jpg) no-repeat center center;
}
.tage_box {
	width: 1200px;
	height: 250px;
}
.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 51px;
	float: left;
}
.tage strong{    
	padding-left: 10px;
	font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
	line-height: 200px;
}
.tage_box p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.tage_box span {
	font-size: 12px;
	color: #fff;
    border-width: 2px;
    border-style: solid;
	margin-right: 30px;
	padding: 5px 8px;
}
.lc {
	padding-left: 10px;
	margin-top: -40px;
}
.rx{float: right;
	margin-top: -70px;
	position: relative;
}
.rx img{width:63px;
	height: auto;
}
.brand {width:1200px;height:auto;margin: 0 auto;display:flex;flex-wrap:wrap;justify-content:center;}
.brand li{    width: calc(100% / 6);
    margin: 10px;
    text-align: center;
    border: 1px solid #c9c7c7;
	    border-radius: 5px;
    cursor: pointer;}
.brand li p{
	    font-size: 20px;
       margin-top: -25%;
	    color: #000;
		    font-weight: bold;
		    display: none;
}
.brand li span{
	    font-size: 28px;
       margin-top: 20px;
	    color: #000;
		display: inline-block;
}
.brand li:hover{
	background:#c9c7c7;
}
.brand li:hover img{
	    opacity: 0.3;
}
.brand li:hover p{
	    display: block;	
}
.brand li:hover span{
	   color:#fff;
}
.brand li img{
	width:100px;
	    vertical-align: middle;
}
.new{    width: 1200px;
    height: auto;
    text-align: center;
    margin-top: 30px;
	margin: 0 auto;
	padding-top: 50px;
}
.new p{line-height: 38px;
    text-align: center;
    background: url(../images/zs.png) center;
    height: 38px;
    width: 50%;
    font-size: 28px;
    background-repeat-y: no-repeat;
    margin: 0 auto;}
.new h2{font-weight: bold;
    font-size: 28px;
    color: rgb(204, 0, 0);}
.new span{    text-align: center;
    display: block;
    margin: 0 auto;
    height: 38px;
	font-size:28px;
	    position: relative;
    width: 150px;
    background: #fff;}
.rx img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
.tp{
	overflow: hidden;
    width: 63px;
    height: 68px;
    position: absolute;
    z-index: 100;
    transform: rotateZ( 
0deg
 ) scaleX(1) scaleY(1);
    display: block;
	left: -85px;
}
.rx i{
	font-size: 28px;
	font-style: normal;	
	font-weight: bold;
	color:#fff;
}
.rx h2{color:#fff;
	font-size: 22px;}
.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.tage_box div a:hover {
	text-decoration: underline;
}
/*定制流程*/
.dz {
	width: 100%;
	height: 502px;
}
.dz_box {
	width: 1200px;
	height: 502px;
}
.dztop {
	width: 1200px;
	height: 183px;
}
.dztop p {
	text-align: center;
	margin-top: 60px;
}
.dztop span {
	display: block;
	text-align: center;
	letter-spacing: 5px;
	font-size: 16px;
	color: #2b2b2b;
}
.dzter {
	width: 1200px;
	height: 300px;
	background: url(../images/dz02.png) no-repeat 237px 44px;
}
.dzter li {
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 46px;
}
.dzter li p {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #2b2b2b;
	margin-top: 65px;
}
.dzter li.dz1 {
	background: url(../images/dz1.png) no-repeat center top;
}
.dzter li.dz1:hover {
	background: url(../images/dz11.png) no-repeat center top;
}
.dzter li.dz2 {
	background: url(../images/dz2.png) no-repeat center top;
}
.dzter li.dz2:hover {
	background: url(../images/dz22.png) no-repeat center top;
}
.dzter li.dz3 {
	background: url(../images/dz3.png) no-repeat center top;
}
.dzter li.dz3:hover {
	background: url(../images/dz33.png) no-repeat center top;
}
.dzter li.dz4 {
	background: url(../images/dz4.png) no-repeat center top;
}
.dzter li.dz4:hover {
	background: url(../images/dz44.png) no-repeat center top;
}
.dzter li.dz5 {
	background: url(../images/dz5.png) no-repeat center top;
}
.dzter li.dz5:hover {
	background: url(../images/dz55.png) no-repeat center top;
}
.dzter li.dz6 {
	background: url(../images/dz10.png) no-repeat center top;
}
.dzter li.dz6:hover {
	background: url(../images/dz100.png) no-repeat center top;
}
.dzter li.dz7 {
	background: url(../images/dz9.png) no-repeat center top;
}
.dzter li.dz7:hover {
	background: url(../images/dz99.png) no-repeat center top;
}
.dzter li.dz8 {
	background: url(../images/dz8.png) no-repeat center top;
}
.dzter li.dz8:hover {
	background: url(../images/dz88.png) no-repeat center top;
}
.dzter li.dz9 {
	background: url(../images/dz7.png) no-repeat center top;
}
.dzter li.dz9:hover {
	background: url(../images/dz77.png) no-repeat center top;
}
.dzter li.dz10 {
	background: url(../images/dz6.png) no-repeat center top;
}
.dzter li.dz10:hover {
	background: url(../images/dz66.png) no-repeat center top;
}
/*选择我们*/
.choo {
	width: 100%;
	height: 1372px;
	background: #f3f3f3;
}
.choo_box {
	width: 1200px;
	height: 1372px;
}
.chootop {
	width: 1200px;
	height: 166px;
	float: left;
}
.chootop p {
	text-align: center;
	margin-top: 60px;
}
.chootop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.ys1 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys1 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys1 dl {
	background: url(../images/ys01.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys1 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys1 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys1 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys2 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys2 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys2 dl {
	background: url(../images/ys02.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys2 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys2 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys2 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys3 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys3 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys3 dl {
	background: url(../images/ys03.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys3 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys3 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys3 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys4 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys4 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys4 dl {
	background: url(../images/ys04.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys4 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys4 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys4 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
/*公司简介*/
.gs {
	width: 100%;
	height: 500px;
	background: url(../images/gsck.jpg) no-repeat center top;
	border-bottom: 1px dashed #c9c9c9;
}
.gs_box {
	width: 1200px;
	height: 500px;
}
.gstop {
	width: 1200px;
	height: 161px;
	float: left;
}
.gstop p {
	text-align: center;
	margin-top: 60px;
}
.gstop span {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 3px;
	letter-spacing: 5px;
}
.gster {
	width: 1200px;
	height: 360px;
	float: left;
	margin-top: 65px;
}
.gsft {
	width: 577px;
	height: 360px;
	float: left;
}
.gsft span {
	font-size: 24px;
	display: block;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
.gsft p {
	width: 577px;
    height: 202px;
    color: #fff;
    line-height: 200%;
    margin-top: 25px;
    font-size: 13px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.gsft p a {
	color: #0f84da;
}
.gsft ul {
	width: 570px;
	height: 40px;
	margin-top: 50px;
}
.gsft ul li {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.gsft ul li a {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: -25px;
}
.gsft ul li a:hover {
	color: #fff;
	background: #e60212;
	border: 1px solid #e60212;
}
.gsrt {
	width: 590px;
	height: 360px;
	float: right; 
	border: #225ba0 solid 1px; 
    overflow: hidden;  
}
.gsrt img {
	width: 590px;
	height: 360px;
	 cursor: pointer;  
                transition: all 0.6s;  
}
.gsrt img:hover{  
                transform: scale(1.1);  
            }  
.mrmr2 {
	width: 1200px;
	float: left;
	height: 178px;
	position: relative;
	margin-top: 40px;
}
.mr_BtnL2 {
	background: url(../images/left.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 65px;
	left: -45px;
}
.mr_mr2 {
	float: left;
	width: 1200px;
	overflow: hidden;
	height: 178px;
}
.mr_BtnR2 {
	background: url(../images/right.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: -45px;
}
.mr_mr2 ul li {
	float: left;
	width: 285px;
	height: 178px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 178px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(../images/xc01.png) no-repeat center center;
	width: 285px;
	height: 178px;
	position: absolute;
	top: 178px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}
/*------------新闻资讯-------------*/
.news {
	width: 100%;
	height: 405px;
}
.news_box {
	width: 1200px;
	height: 405px;
}
.newstop {
	width: 575px;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}
.newstop div {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.newstop div p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.newstop div p span {
	font-weight: bold;
}
.news .title span a {
	display: inline-block;
	float: right;
	width: 48px;
	height: 15px;
	border-radius: 5px;
	border: 1px solid #434343;
	font-size: 12px;
	color: #434343;
	text-align: center;
	line-height: 13px;
	margin-top: 12px;
}
.news .title span a:hover {
	background: #e60212;
	color: #fff;
	border: 1px solid #e60212;
}
.newstop ul {
	margin-top: 1px;
}
.newstop ul li {
	    height: 40px;
    line-height: 20px;
    width: 575px;
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
}
.newstop ul li span {
	padding-left: 30px;
	margin-top: 16px;
	display: block;
}
.newstop ul li span a {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	width: 400px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newstop ul li .s1 {
    float: right;
    font-size: 12px;
    color: #c5c5c5;
}
.newstop ul li .s2 {
    float: left;
    font-size: 15px;
    color: #343434;
    padding-left: 15px;
    background: url(../images/news03.png) no-repeat left center;
    width: 416px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newstop ul li p {
	font-size: 14px;
	color: #707070;
	width: 545px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/news03.png) no-repeat left center;
	margin-top: 5px;
}
.newstop ul li:hover .s2{
	color: #e60212;
}
.news-r {
	width: 575px;
	float: right;
	overflow: hidden;
	margin-top: 0px;
}
.news-r .title {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.news-r .title p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.news-r .title p span {
	font-weight: bold;
}
.news-r1 ul li {
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.news-r1 ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
}
.news-r1 ul li .s1 {
	float: right;
	font-size: 12px;
	color: #c5c5c5;
}
.news-r1 ul li .s2 {
	float: left;
	font-size: 15px;
	color: #343434;
	padding-left: 15px;
	background: url(../images/news03.png) no-repeat left center;
	width: 366px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-r1 ul li:hover .s2 {
	color: #e60212;
	background: url(../images/news04.png) no-repeat left center;
}
/*******友情链接*******/
.box {
	width: 100%;
	background: #0251a7;
}
.box_tt {
	width: 1200px;
}
.box ul {
	width: 1200px;
	overflow: hidden;
}
.box li {
	float: left;
}
.box li p {
	color: #fff;
	width: 80px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	margin-left: 25px;
}
.box li a {
	color: #fff;
	line-height: 64px;
	margin-left: 15px;
	font-size: 15px;
}
.box li a:hover {
	color: #fff;
}
/*底部*/
.foot {
	width: 100%;
	background: rgb(11, 94, 186);
	padding-bottom: 70px;
}
.f-info{
	display:flex;
	    margin: 5px;
}
.foot .foot_con {
	width: 1200px;
	height:auto;
	margin: 0 auto;
	position: relative;
	    background: url(../images/f-bg.png) no-repeat 50% center;
}
.ter4 {
	    margin-right:30px;
	width: 260px;
	border-right:1px solid #fff;
}
.foot i{font-style: normal;
    color: #fff;
	margin-left: 59px;
}
.foot i a{color:#fff;}
.foot b{font-style: normal;
    color: #fff;
	margin-left: 64px;
	font-weight: normal;
	display:block;
}
.c-p{
	text-align:center;
}
.ter4 img {
	margin-top: 42px;
    width: 255px;
    height: auto;
    display: inline;
}
.ter3 {
	width: 410px;
}
.ter3 p{    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 180%;
}
.ter3 span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	    margin: 20px 0;
}
.ter3 img {
	width: 140px;
	height: 140px;
	margin-top: 40px;
}
.wx{    width: 115px;
    position: absolute;
    right: 25px;
    bottom: 75px;
    height: 115px;
    text-align: center;}
.wx img{width: 113px;
    height: auto;
    display: inline;
}
.ter1 { 
    margin-top: 50px;
    position: relative;
}
.tp1{    overflow: hidden;
    width: 63px;
    height: 68px;
    position: absolute;
    z-index: 100;
    transform: rotateZ( 
0deg
 ) scaleX(1) scaleY(1);
    display: block;
    left: -5px;
}
.ter1 h2 {
    color: #fff;
    font-size: 22px;
	margin-left: 65px;
}
.ter1 img{
	width: 54px;
    height: auto;
    display: inline;
}
.ter1 i {
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
	margin-left: 65px;
}
.ter1 p {
	width: 230px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	font-weight: bold;
}
.ter1 ul {
	width: 230px;
	margin-top: 36px;
}
.ter1 ul li {
	width: 115px;
	float: left;
	background:url(../images/ptb.png) no-repeat;padding-left:20px;
}
.ter1 ul li a {
	color: #a8a8a8;
	line-height: 25px;
}
.ter1 ul li a:hover {
	color: #d2030f;
}
.fixe{
	position:fixed;left:0;bottom:0;width:100%;background-color: rgba(11, 94, 186,0.9);z-index:999;
}
.fixe h3{
	    text-align: center;
    color: #fff;
    line-height: 2;
}
.fixe form{
	display:flex;
	    justify-content: space-evenly;
		    margin-bottom: 5px;
}
.fixe input{
	    line-height: 35px;
    width: 200px;
	    text-indent: 8px;
		font-size: 14px;
		border-radius: 3px;
		border: none;
}
.fixe select{
	line-height: 35px;
	font-size: 14px;
    width: 200px;
	    height: 35px;
		    color: #666;
			    text-indent: 8px;
}
.fixe option{
line-height: 35px;
}
.fixe button{
	 line-height: 35px;
    width: 200px;
	cursor:pointer;
	font-size: 15px;
	color:#fff;
	background: #d60000;
	border-radius: 3px;
	border: none;
}
@media screen and (max-width: 800px) {
	    body {
        margin: 0;
        padding: 0;
        color: inherit;
        line-height: inherit;
        font-family: "microsoft yahei";
    }
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
	transition: all 0.5s;
}
ol, ul {
	list-style: none
}
.fixe{
	display:none;
}
:focus {
	outline: none;
}
.clr {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
/*公共样式*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.w1100 {
	width: 100%;
	margin: 0 auto;
}
.indexCen {
	width: 100%;
	margin: 0 auto;
}
.index_Cen {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
.clearfix {
	zoom: 1
}
/*网页头部*/
.hed {
	width: 100%;
	height: 35px;
	background: #f3f3f3;
}
.hed ul li:nth-child(2),.hed ul li:nth-child(3){
	display:none;
}
.hed_box {
	width: 100%;
	height: 35px;
}
.hed_box p {
    width: 65%;
    color: #777777;
    line-height: 35px;
    font-size: 12px;
	margin-left: 0.5em;}
.hed_box ul {
	float: right;
}
.hed_box ul li  {
	background: url(../images/top01.jpg) no-repeat 7px center;
	width: 60px;
	height: 35px;
	float: right;
	text-align: right;
	line-height: 35px;
}
.hed_box ul li a {
	font-size: 12px;
    color: #777777;
    margin-right: 0.5em;
}
.hed_box ul li a:hover {
	color: #e60212;
}
.hed_box ul li.top1 {
	background: none;
}
.hed_box ul li.top1 h2{margin-top:-2px!important;}
/*logo*/
.top {
	width: 100%;
	line-height: 60px;
}
.top_box {
	width: 100%;
	height: auto;
}
.top_box h1 {
	float: left;
    width: 474px;
    height: auto;
    display: inline;
}
.top_box h1 img {
	margin-top: 25px;
    width: 70%;
    height: auto;
    display: inline;
}
.top_box h2 img {
	margin-top: -1.5em;
	width: 80%;
    height: auto;
    display: inline;
}
.top_box img {
	margin-top: 50px;
	width: 70%;
    height: auto;
    display: inline;
	float: left;
}
.topter {
	width: 100%;
	height: 150px;
	float: left;
}
.topter h2 {
	margin-top: 44px;
	width: 100%;
	height: 35px;
}
.topter h3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #777777;
	margin-top: 7px;
	height: 24px;
}
.top_box ul {
	float: left;
}
.top_box ul li {
	background: url(../images/top03.png) no-repeat center top;
	float: left;
	margin-right: 20px;
	height: 80px;
	margin-top: 50px;
	position: relative;
	z-index: 11100;
	cursor: pointer;
}
.top_box ul li p {
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #777777;
}
.top_box ul li img {
	display: none;
	position: absolute;
	top: 67px;
	left: -40px;
}
.top_box ul li:hover img {
	display: block;
}
.top_box ul li:hover {
	background: url(../images/top04.png) no-repeat center top;
}
.top_box ul li:hover P {
	color: #e60212;
}
.top_box img{width: 50px;
    height: auto;
    display: inline;
	padding-top: 30px;
	margin-right: 10px;}
.top_box i{width: 258px;
    height: 68px;
    margin-top: 2px;
    line-height: 40px;
    font-size: 24px;
    color: #e60212;
    font-style: normal;
    font-weight: bold;
	margin-left: 15px;
}
.topr {
	width: 280px;
	height: 150px;
	float: right;
	display: none;
}
.topr img{width: 41px;
    height: auto;
    display: inline;
	padding-top: 20px;
	margin-right: 20px;
}
.topr p {
	font-size: 18px;
	height: 30px;
	color: #2b2b2b;
	font-weight: bold;
	text-indent: 61px;
	letter-spacing: 4px;
	margin-top: 50px;
	background: url(../images/ai-tel.png) no-repeat 10px 1px;
    background-size: 28px;
	margin-left: 50px;
}
.topr b {
	width: 218px;
	height: 68px;
	margin-top: 8px;
	line-height: 33px;
	font-size: 26px;
	color: #e60212;
	margin-left: 50px;
}
.toprt {
	width: 245px;
	height: 150px;
	float: right;
	display: none;
}
.toprt p {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	text-indent: 61px;
	letter-spacing: 4px;
	margin-top: 72px;
	
}
/*导航*/
.nav{display:none;}
.hdTxt {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    top: 50px;
	display: block;
}
.nav1 h2 {
	width: 30px;
	background: url(../images/menu_bg.png) no-repeat;
	background-size: 30px auto;
	height: 30px;
}
.nav_sub {
	width: 129px;
	position: absolute;
	top: 33px;
	right: 0px;
	background-color: rgba(11, 94, 186,0.8);
	z-index: 1000;
}
.nav_sub ul li:last-child{
        border-bottom:none;
    }
.nav_sub ul li{
	        border-bottom: 1px dashed #e5e5e5;
}
.nav_sub ul li a {
        display: block;
        line-height: 45px;
        color: #fff;
        text-align: center;
        font-size: 15px;
}
.zc img{width:100%;}
.ion{
	width:100%;
	flex-wrap: wrap;
}
.tb {
    width: 43%;
    text-align: center;
    margin: 0 10px;
}
.ion img {
    width: 49%;
}
.not h2 {
    font-size:14px!important;
    line-height: 2em;
}
.not p {
    width: auto;
	    font-size: 12px;
}
.pp{
	margin-top: 1em;
    width: 100%;
}
.pp h2{
	font-size: 16px;
    text-align: center;
	font-weight: bold;
	    margin-top: 0;
	}
.pp p{
	text-align: center;
    line-height:2;
    font-size: 1em;
    width: 98%;
	margin:5px auto;
	}
.pp img{
	width:100%;
	}
/*首页 banner*/
.fullSlide {
	width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	z-index: 0;
	position: relative;
    overflow: hidden;
}
.fullSlide .bd img{width:100%!important;;height: auto;
    margin: 0 auto;/*图片宽度*/ }
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide .hd ul .on {
	background: #e60212;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*内页 banner*/
.fullSlide2 {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}
.fullSlide2 .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide2 .bd ul {
	width: 100% !important;
}
.fullSlide2 .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide2 .bd li a {
	display: block;
	height: 400px;
}
.fullSlide2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide2 .hd ul {
	text-align: center;
}
.fullSlide2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide2 .hd ul .on {
	background: #0f84da;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide2 .prev, .fullSlide2 .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide2 .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*热搜关键字*/
.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
	display: none;
}
.ser {
	width: 1200px;
	height: 60px;
}
.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
.search_tow {
	border: none;
	width: 150px;
	color: #777777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: none;
}
.search_button {
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: none;
}
#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
#typeid {
	width: 82px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
.search {
	position: relative;
}
.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/ser01.png) no-repeat left center;
}
.sea_key a {
	color: #777777;
	margin: 0 5px;
}
.sea_key a:hover {
	color: #e60212;
}
.sea_key span {
	color: #2b2b2b;
	margin-left: 20px;
}
/*******产品展示******/
.cp {
	width: 100%;
	height: auto;
}
.cp .cp_box {
	width: 100%;
	height: auto;
}
.cptop {
	width: 100%;
    height: auto;
	text-align: center;
	margin-top: 30px;
}
.cptop h2{   
	font-weight: bold;
	font-size: 1.5em;
    color: rgb(204, 0, 0)}
.cptop span {
	text-align: center;
 display: block;
 margin: 0 auto;
 height: 38px;
 font-size:18px;
 width: 150px;
 background: #fff;
}
.cpter {
	width: 1200px;
	height: 120px;
	float: left;
	display: none;
}
.cptop span::before, .cptop span::after{
	width:50px;
}
.cptop span::before {
	right:80%;
}
.cptop span::after{
	left:80%;
}
.cpterft {
	background: url(../images/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	float: left;
}
.cpterft P {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 98px;
	margin-top: 25px;
}
.cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 98px;
}
.cpter ul {
	float: left;
	width: 920px;
}
.cpter ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.cpter ul li>a {
	display: block;
	width: 125px;
	height: 45px;
	background:rgb(11, 94, 186);
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
}
.cpter ul li>a:hover {
	background: #e60212;
}
.cpter ul li>div {
	display: none;
	width: 174px;
	background: url(../images/cp03.png) no-repeat center 5px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}
.cpter ul li>div>a {
	background: url(../images/cp04.jpg) no-repeat center center;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.cpter ul li>div>a:nth-child(1) {
	margin-top: 10px;
}
.cpter ul li:hover div {
	display: block;
}
.cpter ul li>div>a:hover {
	background: url(../images/cp05.png) no-repeat center center;
}
.cpter ul li.cpp1 a {
	background-color: #E60212;
}
.case li {
    width: 46%;
	    margin: 5px;
}
.case li img {
position: relative;
    max-width: 400px;
    margin: 10px auto;
    max-height: 270px;
    height:143px;
    width: 100%;
    display: block;
    transform: scale(1);
    cursor: pointer;
    transition: all 0.6s;
}
.case li img:hover{ transform: scale(1.1); }
.case li p {
	font-size: 10px;
	text-align: center;
}
.fd{ border: #fff solid 1px;   
                overflow: hidden;  }
.fd i{
	display:none;
}
.fd a{
	    margin-left: 0;
}
.cpbt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding: 0;
}
.cpbt li {
width: 49%;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 18px;
    float: none;
}
.cpbt li img {
height: 133px;
    width:100%;
    display: inline;
}
.cpbt li img:hover{ transform: scale(1.1); }
.cpbt li p {
	font-size: 14px;
}
.jg{color:rgb(255, 0, 0);}
.yjg{color:rgb(255, 0, 0);font-size: 30px;
    font-weight: bold;}
.cpbt li:hover p {
	top: 0;
}
.MinNavs {
	width: 100%;
    height: auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 10px 1%;
    margin: 0 auto;
}
.MinNavs .Xauto {
	width:100%;
}
.MinNavs ul {
	width:100%;
	height:30px;
	line-height:30px;
	margin-left: 20px;
}
.MinNavs ul li a:hover{background:#e60212;
	border-radius:3px;
	color:#fff;}
.MinNavs ul li a{
	color:#fff; 	
	float:left;
	border-radius:3px;
	margin-right: 30px;
	padding:0 21px;
	height: 32px;   
	background: rgb(11, 94, 186);}
.MinNavs li .on{
	background:#e60212;
	border-radius:3px;
	color:#fff;
}
.MinNavs ul .type {
	float: left;
}
.d{ 
	    width: 35%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding-left: 1em;}
.d i{font-size: 20px;
    font-weight: bold;
    color: #000;
	font-style: normal;
}
.d i a{font-size: 14px;
    font-weight: bold;
    color: #000;
	font-style: normal;
}
.yt{width:60%;float: left;height: 130px;    margin: 20px 0;}
.cpbk{
      background: #FFF;
    padding: 2px 2px;
    border: 2px solid #cecece;
    height: 160px;
    margin-top: 3px;
	    width: 98%;
    margin-left: -5px;
}
.cpbk:hover{border:2px solid #ec1b24;}
.cpyt {    
	width: 100%;
    float: left;
  }
.cpyt li img {
	    position: relative;
    max-width: 500px;
    margin: 0px auto;
    max-height: 200px;
    height:130px;
    width: 100%;
}
.cpyt li p {
    font-size: 10px;
    line-height: 22px;
}
.desp{display: none;}
/*资讯热线:*/
.tage {
	width: 100%;
	height: 250px;
	display: none;
	background: url(../images/dhbj.jpg) no-repeat center center;
}
.tage_box {
	width: 1200px;
	height: 250px;
	display: none;
	}
.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 51px;
	float: left;
}
.tage strong{    
	padding-left: 10px;
	font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
	line-height: 200px;
}
.tage_box p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.tage_box span {
	font-size: 12px;
	color: #fff;
    border-width: 2px;
    border-style: solid;
	margin-right: 30px;
	padding: 5px 8px;
}
.lc {
	padding-left: 10px;
	margin-top: -40px;
}
.rx{float: right;
	margin-top: -70px;
	position: relative;
}
.rx img{width:63px;
	height: auto;
}
.brand {
    width: 100%;
    height:auto;
    margin:5px auto;
    display:flex;
	flex-wrap:wrap;
	}
.brand li{
        margin: 10px;
    width: 18%;
	}
	.brand li span{
		    font-size: 14px;
    margin-top: 20px;
	}
	.brand li:hover p{
	    display: none;	
}
	.brand li img{    
	width: 100%;
    }
.new{    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
	margin: 0 auto;
	padding-top: 50px;
	display: none;
}
.new p{line-height: 38px;
    text-align: center;
    background: url(../images/zs.png) center;
    height: 38px;
    width: 70%;
    font-size: 18px;
    background-repeat-y: no-repeat;
    margin: 0 auto;}
.new h2{font-weight: bold;
    font-size: 18px;
    color: rgb(204, 0, 0);}
.new span{    text-align: center;
    display: block;
    margin: 0 auto;
    height: 38px;
    width: 150px;
    background: #fff;}
.rx img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
.tp{
	overflow: hidden;
    width: 63px;
    height: 68px;
    position: absolute;
    z-index: 100;
    transform: rotateZ( 
0deg
 ) scaleX(1) scaleY(1);
    display: block;
	left: -85px;
}
.rx i{
	font-size: 28px;
	font-style: normal;	
	font-weight: bold;
	color:#fff;
}
.rx h2{color:#fff;
	font-size: 22px;}
.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.tage_box div a:hover {
	text-decoration: underline;
}
/*定制流程*/
.dz {
	width: 100%;
	height: 502px;
}
.dz_box {
	width: 1200px;
	height: 502px;
}
.dztop {
	width: 1200px;
	height: 183px;
}
.dztop p {
	text-align: center;
	margin-top: 60px;
}
.dztop span {
	display: block;
	text-align: center;
	letter-spacing: 5px;
	font-size: 16px;
	color: #2b2b2b;
}
.dzter {
	width: 1200px;
	height: 300px;
	background: url(../images/dz02.png) no-repeat 237px 44px;
}
.dzter li {
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 46px;
}
.dzter li p {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #2b2b2b;
	margin-top: 65px;
}
.dzter li.dz1 {
	background: url(../images/dz1.png) no-repeat center top;
}
.dzter li.dz1:hover {
	background: url(../images/dz11.png) no-repeat center top;
}
.dzter li.dz2 {
	background: url(../images/dz2.png) no-repeat center top;
}
.dzter li.dz2:hover {
	background: url(../images/dz22.png) no-repeat center top;
}
.dzter li.dz3 {
	background: url(../images/dz3.png) no-repeat center top;
}
.dzter li.dz3:hover {
	background: url(../images/dz33.png) no-repeat center top;
}
.dzter li.dz4 {
	background: url(../images/dz4.png) no-repeat center top;
}
.dzter li.dz4:hover {
	background: url(../images/dz44.png) no-repeat center top;
}
.dzter li.dz5 {
	background: url(../images/dz5.png) no-repeat center top;
}
.dzter li.dz5:hover {
	background: url(../images/dz55.png) no-repeat center top;
}
.dzter li.dz6 {
	background: url(../images/dz10.png) no-repeat center top;
}
.dzter li.dz6:hover {
	background: url(../images/dz100.png) no-repeat center top;
}
.dzter li.dz7 {
	background: url(../images/dz9.png) no-repeat center top;
}
.dzter li.dz7:hover {
	background: url(../images/dz99.png) no-repeat center top;
}
.dzter li.dz8 {
	background: url(../images/dz8.png) no-repeat center top;
}
.dzter li.dz8:hover {
	background: url(../images/dz88.png) no-repeat center top;
}
.dzter li.dz9 {
	background: url(../images/dz7.png) no-repeat center top;
}
.dzter li.dz9:hover {
	background: url(../images/dz77.png) no-repeat center top;
}
.dzter li.dz10 {
	background: url(../images/dz6.png) no-repeat center top;
}
.dzter li.dz10:hover {
	background: url(../images/dz66.png) no-repeat center top;
}
/*选择我们*/
.choo {
	width: 100%;
	height: 1372px;
	background: #f3f3f3;
}
.choo_box {
	width: 1200px;
	height: 1372px;
}
.chootop {
	width: 1200px;
	height: 166px;
	float: left;
}
.chootop p {
	text-align: center;
	margin-top: 60px;
}
.chootop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.ys1 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys1 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys1 dl {
	background: url(../images/ys01.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys1 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys1 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys1 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys2 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys2 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys2 dl {
	background: url(../images/ys02.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys2 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys2 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys2 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys3 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys3 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys3 dl {
	background: url(../images/ys03.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys3 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys3 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys3 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys4 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys4 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys4 dl {
	background: url(../images/ys04.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys4 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys4 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys4 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
/*公司简介*/
.gs {
	width: 100%;
	height: 630px;
	background: url(../images/gsck.jpg) no-repeat center top;
	border-bottom: 1px dashed #c9c9c9;
}
.gs_box {
	width: 99%;
    height: auto;
}
.gstop {
	width: 100%;
	height: auto;
	float: left;
}
.gstop p {
	text-align: center;
	margin-top: 60px;
}
.gstop span {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 3px;
	letter-spacing: 5px;
}
.gster {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;;
}
.gsft {
	width: 100%;
	height: auto;
	float: left;
	    margin: 0 10px;
}
.gsft span {
	font-size: 16px;
	display: block;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	font-weight: bold;
}
.gsft p {
	width: 98%;
    height: auto;
    color: #fff;
    line-height: 200%;
    text-indent: 8px;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.gsft p a {
	color: #0f84da;
}
.gsft ul {
	width: 20%;
	height: auto;
	margin-top: 50px;
}
.gsft ul li {
	width: 100%;
	height: auto;
	float: right;
	margin-right: -20px;
}
.gsft ul li a {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: -25px;
}
.gsft ul li a:hover {
	color: #fff;
	background: #e60212;
	border: 1px solid #e60212;
}
.gsrt {
    width: 100%;
    height: auto;
	float: right; 
	border: #225ba0 solid 1px; 
    overflow: hidden;  
}
.gsrt img {
    border: 0;
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto;
}
.gsrt img:hover{  
                transform: scale(1.1);  
            }  
.mrmr2 {
	width: 1200px;
	float: left;
	height: 178px;
	position: relative;
	margin-top: 40px;
}
.mr_BtnL2 {
	background: url(../images/left.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 65px;
	left: -45px;
}
.mr_mr2 {
	float: left;
	width: 1200px;
	overflow: hidden;
	height: 178px;
}
.mr_BtnR2 {
	background: url(../images/right.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: -45px;
}
.mr_mr2 ul li {
	float: left;
	width: 285px;
	height: 178px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 178px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(../images/xc01.png) no-repeat center center;
	width: 285px;
	height: 178px;
	position: absolute;
	top: 178px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}
.nave{    
    width: 100%;
    display: inline-block;
    height: auto;
	margin:0.5em 0;
	}
.nave ul{
	width:100%;
	display:flex;
	justify-content: center;
}
.nave li{
	width:18%;
	line-height: 25px;
	text-align: center;
	font-size: 0.8rem;
}
.nave .on{
	background-color:#e60212;
	color: #fff;
}
.nave .on a{
	color:#fff;
	text-align: center;
}
/*------------新闻资讯-------------*/
.news {
	width: 100%;
	height: auto;
}
.news_box {
	width: 100%;
	height: 330px;
}
.newstop {
	width: 98%;
    float: left;
    overflow: hidden;
    margin-top: 0.1em;
    padding-left: 0.5em;
}
.newstop div {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.newstop div p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.newstop div p span {
	font-weight: bold;
}
.news .title span a {
	display: inline-block;
	float: right;
	width: 48px;
	height: 15px;
	border-radius: 5px;
	border: 1px solid #434343;
	font-size: 12px;
	color: #434343;
	text-align: center;
	line-height: 13px;
	margin-top: 12px;
}
.news .title span a:hover {
	background: #e60212;
	color: #fff;
	border: 1px solid #e60212;
}
.newstop ul {
	margin-top: 1px;
}
.newstop ul li {
	    height: 40px;
    line-height: 20px;
    width: 575px;
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
}
.newstop ul li span {
	padding-left: 30px;
	margin-top: 16px;
	display: block;
}
.newstop ul li span a {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	width: 400px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newstop ul li .s1 {
   display:none;
}
.newstop ul li .s2 {
    float: left;
    font-size: 15px;
    color: #343434;
    padding-left: 15px;
    background: url(../images/news03.png) no-repeat left center;
    width: 55%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newstop ul li p {
	font-size: 14px;
	color: #707070;
	width: 545px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/news03.png) no-repeat left center;
	margin-top: 5px;
}
.newstop ul li:hover .s2{
	color: #e60212;
}
.news-r {
	width: 575px;
	float: right;
	overflow: hidden;
	margin-top: 0px;
	display: none;
}
.news-r .title {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.news-r .title p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.news-r .title p span {
	font-weight: bold;
}
.news-r1 ul li {
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.news-r1 ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
}
.news-r1 ul li .s1 {
	float: right;
	font-size: 12px;
	color: #c5c5c5;
}
.news-r1 ul li .s2 {
	float: left;
	font-size: 15px;
	color: #343434;
	padding-left: 15px;
	background: url(../images/news03.png) no-repeat left center;
	width: 366px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-r1 ul li:hover .s2 {
	color: #e60212;
	background: url(../images/news04.png) no-repeat left center;
}
/*******友情链接*******/
.box {
	width: 100%;
	background: #0251a7;
	display: none;
}
.box_tt {
	width: 1200px;
}
.box ul {
	width: 1200px;
	overflow: hidden;
}
.box li {
	float: left;
}
.box li p {
	color: #fff;
	width: 80px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	margin-left: 25px;
}
.box li a {
	color: #fff;
	line-height: 64px;
	margin-left: 15px;
	font-size: 15px;
}
.box li a:hover {
	color: #fff;
}
/*底部*/
.foot {
	width: 100%;
	    padding-bottom: 125px;
	background: rgb(11, 94, 186);
}
.foot .foot_con {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}
.ter4 {
	width:100%;
	height:auto;
	text-align:center;
	border-right: none;
}
.foot i{font-style: normal;
    color: #fff;
	margin-left: 0px;
	    float: right;
}
.foot i a{color:#fff;}
.foot b{font-style: normal;
    color: #fff;
	margin-left: 64px;
	font-weight: normal;
	display: none;
}
.ter4 img {
	margin-top: -10px;
    width: 50%;
    height: auto;
    display: inline;
}
.xhx{
	margin-top: 42px;
	padding: 0px;
    border-color: transparent;
    border-width: 0px;
    overflow: hidden;
    width: 34px;
    height: 130px;
    border-style: solid;
	border: none;
    border-left: 1px solid #ffffff;
	display: none;
}
.map{
	display:none;
}
.ter3 {
	width: 300px;
	height: 208px;
	float: right;
	display: none;
}
.ter3 p{    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 180%;
	margin-left: -600px;
}
.ter3 span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 42px;
    margin-left: -600px;
}
.ter3 img {
	width: 140px;
	height: 140px;
	margin-top: 40px;
}
.wx{    width: 115px;
    position: absolute;
    right: 25px;
    bottom: 28px;
    height: 115px;
    text-align: center;
	display: none;}
.wx img{width: 113px;
    height: auto;
    display: inline;
}
.ter1 {    float: right;
    margin-top: 50px;
    position: relative;
	display: none;
}
.tp1{    overflow: hidden;
    width: 100%px;
    height: 68px;
    position: absolute;
    z-index: 100;
    transform: rotateZ( 
0deg
 ) scaleX(1) scaleY(1);
    display: block;
    left: -5px;
}
.ter1 h2 {
    color: #fff;
    font-size: 22px;
	margin-left: 65px;
}
.ter1 img{
	width: 54px;
    height: auto;
    display: inline;
}
.ter1 i {
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
	margin-left: 65px;
}
.ter1 p {
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	font-weight: bold;
}
.ter1 ul {
	width: 100%;
	margin-top: 36px;
}
.ter1 ul li {
	width: 115px;
	float: left;
	background:url(../images/ptb.png) no-repeat;padding-left:20px;
}
.ter1 ul li a {
	color: #a8a8a8;
	line-height: 25px;
}
.ter1 ul li a:hover {
	color: #d2030f;
}
.copy {
	width: 100%;
	height: 71px;
	background: #1d1d1d;
}
.copy_box {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	border-top: 1px solid #363636;
}
.copy_box p.copy1 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: left;
}
.copy_box p.copy2 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: right;
}
.copy_box p.copy2 a {
	font-size: 15px;
	color: #ffffff;
}
.copy_box p.copy2 a:hover {
	color: #d2030f;
}
.f_wx {
    display: block;
    z-index: 2247483630;
    line-height: 30px;
}
 .jconfirm-holder {
        width:80%;
        margin:0 auto;
    }
    .jconfirm-box{
        text-align:center;
    
    }
    
    .jconfirm-box img{
        width:2.49094203rem;
        height:2.49094203rem;
    }
    .jconfirm-box .wxtitle{
        color:#000;
        font-size:1.13224638rem;
        line-height:1.13224638rem;
        font-weight:bold;
        margin:0.56612319rem 0;
        font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
        margin-top:0;
    }
    
    .jconfirm-box  .wechat-number,.jconfirm-box .desc{color:#666;line-height: 1.13224638rem;margin:0.56612319rem 0}
    .jconfirm-box .desc{margin-bottom:0}
    .jconfirm-box .jconfirm-content{overflow:hidden !important;}
    .jconfirm-box .jconfirm-buttons {float: none !important;}
    .jconfirm-box .jconfirm-buttons .btn{
        
        background-color:#1aad17 !important;;
        border-radius:0.50951087rem !important;;
        width:8.15217391rem;
        height:2.54755435rem;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer !important;;
        color:#fff !important;    
    }
 .f_menu {
    width: 100%;
    margin: 0px auto;
    display: inline-block !important;
    background:#0251a7;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    padding-bottom: 1em;
    z-index: 99999;
  }
  .f_menu ul {
    padding-top: 12px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  .f_menu ul li {
width: calc(100% / 3);
  }
  .f_menu a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
  }
  .f_menu span {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
  }
  .f_menu ul li i {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;/*margin-right: 30px;*/
	display: inline-block;
}
.time {
	float: right;
	font-weight: initial;
	margin: 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-top: 5px;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 input.focus {
	background: #009a44;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.number {
    padding: 30px 0;
  }
  .number ul li h3 {
    font-size: 22px;
  }
  .number ul li b {
    font-size: 22px;
  }
  .number ul li p {
    font-size: 12px;
  }
      #message .m-content .m-message{
        width: 100%;
        padding: 20px;
    }
    .m-message label input.inp, .m-message label textarea, .m-message label.code input{
        width: 90%;
    }
    #message .m-content{
        margin-top: 50%;
    }
	.m-message label span {
        display: none;
    }
	.i-c{
		    margin: 15px 0;
	}
}
