*{box-sizing:border-box;font-family: SimSun !important;}
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;margin-block-start: 0;margin-block-end: 0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul,li{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}th,td{vertical-align:middle;}a{outline:none;color:#16418a;text-decoration:none;-webkit-backface-visibility:hidden;}a:focus{outline:none;}input:focus,select:focus,textarea:focus{outline:-webkit-focus-ring-color auto 0;}
html {
  scroll-behavior: smooth;
}

body{background-color:#5dc2d0;}
p, span, a{color:#fff !important;transition:all 1s;}

input::-webkit-input-placeholder{color:#fff;}
.iconfont:before{color:#fff !important;}
.newTitle{color:#5dc2d0;}

span{}
.font:hover span{transform:scale(1.6);}
li:hover a{transform:scale(1.6);}
.p_breadcrumbList{margin: 25px 20px !important;}

a:active, a:hover{color:#fff;}
ul, li {list-style: none;}
a, p {text-decoration: none;    font-size: 14px; }
a:hover {    text-decoration: none;  }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

:root {
  --main-color: #e53b20;
  --main-color-hover: #196eaf;
  --title-color:#2554ac;
}

.w1400{width: 1400px;overflow: hidden;height: auto;margin: 0 auto;}
.w1200{width: 1200px;overflow: hidden;height: auto;margin: 0 auto;justify-content: space-between;display: flex;}
.container{width: 1280px;/* overflow: hidden; */height: auto;margin: 0 auto;justify-content: space-between;}
.w1100{width: 1100px;overflow: hidden;height: auto;margin: 0 auto;}
.w1000{width: 1000px;overflow: hidden;height: auto;margin: 0 auto;}

.flex-list{flex:1 0 auto;}

.top{width:100%;height: 30px;margin-bottom: 20px;}
.top-left{flex: 0 0 auto;}
.top-left p{line-height: 40px;}
.top-right{display: flex;flex:0 0 140px;}
.top-right div{flex:1 0 auto;}
.top-right div a{font-size:14px;line-height: 40px;}
.top-right div{padding-left: 24px;}
.top-right .map{background: url('/images/icon/map.png') no-repeat left center;}
.top-right .message{background: url('/images/icon/message.png') no-repeat left center;}


header{width: 100%;height: 120px;padding: 10px 0;}
.logo{flex:0 0 500px;}
.logo img{}

header .nav-list{display:flex;flex: 0 0 600px;}
header .nav-list .nav{flex:1 0 auto;height:80px;text-align: center;}
header .nav-list .nav a{font-size: 16px;display: block;height: 80px;line-height: 80px;transition:1s all;}
header .nav-list .nav:hover a{transform:scale(1.6);}
.nav-in1:hover a{transform:scale(1.6);}

footer{width:100%;height:auto;overflow: hidden;background-color: #5dc2d0;padding:40px 0;}
.foot1{display: flex;flex: 1 0 100%;height: 200px;}
.foot1 .nav-list{flex: 0 0 700px;display: flex;}
.foot1 .nav-list .nav{flex:1 0 auto;text-align: center;}
.foot1 .nav-list .nav a{color:#fff;}
.foot1 .nav-list .nav>a{font-size: 16px;line-height: 50px;}

.foot1 .nav-list .nav .nav-in{}
.foot1 .nav-list .nav .nav-in a{font-size: 14px;display: block;line-height: 30px;}

.erweima-list{flex: 1 0 250px;display: flex;}
.erweima-list .erweima{flex:1 0 auto;text-align: center;}
.erweima-list .erweima img{width:110px;height:110px;}
.erweima-list .erweima p{color:#fff;}


.foot2{
    width: 100%;border-top:1px solid #efefef;padding-top:30px;
    display: flex;
    justify-content: space-between;
}
.foot2 p,.foot2 a{color: #fff;font-size: 14px;display: block;}

.foot21{flex: 0 0 480px;}
.foot21 p{padding-left:20px;line-height: 40px;letter-spacing: 1px;}
.foot21 p:nth-child(1){background: url('/images/icon/address.png') no-repeat left center;}
.foot21 p:nth-child(2){background: url('/images/icon/tel.png') no-repeat left center;}
.foot21 p:nth-child(3){background: url('/images/icon/email.png') no-repeat left center;}



.foot22{flex: 0 0 400px;text-align: right;}
.foot22 p{line-height: 30px;}
.foot22 a{line-height: 30px;}