body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #008100;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}


.left{ float:left}
.right{ float:right}


.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}
.backcolor{background:#004fab;}


.navbg{ width:100%;height: 80px;width:100%;background:#0e3185}


.top{width:100%;margin:0 auto;position: relative; max-width:1400px; min-width:1200px}

.logo{float:left; margin-left:15px; position:relative; z-index:99999; width:35%}
.logo img{max-width:100%; margin-top:8px}






.navbar-nav{height:80px;float:right; width:60%}
.navbar-nav .nav-list>li{height:80px;text-align:center;position:relative;z-index:999; width:14.3%;display: inline-block;float: left;}
.navbar-nav .nav-list>li:first-child{ width:10.5%}
.navbar-nav .nav-list>li>a{display:block;line-height:80px;color: #fff;height:80px;font-size: 16px;transition:all 0.4s}
.navbar-nav li.active>a,.navbar-nav .nav-list>li:hover>a,.navbar-nav .nav-list>li>a.reds{ background:#d00031}
.navbar-nav .nav-list>li>a.nav_on{font-size:14px;position:relative;color:#fff;background:#d00031}
.navbar-nav .header-contact{margin-top:28px; no-repeat left center;padding-left:32px;}
.navbar-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.navbar-nav .header-contact>.fr p{font-size:25px;color:#a10000;line-height:30px; font-family:impact}
.navbar-nav .header-contact>.fr p:first-child{font-size:12px;color:#999 !important;line-height: 14px; font-family:微软雅黑}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:13px;}
.icon-follow{background:url("../images/top_icons2.png") no-repeat left center;}
.icon-global{background:url("../images/top_icons3.png") no-repeat left center;}
.dropdown-menu{display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;z-index:9999; position: absolute; background:#fff; top:80px; width:100%; text-align:center;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);border-top:none; margin-left:0}
.dropdown-menu > li{border-top:1px solid #e5e5e5;}
.dropdown-menu > li:last-child{border-bottom:1px solid #e5e5e5;}
.dropdown-menu > li>a{font-size:13px;line-height:24px; display:block; width:100%;transition:all .1s ease; padding:9px 0; color:#333}
.dropdown-menu > li>a:hover{color:#d00031}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}


/*子页面大图*/
.nban{ width:100%; height:354px; margin:0 auto; background:#dfdfdf;}



.product {
    text-align: center;
  }
  .product .prod-title {
    text-align: center;
  }
  
  .product .prod-title .entxti{ font-size:70px; line-height:80px; font-family:impact; color:#e7f0f4; text-align:center;text-transform:uppercase}
   .product .prod-title h1 {
    font-size: 30px;
    color: #1a5dc2;
	font-weight:bold;
	line-height:40px;
  }
  
  .product .prod-title .inline {
    width: 45px;
    height: 2px;
    background: #1a5dc2;
    margin: 20px auto 0;
}

  .product .prod-title h3 {
	margin:20px auto 0;
	width:92%;
  }
  
  .product .prod-title h3,.product .prod-title h3 * {
    font-size:16px;
    color: #333;
	line-height:30px;font-weight:500;
  }

  .product .prod-title > a > img {
    display: inline-block;
    margin: 10px auto;
  }
  
   
  .product .prod-content{ width:1400px; margin:30px auto 0}
  .product .prod-content li {
    float: left;
    width: 20% ;
  }
  .product .prod-content li img {
    display: block;
    margin: 0 auto;
	width:138px
  }
  .product .prod-content li h2 {
    font-size: 16px;
    color: #444444;
    margin: 20px 0 5px; font-weight:500
  }
  .product .prod-content li p {
    font-size: 14px;
    color: #79797A;
    line-height: 22px;
  }


.prod-content img{
  transition: all linear .5s;
}
.prod-content img:hover{
  transform: rotateY(360deg);
}
.prod img{
  transition: all linear .5s;
}
.prod img:hover{
  transform: rotateZ(360deg);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


/*搜索*/
.link{ width:100%; height:82px; margin:0 auto; border-bottom:1px solid #cccccc}
.link ul{ width:1200px; height:82px; margin:0 auto;}
.link ul li{ float:left; height:82px}
.link ul li p{line-height:82px;width:740px; height:82px; color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:14px; font-weight:bold}
.link ul li a{line-height:82px; color:#333; font-weight:100}

.bannerfo{ width:378px;height:40px; border:1px solid #dddddd; position:relative; margin-top:20px;border-radius:20px;}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:330px; height:40px;}
.bannerfo dl .inputbox input{ width:300px; height:40px; padding:0 15px;color:#aaaaaa; line-height:40px; font-size:14px; background:none}
.bannerfo dl .menuser{ position:absolute; left:330px; top:0; width:48px; height:38px; display:block;background: url(../images/search2.png) no-repeat 0 0; }
.bannerfo dl .menuser input{width:48px; height:38px;background: none}





/*footer*/
/*footer*/
.foot{ width:100%; background:#282c2f; padding-top:65px; padding-bottom:45px; border-bottom:1px solid #464646}
.foot .main{ width:1400px;margin:0 auto}

.botlogo{
	float: left;
    display: block;
    margin-right: 90px;
	}
.botlogo img{}

.botdh{
	width: 200px;
    display: block;
    float: left;
    margin-right:80px;
	}
.botdh .title{}
.botdh .title p{line-height:35px;font-size:18px; color:#ffffff}
.botdh .title .dec{ width:18px; height:2px; background:#fff; display:block; margin:10px 0 10px 0}
.botdh .contxt{ margin-top:10px; }
.botdh .contxt ul li{ float:left; width:50%}
.botdh .contxt ul li a{line-height:35px; color:#a9abac; font-size:15px}


.botlx{ width:360px;display:block; float:left;}
.botlx .title{}
.botlx .title p{line-height:35px; font-size:18px; color:#fff}
.botlx .title .dec{ width:18px; height:2px; background:#fff; display:block; margin:10px 0 10px 0}
.botlx .contxt{ margin-top:10px; }
.botlx .contxt *{font-size:15px; line-height:30px; color:#a9abac}


.botewm{
	display: block;
    float: right;
	width:120px; text-align:center; font-size:14px; line-height:40px; color:#a9abac
	}
.botewm img{ width:120px; height:120px;}

.footer{ width:100%; height:60px; margin:0 auto; background:#282c2f}
.footer ul{ width:1400px; height:60px; margin:0 auto}
.footer ul li{ display:block; text-align:center; line-height:60px; font-size:15px; color:#a9abac}
.footer ul li a{ line-height:60px; font-size:15px; color:#a9abac}









  
  
/*cont3*/
.cont3{
	margin-top: 2.8vw;
}

.cont3 .prod-title {
    text-align: center;
  }
  
.cont3 .prod-title .entxti{ font-size:70px; line-height:80px; font-family:impact; color:#e7f0f4; text-align:center;text-transform:uppercase}
.cont3 .prod-title h1 {
    font-size: 30px;
    color: #1a5dc2;
	font-weight:bold;
	line-height:40px;
  }
  
.cont3 .prod-title .inline {
    width: 45px;
    height: 2px;
    background: #1a5dc2;
    margin: 20px auto 0;
}





.a3_v1{
	margin-top: 2.5vw;
	position: relative;
}
.af_wehhj li{
	position: relative;
    height: 640px;
    width: 100%;
    overflow: hidden;
}
.af_wehhj li i.img{
	display: block;
	width: 100%;height: 640px;
	font-size: 0;
}
.af_wehhj li i img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    max-width: none;
    top: 50%;
    margin-top: -320px;
}
.af_wehhj li .wnz_fz{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 18%;transform: translateX(-50%);
}
.af_wehhj li .wnz_fz .w1380{
	transition: all 1s;
  opacity: 0;
  right: -300px;
  transform: translateX(-50%);
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%,0,0);
		transform: translate3d(20%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%,0,0);
		transform: translate3d(20%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.af_wehhj li .wnz_fz .w1380{
	transition: all 0.1s;
  opacity: 0;
  left: 100px;
  position: relative;
  overflow: hidden;
}
.af_wehhj li.cur1 .wnz_fz .w1380{
 left: 0px;
    -webkit-animation: fadeInRight 1s forwards 0.2s;
}
.af_wehhj li .wnz_fz h2 a{
	display: block;
	color: #fff;
	font:600 34px/2em "微软雅黑";
}
.af_wehhj li .wnz_fz p{
	color: #fff;
	font:500 16px/2.1em "微软雅黑";
	width: 46%;
	margin-top: 1.3em;
}
.af_wehhj li a.more_aa{
   color: rgba(255,255,255,.8);
   background: url(../images1/863afaaea835544fe4998f320dee0a2096b99e41.png) no-repeat right center;
   padding:1em 3em;
   margin-top: 4em;
   display: inline-block;
   border:1px solid #ffffff;
   
}
.a3_b1{
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 0;transform: translateX(-50%);
	background: rgba(0,0,0,.2);
}
.aff_ahh{
	  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aff_ahh li{
	width: 24.7%;
	text-align: center;
	padding: 2em 0!important;
	border-right: 1px solid rgba(255,255,255,.2);
}
.aff_ahh li:first-child{
	border-left: 1px solid rgba(255,255,255,.2);
}
.aff_ahh li a.img{
	display: block;width: 100%;
}
.aff_ahh li i{
	display: block;
	width: 100%;
	line-height: 68px;
}
.aff_ahh li i img{
	    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.aff_ahh li:hover i img{
	cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)
}
.aff_ahh li h2{
  color: #ffffff;
  font:500 22px/2.5em "微软雅黑";
}
.aff_ahh li.cur{
	background: rgba(0,71,157,.8);
}
.tab{
	display: none;
}
@media (max-width: 991px){
	.af_wehhj li{
		height: 400px;
	}
	.af_wehhj li .wnz_fz{
		    top: 14%;
	}
	.af_wehhj li .wnz_fz h2 a{
		font-size: 22px;
	}
  .af_wehhj li .wnz_fz p{
  	width: 100%;
  	font-size: 14px;
  }
  .af_wehhj li a.more_aa{
  	font-size: 12px;    margin-top: 2em;
  }
  .aff_ahh li h2{
  	font-size: 16px;
  }
  .aff_ahh li i {
  	line-height: 40px;
  	height: 40px;
  }
  .aff_ahh li i img{
  	max-width: 40%;
  	max-height: 100%;
  	margin: 0 auto;
  }
  .aff_ahh li{
  	padding: 1.2em 0;
  }
}
@media (max-width: 640px){
  .aff_ahh li h2{
  	font-size: 14px;
  	line-height: 1.8em;
  }
  .af_wehhj li .wnz_fz h2 a{
  	font-size: 20px;
  }
  .af_wehhj li .wnz_fz p{
  	font-size: 12px;
  }
}

.w1380{
	max-width: 1380px;
	margin: 0 auto;
	width: 94%;
}




.hul{position:relative;}
.slick-arrow{outline:none;border:none;font-size:0;background:none;}
.hul{padding:0 2%;}
.hul li{margin:45px 0.8%;}
.hul li img{display:block;width:100%;box-shadow: 3px 3px 18px 0px rgba(4, 0, 0, 0.33);}
.hul .slick-prev,.hul .slick-next{position:absolute;width:36px;height:50px;z-index:99;top:50%;margin-top:-25px;}
.hul .slick-prev{background:url(../images1/19ec3b3bbe8f3c9b1501c3053829b1f540d6c9cf.png) no-repeat top center;left:0;background-size:100% 100%;}
.hul .slick-next{background:url(../images1/18cec1f246b782dfb89cd3a903a00a4bf29e9d2b.png) no-repeat top center;right:0;background-size:100% 100%;}



