body { color: #666; font-size:14px; margin: 0 auto; background-color: #fff; font-family: "宋体"; }
a { color: #666; text-decoration: none; }
a:hover { color: #edaf01; text-decoration: none; border-bottom-style:}
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd { margin: 0px; padding: 0px; list-style: none; border: 0px; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.cp img { border: 1px solid #C1C1C1; padding: 2px; background: #fff; }
.cp a:hover img { border: 1px solid #ed6c00; padding: 2px; background: #fff; }
#copy { display: none; }

.top20 { padding-top: 20px; }
.top30 { padding-top: 30px; }
.top10 { padding-top: 10px; }
.top40 { padding-top: 40px; }
.top45 { padding-top: 45px; }
.top50 { padding-top: 50px; }
.top60 { padding-top: 60px; }
.top70 { padding-top: 70px; }
.top80 { padding-top: 80px; }
.top90 { padding-top: 90px; }
.top100 { padding-top: 100px; }
.bg{ width: 100%;}
.font_en { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; }
.bg { width: 100%;  }

@-webkit-keyframes test {
	0% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
	50% { -webkit-transform: translate(0, 5px); transform: translate(0, 5px) }
	100% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
}
@keyframes mymove {
	0% {top:0px;}
	50% {top:30px;}
	100% {top:0px;}
}
@-webkit-keyframes mymove{ /* Safari and Chrome */
	0%   {top:0px;}
	50% {top:30px;}
	100% {top:0px;}
}
@-webkit-keyframes spin{
	from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
	50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
	from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@-webkit-keyframes warn {
	0% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.0;}
	25% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;}
	50% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.3;}
	75% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.5;}
	100% {transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;}
}
@keyframes warn {
	0% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.0;}
	25% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;}
	50% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.3;}
	75% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.5;}
	100% {transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;}
}
@-webkit-keyframes warn1 {
	0% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.0;}
	25% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;}
	50% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.3;}
	75% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
	100% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;}
}
@keyframes warn1 {
	0% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.0;}
	25% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;}
	50% {transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.3;}
	75% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
	100% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;}
}
@-webkit-keyframes "warn" {
	0% {transform: scale(0);-webkit-transform: scale(0);opacity: 0.0;}
	25% {transform: scale(0);-webkit-transform: scale(0);opacity: 0.1;}
	50% {transform: scale(0.1);-webkit-transform: scale(0.1);opacity: 0.3;}
	75% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
	100% {transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;}
}

/*抬头*/
.top_bg{width: 100%;height: 44px;line-height: 44px;font-size:14px;border-bottom: 1px #eee solid;}
.top_bg a{font-size:14px;}

/*导航*/
.head_bg{height: 142px;width: 100%;}
.logo{margin-top: 30px;}
.name{margin-top: 35px;margin-left: 16px;}
.name p{font-size: 35px;font-weight: bold;color: #333;letter-spacing: 1.5px;}
.name p>t{color: #1c3b75;}
.name span{color: #1c3b75;font-size: 16px;}
.tel{margin-top: 40px;}
.tel .phone{ font-size: 36px;}


/*栏目*/
.nav{ background: #1c3b75; width: 100%; height:68px;}
.nav ul li{ float: left; display: block; width:12.5%; position: relative;background: url(../images/20210917205119_693396249.jpg)no-repeat center right;height: 68px;}
.nav ul li a{ display: block;height:53px;color: #fff; font-size: 16px;padding-top: 15px; text-align: center; position: relative; z-index: 3333}
.nav>ul>li:after,.nav>ul>li:after{content: ''; display: block;background:#edaf01;width:100%; height: 68px; position: absolute; top:0px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition:0.3s all ease-in-out;    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2) inset;    box-shadow: 0px 0px 30px rgba(0,0,0,0.2) inset; transition:0.3s all ease-in-out;z-index: 2222 }
.nav ul li.navcurrent:after,.nav ul li:hover:after{ opacity: 1; filter: alpha(opacity=100); top: 0; }
.nav ul li a>span{display: block;font-size: 12px;font-family: Arial, Helvetica, sans-serif;    text-transform: uppercase;    color: #5f769f;}
/* .nav ul li:nth-child(1){background: url(../images/20210917205119_1778049658.jpg)no-repeat center left,url(uploadfile/image/20210917/20210917205119_769867236.jpg)no-repeat center right;} */
.nav li a:hover,.nav .a_nav>a{background:#edaf01;    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3) inset;    box-shadow: 0px 5px 20px rgba(0,0,0,0.3) inset;}
.nav ul li a:hover>span,.nav li.navcurrent a span{color:#fff !important;}

.drop {position: absolute;z-index: 10;top: 68px;}
.drop li{height: 40px !important;}
.drop li {opacity: 0;-webkit-transform-origin: top center;transform-origin: top center;}
.drop ul li:after{display: none;}
.drop li>a {font-size: 14px !important;background: #1c3b75;width: 150px;height: 40px !important;text-align: center;line-height: 40px !important;border-top: none;margin-top: 0px !important;padding-top: 0px !important;}
/* .nav li:nth-of-type(1) {
width: 133px;
} */
.NavCeshi li:hover .menu1 li:first-of-type {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.NavCeshi li:hover .menu1 li:nth-of-type(2) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.NavCeshi li:hover .menu1 li:nth-of-type(3) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.NavCeshi li:hover .menu1 li:nth-of-type(4) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}		
.NavCeshi li:hover .menu1 li:nth-of-type(5) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.NavCeshi li:hover .menu1 li:nth-of-type(6) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.NavCeshi li:hover .menu1 li:nth-of-type(7) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.1s;animation-delay: 2.1s;}
.NavCeshi li:hover .menu1 li:nth-of-type(8) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.4s;animation-delay: 2.4s;}
.NavCeshi li:hover .menu1 li:nth-of-type(9) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.8s;animation-delay: 2.8s;}
@-webkit-keyframes menu1 { 
	0% {opacity: 0;-webkit-transform: translateX(50px) rotate(-90deg);transform: translateX(50px)rotate(-90deg);} 
	100% {opacity: 1;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);}
}
@keyframes menu1 { 
	0% {opacity: 0;-webkit-transform: translateX(50px) rotate(-90deg);transform: translateX(50px)rotate(-90deg);} 
	100% {opacity: 1;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);}
}


/*服务内容*/
.case{ margin-top:50px; }
.case_d table tr td{ display: block; float: left; padding: 0px !important; margin-right: 1%; position: relative; width: 32%; margin-bottom: 16px; }
.case_d table tr td div{ }
.case_d table tr td div a{ margin-top: 2px; width: 100%; background: #999; height: 40px; line-height: 40px; text-align: center; display: block; color: #fff; font-size: 14px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.case_d table tr td:hover div a{ background: #1c3b75; }
.case_d table tr td:nth-child(4){ margin-right:0px; }
.ser_item{border: 1px solid #ccc;border-radius: 5px;}
.ser_left{}
.ser_left img{width: 100%;}
.ser_right{ text-align: left; padding-left: 5%;}
.ser_right .ser_title{font-size: 20px;}
.ser_right .ser_price i{font-size: 20px;color: red;}



/*产品中心*/
.prod_t{text-align: center;margin: 40px; 0px 40px}
.prod_t p{background: url(../images/20210917205119_1421286002.png)no-repeat center;height: 38px;line-height: 38px;font-weight:bold;font-size: 40px;color: #1c3b75;}
.prod_t span{font-size: 16px;color: #333;display: block;margin-top: 18px;}
.list{background: url(../images/20210918155453_1365927305.jpg)no-repeat center;width: 280px;height: 714px;overflow: hidden;}
.list_t{text-align: center;color:#fff;font-size: 28px;font-weight: bold;margin-top: 20px;}
.list_t img{display: block;margin: 0 auto;margin-top: 6px;}
.list_d{margin-top: 132px;     height: 360px;}
.list_d table{width: 100%;}
.list_d table tr td{display: block;background: url(../images/20210917205119_2078822664.png)no-repeat;width:192px;height:47px;    margin: 0 auto;margin-bottom: 14px;}
.list_d table tr td:hover{background: url(../images/20210917205119_1974858231.png)no-repeat top;}
.list_d table tr td:hover a{color:#fff;}
.list_d table tr td a{display: block;width: 100%;line-height: 40px;font-size: 15px;padding-left: 20px;}
.list_tel{text-align: center;color: #fff;margin-top: 46px;}
.list_tel p{font-size: 16px;}
.list_tel span{font-size: 30px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;display: block;margin-top: 4px;}
ion: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#444; width:9px; }
/*内容*/
.prod_img{margin-top: 32px;margin-left: 27px;}
.prod_img img{width:418px;height:321px;}
.prod_w{width: 379px;margin-right: 39px;margin-top: 46px;}
.prod_w p{font-weight: bold;font-size: 24px;color: #333;}
.prod_w span{font-size:14px;line-height: 24px;display: block;margin-top: 22px;}
.prod_w a{display: block;width: 95px;height: 32px;float: left;background: #1c3b75;border: 1px #1c3b75 solid;text-align: center;line-height: 32px;color: #fff;font-size: 14px;margin-top: 22px;}
.prod_wd table tr td{ display: block; float: left; padding: 0px !important; margin-right: 1%; position: relative; width: 24%; margin-bottom: 26px; overflow: hidden; }
.prod_wd table tr td span a{ margin-top: 2px; width: 100%; background: #999; height: 40px; line-height: 40px; text-align: center; display: block; color: #fff; font-size: 14px; -webkit-transition: all 0.5s; transition: all 0.5s; position: absolute; bottom: 0px; }
.prod_wd table tr td:hover span a{background: #1c3b75;    bottom: -40px;}
/* .prod_wd table tr td:nth-child(3){margin-right:0px;} */
.prod_wd table tr td br{display: none;}
.prod_wd table tr td a img{display: block;width: 100%;border: 1px #ccc solid;}


/*简介*/
.com_bg{background: url(../images/com_bg.jpg) center;width: 100%; margin-top:40px;}
.com{padding: 20px;}
.com_bg .title{text-align: center;color: #FFFFFF;font-size: 40px;padding-top: 10px;}
.com_t{padding-top: 46px;height: 45px;width: 100%;margin-right: 24px;}
.com_wt{position: relative;background: #fff;margin: 20px;}
.com_wt .fl{width: 50%;padding:2%;}
.com_wt .fr{width: 50%;padding:2%;}
.com_wt .fl img{width: 100%;}
.com_wt:after{content: "";position: absolute;bottom:-60px;left:413px;background: url(../images/20210917205119_1139444255.png)}
.com_w{margin-top: 48px;}
.com_w p{font-size: 30px;font-weight: bold;color: #333;margin-bottom: 30px;}
.com_w span{font-size: 14px;line-height: 26px;}
.com_a{text-align: center;}
.com_a a{display: inline;width: 135px;height: 39px;line-height: 39px;background: #1c3b75;color: #fff;text-align: center;font-size: 24px;border: 1px #1c3b75 solid;}
.com_a a:nth-child(1){background: #fff;color: #1c3b75;margin-right: 14px;}
.com_a a:hover{border: 1px #edaf01 solid;background: #edaf01;}
.com_a a:nth-child(1):hover{border: 1px #edaf01 solid;color: #edaf01;background: #fff;}



/*服务*/
.service_wt li{display: block;float: left;width: 48%;height: 292px;background: #f5f5f5;text-align: center;margin:0px 1%;}
.service_wt li:nth-child(3){margin-right: 0px;}
.service_img{margin-top: 28px;}
.service_w{margin-top: 20px;}
.service_w p{color: #333;font-weight: bold;font-size: 20px;}
.service_w span{font-size: 14px;line-height: 24px;display: block;margin-top: 14px;}
.service_wt li:hover{background: #294e95;}
.service_wt li:hover .service_w p{color: #fff;}
.service_wt li:hover .service_w span{color: #fff;}
.service_tel{text-align: center;margin-top: 42px;}
.service_tel p{font-size: 16px;line-height: 16px;color: #333;}
.service_tel span{font-size: 40px;line-height: 40px;color: #edaf01;font-weight: bold;display: block;margin-top: 4px;}


/*服务流程*/
.steps {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
	font-size: 16px;
	margin-bottom: 60px;
}
.step-line {position: relative; width: 100%;height: 2px;background-color: #adb5bd;}
.step { flex:1;}
.step-show {display: flex;align-items: center;}
.step-circle {
    width: 68px;
    height: 50px;
    top: 0;
    left: 0;
    border: 3px solid #adb5bd;
    border-radius: 100%;
    background-color: #fff;
	font-size: 30px;
	text-align: center;
}
.step-1 .step-show .step-circle { border-color: red;}
.step-1 .step-show .step-line { background-color: red;}
.step-1 .step-text {color: red;}
.step-2 .step-show .step-circle { border-color: orange;}
.step-2 .step-show .step-line { background-color: orange;}
.step-2 .step-text {color: orange;}
.step-3 .step-show .step-circle { border-color: #a2af27;}
.step-3 .step-show .step-line { background-color: #a2af27;}
.step-3 .step-text {color: #a2af27;}
.step-4 .step-show .step-circle { border-color: green;}
.step-4 .step-show .step-line { background-color: green;}
.step-4 .step-text {color: green;}
.step-5 .step-show .step-circle { border-color: blue;}
.step-5 .step-show .step-line { background-color: blue;}
.step-5 .step-text {color: blue;}
.step-6 .step-show .step-circle { border-color: indigo;}
.step-6 .step-show .step-line { background-color: indigo;}
.step-6 .step-text {color:indigo;}


/*联系我们*/
.map{width: 100%;position: relative;overflow: hidden;}
.map>div:first-child{width: 100%;height: 100%;min-height:390px;}
.map .map_line{position: absolute;top: 0 ;right:0;width: 30%;height: 100%;background: #49acfd;;color: #FFF;z-index: 100000;}
.map .map_line li{padding:1rem 0.6rem 0.6rem 0.6rem;border-bottom: 1px solid #3090ff;}
.map .map_line li:last-child{border-bottom: none;}
.map .map_line li h3{margin-bottom: 0.3rem;}
.map .map_line li img{display: inline-block;margin-right: 0.3rem;height:1rem;vertical-align:text-top;}
.map .map_line li .text3{font-size: 0.8rem;}
.code img{width:110px;}
.code>div{margin: 0 2rem 2rem 0}
@media screen and (max-width: 767px) {
    .map .map_line{top:auto;bottom:0;left:0;width:100%;height:46%;}
    .map .map_line ul{height: 100%;}
    .map .map_line li{border-right: 1px solid #3090ff;border-bottom:none;display:inline-block;width: 32.5%;padding:5px;float: left;height: inherit;}
    .map .map_line li:last-child{border-right: none;}
    .map>div:first-child{min-height:350px;}
}

/*版权*/
.copyright{ background: #333; padding: 30px 0; width: 100%;  text-align: center; line-height: 26px; color: #fff;}




/*内页导航条*/
#bodycon{ margin-top:20px;}
.strong_title{ display:none;}
.mianbxContent{width: 100% !important; text-align: left !important; font-size: 16px !important; padding-bottom:15px;  padding-top:5px; border-bottom:1px solid #CCC; margin-bottom:10px !important;}
.mianbxContent a{font-size: 16px !important;}
.mianbxContent a:hover{font-size: 16px !important;}


@media screen and (max-width: 768px) {
	.case_d table tr td{width: 99%;margin-right: 0px;}
	.service_wt li {width: 100%;margin-bottom: 10px;}
	.com_wt .fl {width: 100%;}
	.com_wt .fr {width: 100%;}
	.nav{margin-top: 20px}
	.nav ul li {width:25%;background-color: #1c3b75;}
	
}


/*容器自适应样式*/
.content{ margin:0 auto;}
@media screen and (min-width: 768px) {
	.content{width: 750px;}
}
@media screen and (min-width: 992px) {
	.content{width: 970px;}
}
@media screen and (min-width: 1230px) {
	.content{width: 1200px;}
}


