/*全局样式 start*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
}
html {
	overflow-x: hidden;
	font-size: 15px;
	font-family: Microsoft Yahei, "黑体", "Times New Roman";
}
body::-webkit-scrollbar {
width:8px;
}
body::-webkit-scrollbar-track {
background:#fff;
}
body::-webkit-scrollbar-thumb {
background:#EB0001;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FF3F3C;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
}
/*全局样式 end*/

/*头部 start*/
.top1, .top2 {
	background: #F4F4F4;
	height: 50px;
}
.top1 .toubu, .top2 .toubu {
	line-height: 50px;
	width: 1200px;
	margin: 0px auto;
}
.top1 .toubu strong, .top2 .toubu strong {
	font-weight: normal;
}
.top2 .toubu strong {
	float: left;
}
.top2 .toubu span {
	float: right;
}
.top1 h1 {
	font-size: 15px;
	display: inline;
	font-weight: normal;
}
.top1 strong {
	float: right;
	display: inline;
}
.top {
	margin: 15px auto 20px;
}
/*.wrap {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}*/
.top .logo {
	float: left;
	text-align: left;
	display: block;
}
.tel {
	float: right;
}
.top {
	margin: 15px auto 20px;
	clear: both;
}
/*头部 end*/
.navdh {
	height: 63px;
	line-height: 52px;
	background: #140e45;
	z-index: 10;
	position: relative;
	width: 1200px;
	margin: 0px auto;
}
.navdh a {
	color: #fff;
	text-decoration: none;
}
.navdh .active {
	background: #eb0001;
}
.navdh .nLi h3 {
	float: left;
}
.navdh .nLi h3 a {
	display: block;
	padding: 0 35px;
	font-size: 16px;
	font-weight: 900
}
.navdh .sub {
	display: none;
	width: 200px;
	left: 0;
	top: 52px;
	position: absolute;
	background: #f00;
	line-height: 45px;
}
.navdh .sub li {
	zoom: 1;
	width: 200px;
}
.navdh .sub a {
	display: block;
	padding: 0 30px;
	border-bottom: 1px dotted #e3e3e3;
}
.navdh .sub a:hover {
	background: #00132b;
	color: #fff;
}
.navdh .on a {
	background: #eb0001;
	color: #fff;
}
.nav {
	height: 63px;
	line-height: 63px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	background: #140e45;
}
.nav ul {
	margin: 0 auto;
}
.nav ul li {
	float: left;
	width: 11.1%;
	text-align: center;
}
.nav ul li a {
	font-size: 16px;
	display: inline-block;
	line-height: 63px;
	width: 100%;
	font-family: Microsoft Yahei, "黑体", "Times New Roman";
}
.nav ul li a:link {
	color: #fff;
}
.nav ul li a:hover {
	color: #fff;
}
.nav .li0 {
	color: #fff;
}
.nav .li1 {
	background: #eb0001;
	color: #fff;
}
.nLi ul .nLi {
	background: #182133;
}
.nLi ul {
	position: absolute;
	width: 100%;
	background: #182133;
	display: none;
}
.nLi ul li {
	width: 100%;
}
#navdh>li:nth-child(4) ul {
	width: 140%;
}
.navdh a {
	color: #fff;
	text-decoration: none;
}
.navdh .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nLi:hover {
	background: #eb0001;
}
.nLi ul li:hover {
	background: #eb0001;
}
.nLi:hover ul {
	display: block;
}
/*面包屑导航 start*/
.bread {
	background: url(../images/mess.jpg);
	width: 100%;
	overflow: hidden;
	height: 40px;
}
.crusher_bread {
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: left;
	color: #777777;
	font-family: Microsoft Yahei, "黑体", "Times New Roman";
	font-size: 14px;
}
.crusher_bread a {
	color: #777777;
}
/*面包屑导航 end*/

/*banner标题 start*/
.about-ban {
	width: 100%;
	background: url(https://cbu01.alicdn.com/img/ibank/2020/368/249/14813942863_1864305585.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.about-ban .w {
	max-width: 1200px;
	margin: 0 auto;
}
.about-ban h3 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: normal;
}
.about-ban p {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-top: 40px;
	text-align: center;
}
/*banner标题 end*/

/*留言弹窗 start*/
#waibu {
	left: 0px;
	height: 220px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99990;
	display: none;
}
.qianlan {
	width: 100%;
	background: #091e3b;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
.zhongbu {
	width: 770px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
}
.hexin {
	height: 220px;
	width: 100%;
	background: #091e3b;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.67;
}
.chahao {
	width: 24px;
	height: 24px;
	right: -33px;
	top: 20px;
	background-position: center center;
	position: absolute;
	background: url(../images/sheji-close.png) no-repeat;
}
.zuotu {
	width: 258px;
	height: 178px;
	left: -20px;
	top: 20px;
	position: absolute;
	bottom: 0;
	background: url(../images/zuotu.png) no-repeat;
}
.liuyan {
	padding-left: 230px;
	padding-top: 5px;
	position: relative;
}
.biaoge {
	padding-top: 23px;
	position: relative;
	width: 100%;
}
.shuxing {
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	font-style: normal;
	width: 40px;
}
.shuru {
	width: 250px;
	padding: 3px;
	color: #555;
	margin-left: 10px;
}
.tijiao {
	display: block;
	width: 342px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 3px 0;
	background: #ee2d1b;
}
.tijiao:hover {
	color: #fff;
	cursor: pointer;
}
.youbu {
	width: 136px;
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: center;
	color: #fff;
}
.youbu img {
	width: 136px;
	height: 137px;
}
.saoma {
	margin-top: 17px;
	font-size: 14.6px;
	line-height: 24px;
}
#suolue {
	left: 0px;
	height: 220px;
	position: fixed;
	width: 3%;
	bottom: 0;
	background: #091e3b;
	opacity: 0.8;
	display: none;
}
/*留言弹窗 end*/

/*客服 start*/
#back-to-top1 {
	position: fixed;
	top: 25%;
	right: 0px;
	z-index: 999;
	width: 120px;
}
.right-fd {
	position: fixed;
	bottom: 0%;
	right: 5px;
	text-align: center;
	z-index: 99999999;
	display: block;
}
.right-fd:hover {
	cursor: pointer
}
.right-fd ul {
	width: 85px;
	background: #fff;
	margin-top: -10px;
	-webkit-box-shadow: 0px 10px 100px rgba(3,3,3,0.2);
	-moz-box-shadow: 0px 10px 100px rgba(3,3,3,0.2);
	box-shadow: 0px 10px 100px rgba(3,3,3,0.2);
	position: relative;
	z-index: 10;
}
.right-fd ul #slidebar {
	width: 3px;
	height: 60px;
	background: #ff0000;
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	transition: all 0.5s;
}
.right-fd li {
	position: relative;
}
.right-fd .l3 p {
	width: 0;
	background: #252e3c;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: left;
	z-index: 10;
	transition-property: width;
	transition-duration: 0.8s;
}
.right-fd .l3 p span {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	display: block;
	padding: 16px 28%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	transition-duration: 1s;
	transition-delay: 0.2s;
}
.right-fd .l3 p span strong {
	font-size: 20px;
	color: #ff0000;
	display: block;
}
.right-fd .l3 p img {
	width: 120px;
	position: absolute;
	top: 15px;
	left: -65px;
	opacity: 0;
	transition-duration: 1s;
	transition-delay: 0.2s;
}
.right-fd .l3:hover p {
	width: 266px;
}
.right-fd .l3:hover p span {
	opacity: 1;
}
.right-fd .l3:hover p img {
	opacity: 1;
}
.right-fd li a {
	font-size: 14px;
	color: #252e3c;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 60px 0 15px 0;
	border-top: 1px solid #ccc;
}
.right-fd .l1 a {
	background: url("../images/right-tb01.png") center 15px no-repeat;
	border-top: 1px solid #fff;
}
.right-fd .l2 a {
	background: url("../images/right-tb03.gif") center 15px no-repeat;
}
.right-fd .l3 a {
	background: url("../images/right-tb02.png") center 15px no-repeat;
}
.right-fd .l4 a {
	background: url("../images/right-tb04.png") center 15px no-repeat;
}
.right-fd li a:hover {
	color: #ff0000;
}
.right-fd .l1 a:hover {
	background: url("../images/right-tb1.png") center 15px no-repeat;
}
.right-fd .l2 a:hover {
	background: url("../images/right-tb3.png") center 15px no-repeat;
}
.right-fd .l3 a:hover {
	background: url("../images/right-tb2.png") center 15px no-repeat;
}
.right-fd .l4 a:hover {
	background: url("../images/right-tb4.png") center 15px no-repeat;
}
#GoBack {
	width: 85px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #00132b;
	background: url("../images/right-top.png") center 15px no-repeat #fff;
	padding: 35px 0 10px 0;
	-webkit-box-shadow: 0px 10px 100px rgba(3,3,3,0.2);
	-moz-box-shadow: 0px 10px 100px rgba(219, 121, 121, 0.2);
	box-shadow: 0px 10px 100px rgba(3,3,3,0.2);
}
#GoBack:hover {
	background: url("../images/right-tops.png") center 15px no-repeat #fff;
	color: #ff0000;
}
/*客服 end*/

/*footer start*/
.footer {
	background: #182133 url(../images/footer.jpg) no-repeat center bottom;
	color: #DCDCDC;
	font-size: 12px;
	line-height: 30px;
}
.footer a {
	color: #DCDCDC;
	white-space: nowrap;
	text-decoration: none;
	font-size:13px;
}
.footer-websites-box, .footer-company-box {
	width: 1200px;
	margin: 0 auto;
}
.footer-websites-box {
	padding: 30px 0;
	margin-bottom: 30px;
}
.footer-websites-box a {
	float: left;
	font-size: 12px;
	padding-right: 20px;
}
.footer-company-box {
	padding: 30px 0;
}
.footer-company-box p {
	padding: 10px 0;
	font-size:15px;
	text-align:center;
}
.footer-company-icp {
	margin-top: 23px;
	text-align: left;
}
/*footer end*/


/*分类查询 start*/
.fenleichaxun {
	margin-top: 30px;
}
.cation-middle {
	line-height: 48px;
	background: #F4F4F4;
	font-size: 14px;
}
.cation-middle2 {
	margin-top: 20px;
}
.cation-list {
	overflow: hidden;
}
.cation-list dt {
	float: left;
	width: 64px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	color: #333;
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cation-list dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 22px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cation-list dd {
	border-bottom: 1px dotted #e0e0e0;
	overflow: hidden;
}
.cation-list dd a {
	color: #182133;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 18px;
	margin: 17px 0;
}
.cation-list dd a.on, .cation-list a:hover, .cation-list dd a.active {
	color: #eb0001;
}
.cation-list dd a:last-child {
	border-right: 0 none;
}
/*分类查询 end*/

/*留言2 start*/
.tanchuliuyan {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.tanchuliuyan .yinying {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}
.tanchuliuyan .yuyuePopup {
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.tanchuliuyan .flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tanchuliuyan .tran {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.tanchuliuyan .yuyuePopup .left {
	height: 500px;
	width: 500px;
	padding: 0;
}
.tanchuliuyan .yuyuePopup .left img {
	height: 100%;
}
.tanchuliuyan .yuyuePopup .right {
	width: 500px;
	height: 500px;
	background: #fff;
	position: relative;
	padding: 0 30px;
}
.tanchuliuyan .yuyuePopup .right .close {
	width: 20px;
	height: 20px;
	background: url(../images/close1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.tanchuliuyan .yuyuePopup .caseBudget {
	padding: 0;
	margin: 0;
	background: #fff;
	margin-top: 50px;
}
.tanchuliuyan .caseBudget .txt1 {
	font-size: 24px;
	color: #ff5153;
	font-weight: bold;
	text-align: center;
}
.tanchuliuyan .caseBudget .txt2 {
	height: 18px;
	line-height: 18px;
	text-align: center;
	position: relative;
	margin: 10px 0;
}
.tanchuliuyan .caseBudget .txt2 span {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 9px;
	font-size: 16px;
	color: #222;
	background: #fff;
	position: relative;
	z-index: 1;
}
.tanchuliuyan .caseBudget .txt2::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #bababa;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.tanchuliuyan .yuyuePopup .caseBudget .inputBox {
	height: 42px;
	line-height: 42px;
	background: #fff;
	margin-bottom: 12px;
}
.tanchuliuyan .yuyuePopup .caseBudget .inputBox:nth-child(5) {
	padding-top: 12px;
}
.tanchuliuyan .caseBudget .inputBox input {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	color: #333;
	width: 90%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 15px;
	margin-top: 10px;
}
.tanchuliuyan .yuyuePopup .caseBudget .freeGet {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	width: 100%;
	color: #fff;
	background: #ff5153;
	border: 0px;
	margin-top: 19px;
}
.tanchuliuyan .yuyuePopup .caseBudget .freeGet:hover {
	cursor: pointer;
}
.tanchuliuyan .diquxuanze .form-group {
	position: relative;
	float: left;
	width: 30%;
	margin-left: 1%;
	background: #fff;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.tanchuliuyan .diquxuanze .form-group:nth-child(1) {
	margin-left: 0%;
}
.tanchuliuyan .diquxuanze select {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	position: relative;
	z-index: 1;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*留言2 end*/

@media only screen and (max-width: 1400px) {
#back-to-top1 {
	top: 40%;
	width: 95px;
}
}
@media only screen and (max-width: 1200px) {
.top {
	margin: 15px 30px 20px;
}
.nav ul .nLi {
	width: 10%;
}
.right-fd ul {
	width: 70px;
}
#GoBack {
	width: 70px;
	padding: 40px 0 10px 0;
}
.top1 h1 {
	position: absolute;
	left: 20px;
}
.top1 strong {
	position: absolute;
	left: 20px;
}
.top1 span {
	position: absolute;
	right: 20px;
}
.about-ban {
	padding: 80px 20px;
}
.crusher_bread {
	padding-left: 20px;
}
.footer {
	padding: 0 20px;
}
}
@media only screen and (max-width: 1100px) {
.nav ul .nLi {
	width: 9%;
}
.nav ul .nLi ul {
	width: 140%;
}
}

#Change_Page{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
    color: #999;
    margin: 5px 5px 0 0;
    padding: 10px 15px;
	}
	
	
.fnav {
	height: 68px;
	background: #c82126;
}
.fnav a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 0 34px;
	line-height: 68px;
	float: left;
	background: url(../images/ftxt.gif) no-repeat right center;
}
.fnav a:hover{ text-decoration:none; }
.fnav a.a_last {
	background: none
}
.footWrap {
	background: url(../images/ftbg.jpg) no-repeat center top;
	height: 613px;
	font-family: "Microsoft Yahei";
	padding-top: 139px;
	box-sizing: border-box;
}
.footer1 {
	width: 1200px;
	margin: 0 auto;
}
.footWrap em {
	padding: 0 10px;
}
.ftWrap {
	height: 680px;
	position: relative;
}
.fcontact {
	height: 386px;
	width: 600px;
	padding-top: 27px;
	padding-left: 40px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.flogo {
	
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
}
.flogo img {
	width: 450px;
	height: 75px;
	display: block;
}
.fcode {
	width: 127px;
	position: absolute;
	right: 107px;
	top: -42px;
}
.fcode p {
	width: 127px;
	float: left;
}
.fcode img {
	width: 111px;
	height: 111px;
	padding: 8px;
	background: #fff;
}
.fcode span {
	display: block;
	line-height: 20px;
	color: #666666;
	text-align: center;
}
.fcontact li {
	height: 49px;
	margin-bottom: 28px;
	box-sizing: border-box;
}
.fcontact li img {
	width: 48px;
	height: 49px;
	float: left;
}
.fcontact li p {
	float: left;
	font-size: 24px;
	color: #464646;
	padding-left: 15px;
}
.fcontact li p i {
	display: block;
	line-height: 22px;
	font-size: 16px;
	color: #666666;
}
.fcontact li:nth-child(1) p {
	font-size: 16px;
	color: #666666;
}
.fcontact li:nth-child(2) .p2s {
	padding-left: 37px;
}
.fcontact li:nth-child(3) p img {
	height: 32px;
	display: block;
	width: auto;
	margin-top: 5px;
	margin-right: 15px;
}
.ftxt {
	margin-top: 45px;
	font-size: 14px;
	color: #bbbcbc;
}
.ftxt span {
	float: right;
}
.ftxt a {
	color: #bbbcbc;
}
.lybg1 {
	width: 600px;
	height: 386px;
	background: #000;
	padding: 35px 20px 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 207px;
}
.ly {
	width: 560px;
	margin: 0 auto;
}
.ly h3 {
	font-size: 20px;
	color: #f00;
	box-sizing: border-box;
	text-align: left;
	font-weight: normal;
	padding-bottom:8px;
}
.ly h3 b {
	font-size: 24px;
	font-weight: bold;
}
.forms{ overflow:hidden;}
.forms h3 a{ font-size:18px; font-weight:bold;}
.formdiv{ width:669px; float:left;}
.forms ul li{ float:left; width:150px;}






