/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:14px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.pos {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
}
.wh{width:1400px;margin:0 auto;}
.bxs{overflow: hidden;}

.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}


.top2{height:127px;}
.logo{float:left;line-height:115px;overflow:hidden;height:auto;font-size: 34px;font-weight: bold;}
.tyou {
    width: 51%;
}
.k2{margin-top:6px;font-size:16px;color:#c60908;line-height:35px;background: url(../img/dh.png) no-repeat left center;padding-left:40px;margin-bottom:23px;}
.k2 strong{font-size:24px;}








/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



/*#formsearch{float:right;background: url(../img/ss.png) no-repeat;width:471px;height:46px;}
#formsearch input{}
#formsearch input#keyword{height:46px;line-height:46px;padding-left:15px;float:left;color:#5c5c5c;font-size:14px;background:none;border:none;outline:none;}
#formsearch input#s_btn{width:70px;height:46px;line-height:46px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch input::-webkit-input-placeholder{color:#ffffff;}
#formsearch textarea::-webkit-input-placeholder{color:#ffffff;}

*/








/* 导航样式 */
.x-menu{}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:117px;
}

.x-menu > li > a {
    display: block;
    font-size: 18px;
    color: #010101;
    height: 60px;
    font-weight: bold;
}

.x-menu > li:hover > a {
  color: rgb(10 87 177);background: url(../img/mu.png) no-repeat center bottom; 
}

.x-menu > li.active > a {

}



.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 150%;
  left: -25%;
  top: 60px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
 /* background: #e9eaeb;*/
}

.x-sub-menu:after {
/*  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;*/
}



.x-menu > li.lastli{width:37px;float:right;cursor:pointer;position:relative;margin-top:2px;}
.so img {}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 58px;
    width: 238px;
    padding: 20px;
    z-index: 999;
    background:rgb(10 87 177);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: rgb(10 87 177);
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}



.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




.banner {
    position: relative;
    height:830px;
    overflow: hidden;
  }
  
  .banner .slider {
    width: 100% !important;
    height: 830px;
    top: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  
  .banner .slider-main {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
  }
  
  .banner .slider-main li {
    width: 100%;
    height: 100%;
  }
  
  .banner .osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left:5%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../img/14af7361fb6f8a65076cc79222ec2b5f67703fce.png) 50% 50% no-repeat;
    /*transition: all 0.5s linear;*/
    cursor: pointer;
  }
  
  .banner .osSlider-main:hover .slider-btn-prev {
    left: 5%;
  }

  .banner .osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right:5%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../img/9538e7fb29348d51a70c96b701e2beb221087804.png) 50% 50% no-repeat;
    /*transition: all 0.5s linear;*/
    cursor: pointer;
  }
  
  .banner .osSlider-main:hover .slider-btn-next {
    right: 5%;
    cursor: pointer;
  }
  
  .banner .osSlider-main .slider-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 80px;
    text-align: center;
    z-index: 25;
    font-size: 0;display:none;
  }
  
  .banner .osSlider-main .slider-nav li {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin: 0 12px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
  }
  
  .banner .osSlider-main .slider-nav li.active {
    background-color: #00538a;
    border-color: #00538a;
  }
  

/*主体样式*/
.box1 {
    background: url(../img/bj1.jpg) no-repeat;
    height: auto;
    padding: 61px 0;
}
.apic{width:657px;height:429px;}
.ab{width:686px;padding-top:23px;}
.abtt{color:rgb(10 87 177);font-size:37px;}
.abwz {
    color: #222222;
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
    margin-top: 12px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 10;overflow: hidden;
}

.more00.more{margin-top:18px;}
.more00.more a{display:inline-block;border: rgb(10 87 177) 1px solid;-moz-border-radius:10px;-webkit-border-radius: 10px;border-radius: 10px;width:126px;height: 36px;line-height: 36px;font-size: 14px;color: rgb(10 87 177);text-transform:uppercase;position:relative;overflow:hidden;margin: 0 auto;text-align:center;}
.more00.more a span{ position:relative; z-index:10}
.more00.more a:hover{color:#fff;border:rgb(10 87 177) 1px solid;background: rgb(10 87 177); transition-delay:0.36s}

ul.fenl {
    display: block;
    text-align: center;
    padding: 50px 0 0;
}
ul.fenl li {
    display: inline-block;
    padding: 0 26px;
    background: rgb(10 87 177);
    line-height: 40px;
    margin-right: 10px;
    margin-bottom:10px;
    width: auto;
}
ul.fenl li a {
    color: #fff;
    font-size: 16px;
}


@-webkit-keyframes criss-cross-left {
	0% {
	left:-20px;
}
50% {
	left:50%;
	width:20px;
	height:20px;
}
100% {
	left:50%;
	width:375px;
	height:375px;
}
}@keyframes criss-cross-left {
	0% {
	left:-20px;
}
50% {
	left:50%;
	width:20px;
	height:20px;
}
100% {
	left:50%;
	width:375px;
	height:375px;
}
}@-webkit-keyframes criss-cross-right {
	0% {
	right:-20px;
}
50% {
	right:50%;
	width:20px;
	height:20px;
}
100% {
	right:50%;
	width:375px;
	height:375px;
}
}@keyframes criss-cross-right {
	0% {
	right:-20px;
}
50% {
	right:50%;
	width:20px;
	height:20px;
}
100% {
	right:50%;
	width:375px;
	height:375px;
}
}.btn-11 {
	position:relative;
	color:#9a7cba;
}
.btn-11:before,.btn-11:after {
	position:absolute;
	top:50%;
	content:'';
	width:20px;
	height:20px;
	background:rgb(10 87 177);
	border-radius:50%;
}
.btn-11:before {
	left:-20px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	/*     animation:criss-cross-left 0.8s reverse;
	*/
}
.btn-11:after {
	right:-20px;
	-webkit-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
	/*     animation:criss-cross-right 0.8s reverse;
	*/
}
.btn-11:hover:before,.btn-11:hover:after {
	/*       @include size($btn-width);
	*/
}
.btn-11:hover:before {
	-webkit-animation:criss-cross-left 0.8s both;
	animation:criss-cross-left 0.8s both;
}
.btn-11:hover:after {
	-webkit-animation:criss-cross-right 0.8s both;
	animation:criss-cross-right 0.8s both;
}




.qie{margin-top:105px;}
.tabli{width:217px;float:left;}
.tabli li{background:url(../img/tab.png) no-repeat;color:#333333;font-size:19px;cursor:pointer;height:93px;text-align:center;padding-top:22px;}
.tabli li p{color:#333333;font-size:13px;text-transform:uppercase;opacity:.5;font-family:"Arial";}
.tabli li.on{background:url(../img/cur.png) no-repeat;color:#fff;}
.tabli li.on p{color:#fff;opacity:1;}

.tup{width:1152px;}
.slideBox .tempWraps{width:1152px!important;overflow:hidden;height:186px;}
.tab li{float:left;width:272px;margin:0 10px;}
.tab li .img img{width:272px;height:186px;display:block;}





.box2{background: url(../img/bj2.jpg) no-repeat;height:auto;padding-top:65px;padding-bottom: 66px;}
.bt{text-align:center;background: url(../img/hx.png) no-repeat center center;}
.bt h2{color:rgb(92, 141, 205);font-size:54px;opacity:.2;font-family:"Arial";}
.bt h3{color:rgb(10 87 177);font-size:40px;font-weight:bold;margin-top:-50px;}
.btwz{color:#333333;font-size:20px;text-align:center;margin-top:20px;}




.alist1{margin-top:82px;}
.alist1 li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 20px #ddd;
    width: 31.9%;
    background: #fff;
}
.alist1 li:nth-child(3n){margin-right:0;}

.alist1 li .img1{position:relative;overflow: hidden;}
.alist1 li .img1 img {
    height: 328px;
    display: block;
    transition: all 0.8s;
    max-width: 100%;
    margin: 0 auto;
}
.alist1 li:hover .img1 img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.alist1 li .wz{text-align:center;line-height:47px;background:#fff;border-bottom:5px solid #fff;color:#666666;font-size:16px;}
.alist1 li:hover .wz{border-bottom:5px solid rgb(10 87 177);color:rgb(10 87 177);}
.alist1 li .grid-shade {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99ED1C24', endColorstr='#99ED1C24');
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.alist1 li .grid-shade .grid-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.alist1 li .grid-shade .grid-enter h6 {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alist1 li:hover .grid-shade {
  top: 0;
}

.inter-inner {
  width: 94%;
  height: 94%;
  position: absolute;
  left: 3%;
  top: 3%;
}

.inter-inner .line1,
.inter-inner .line2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0.6s;
}

.alist1 .inter-inner .line1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.alist1 .inter-inner .line2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.alist1 li:hover .line1,
.alist1 li:hover .line2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}





.box3{background: url(../img/bj3.jpg) no-repeat;height:295px;background-size:100%;}
.zuob{position:relative;z-index:9999;width:762px;}

.hf1-left{}
.hf1-left-tt{
    color: rgba(255, 255, 255, 0.6);
    font: 100 14px/52px "Microsoft yahei";
    text-transform: uppercase;
    padding-top:25px;
}
.hf1-left h3{
    color: #fff;
    font: 600 32px/52px "Microsoft yahei";
}


.hf1-tt{
    width:476px;
    background-color: rgb(198 8 8);
    color: #fff;
    font: 400 18px/44px "Microsoft yahei";
    margin-top: 20px;
    text-align: center;
}
.hf1-tt span{
    width: 168px;
    float: left;
    background-color: #fff;
    color: #333333;
    text-align: center;font-size:20px;
}

.hf1-a{
    width: 150px;
    text-align: center;
    margin-top: 117px;
    margin-left: 25px;
}



.youb{position:relative;z-index:9999;margin-right:76px;}

.hf1-a{
    width: 152px;
    text-align: center;
    margin-top: 90px;
    margin-left: 25px;
}
.hf1-a a{
    display: block;
    border: 2px solid rgb(198 8 8);
    color: #ffffff;
    font: 600 18px/50px "Microsoft yahei";
    background-color: rgb(198 8 8);
}
.hf1-right{
    background: url(../img/dh2.png) no-repeat left center;
    padding-left: 66px;
    margin-top: 85px;
}
.hf1-right h3{
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}
.hf1-right p{
    color: #ffffff;
    font: 600 28px/63px "Airal";
    margin-bottom: 0;
}
.x-hf1-right-t{
    color: #ffffff;
    font: 400 18px/26px "Microsoft yahei";
}



.box4{margin-top:58px;}
.box4 .cont{width:1180px;margin:0 auto;margin-top:35px;}
.vs{width:120px;height:121px;margin-left:48px;margin-top:186px;}
.you1{width:487px;}
.you1 li{height:90px; border-radius: 20px;
  background-color: rgb(240, 240, 240);margin-bottom:25px;padding-left:74px;}
.you1 li .sz{width:37px;line-height:37px;text-align:center;border-radius:50%;background:#777777;color:#fff;font-size:16px;font-weight:bold;margin-top:25px;}
.you1 li .det{margin-left:18px;margin-top:11px;float:left;}
.you1 li h2{color:rgb(147 280 222);font-size:24px;}
.you1 li h3{color:rgb(201 216 235);font-size:19px;font-weight:normal;margin-top:0;}


.you2{width:487px;}
.you2 li{height:90px; border-radius: 20px;
  background-color:#fff;margin-bottom:25px;padding-left:42px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}
.you2 li .sz{width:53px;line-height:53px;text-align:center;border-radius:50%;background:rgb(10 87 177);color:#fff;font-size:14px;font-weight:bold;margin-top:18px;}
.you2 li .det{margin-left:18px;margin-top:11px;float:left;}
.you2 li h2{color:#c60908;font-size:24px;}
.you2 li h3{color:#c60908;font-size:19px;font-weight:normal;margin-top:0;}




.box5{background: url(../img/bj5.jpg) no-repeat;height:630px;margin-top:50px;padding-top:74px;}
    .picMarquee-left{overflow:hidden;margin-top:65px;}
    .picMarquee-left .bd{}
    .picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
    .picMarquee-left .bd ul li{margin:0 14px; float:left; _display:inline; overflow:hidden;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
    .picMarquee-left .bd ul li .img{border:2px solid rgb(10 87 177);display:block;}
    .picMarquee-left .bd ul li .img img{width:236px;height:324px;display:block;}


.box6 {
    background: url(../img/bj6.jpg) no-repeat bottom;
    height: auto;
    padding-top: 58px;
    padding-bottom: 50px;
}

.cooper-list{
    display: flex;
    justify-content: space-between;
    margin-top:73px;
}
.cooper-list li{
    width: 138px;
    height: 138px;
    border:1px solid rgb(201 216 235);
    border-radius: 50%;
    text-align: center;
    position: relative;
}



.cooper-list li:after{
    position: absolute;
    top:148px;
    right:-10px;
    width:33px;
    height:46px;
    content: "";
    background: url(../img/tj1.png) no-repeat center;
}
.cooper-list li:nth-child(2n):after{
    top:-27px;
    right:-35px;width:30px;height:47px;
    background: url(../img/jt2.png) no-repeat center;
}


.cooper-list li:last-child:after{
    display: none;
}
.cpoli{
    overflow: hidden;
    border-radius: 50%;
}

.cooper-list li .img{
    height:50px;margin:20px auto;
}
.cooper-list li img{
    transition: all 0.5s;
}
.cooper-list li:hover img{
   /* transform: scale(-1, 1); */
}

.cooper-list li:hover{border-color:rgb(10 87 177);}
.cooper-list li:hover h3{background: rgb(10 87 177);}

.cooper-list li h3{
    background: rgb(8 87 179);
    color:#fff;
    font-size: 15px;
    height: 50px;
    line-height: 45px;font-weight:normal;
}
.cooper-list li:nth-child(2n){
    margin-top:168px;
}

.cooper-list li:hover .img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.cooper-list li:hover .img img{filter: invert(27%) sepia(64%) saturate(5160%) hue-rotate(344deg) brightness(80%) contrast(96%);}




.box7{background: url(../img/bj7.png) no-repeat;height:686px;padding-top:22px;}
.xwz{width:642px;}
.xtt{}
.xtt h2{color:rgb(201 216 235);font-size:56px;opacity:.2;font-family:"Arial";text-transform:uppercase;}
.xtt h3{color:rgb(10 87 177);font-size:40px;font-weight:bold;margin-top:-50px;}
.xw1{margin-top:30px;background:#fff;height:528px;}
.xw1 li{width:549px;margin:0 auto;}
.xw1 li .img img{width:549px;height:245px;object-fit: cover;display:block;}
.xw1 li .time{color:#9a9a9a;font-size:24px;padding-top:38px;}
.xw1 li h3 {
    color: rgb(10 87 177);
    font-size: 18px;
    font-weight: normal;
    margin-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xw1 li h4 {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    font-weight: normal;
    margin: 23px 0 33px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.xwy{width:671px;}
.xwy .cont{border-bottom:1px solid #ebebeb;margin-top:36px;height:70px;}
.nsall{color:#fff;font-size:18px;text-align:center;background:rgb(10 87 177);width:82px;line-height:36px;}
.nsort{float:right;}
.nsort li{float:left;line-height:36px;margin-left:42px;}
.nsort li a{color:#666666;font-size:18px;}
.txtMarquee-top{overflow:hidden;}
.txtMarquee-top .bd{}
.txtMarquee-top .infoList li{height:143px!important;border-bottom:1px solid #ebebeb;padding:38px 60px 0;}
.txtMarquee-top .infoList li .det{width:446px;}
.txtMarquee-top .infoList li h3{color:#333333;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;}
.txtMarquee-top .infoList li h4{color:#333333;font-size:14px;line-height:30px;height:60px;overflow:hidden;margin-top:15px;display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;font-weight:normal;}
.txtMarquee-top .infoList li .time{color:#9a9a9a;font-size:24px;background: url(../img/nm.png) no-repeat left bottom;height:88px;}
.txtMarquee-top .infoList li:hover{background:rgb(10 87 177);}
.txtMarquee-top .infoList li:hover h3{color:#fff;}
.txtMarquee-top .infoList li:hover h4{color:#fff;}
.txtMarquee-top .infoList li:hover .time{color:#fff;background: url(../img/nm2.png) no-repeat left bottom;}






.wh1240{width:1240px;margin:0 auto;}
/*页面底部*/
.foot{background:rgb(10 87 177);border-top:8px solid rgb(10 87 177);}
.f_link{padding:40px 0 35px;border-bottom:1px solid #afafaf;color:#ffffff;font-size:16px;background: url(../img/lk.png) no-repeat left 36px;padding-left:55px;}
.f_link a{font-size:14px;color:#fff;margin-left:32px;}
.foot .cont{padding-top:50px;padding-bottom:24px;}


.f_nav{width:764px;margin-top:10px;}
.f_nav li{float:left;width:142px;background: url(../img/fx.png) no-repeat right top;height:220px;}
.f_nav li+li {
    margin-left: 0;
    width: 30%;
    text-align: center;
}
.f_nav li h3{color:#fff;font-size:18px;font-weight:normal;margin-bottom:22px;}
.f_nav li .fsec{height:170px;overflow:hidden;}
.f_nav li .fsec a{font-size:14px;color:#ffffff;line-height:34px;display:block;}
.f_nav li h3:hover{font-weight:bold;}
.f_nav li .fsec a:hover{color:#fff;}






.foot2{margin-right:55px;}
.fdh p {
    font-size: 34px;
    font-weight: bold;
    line-height: 57px;
}
.fdh {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: url(../img/fdh.png) no-repeat left center;
    padding-left: 80px;
}
.fdh p:nth-child(2){color:#fff;font-size:30px;font-weight:bold;font-family:"Arial";}

.ewmm{margin-top:30px;margin-left:20px;}
.codes img {
    width: 100%;
}
.codes {
    width: 119px;
    text-align: center;
    margin-left: 20px;
}
.codes p:nth-child(2){color:#ffffff;font-size:14px;margin-top:14px;}


.bq{border-top:1px solid #b5b5b5;padding:25px 0;}
.copyright{line-height:24px;color:#ffffff;font-size:14px;}
.copyright a{color:#ffffff;}
.copyright a:hover{color:#fff;}
.copyright1{width:970px;}

p#fzwz {
    display: inline-block;
}











/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}
#container{width:1200px;margin:0 auto;margin-top:10px;}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#c60908;font-size:14px;color:#fff;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;left: 50%;margin-left: -960px;position: relative;height: 350px;}
.n_banner img{width:100%;display: block;height: 350px;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:960px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#c60908;color:#fff;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#fff;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;color: #fff;}
.sitemp .site a{
  color: #fff;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}


