@charset "utf-8";
/* CSS Document */
@media(min-width:1279px)
{
    /*网站地图*/
	.wzdt{width: 1200px;margin: 0 auto;margin-bottom: -50px;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 1144px;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
    /*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-bottom: -90px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:30px auto;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
    
body,html{margin:0; padding:0;font-family: "微软雅黑";font-size: 12px;overflow-x: hidden;-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #999999;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "微软雅黑";-webkit-appearance: none;border: none;}
/*p{text-align:justify;text-justify:inter-ideograph;}*/
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 1200px;margin: 0 auto;}
.commen1{width: 1280px;margin: 0 auto;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
/*
@font-face {
    font-family: 'font1';
    src: url(../font/IcedEarth.eot);
    src: url('../font/IcedEarth.eot.eot?#iefix') format('embedded-opentype'),
	 url('../font/IcedEarth.woff') format('woff'),
	 url('../font/IcedEarth.ttf') format('truetype'),
	 url('../font/IcedEarth.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
  }
*/
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 0.5s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	

/*滚动条样式*/
	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
	::-webkit-scrollbar{width:8px;background-color:#427cd5;border-radius: 5px;}
	::-webkit-scrollbar-thumb{width:8px;background-color:#282828;border-radius: 5px;}
	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#d31636;border-radius: 5px;}
/*top*/
	.dhgd{position: fixed;background-color: #fff;top: 0;z-index: 10000;width: 100%;}
	.top{width: 100%;height: 36px;background: #000000;}
	.top p{font-size: 12px;color: #fff;line-height: 36px;}
	.top p a{font-size: 12px;color: #fff;transition: all ease 0.3s;}
	.top p:nth-child(1){float: left;background-image: url(../img/q1.png);background-repeat: no-repeat;background-position: center left;margin-left: 18px;padding-left: 30px;}
	.top p:nth-child(2){float: right;margin-right: 42px;margin-right: 15px;}
	.top p a:hover{color: #d31636;}
/*nav*/
	.logo{width: 276px;}
	.logo img{width: 100%;}
	.nav{width: 1000px;}
	.nava{position: relative;height: 106px;margin: 0 28px;margin-top: 27px;}
	.nava > p{line-height: 102px;text-align: center;transition: all ease 0.3s;text-transform: uppercase;padding: 0 11px;}
	.nava > p a{font-size: 18px;color: #222222;transition: all ease 0.3s;}
	.nava:hover > p{border-bottom: 4px solid #be1b1b;}
	.nava:hover > p a{color: #d31636;}
	.navaa > p{border-bottom: 4px solid #be1b1b;}
	.navaa > p a{color: #d31636;}
	.navb{position: absolute;width: 162px;left: calc(50% - 81px);top: 102px;z-index: 100;border-top: 6px solid transparent;}
	.navb p{text-align: center;line-height: 20px;width: 100%;background: rgba(255,255,255,.80);transition: all ease 0.2s;text-transform: uppercase;padding: 12px 0;}
	.navb p a{color: #222222;font-size: 14px;transition: all ease 0.3s;}
	.navb p:hover{background: #d31636;}
	.navb p:hover a{color: #fff;}
	.navaa .navb p:hover a{color: #fff;}

	
/*banner*/
	.banner{width: 100%;position: relative;height: 962px;margin-top: 6px;margin-top: 169px;}
	.bannera{width: 1920px;height: 100%;left: 50%;margin-left: -960px;top: 0;position: absolute;}
	.bant{position: relative;}
	#swiper1{width: 100%;}
	.bant a > img{width: 100%;}
	.banw{position: absolute;left: 18.75%;color: #fff;top: 25%;}
	.banw img:nth-child(2){margin-top: 33px;}
	.banw img:nth-child(3){margin-top: 27px;}
	.banw img:nth-child(4){margin-top: 36px;}
	#swiper-pagination1{bottom: 20px;}
	#swiper-pagination1 .swiper-pagination-bullet{width: 12px;height: 12px;background-color: rgba(255,255,255,0.8);opacity: 0.9;margin: 0 8px;}
	#swiper-pagination1 .swiper-pagination-bullet-active{background-color: #d31636;opacity: 1;width: 12px;height: 12px;}
	#swiper-button-prev1{left: 3%;outline: none;background-image: url(../img/yi09.png);width: 37px;height: 47px;background-size: 100%;}
	#swiper-button-next1{right: 3%;outline: none;background-image: url(../img/yi08.png);width: 37px;height: 47px;background-size: 100%;}
/*产品品牌*/
	.pinp{width: 100%;margin-top: -36px;box-shadow: 0px 1px 25px 2px rgba(224,224,224,0.8);}
	.pinpa{width: 25%;height: 303px;background-color: #fff;padding-top: 92px;transition: all ease 0.3s;overflow: hidden;}
	.pinpa_t{width: 109px;margin: 0 auto;position: relative;}
	.pinpa_t img{width: 100%;}
	.pinpa_t img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;transition: all ease 0.5s;}
	.pinpa_t img:nth-child(1){transition: all ease 0.5s;}
	.pinpa_a{width: 44px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 19px;transition: all ease 0.5s;}
	.pinpa h1{text-align: center;line-height: 17px;overflow: hidden;margin-top: 18px;}
	.pinpa h6{text-align: center;line-height: 17px;overflow: hidden;margin-top: 18px;}
	.pinpa h1 a{font-family: "Arial";color: #27334e;font-size: 20px;font-weight: 900;}
	.pinpa h6 a{font-family: "Arial";color: #27334e;font-size: 20px;font-weight: 900;}
	.pinpa p{text-align: center;width: 90%;margin: 0 auto;line-height: 20px;margin-top: 10px;overflow: hidden;}
	.pinpa p a{font-size: 14px;color: #8d8d8d;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pinp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 26px;opacity: 0;transition: all ease 0.3s;}
	.pinp_more a{color: #fff;transition: all ease 0.3s;}
	.pinpa:hover{background-color: #d31636;position: relative;z-index: 2;padding-top: 40px;}
	.pinpa:hover .pinpa_t img:nth-child(2){opacity: 1;animation: dh1 2s linear infinite;}
	.pinpa:hover .pinpa_t img:nth-child(1){opacity: 0;}
	.pinpa:hover .pinpa_a{background-color: #fff;}
	.pinpa:hover h1 a{color: #fff;}
	.pinpa:hover p a{color: #fff;}
	.pinpa:hover .pinp_more{opacity: 1;}
    .pinp_more:hover a{margin-left: 8px;}
	@keyframes dh1{
		0%{transform: translateY(0px);}
		25%{transform: translateY(-8px);}
		50%{transform: translateY(0px);}
		75%{transform: translateY(8px);}
		100%{transform: translateY(0px);}
	}
/*推荐产品*/
	.tjcp{width: 100%;position: relative;margin-top: 82px;}
	.tjcpa h1{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.tjcpa h6{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.tjcpa p{font-size: 14px;color: #a1a1a1;text-align: center;line-height: 30px;}
	.tjcp_x{width: 100%;margin-top: 4px;position: relative;}
	.tjcpb{width: 100%;overflow: hidden;}
	.tjcpc{width: 200%;}
	.tjcpd{width: 12.5%;}
	.tjcpd_t{width: 100%;overflow: hidden;}
	.tjcpd_t img{width: 100%;transition: all ease 0.3s;}
	.tjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.tjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.tjcpd h1 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcpd h6 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.tjcpd p a{font-size: 16px;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 67px;}
	.tjcp_more a{color: #fff;transition: all ease 0.3s;}
	.tjcpd:hover .tjcpd_t img{transform: scale(1.15);}
	.tjcp_more:hover a{margin-left: 8px;}
	.tjcp_z{position: absolute;left: -14px;top: calc(50% - 6px);background-image: url(../img/q20.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_y{position: absolute;right: -14px;top: calc(50% - 6px);background-image: url(../img/q19.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_za{position: absolute;left: -14px;top: calc(50% - 6px);background-image: url(../img/q22.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_ya{position: absolute;right: -14px;top: calc(50% - 6px);background-image: url(../img/q21.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
/*媒体库*/
	.meiti{width: 100%;margin-top: 77px;}
	.meitia{width: 50%;background-image: url(../img/q28.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 55px 0;}
	.meitiaa{width: 50%;background-image: url(../img/q29.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 55px 0;}
	.meitia_w{width: 71.97%;margin: 0 auto;background-color: rgba(12,24,38,0);padding: 88px 0px 50px 0px;transition: all ease 0.5s;height: 252px;}
	.meitia_w h1{width: 80%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h6{width: 80%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h1 a{font-size: 30px;color: #fff;font-family: "Arial";font-weight: 900;display: block;overflow: hidden;}
	.meitia_w h6 a{font-size: 30px;color: #fff;font-family: "Arial";font-weight: 900;display: block;overflow: hidden;}
	.meitia_w p{width: 72%;margin: 0 auto;text-align: center;margin-top: 33px;line-height: 20px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
	.meitia_w p a{font-size: 14px;color: #fff;font-weight: 900;}
	.meitia_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #d31636;border-radius: 5px;margin: 0 auto;margin-top: 6px;opacity: 0;transition: all ease 0.5s;}
	.meitia_more a{color: #fff;transition: all ease 0.3s;}
	.meitia:hover .meitia_w{background-color: rgba(12,24,38,0.8);}
	.meitia:hover .meitia_more{opacity: 1;}
	.meitiaa:hover .meitia_w{background-color: rgba(12,24,38,0.8);}
	.meitiaa:hover .meitia_more{opacity: 1;}
	.meitia_more:hover a{margin-left: 8px;}
/*四大品牌*/
	.kehu{margin-top: 47px;}
	.sdpp{width: 100%;margin-top: 30px;}
	.sdppa{width: 24.375%;margin: 0 0.3125%;}
	.sdppa img{width: 100%;border-radius: 5px;border: 1px solid #e5e5e5;transition: all ease 0.3s;}
	.sdppa:hover img{border: 1px solid #d31636;}
	.sdpp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 31px;transition: all ease 0.3s;}
	.sdpp_more a{color: #fff;transition: all ease 0.3s;}
	.sdpp_more:hover a{margin-left: 8px;}
/*关于我们*/
	.guanyu{width: 100%;background-image: url(../img/q34.jpg);background-repeat: no-repeat;background-position: center;height: 546px;margin-top: 34px;padding-top: 120px;background-size: 1920px;overflow: hidden;position: relative;}
	.guanyu > img{position: absolute;width: 1920px;height: 546px;left: 50%;margin-left: -960px;top: 0;animation: dh2 20s linear infinite;}
	.guanyu .commen{padding-left: 19px;}
	.guanyu h1{font-size: 34px;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 50px;}
	.guanyu h6{font-size: 34px;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 50px;}
	.guanyu h2{font-size: 34px;color: #fff;text-transform: uppercase;margin-top: -5px;}
	.guanyu .commen > p{font-size: 16px;color: #fff;width: 45.8333%;line-height: 24px;margin-top: 28px;}
	.guanyu_m{margin-top: 48px;}
	.guanyu_m p:nth-child(1){width: 178px;height: 49px;border: 1px solid #fff;border-radius: 5px;font-family: "Arial";line-height: 49px;padding-left: 23px;background-image: url(../img/q34.png);background-repeat: no-repeat;background-position: center right 28px;text-transform: uppercase;transition: all ease 0.3s;float: left;margin-right: 26px;}
	.guanyu_m p:nth-child(1) a{color: #fff;font-weight: bold;font-size: 14px;transition: all ease 0.3s;}
	.guanyu_m p:nth-child(1):hover{background-color: #d31636;background-image: url(../img/q35.png);background-repeat: no-repeat;background-position: center right 28px;border-color: #d31636;}
	.guanyu_m p:nth-child(1):hover a{color: #fff;}
	.guanyu_m p:nth-child(2){width: 226px;height: 49px;border-radius: 5px;font-family: "Arial";line-height: 49px;background-color: #d31636;text-align: center;float: left;text-transform: uppercase;}
	.guanyu_m p:nth-child(2) a{color: #fff;font-weight: bold;font-size: 14px;}
	@keyframes dh2{
		0%{transform: scale(1);}
		25%{transform: scale(1.1)}
		50%{transform: scale(1)}
		75%{transform: scale(1.1)}
		100%{transform: scale(1)}
	}
/*新闻*/
	.xinw{margin-top: 60px;}
	.xinwa{display: table;margin: 0 auto;margin-top: 49px;}
	.xinwa_p{text-align: center;line-height: 55px;height: 64px;width: 197px;background-image: url(../img/q37.png);background-size: 100%;margin: 0 5px;text-transform: uppercase;font-family: "Arial";font-size: 16px;color: #27334e;}
	.xinwa_p a{}
	.xinwa_pa{background-image: url(../img/q36.png);background-size: 100%;color: #fff;}
	.xinwa_pa a{}
	.xinwb{width: 100%;margin-top: 33px;}
	.xinwb_a{width: 43.666%;margin-left: 1.91%;}
	.xinwb_t{width: 100%;overflow: hidden;}
	.xinwb_t img{width: 100%;transition: all ease 0.3s;}
	.xinwb_w{width: 100%;padding-top: 28px;}
	.xinwb_w1{width: 102px;height: 112px;background-color: #d31636;border-radius: 3px;transition: all ease 0.3s;}
	.xinwb_w1 h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 5px;}
	.xinwb_w1 h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 5px;}
	.xinwb_w1 h1 a{font-size: 60px;color: #fff;font-weight: 300;transition: all ease 0.3s;font-family: "SimHei","黑体";}
	.xinwb_w1 h6 a{font-size: 60px;color: #fff;font-weight: 300;transition: all ease 0.3s;font-family: "SimHei","黑体";}
	.xinwb_w1 p{text-align: center;}
	.xinwb_w1 p a{font-size: 16px;color: #fff;line-height: 32px;transition: all ease 0.3s;}
	.xinwb_w2{width: 76.71%;}
	.xinwb_w2 h1{width: 100%;overflow: hidden;}
	.xinwb_w2 h1 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xinwb_w2 h2 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;}
	.xinwb_w2 p{line-height: 19px;height: 42px;overflow: hidden;margin-top: 9px;}
	.xinwb_w2 p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.xinwb_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;}
	.xinwb_m a{color: #fff;transition: all ease 0.3s;}
	.xinwb_m:hover a{margin-left: 8px;}
	.xinwb_a:hover .xinwb_t img{transform: scale(1.1);}
	.xinwb_a:hover .xinwb_w{background: #d31636;}
	.xinwb_a:hover .xinwb_m{background: #d31636;}
	.xinwb_a:hover a{color: #fff;}
	.xinwb_b{width: 47.75%;margin-top: -20px;}
	.xinwb_ba{transition: all ease 0.3s;padding: 19px 20px;}
	.xinwb_ba:hover{box-shadow: 0px 0px 15px 1px rgba(25,119,235,0.2)}
	.xinwb_bm{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;}
	.xinwb_bm a{color: #fff;transition: all ease 0.3s;}
	.xinwb_bm:hover a{margin-left: 8px;}
/*联系我们*/
	.lianx{width: 100%;background-image: url(../img/q36.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;height: 391px;margin-top: 67px;}
	.lianxa{width: 32.333%;}
	.lianxa h1{font-family: "Arial";font-size: 30px;color: #fff;font-weight: 900;text-transform: uppercase;margin-top: 48px;}
	.lianxa p{font-size: 16px;color: #fff;line-height: 26px;margin-top: 21px;}
	.lianxa_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #d31636;border-radius: 5px;margin-top: 23px;transition: all ease 0.3s;}
	.lianxa_m a{color: #fff;transition: all ease 0.3s;}
	.lianxa_m:hover a{margin-left: 8px;}
	.lianxb{width: 49.1666%;margin-right: 4.916%;}
	.lianxb h1{font-family: "Arial";font-size: 30px;color: #fff;font-weight: 900;text-transform: uppercase;margin-top: 48px;text-align: right;}
	.lianxb_a{width: 100%;margin-top: 45px;}
	.lianxb_a input{width: 269px;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.chengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.dianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.liuy{width: 100%;margin-top: 22px;}
	.liuy textarea{width: 100%;height: 77px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;}
	.ann{width: 100%;margin-top: 32px;}
	.ann input:nth-child(1){width: 113px;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.ann img{width: 113px;height: 35px;margin-left: 10px;float: left;}
	.ann input:nth-child(4){width: 119px;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;text-align: center;color: #27334e;cursor: pointer;}
	.ann input:nth-child(3){width: 119px;height: 35px;background-color: #373737;border-radius: 5px;line-height: 35px;text-align: center;color: #fff;margin-left: 29px;cursor: pointer;}
	#bianse{transition: all ease 0.3s;}
	#bianse:hover{background-color: #373737;color: #fff;}
	
/*页脚*/
	.yej{width: 100%;background-color: #232323;padding-top: 80px;margin-top: 67px;}
	.yej > .commen{padding-bottom: 58px;}
	.yeja:nth-child(1){margin-right: 160px;}
	.yeja:nth-child(2){margin-right: 100px;}
	.yeja:nth-child(3){margin-right: 110px;}
	.yeja:nth-child(4){margin-right: 130px;}
	.yeja h1{line-height: 20px;margin-bottom: 20px;}
	.yeja h6{line-height: 20px;margin-bottom: 20px;}
	.yeja h1 a{font-family: "Arial";font-size: 14px;color: #fff;font-weight: 900;transition: all ease 0.3s;}
	.yeja h6 a{font-family: "Arial";font-size: 14px;color: #fff;font-weight: 900;transition: all ease 0.3s;}
	.yeja p{line-height: 22px;}
	.yeja p a{font-size: 12px;color: #ffffff;transition: all ease 0.3s;}
	.yeja a:hover{color: #d31636;}
	.yejx{width: 100%;background-color: #1e1e1e;height: 100px;}
	.yejx .commen1{position: relative;}
	.yejx .commen1 > img{margin-left: 20px;float: left;}
	.yejx p{color: #fff;margin-left: 46px;float: left;margin-top: 38px;}
	.yejx_a{margin-right: 115px;}
	.yejx_a img{float: left;margin: 38px 15px;}
	.fd{position: absolute;right: 46px;top: -26px;cursor: pointer;}
	.fd img{border-radius: 50%;}
	
	.youl{font-size: 12px;line-height: 18px;padding: 5px;padding-left: 10px;}
	.youl a{font-size: 12px;}
	
	
/*产品列表页*/
	.nban{width: 100%;margin-top: 6px;margin-top: 169px;}
	.nban img{position: relative;width: 1920px;left: 50%;margin-left: -960px;}
	.cpla{width: 100%;margin-top: 39px;}
	.cpla_a img{float: left;}
	.cpla_a p{float: left;margin-left: 21px;font-family: "Arial";font-size: 34px;color: #051418;font-weight: 900;line-height: 55px;text-transform: uppercase;}
	.cpla_a h1{float: left;margin-left: 21px;font-family: "Arial";font-size: 34px;color: #051418;font-weight: 900;line-height: 55px;text-transform: uppercase;}
	.mbx p{font-size: 14px;color: #a1a1a1;line-height: 55px;margin-right: 18px;}
	.mbx p a{font-size: 14px;color: #a1a1a1;transition: all ease 0.3s;}
	.mbx p a:hover{color: #d31636;}
	.cplb{width: 100%;margin-top: 12px;}
	.cplb_a{width: 25%;border: 1px solid #e5e5e5;background-color: transparent;height: 90px;padding-left: 47px;padding-top: 27px;transition: all ease 0.3s;margin-top: 17px;}
	.cplb_t{position: relative;}
	.cplb_t img{width: 51px;}
	.cplb_t img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;transition: all ease 0.3s;}
	.cplb_a p{line-height: 37px;margin-left: 16px;}
	.cplb_a p a{color: #27334e;font-family: "Arial";font-weight: bold;font-size: 12px;transition: all ease 0.3s;}
	.cplb_a:nth-child(6) p{line-height: 18px;width: 130px;}
	.cplb_aa{background-color: #d31636;}
	.cplb_aa .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_aa .cplb_t img:nth-child(1){opacity: 0;}
	.cplb_aa p a{color: #fff;}
	.cplb_a:hover{background-color: #d31636;}
	.cplb_a:hover .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_a:hover p a{color: #fff;}
	.cplc{width: 100%;height: 67px;background-color: #f7f7f7;padding-left: 34px;margin-top: 49px;}
	.cplc p{float: left;font-family: "Arial";font-size: 16px;color: #cecece;font-weight: bold;text-transform: uppercase;line-height: 67px;margin-right: 30px;}
	.cplc img{float: left;margin: 7px 25px;transition: all ease 0.3s;}
	.cplc img:hover{transform: translateY(-3px);}
	.cpld{width: 100%;margin-top: 22px;}
	.cpld_a{width: 22.26%;height: 420px;border: 1px solid #dddddd;margin: 20px 1.37%;padding-bottom: 45px;padding-top: 5px;transition: all ease 0.3s;}
	.cpld_t{width: 100%;overflow: hidden;}
	.cpld_t img{width: 100%;}
	.cpld_a h1{width: 92%;margin: 0 auto;overflow: hidden;line-height: 32px;margin-top: 13px;}
	.cpld_a h5{width: 92%;margin: 0 auto;overflow: hidden;line-height: 32px;margin-top: 13px;}
	.cpld_a h1 a{font-family: "Arial";font-size: 22px;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h5 a{font-family: "Arial";font-size: 22px;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a p{line-height: 26px;width: 92%;margin: 0 auto;overflow: hidden;height: 26px;}
	.cpld_a p a{font-size: 16px;color: #63656a;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h6{line-height: 26px;width: 98%;margin: 0 auto;overflow: hidden;}
	.cpld_a h6 a{font-size: 14px;color: #8d8d8d;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 25px;transition: all ease 0.3s;}
	.cpld_more a{color: #fff;transition: all ease 0.3s;}
	.cpld_more:hover a{margin-left: 8px;}
	.cpld_a:hover{border-color: transparent;box-shadow: 0 0 20px 1px rgba(251,185,196,0.42);}
	.yema{display: table;margin: 0 auto;margin-top: 36px;}
	.yema_a{background-color: #eff0f6;text-align: center;line-height: 60px;width: 60px;transition: all ease 0.3s;}
	.yema_a a{font-size: 18px;color: #5b5b5b;transition: all ease 0.3s;}
	.yema_a:hover{background-color: #d31636;}
	.yema_a:hover a{color: #fff;}
	.yema_a:first-child{margin-right: 33px;}
	.yema_a:last-child{margin-left: 33px;}
	.yema_aa{background-color: #d31636;}
	.yema_aa a{color: #fff;}
	.tjxw{width: 97.65%;margin: 0 auto;margin-top: 74px;}
	.tjxw img{width: 280px; float: left;}
	.tjxwa{width: 77.5%;}
	.tjxwa_a{width: 33.333%;border: 1px solid #e5e5e5;padding: 28.3px 0 20px 0;transition: all ease 0.3s;}
	.tjxwa_a p{width: 78%;margin: 0 auto;line-height: 19px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.tjxwa_a p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.tjxwa_a:hover{border-color: #d31636;}
	.tjxwa_a:hover a{color: #d31636;}
	.ntjcp_x{width: 93.75%;margin: 0 auto;margin-top: 4px;position: relative;}
	.ntjcpb{width: 89%;margin: 0 auto;overflow: hidden;}
	.ntjcpc{width: 200%;}
	.ntjcpd{width: 12.5%;}
	.ntjcpd_t{width: 90%;margin: 0 auto;overflow: hidden;}
	.ntjcpd_t img{width: 100%;transition: all ease 0.3s;}
	.ntjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h1 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd h6 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.ntjcpd p a{font-size: 16px;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 67px;}
	.ntjcp_more a{color: #fff;transition: all ease 0.3s;}
	.ntjcpd:hover .ntjcpd_t img{transform: scale(1.15);}
	.ntjcp_more:hover a{margin-left: 8px;}
	.ntjcp_z{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q20.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_y{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q19.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_za{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q22.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_ya{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q21.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	
/*产品内页*/
	.cpna{width: 100%;margin-top: 77px;position: relative;}
	.cpna_t{width: 39.53%;border: 1px solid #e5e5e5;}
/*	.cpna_t img{width: 100%;}*/
	.top_change{width: 100%;}
	.cpna_w{position: absolute;right: 0;top: 0;height: 100%;width: 60.47%;background-image: url(../img/q53.png);background-repeat: no-repeat;background-size: 100%;padding-left: 95px;}
	.cpna_w1{width: 87.41%;margin-top: 15px;margin-left: -22px;}
	.cpna_w1 img{padding: 0 0px;border-right: 1px solid #efefef;display: inline-block;width: 175px;}
	.cpna_w1 img:last-child{border: none;}
	.cpna_w2{width: 88.41%;}
	.cpna_w2 h1{font-size: 34px;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 40px;margin-top: 10px;}
	.cpna_w2 h3{font-size: 34px;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 40px;margin-top: 10px;}
	.cpna_w2 h2{font-size: 20px;color: #63656a;text-transform: uppercase;line-height: 26px;border-bottom: 2px solid #e1e1e1;display: inline-block;margin-top: 21px;padding-bottom: 7px;}
	.cpna_w2 h6{font-size: 15px;color: #8d8d8d;text-transform: uppercase;line-height: 26px;margin-top: 5px;}
	.cpna_w2 p{font-size: 15px;color: #8a8a8a;line-height: 24px;margin-top: 20px;}
	.cpna_w2 p span{font-size: 16px;color: #27334e;font-weight: bold;font-family: "Arial";}
	.cpna_w3{width: 82%;margin-top: 15px;}
	.cpna_w3a{width: 20%;}
	.cpna_w3a img{width: 73px;margin: 0 auto;}
	.cpna_w3a p{text-align: center;font-size: 12px;color: #030303;line-height: 20px;text-transform: uppercase;margin-top: 2px;}
	.cpnb{width: 100%;margin-top: 66px;}
	.cpnb_a{width: 100%;}
	.cpnb_at{width: 50%;overflow: hidden;cursor: pointer;}
	.cpnb_a img{width: 100%;transition: all ease 0.3s;}
	.cpnb_at img:hover{transform: scale(1.1);}
	.cpnb_b{width: 100%;background-image: url(../img/q53.png);background-size: 100%;margin-top: 52px;position: relative;}
	.cpnb_ba h1{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.cpnb_ba h6{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.cpnb_ba p{font-size: 14px;color: #a1a1a1;text-align: center;line-height: 30px;}
	.cpnb_t{width: 100%;margin: 0 auto;margin-top: 10px;}
	.cpnb_t img{width: 100%;}
	.cpnb_b > p{position: absolute;font-size: 16px;color: #8a8a8a;line-height: 20px;}
	.cpnb_b > p span{font-size: 16;color: #27334e;font-family: "Arial";font-weight: bold;display: inline-block;margin-bottom: 27px;}
	.cpnb_p1{text-align: right;width: 340px;top: 125px;left: 31px;}
	.cpnb_p2{width: 340px;top: 125px;right: 31px;}
	.cpnb_p3{width: 340px;top: 310px;right: 31px;}
	.cpnb_t1{position: absolute;left: 389px;top: 127px;}
	.cpnb_t2{position: absolute;right: 387px;top: 127px;}
	.cpnb_t3{position: absolute;right: 387px;bottom: 35px;}
	.cpnb_c{margin-top: 53px;}
	.cpnb_c > h2{text-align: center;font-family: "Arial";font-size: 40px;color: #d62c46;text-transform: uppercase;font-weight: 900;font-style: italic;margin-top: 21px;}
	table{width: 93.75%;margin: 0 auto;border-bottom: 4px solid #231815;margin-top: 2px;}
	.tr1{background-color: #231815;}
	.tr2{background-color: #f5f5f5;}
	.tr3{background-color: #e8e8e8;}
	.tr1 td{color: #fff;height: 42px;font-size: 16px;text-align: center;}
	.tr2 td{color: #383838;height: 35px;font-size: 14px;text-align: center;}
	.tr3 td{color: #383838;height: 35px;font-size: 14px;text-align: center;}
	.fhlb{margin-top: 54px;}
	.fhlb p{background-image: url(../img/q62.png);width: 216px;height: 60px;background-size: 100%;line-height: 60px;padding-left: 32px;}
	.fhlb p a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.fhlb p:hover a{margin-left: 8px;}
	
	#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
	#tsShopContainer{width:100%;position:relative;font-size:12px;z-index:3}
	#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;}
	#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
	#tsShopContainer #tsImgS img{border:0px;}
	#tsShopContainer #tsPicContainer{width:100%;height:73px;position: absolute;z-index:100}
	#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:-82px;left:0px;width:1px;height:73px;overflow:hidden;z-index:5}
	#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
	#tsShopContainer #tsPicContainer #tsImgSCon li{width:83px;float:left;cursor:pointer;height:73px;overflow:hidden;padding-left: 10px;}
	#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto 0 auto;border:1px solid #e5e5e5;display:block;width:73px;height:73px}
	#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #F00;margin:0 auto 0 auto;}
	
/*关于我们*/
	.gy1{background-image: url(../img/q46.jpg);background-repeat: no-repeat;background-position: right top 300px;}
	.gy1a{width: 100%;margin-top: 9px;}
	.gy1a_p{width: 25%;line-height: 90px;border: 1px solid #e5e5e5;text-align: center;margin-top: 17px;transition: all ease 0.3s;}
	.gy1a_p a{font-size: 16px;color: #27334e;font-weight: bold;font-family: "Arial";transition: all ease 0.3s;}
	.gy1a_p:hover{background-color: #d31636;border-color: #d31636;}
	.gy1a_p:hover a{color: #fff;}
	.gy1a_pa{background-color: #d31636;border-color: #d31636;}
	.gy1a_pa a{color: #fff;}
	.gy1b{width: 93.75%;margin: 0 auto;}
	.gy1b_a{width: 100%;margin-top: 77px;}
	.gy1b_a h1{font-size: 34px;color: #27334e;text-transform: uppercase;line-height: 50px;}
	.gy1b_a h6{font-size: 34px;color: #27334e;text-transform: uppercase;line-height: 50px;}
	.gy1b_a p{font-size: 16px;color: #707070;line-height: 27px;margin-top: 39px;}
	.gy1b_b{width: 91.666%;margin: 0 auto;margin-top: 117px;}
	.gy1b_b h1{font-size: 26px;color: #051418;font-family: "Arial";font-weight: 900;line-height: 36px;}
	.gy1b_b h6{font-size: 26px;color: #051418;font-family: "Arial";font-weight: 900;line-height: 36px;}
	.gy1b_b p{font-size: 16px;color: #9b9c9c;line-height: 26px;margin-top: 7px;}
	.gy1b_b img{width: 102%;margin-left: -2%;margin-top: 30px;}
	.gy1c{display: table;margin: 0 auto;margin-top: 85px;}
	.gy1c_p{line-height: 26px;}
	.gy1c_p a{font-family: "Arial";font-size: 18px;color: #27334e;font-weight: bold;transition: all ease 0.3s;}
	.gy1c_x{line-height: 26px;margin: 0 35px;}
	.gy1c_x a{font-family: "Arial";font-size: 18px;color: #27334e;font-weight: bold;}
	.gy1c_p:hover a{color: #d31636;}
	.gy1c_pa a{color: #d31636;}
	
/*工厂实力*/
	.gy2a{width: 93.75%;margin: 0 auto;margin-top: 60px;}
	.gy2a_a{width: 100%;}
	.gy2a_a h1{font-family: "Arial";font-size: 40px;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 50px;}
	.gy2a_a h6{font-family: "Arial";font-size: 40px;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 50px;}
	.gy2a_xt{width: 57px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 8px;}
	.gy2a_a p{text-align: center;font-size: 14px;font-family: "Arial";color: #a1a1a1;font-weight: bold;line-height: 20px;margin-top: 9px;}
	.gy2a_b{width: 95.8333%;margin-top: 90px;}
	.gy2a_ba{width: 29.17%;}
	.gy2a_bb{width: 100%;}
	.gy2a_bb h1{font-family: "Arial";font-size: 26px;color: #051418;font-weight: 900;line-height: 36px;}
	.gy2a_bb h6{font-family: "Arial";font-size: 26px;color: #051418;font-weight: 900;line-height: 36px;}
	.gy2a_bb p{font-family: "Arial";font-size: 16px;color: #9b9c9c;font-weight: 500;line-height: 20px;margin-top: 9px;height: 249px;}
	.gy2a_b img{width: 55.21%;margin-top: 9px;float: left;margin-left: 5px;}
	.gy2a_baa{margin-left: -161px;}
	.gy2b{width: 100%;margin-top: 50px;margin-bottom: -33px;}
	.gy2b_a{width: 25%;overflow: hidden;position: relative;cursor: pointer;}
	.gy2b_a img{width: 100%;transition: all ease 0.3s;}
	.gy2b_a p{position: absolute;left: 0;width: 100%;text-align: center;color: #ededed;bottom: 17px;font-size: 20px;text-transform: uppercase;z-index: 2;}
	.gy2b_a::after{content: "";position: absolute;display: inline-block;width: 100%;height: 100%;background-color: #000;left: 0;top: 0;opacity: 0.6;z-index: 1;transition: all ease 0.3s;}
	.gy2b_a:hover::after{opacity: 0;}
	.gy2b_a:hover img{transform: scale(1.05);}
	
/*历史*/
	.gy3a{margin-top: 52px;}
	.gy3a > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a > h1{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a_x{background-image: url(../img/q69.png);background-repeat: repeat-y;background-position: left 106px top 45px;margin-top: 35px;}
	.gy3a_p{width: 100%;margin-bottom: 39px;}
	.gy3a_p h1{float: left;width: 100px;font-size: 22px;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p h6{float: left;width: 100px;font-size: 22px;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p p{width: 91.666%;float: left;position: relative;font-size: 16px;color: #212121;line-height: 28px;padding-left: 50px;}
	.gy3a_p p img{display: inline-block;margin-right: 15px;}
	.gy3a_p p::after{content: "";position: absolute;left: 0;top: 7px;background-image: url(../img/q55.jpg);width: 14px;height: 14px;}
	
/*荣誉资质*/
	.ryzz{width: 100%;margin-top: 6px;}
	.ryzz_a{width: 26.58%;margin: 29px 0;}
	.ryzz_a img{width: 100%;border: 1px solid #e5e5e5;}
	.ryzz_a p{width: 100%;height: 100px;text-align: center;font-size: 14px;color: #707070;background-color: #f2f2f2;line-height: 23px;padding-top: 25px;}
	.ryzz_a:nth-child(3n+2){margin: 29px 10.13%;}
	
/*品牌*/
	.pinpai{width: 100%;margin-top: -43px;}
	.pinpai_a{width: 100%;margin-top: 83px;}
	.pinpai_a img{float: left;width: 312px;border-radius: 5px;border: 1px solid #e5e5e5;position: relative;}
	.pinpai_w{float: left;width: 74%;height: 136px;background-color: #f6f6f6;margin-left: -3px;padding-left: 50px;padding-top: 26px;}
	.pinpai_w h1{font-family: "Arial";font-size: 20px;color: #0d3677;font-weight: 900;line-height: 24px;text-transform: uppercase;}
	.pinpai_w h6{font-family: "Arial";font-size: 20px;color: #0d3677;font-weight: 900;line-height: 24px;text-transform: uppercase;}
	.pinpai_w p{font-size: 14px;color: #707070;line-height: 25px;margin-top: 6px;}
	.pinpai_w p span{font-size: 20px;color: #0d3677;}
	
/*联系我们*/
	.lxwm{width: 91.666%;margin: 0 auto;margin-top: 49px;}
	.lxwma{width: 100%;}
	.lxwma_a{width: 100%;margin-top: 22px;}
	.lxwma_a img{float: left;width: 27px;height: 27px;}
	.lxwma_a p{float: left;line-height: 27px;font-size: 18px;color: #414141;margin-left: 28px;}
	.ditua_a{margin-top: 62px;width: 100%;}
	.lxwmb{width: 100%;background-image: url(../img/q61.jpg);background-size: cover;background-size: 100%;height: 425px;margin-top: -3px;}
	.lxwmb > img{float: left;margin-top: 33px;margin-left: 33px;}
	.lxwmb_a{width: 68.90%;margin-right: 69px;margin-top: 91px;}
	.nlianxb_a input{width: 45.64%;height: 44px;background-color: #fff;border-radius: 5px;line-height: 44px;padding-left: 21px;color: #315e7a;font-size: 16px;}
	.nchengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.ndianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.nliuy{width: 100%;margin-top: 28px;}
	.nliuy textarea{width: 100%;height: 99px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;font-size: 16px;}
	.nann{width: 100%;margin-top: 43px;}
	.nann input:nth-child(1){width: 145px;height: 45px;background-color: #fff;border-radius: 5px;line-height: 45px;padding-left: 16px;color: #315e7a;font-size: 16px;}
	.nann img{width: 113px;height: 45px;margin-left: 13px;float: left;}
	.nann input:nth-child(4){width: 152px;height: 45px;background-color: #fff;border-radius: 5px;line-height: 45px;text-align: center;color: #27334e;cursor: pointer;font-size: 16px;}
	.nann input:nth-child(3){width: 152px;height: 45px;background-color: #373737;border-radius: 5px;line-height: 45px;text-align: center;color: #fff;margin-left: 29px;cursor: pointer;font-size: 16px;}
	#nbianse{transition: all ease 0.3s;}
	#nbianse:hover{background-color: #373737;color: #fff;}
	.yejy{margin-top: 88px;}
	
/*新闻列表页*/
	.xwl{width: 100%;}
	.xwla{width: 100%;padding: 28px 2.58%;margin-top: 27px;transition: all ease 0.3s;}
	.xwla_a{width: 102px;height: 112px;background-color: #d31636;border-radius: 3px;}
	.xwla_a h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xwla_a h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xwla_a h1 a{font-size: 53px;color: #fff;font-weight: 300;font-family: "SimHei","黑体";}
	.xwla_a h6 a{font-size: 53px;color: #fff;font-weight: 300;font-family: "SimHei","黑体";}
	.xwla_a p{text-align: center;}
	.xwla_a p a{font-size: 16px;color: #fff;line-height: 32px;}
	.xwla_b{width: 70.67%;margin-left: 2.2%;margin-top: 17px;}
	.xwla_b h1{width: 100%;overflow: hidden;}
	.xwla_b h1 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xwla_b p{line-height: 19px;height: 42px;overflow: hidden;margin-top: 9px;}
	.xwla_b p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.xwlb_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;}
	.xwlb_more a{color: #fff;transition: all ease 0.3s;}
	.xwlb_more:hover a{margin-left: 8px;}
	.xwla:hover{box-shadow: 0px 0px 28px 1px rgba(25,119,235,0.19);}
	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 25px;}
	.xwna p{font-size: 16px;color: #707070;}
	.xwna p span{padding: 3px 0 3px 38px;}
	.xwna p span:nth-child(1){background-image: url(../img/q76.png);background-repeat: no-repeat;background-position: center left;margin-right: 139px;display: inline-block;}
	.xwna p span:nth-child(2){background-image: url(../img/q77.png);background-repeat: no-repeat;background-position: center left;}
	.xwnb{width: 100%;margin-top: 33px;margin-bottom: 95px;}
	.xwnb p{font-size: 16px;color: #707070;line-height: 26px;}
	.xwnb img{display: table;margin: 0 auto;margin-top: 70px;}
	
/*媒体库*/
	.meitik{margin-bottom: 79px;}
	.meitika{width: 46.75%;margin-top: 92px;}
	.meitika_t{width: 100%;overflow: hidden;}
	.meitika_t img{width: 100%;transition: all ease 0.3s;}
	.meitika_w{width: 100%;background-color: #f2f2f2;padding: 27px 32px 29px 32px;transition: all ease 0.3s;}
	.meitika_w1{width: 70%;}
	.meitika_w1 h1{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h6{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h1 a{font-family: "Arial";font-size: 20px;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_w1 h6 a{font-family: "Arial";font-size: 20px;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_w1 p{line-height: 24px;height: 22px;overflow: hidden;}
	.meitika_w1 p a{font-size: 14px;color: #707070;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 6px;transition: all ease 0.3s;}
	.meitika_m a{color: #fff;transition: all ease 0.3s;}
	.meitika_m:hover a{margin-left: 8px;}
	.meitika:hover .meitika_t img{transform: scale(1.1);}
	.meitika:hover .bofang img{transform: scale(1);}
	.meitika:hover .meitika_w{background-color: #27334e;}
	.meitika:hover a{color: #fff;}
	
/*媒体库内页*/
	.meitikn{margin-top: 37px;margin-bottom: 71px;}
	.meitikn > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikn > h1{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikna{margin-top: -28px;}
	.meitikna p{width: 100%;font-size: 14px;color: #707070;line-height: 27px;padding: 24px 32px;background-color: #f2f2f2;margin-top: 49px;}
	.meitikn_t{width: 100%;position: relative;}
	.meitikn_t img{width: 46.75%;margin-top: 50px;}
	.meitikn_t img:nth-child(2n+1){float: left;}
	.meitikn_t img:nth-child(2n){float: right;}
	
/*视频内页*/
	.bofang{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;z-index: 10;}
	.video{margin-top: 37px;margin-bottom: 82px;}
	.video > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;text-align: center;}
	.video_a{width: 100%;margin-top: 40px;}
	.video_t{width: 79.75%;margin: 0 auto;}
	.video_t img{width: 100%;}
	.video_a p{width: 79.75%;margin: 0 auto;font-size: 14px;color: #707070;line-height: 27px;padding: 35px 50px;background-color: #f2f2f2;}
	
	
	
	
	
	
	
	
	
	
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 100;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../img/zxkf.gif) no-repeat center; background-color: #27334e; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #27334e; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dinr{ width:300px;border-top: solid 4px #27334e;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #27334e;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../img/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #27334e; padding-top: 10px;font-size: 8px;text-transform: uppercase;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #27334e;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../img/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #27334e; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #27334e;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#27334e;cursor: pointer;}
	.fanh img{width: 100%}
	
@media (min-width: 1302px){
	.tjcp_z{left: -34px;}
	.tjcp_y{right: -34px;}
	.tjcp_za{left: -34px;}
	.tjcp_ya{right: -34px;}

}
	
@media (min-width: 1442px){
	.tjcp_z{left: -104px;}
	.tjcp_y{right: -104px;}
	.tjcp_za{left: -104px;}
	.tjcp_ya{right: -104px;}

}
	

	
	


	
}


@media screen and (min-width:760px) and (max-width:1279px)
{
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;margin-bottom: -50px;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
    /*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-top: 16%;margin-bottom: -8%;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:280px;margin:15px auto;}
.fzf3z{float:left;width:100px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:100px;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
body,html{margin:0; padding:0;font-family: "微软雅黑";font-size: 12px;overflow-x: hidden;-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;overflow:hidden;overflow-y:auto;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "微软雅黑";-webkit-appearance: none;outline: 0;border: none;}
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 96%;margin: 0 auto;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commen1{width: 96%;margin: 0 auto;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	

	
	
/*滚动条样式*/
	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
	::-webkit-scrollbar{width:8px;background-color:#427cd5;border-radius: 5px;}
	::-webkit-scrollbar-thumb{width:8px;background-color:#282828;border-radius: 5px;}
	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#d31636;border-radius: 5px;}
/*top*/
	.dhgd{position: fixed;background-color: #fff;top: 0;z-index: 10000;width: 100%;}
	.top{width: 100%;height: 36px;background: #000000;}
	.top p{font-size: 12px;color: #fff;line-height: 36px;}
	.top p a{font-size: 12px;color: #fff;transition: all ease 0.3s;}
	.top p:nth-child(1){float: left;background-image: url(../img/q1.png);background-repeat: no-repeat;background-position: center left;margin-left: 18px;padding-left: 30px;}
	.top p:nth-child(2){float: right;margin-right: 42px;margin-right: 15px;}
	.top p a:hover{color: #d31636;}
/*nav*/
	.logo{width: 226px;}
	.logo img{width: 100%;}
	.nav{width: 100%;}
	.nava{position: relative;height: 54px;width: 14.28%;}
	.nava > p{line-height: 50px;text-align: center;transition: all ease 0.3s;text-transform: uppercase;}
	.nava > p a{font-size: 14px;color: #222222;transition: all ease 0.3s;}
	.nava:hover > p{border-bottom: 4px solid #be1b1b;}
	.nava:hover > p a{color: #d31636;}
	.navaa > p{border-bottom: 4px solid #be1b1b;}
	.navaa > p a{color: #d31636;}
	.navb{position: absolute;width: 162px;left: calc(50% - 81px);top: 52px;z-index: 100;border-top: 4px solid transparent;}
	.navb p{text-align: center;line-height: 20px;width: 100%;background: rgba(255,255,255,.80);transition: all ease 0.2s;text-transform: uppercase;padding: 12px 0;}
	.navb p a{color: #222222;font-size: 14px;transition: all ease 0.3s;}
	.navb p:hover{background: #d31636;}
	.navb p:hover a{color: #fff;}
	.navaa .navb p:hover a{color: #fff;}

	
/*banner*/
	.banner{width: 100%;position: relative;height: 375px;margin-top: 6px;margin-top: 177px;}
	.bannera{width: 1300px;height: 100%;left: 50%;margin-left: -650px;top: 0;position: absolute;}
	.bant{position: relative;}
	#swiper1{width: 100%;}
	.bant a > img{width: 100%;}
	.banw{position: absolute;left: 22%;color: #fff;top: 18%;}
	.banw img:nth-child(1){width: 53%;}
	.banw img:nth-child(2){margin-top: 30px;width: 70%;}
	.banw img:nth-child(3){margin-top: 20px;width: 42%;}
	.banw img:nth-child(4){margin-top: 30px;}
	#swiper-pagination1{bottom: 20px;}
	#swiper-pagination1 .swiper-pagination-bullet{width: 12px;height: 12px;background-color: rgba(255,255,255,0.8);opacity: 0.9;margin: 0 8px;outline: none;}
	#swiper-pagination1 .swiper-pagination-bullet-active{background-color: #d31636;opacity: 1;width: 12px;height: 12px;}
	#swiper-button-prev1{left: 3%;outline: none;background-image: url(../img/yi09.png);width: 37px;height: 47px;background-size: 100%;}
	#swiper-button-next1{right: 3%;outline: none;background-image: url(../img/yi08.png);width: 37px;height: 47px;background-size: 100%;}
/*产品品牌*/
	.pinp{width: 100%;margin-top: -36px;box-shadow: 0px 1px 25px 2px rgba(224,224,224,0.8);}
	.pinpa{width: 16.666%;height: 303px;background-color: #fff;padding-top: 92px;transition: all ease 0.3s;overflow: hidden;}
	.pinpa_t{width: 80px;margin: 0 auto;position: relative;}
	.pinpa_t img{width: 100%;}
	.pinpa_t img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;transition: all ease 0.5s;}
	.pinpa_t img:nth-child(1){transition: all ease 0.5s;}
	.pinpa_a{width: 44px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 19px;transition: all ease 0.5s;}
	.pinpa h1{text-align: center;line-height: 17px;margin-top: 18px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;height: 38px;}
	.pinpa h6{text-align: center;line-height: 17px;margin-top: 18px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;height: 38px;}
	.pinpa h1 a{font-family: "Arial";color: #27334e;font-size: 20px;font-weight: 900;}
	.pinpa h6 a{font-family: "Arial";color: #27334e;font-size: 20px;font-weight: 900;}
	.pinpa p{text-align: center;width: 90%;margin: 0 auto;line-height: 20px;margin-top: 10px;overflow: hidden;}
	.pinpa p a{font-size: 14px;color: #8d8d8d;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pinp_more{width: 100px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 26px;opacity: 0;transition: all ease 0.3s;}
	.pinp_more a{color: #fff;transition: all ease 0.3s;}
	.pinpa:hover{background-color: #d31636;position: relative;z-index: 2;padding-top: 40px;}
	.pinpa:hover .pinpa_t img:nth-child(2){opacity: 1;animation: dh1 2s linear infinite;}
	.pinpa:hover .pinpa_t img:nth-child(1){opacity: 0;}
	.pinpa:hover .pinpa_a{background-color: #fff;}
	.pinpa:hover h1 a{color: #fff;}
	.pinpa:hover p a{color: #fff;}
	.pinpa:hover .pinp_more{opacity: 1;}
    .pinp_more:hover a{margin-left: 8px;}
	@keyframes dh1{
		0%{transform: translateY(0px);}
		25%{transform: translateY(-8px);}
		50%{transform: translateY(0px);}
		75%{transform: translateY(8px);}
		100%{transform: translateY(0px);}
	}
/*推荐产品*/
	.tjcp{width: 100%;position: relative;margin-top: 82px;}
	.tjcpa h1{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.tjcpa h6{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.tjcpa p{font-size: 14px;color: #a1a1a1;text-align: center;line-height: 30px;}
	.tjcp_x{width: 100%;margin-top: 4px;position: relative;}
	.tjcpb{width: 100%;overflow: hidden;}
	.tjcpc{width: 200%;}
	.tjcpd{width: 12.5%;}
	.tjcpd_t{width: 100%;overflow: hidden;}
	.tjcpd_t img{width: 100%;transition: all ease 0.3s;}
	.tjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.tjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.tjcpd h1 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcpd h6 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.tjcpd p a{font-size: 16px;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 67px;}
	.tjcp_more a{color: #fff;transition: all ease 0.3s;}
	.tjcpd:hover .tjcpd_t img{transform: scale(1.15);}
	.tjcp_more:hover a{margin-left: 8px;}
	.tjcp_z{position: absolute;left: -14px;top: calc(50% - 6px);background-image: url(../img/q20.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_y{position: absolute;right: -14px;top: calc(50% - 6px);background-image: url(../img/q19.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_za{position: absolute;left: -14px;top: calc(50% - 6px);background-image: url(../img/q22.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.tjcp_ya{position: absolute;right: -14px;top: calc(50% - 6px);background-image: url(../img/q21.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
/*媒体库*/
	.meiti{width: 100%;margin-top: 50px;}
	.meitia{width: 50%;background-image: url(../img/q28.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 30px 0;}
	.meitiaa{width: 50%;background-image: url(../img/q29.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 30px 0;}
	.meitia_w{width: 80%;margin: 0 auto;background-color: rgba(12,24,38,0);padding: 70px 0px 40px 0px;transition: all ease 0.5s;height: 320px;}
	.meitia_w h1{width: 90%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h6{width: 90%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h1 a{font-size: 30px;color: #fff;font-family: "Arial";font-weight: 900;display: block;overflow: hidden;}
	.meitia_w h6 a{font-size: 30px;color: #fff;font-family: "Arial";font-weight: 900;display: block;overflow: hidden;}
	.meitia_w p{width: 86%;margin: 0 auto;text-align: center;margin-top: 33px;line-height: 20px;height: 60px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow: hidden;}
	.meitia_w p a{font-size: 14px;color: #fff;font-weight: 900;}
	.meitia_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #d31636;border-radius: 5px;margin: 0 auto;margin-top: 6px;opacity: 0;transition: all ease 0.5s;}
	.meitia_more a{color: #fff;transition: all ease 0.3s;}
	.meitia:hover .meitia_w{background-color: rgba(12,24,38,0.8);}
	.meitia:hover .meitia_more{opacity: 1;}
	.meitiaa:hover .meitia_w{background-color: rgba(12,24,38,0.8);}
	.meitiaa:hover .meitia_more{opacity: 1;}
	.meitia_more:hover a{margin-left: 8px;}
/*四大品牌*/
	.kehu{margin-top: 47px;}
	.sdpp{width: 100%;margin-top: 30px;}
	.sdppa{width: 24.375%;margin: 0 0.3125%;}
	.sdppa img{width: 100%;border-radius: 5px;border: 1px solid #e5e5e5;transition: all ease 0.3s;}
	.sdppa:hover img{border: 1px solid #d31636;}
	.sdpp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 31px;transition: all ease 0.3s;}
	.sdpp_more a{color: #fff;transition: all ease 0.3s;}
	.sdpp_more:hover a{margin-left: 8px;}
/*关于我们*/
	.guanyu{width: 100%;background-image: url(../img/q34.jpg);background-repeat: no-repeat;background-position: center;height: 370px;margin-top: 34px;padding-top: 45px;background-size: 1400px;overflow: hidden;position: relative;}
	.guanyu > img{position: absolute;width: 1300px;height: 372px;left: 50%;margin-left: -650px;top: 0;animation: dh2 20s linear infinite;}
	.guanyu .commen{padding-left: 19px;}
	.guanyu h1{font-size: 30px;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 50px;}
	.guanyu h6{font-size: 30px;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 50px;}
	.guanyu h2{font-size: 30px;color: #fff;text-transform: uppercase;margin-top: -5px;}
	.guanyu .commen > p{font-size: 16px;color: #fff;width: 60%;line-height: 24px;margin-top: 20px;}
	.guanyu_m{margin-top: 30px;}
	.guanyu_m p:nth-child(1){width: 178px;height: 49px;border: 1px solid #fff;border-radius: 5px;font-family: "Arial";line-height: 49px;padding-left: 23px;background-image: url(../img/q34.png);background-repeat: no-repeat;background-position: center right 28px;text-transform: uppercase;transition: all ease 0.3s;float: left;margin-right: 26px;}
	.guanyu_m p:nth-child(1) a{color: #fff;font-weight: bold;font-size: 14px;transition: all ease 0.3s;}
	.guanyu_m p:nth-child(1):hover{background-color: #d31636;background-image: url(../img/q35.png);background-repeat: no-repeat;background-position: center right 28px;border-color: #d31636;}
	.guanyu_m p:nth-child(1):hover a{color: #fff;}
	.guanyu_m p:nth-child(2){width: 226px;height: 49px;border-radius: 5px;font-family: "Arial";line-height: 49px;background-color: #d31636;text-align: center;float: left;text-transform: uppercase;}
	.guanyu_m p:nth-child(2) a{color: #fff;font-weight: bold;font-size: 14px;}
	@keyframes dh2{
		0%{transform: scale(1);}
		25%{transform: scale(1.1)}
		50%{transform: scale(1)}
		75%{transform: scale(1.1)}
		100%{transform: scale(1)}
	}
/*新闻*/
	.xinw{margin-top: 60px;}
	.xinwa{display: table;margin: 0 auto;margin-top: 49px;}
	.xinwa_p{text-align: center;line-height: 55px;height: 64px;width: 197px;background-image: url(../img/q37.png);background-size: 100%;margin: 0 5px;text-transform: uppercase;font-family: "Arial";font-size: 16px;color: #27334e;}
	.xinwa_p a{}
	.xinwa_pa{background-image: url(../img/q36.png);background-size: 100%;color: #fff;}
	.xinwa_pa a{}
	.xinwb{width: 100%;margin-top: 33px;}
	.xinwb_a{width: 44%;margin-left: 1.91%;}
	.xinwb_t{width: 100%;overflow: hidden;}
	.xinwb_t img{width: 100%;transition: all ease 0.3s;}
	.xinwb_w{width: 100%;padding-top: 28px;}
	.xinwb_w1{width: 102px;height: 112px;background-color: #d31636;border-radius: 3px;transition: all ease 0.3s;}
	.xinwb_w1 h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 5px;}
	.xinwb_w1 h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 5px;}
	.xinwb_w1 h1 a{font-size: 53px;color: #fff;font-weight: 300;transition: all ease 0.3s;font-family: "SimHei","黑体";}
	.xinwb_w1 h6 a{font-size: 53px;color: #fff;font-weight: 300;transition: all ease 0.3s;font-family: "SimHei","黑体";}
	.xinwb_w1 p{text-align: center;}
	.xinwb_w1 p a{font-size: 16px;color: #fff;line-height: 32px;transition: all ease 0.3s;}
	.xinwb_w2{width: 62%;}
	.xinwb_w2 h1{width: 100%;overflow: hidden;}
	.xinwb_w2 h1 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xinwb_w2 h2 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;}
	.xinwb_w2 p{line-height: 19px;height: 42px;overflow: hidden;margin-top: 9px;}
	.xinwb_w2 p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.xinwb_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;}
	.xinwb_m a{color: #fff;transition: all ease 0.3s;}
	.xinwb_m:hover a{margin-left: 8px;}
	.xinwb_a:hover .xinwb_t img{transform: scale(1.1);}
	.xinwb_a:hover .xinwb_w{background: #d31636;}
	.xinwb_a:hover .xinwb_m{background: #d31636;}
	.xinwb_a:hover a{color: #fff;}
	.xinwb_b{width: 48%;margin-top: -20px;}
	.xinwb_ba{transition: all ease 0.3s;padding: 19px 10px;}
	.xinwb_ba:hover{box-shadow: 0px 0px 15px 1px rgba(25,119,235,0.2)}
	.xinwb_bm{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;display: none;}
	.xinwb_bm a{color: #fff;transition: all ease 0.3s;}
	.xinwb_bm:hover a{margin-left: 8px;}
/*联系我们*/
	.lianx{width: 100%;background-image: url(../img/q36.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;height: 391px;margin-top: 3%;}
	.lianxa{width: 32.333%;}
	.lianxa h1{font-family: "Arial";font-size: 26px;color: #fff;font-weight: 900;text-transform: uppercase;margin-top: 5%;}
	.lianxa p{font-size: 16px;color: #fff;line-height: 22px;margin-top: 21px;}
	.lianxa_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #d31636;border-radius: 5px;margin-top: 23px;transition: all ease 0.3s;}
	.lianxa_m a{color: #fff;transition: all ease 0.3s;}
	.lianxa_m:hover a{margin-left: 8px;}
	.lianxb{width: 50%;}
	.lianxb h1{font-family: "Arial";font-size: 26px;color: #fff;font-weight: 900;text-transform: uppercase;margin-top: 4%;text-align: right;}
	.lianxb_a{width: 100%;margin-top: 45px;}
	.lianxb_a input{width: 46%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.chengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.dianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.liuy{width: 100%;margin-top: 22px;}
	.liuy textarea{width: 100%;height: 77px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;}
	.ann{width: 100%;margin-top: 32px;}
	.ann input:nth-child(1){width: 85px;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.ann img{width: 85px;height: 35px;margin-left: 10px;float: left;}
	.ann input:nth-child(4){width: 85px;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;text-align: center;color: #27334e;cursor: pointer;}
	.ann input:nth-child(3){width: 85px;height: 35px;background-color: #373737;border-radius: 5px;line-height: 35px;text-align: center;color: #fff;margin-left: 10px;cursor: pointer;}
	#bianse{transition: all ease 0.3s;}
	#bianse:hover{background-color: #373737;color: #fff;}
	
/*页脚*/
	.yej{width: 100%;background-color: #232323;padding-top: 60px;margin-top: 50px;}
	.yej > .commen{padding-bottom: 50px;}
	.yeja{width: 20%;}
	.yeja h1{line-height: 20px;margin-bottom: 20px;}
	.yeja h6{line-height: 20px;margin-bottom: 20px;}
	.yeja h1 a{font-family: "Arial";font-size: 14px;color: #fff;font-weight: 900;transition: all ease 0.3s;}
	.yeja h6 a{font-family: "Arial";font-size: 14px;color: #fff;font-weight: 900;transition: all ease 0.3s;}
	.yeja p{line-height: 22px;width: 90%;}
	.yeja p a{font-size: 12px;color: #ffffff;transition: all ease 0.3s;}
	.yeja a:hover{color: #d31636;}
	.yejx{width: 100%;background-color: #1e1e1e;height: 100px;}
	.yejx .commen1{position: relative;}
	.yejx .commen1 > img{float: left;}
	.yejx p{color: #fff;margin-left: 30px;float: left;margin-top: 38px;}
	.yejx_a{margin-right: 30px;}
	.yejx_a img{float: left;margin: 38px 15px;}
	.fd{position: absolute;right: 26px;top: -26px;cursor: pointer;}
	.fd img{border-radius: 50%;}
	
	.youl{font-size: 12px;line-height: 18px;padding: 5px;padding-left: 10px;}
	.youl a{font-size: 12px;}
	
/*产品列表页*/
	.nban{width: 100%;margin-top: 6px;margin-top: 177px;}
	.nban img{position: relative;width: 1300px;left: 50%;margin-left: -650px;}
	.cpla{width: 100%;margin-top: 39px;}
	.cpla_a img{float: left;}
	.cpla_a p{float: left;margin-left: 15px;font-family: "Arial";font-size: 34px;color: #051418;font-weight: 900;line-height: 55px;text-transform: uppercase;}
	.cpla_a h1{float: left;margin-left: 15px;font-family: "Arial";font-size: 34px;color: #051418;font-weight: 900;line-height: 55px;text-transform: uppercase;}
	.mbx p{font-size: 14px;color: #a1a1a1;line-height: 55px;}
	.mbx p a{font-size: 14px;color: #a1a1a1;transition: all ease 0.3s;}
	.mbx p a:hover{color: #d31636;}
	.cplb{width: 100%;margin-top: 12px;}
	.cplb_a{width: 25%;border: 1px solid #e5e5e5;background-color: transparent;height: 80px;padding-left: 1%;padding-top: 27px;transition: all ease 0.3s;margin-top: 12px;}
	.cplb_t{position: relative;}
	.cplb_t img{width: 45px;}
	.cplb_t img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;transition: all ease 0.3s;}
	.cplb_a p{line-height: 37px;margin-left: 5px;float: left;}
	.cplb_a p a{color: #27334e;font-family: "Arial";font-weight: bold;font-size: 14px;transition: all ease 0.3s;}
	.cplb_a:nth-child(6) p{line-height: 18px;width: 123px;}
	.cplb_aa{background-color: #d31636;}
	.cplb_aa .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_aa .cplb_t img:nth-child(1){opacity: 0;}
	.cplb_aa p a{color: #fff;}
	.cplb_a:hover{background-color: #d31636;}
	.cplb_a:hover .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_a:hover p a{color: #fff;}
	.cplc{width: 100%;height: 67px;background-color: #f7f7f7;padding-left: 10px;margin-top: 49px;}
	.cplc p{float: left;font-family: "Arial";font-size: 16px;color: #cecece;font-weight: bold;text-transform: uppercase;line-height: 67px;margin-right: 10px;}
	.cplc img{float: left;margin: 14px 0px;transition: all ease 0.3s;width: 165px;}
	.cplc img:hover{transform: translateY(-3px);}
	.cpld{width: 100%;margin-top: 22px;}
	.cpld_a{width: 22.26%;border: 1px solid #dddddd;margin: 1.6% 1.37%;padding-bottom: 45px;padding-top: 5px;transition: all ease 0.3s;}
	.cpld_t{width: 100%;overflow: hidden;}
	.cpld_t img{width: 100%;}
	.cpld_a h1{width: 92%;margin: 0 auto;overflow: hidden;line-height: 32px;margin-top: 13px;}
	.cpld_a h5{width: 92%;margin: 0 auto;overflow: hidden;line-height: 32px;margin-top: 13px;}
	.cpld_a h1 a{font-family: "Arial";font-size: 22px;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h5 a{font-family: "Arial";font-size: 22px;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a p{line-height: 26px;width: 92%;margin: 0 auto;overflow: hidden;height: 26px;}
	.cpld_a p a{font-size: 16px;color: #63656a;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h6{line-height: 26px;width: 98%;margin: 0 auto;overflow: hidden;}
	.cpld_a h6 a{font-size: 14px;color: #8d8d8d;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 25px;transition: all ease 0.3s;}
	.cpld_more a{color: #fff;transition: all ease 0.3s;}
	.cpld_more:hover a{margin-left: 8px;}
	.cpld_a:hover{border-color: transparent;box-shadow: 0 0 20px 1px rgba(251,185,196,0.42);}
	.yema{display: table;margin: 0 auto;margin-top: 36px;}
	.yema_a{background-color: #eff0f6;text-align: center;line-height: 60px;width: 60px;transition: all ease 0.3s;}
	.yema_a a{font-size: 18px;color: #5b5b5b;transition: all ease 0.3s;}
	.yema_a:hover{background-color: #d31636;}
	.yema_a:hover a{color: #fff;}
	.yema_a:first-child{margin-right: 33px;}
	.yema_a:last-child{margin-left: 33px;}
	.yema_aa{background-color: #d31636;}
	.yema_aa a{color: #fff;}
	.tjxw{width: 97.65%;margin: 0 auto;margin-top: 74px;}
	.tjxw img{width: 280px; float: left;}
	.tjxwa{width: 59.5%;}
	.tjxwa_a{width: 33.333%;border: 1px solid #e5e5e5;padding: 28.3px 0 20px 0;transition: all ease 0.3s;}
	.tjxwa_a p{width: 78%;margin: 0 auto;line-height: 19px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.tjxwa_a p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.tjxwa_a:hover{border-color: #d31636;}
	.tjxwa_a:hover a{color: #d31636;}
	.ntjcp_x{width: 93.75%;margin: 0 auto;margin-top: 4px;position: relative;}
	.ntjcpb{width: 89%;margin: 0 auto;overflow: hidden;}
	.ntjcpc{width: 200%;}
	.ntjcpd{width: 12.5%;}
	.ntjcpd_t{width: 90%;margin: 0 auto;overflow: hidden;}
	.ntjcpd_t img{width: 100%;transition: all ease 0.3s;}
	.ntjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h1 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd h6 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.ntjcpd p a{font-size: 16px;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 67px;}
	.ntjcp_more a{color: #fff;transition: all ease 0.3s;}
	.ntjcpd:hover .ntjcpd_t img{transform: scale(1.15);}
	.ntjcp_more:hover a{margin-left: 8px;}
	.ntjcp_z{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q20.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_y{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q19.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_za{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q22.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_ya{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q21.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	
/*产品内页*/
	.cpna{width: 100%;margin-top: 77px;position: relative;}
	.cpna_t{width: 506px;border: 1px solid #e5e5e5;float: left;}
	.top_change{width: 100%;}
	.cpna_w{float: left;width: 100%;background-image: url(../img/q53.png);background-repeat: no-repeat;background-size: 100% 100%;padding-left: 2%;padding-bottom: 2%;margin-top: 3%;}
	.cpna_w1{width: 96%;margin-left: -12px;}
	.cpna_w1 img{padding: 0 0px;border-right: 1px solid #efefef;display: inline-block;width: 135px;}
	.cpna_w1 img:last-child{border: none;}
	.cpna_w2{width: 96%;}
	.cpna_w2 h1{font-size: 30px;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 30px;margin-top: 5px;}
	.cpna_w2 h3{font-size: 30px;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 30px;margin-top: 5px;}
	.cpna_w2 h2{font-size: 16px;color: #63656a;text-transform: uppercase;line-height: 26px;border-bottom: 2px solid #e1e1e1;display: inline-block;margin-top: 10px;padding-bottom: 7px;}
	.cpna_w2 h6{font-size: 15px;color: #8d8d8d;text-transform: uppercase;line-height: 26px;margin-top: 5px;}
	.cpna_w2 p{font-size: 14px;color: #8a8a8a;line-height: 22px;margin-top: 3%;}
	.cpna_w2 p span{font-size: 16px;color: #27334e;font-weight: bold;font-family: "Arial";}
	.cpna_w3{width: 96%;margin-top: 22px;}
	.cpna_w3a{width: 20%;}
	.cpna_w3a img{width: 60px;margin: 0 auto;}
	.cpna_w3a p{text-align: center;font-size: 10px;color: #030303;line-height: 20px;text-transform: uppercase;margin-top: 2px;}
	.cpnb{width: 100%;margin-top: 66px;}
	.cpnb_a{width: 100%;}
	.cpnb_at{width: 50%;overflow: hidden;cursor: pointer;}
	.cpnb_a img{width: 100%;transition: all ease 0.3s;}
	.cpnb_at img:hover{transform: scale(1.1);}
	.cpnb_b{width: 759px;margin: 0 auto;background-image: url(../img/q53.png);background-size: 100%;margin-top: 52px;position: relative;}
	.cpnb_ba h1{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.cpnb_ba h6{text-align: center;font-family: "Arial";color: #051418;font-size: 34px;font-weight: 900;text-transform: uppercase;line-height: 30px;}
	.cpnb_ba p{font-size: 14px;color: #a1a1a1;text-align: center;line-height: 30px;}
	.cpnb_t{width: 100%;margin: 0 auto;}
	.cpnb_t img{width: 100%;}
	.cpnb_b > p{position: absolute;font-size: 14px;color: #8a8a8a;line-height: 19px;}
	.cpnb_b > p span{font-size: 14px;color: #27334e;font-family: "Arial";font-weight: bold;display: inline-block;margin-bottom: 10px;}
	.cpnb_p1{text-align: right;width:210px;top: 28%;left: 0%;}
	.cpnb_p2{width: 223px;top: 29%;right: 1%;}
	.cpnb_p3{width: 200px;top: 65%;right: 2%;}
	.cpnb_t1{position: absolute;left: 220px;top: 98px;width: 107px;}
	.cpnb_t2{position: absolute;right: 241px;top: 105px;width: 108px;}
	.cpnb_t3{position: absolute;right: 225px;bottom: 14px;width: 47px;}
	.cpnb_c{margin-top: 53px;}
	.cpnb_c > h2{text-align: center;font-family: "Arial";font-size: 40px;color: #d62c46;text-transform: uppercase;font-weight: 900;font-style: italic;margin-top: 21px;}
	table{width: 100%;margin: 0 auto;border-bottom: 4px solid #231815;margin-top: 2px;}
	.tr1{background-color: #231815;}
	.tr2{background-color: #f5f5f5;}
	.tr3{background-color: #e8e8e8;}
	.tr1 td{color: #fff;height: 42px;font-size: 16px;text-align: center;}
	.tr2 td{color: #383838;height: 35px;font-size: 14px;text-align: center;}
	.tr3 td{color: #383838;height: 35px;font-size: 14px;text-align: center;}
	.fhlb{margin-top: 54px;}
	.fhlb p{background-image: url(../img/q62.png);width: 216px;height: 60px;background-size: 100%;line-height: 60px;padding-left: 32px;}
	.fhlb p a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.fhlb p:hover a{margin-left: 8px;}
	
	#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
	#tsShopContainer{width:100%;position:relative;font-size:12px;z-index:3}
	#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;}
	#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
	#tsShopContainer #tsImgS img{border:0px;}
	#tsShopContainer #tsPicContainer{width:100%;height:70px;position: absolute;z-index:100}
	#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:-82px;left:0px;width:1px;height:70px;overflow:hidden;z-index:5}
	#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
	#tsShopContainer #tsPicContainer #tsImgSCon li{width:83px;float:left;cursor:pointer;height:70px;overflow:hidden;padding-left: 10px;}
	#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto 0 auto;border:1px solid #e5e5e5;display:block;width:70px;height:70px}
	#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #F00;margin:0 auto 0 auto;}
	
/*关于我们*/
	.gy1{background-image: url(../img/q46.jpg);background-repeat: no-repeat;background-position: right top 300px;font-family: "SimHei","黑体";}
	.gy1a{width: 100%;margin-top: 9px;}
	.gy1a_p{width: 25%;line-height: 90px;border: 1px solid #e5e5e5;text-align: center;margin-top: 17px;transition: all ease 0.3s;}
	.gy1a_p a{font-size: 16px;color: #27334e;font-weight: bold;font-family: "Arial";transition: all ease 0.3s;}
	.gy1a_p:hover{background-color: #d31636;border-color: #d31636;}
	.gy1a_p:hover a{color: #fff;}
	.gy1a_pa{background-color: #d31636;border-color: #d31636;}
	.gy1a_pa a{color: #fff;}
	.gy1b{width: 93.75%;margin: 0 auto;}
	.gy1b_a{width: 100%;margin-top: 77px;}
	.gy1b_a h1{font-size: 34px;color: #27334e;text-transform: uppercase;line-height: 50px;}
	.gy1b_a h6{font-size: 34px;color: #27334e;text-transform: uppercase;line-height: 50px;}
	.gy1b_a p{font-size: 16px;color: #707070;line-height: 27px;margin-top: 39px;}
	.gy1b_b{width: 91.666%;margin: 0 auto;margin-top: 117px;}
	.gy1b_b h1{font-size: 26px;color: #051418;font-family: "Arial";font-weight: 900;line-height: 36px;}
	.gy1b_b h6{font-size: 26px;color: #051418;font-family: "Arial";font-weight: 900;line-height: 36px;}
	.gy1b_b p{font-size: 16px;color: #9b9c9c;line-height: 26px;margin-top: 7px;}
	.gy1b_b img{width: 102%;margin-left: -2%;margin-top: 30px;}
	.gy1c{display: table;margin: 0 auto;margin-top: 85px;}
	.gy1c_p{line-height: 26px;}
	.gy1c_p a{font-family: "Arial";font-size: 18px;color: #27334e;font-weight: bold;transition: all ease 0.3s;}
	.gy1c_x{line-height: 26px;margin: 0 18px;}
	.gy1c_x a{font-family: "Arial";font-size: 18px;color: #27334e;font-weight: bold;}
	.gy1c_p:hover a{color: #d31636;}
	.gy1c_pa a{color: #d31636;}
	
/*工厂实力*/
	.gy2a{width: 93.75%;margin: 0 auto;margin-top: 60px;}
	.gy2a_a{width: 100%;}
	.gy2a_a h1{font-family: "Arial";font-size: 40px;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 50px;}
	.gy2a_a h6{font-family: "Arial";font-size: 40px;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 50px;}
	.gy2a_xt{width: 57px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 8px;}
	.gy2a_a p{text-align: center;font-size: 14px;font-family: "Arial";color: #a1a1a1;font-weight: bold;line-height: 20px;margin-top: 9px;}
	.gy2a_b{width: 95.8333%;margin-top: 70px;}
	.gy2a_ba{width: 29.17%;}
	.gy2a_bb{width: 100%;}
	.gy2a_bb h1{font-family: "Arial";font-size: 26px;color: #051418;font-weight: 900;line-height: 36px;}
	.gy2a_bb h6{font-family: "Arial";font-size: 26px;color: #051418;font-weight: 900;line-height: 36px;}
	.gy2a_bb p{font-family: "Arial";font-size: 16px;color: #9b9c9c;font-weight: 500;line-height: 20px;margin-top: 9px;height: 249px;}
	.gy2a_b img{width: 54%;margin-top: 16%;float: left;margin-left: 5px;}
	.gy2a_baa{margin-left: -13.55%;}
	.gy2b{width: 100%;margin-bottom: -33px;}
	.gy2b_a{width: 25%;overflow: hidden;position: relative;cursor: pointer;}
	.gy2b_a img{width: 100%;transition: all ease 0.3s;}
	.gy2b_a p{position: absolute;left: 5%;width: 90%;text-align: center;color: #ededed;bottom: 10px;font-size: 16px;text-transform: uppercase;z-index: 2;}
	.gy2b_a::after{content: "";position: absolute;display: inline-block;width: 100%;height: 100%;background-color: #000;left: 0;top: 0;opacity: 0.6;z-index: 1;transition: all ease 0.3s;}
	.gy2b_a:hover::after{opacity: 0;}
	.gy2b_a:hover img{transform: scale(1.05);}
	
/*历史*/
	.gy3a{margin-top: 52px;}
	.gy3a > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a > h1{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a_x{background-image: url(../img/q69.png);background-repeat: repeat-y;background-position: left 96px top 45px;margin-top: 35px;}
	.gy3a_p{width: 100%;margin-bottom: 39px;}
	.gy3a_p h1{float: left;width: 90px;font-size: 22px;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p h6{float: left;width: 90px;font-size: 22px;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p p{width: 86%;float: left;position: relative;font-size: 16px;color: #212121;line-height: 28px;padding-left: 40px;}
	.gy3a_p p img{display: inline-block;margin-right: 15px;}
	.gy3a_p p::after{content: "";position: absolute;left: 0;top: 7px;background-image: url(../img/q55.jpg);width: 14px;height: 14px;}
	
/*荣誉资质*/
	.ryzz{width: 100%;margin-top: 6px;}
	.ryzz_a{width: 29%;margin: 29px 0;}
	.ryzz_a img{width: 100%;border: 1px solid #e5e5e5;}
	.ryzz_a p{width: 100%;height: 100px;text-align: center;font-size: 14px;color: #707070;background-color: #f2f2f2;line-height: 23px;padding-top: 25px;}
	.ryzz_a:nth-child(3n+2){margin: 29px 6.5%;}
	
/*品牌*/
	.pinpai{width: 100%;margin-top: -43px;}
	.pinpai_a{width: 100%;margin-top: 83px;}
	.pinpai_a img{float: left;width: 312px;border-radius: 5px;border: 1px solid #e5e5e5;position: relative;}
	.pinpai_w{float: left;width: 58%;height: 136px;background-color: #f6f6f6;margin-left: -3px;padding-left: 30px;padding-top: 10px;}
	.pinpai_w h1{font-family: "Arial";font-size: 20px;color: #0d3677;font-weight: 900;line-height: 24px;text-transform: uppercase;}
	.pinpai_w h6{font-family: "Arial";font-size: 20px;color: #0d3677;font-weight: 900;line-height: 24px;text-transform: uppercase;}
	.pinpai_w p{font-size: 14px;color: #707070;line-height: 25px;margin-top: 6px;}
	.pinpai_w p span{font-size: 20px;color: #0d3677;}
	
/*联系我们*/
	.lxwm{width: 91.666%;margin: 0 auto;margin-top: 49px;}
	.lxwma{width: 100%;}
	.lxwma_a{width: 100%;margin-top: 22px;}
	.lxwma_a img{float: left;width: 27px;height: 27px;}
	.lxwma_a p{float: left;line-height: 27px;font-size: 18px;color: #414141;margin-left: 28px;width: 91%;}
	.ditua_a{margin-top: 62px;width: 100%;}
	.lxwmb{width: 100%;background-image: url(../img/q61.jpg);background-size: cover;background-size: 100%;height: 425px;margin-top: -3px;}
	.lxwmb > img{float: left;margin-top: 33px;margin-left: 33px;}
	.lxwmb_a{width: 69%;margin-right:3%;margin-top: 4%;}
	.nlianxb_a input{width: 45.64%;height: 44px;background-color: #fff;border-radius: 5px;line-height: 44px;padding-left: 21px;color: #315e7a;font-size: 16px;}
	.nchengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.ndianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.nliuy{width: 100%;margin-top: 28px;}
	.nliuy textarea{width: 100%;height: 99px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;font-size: 16px;}
	.nann{width: 100%;margin-top: 43px;}
	.nann input:nth-child(1){width: 115px;height: 45px;background-color: #fff;border-radius: 5px;line-height: 45px;padding-left: 16px;color: #315e7a;}
	.nann img{width: 113px;height: 45px;margin-left: 13px;float: left;}
	.nann input:nth-child(4){width: 112px;height: 45px;background-color: #fff;border-radius: 5px;line-height: 45px;text-align: center;color: #27334e;cursor: pointer;}
	.nann input:nth-child(3){width: 112px;height: 45px;background-color: #373737;border-radius: 5px;line-height: 45px;text-align: center;color: #fff;margin-left: 29px;cursor: pointer;}
	#nbianse{transition: all ease 0.3s;}
	#nbianse:hover{background-color: #373737;color: #fff;}
	.yejy{margin-top: 88px;}
	
/*新闻列表页*/
	.xwl{width: 100%;}
	.xwla{width: 100%;padding: 28px 2.58%;margin-top: 27px;transition: all ease 0.3s;}
	.xwla_a{width: 102px;height: 112px;background-color: #d31636;border-radius: 3px;}
	.xwla_a h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;}
	.xwla_a h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;}
	.xwla_a h1 a{font-size: 53px;color: #fff;font-weight: 300;}
	.xwla_a h6 a{font-size: 53px;color: #fff;font-weight: 300;}
	.xwla_a p{text-align: center;}
	.xwla_a p a{font-size: 16px;color: #fff;line-height: 32px;}
	.xwla_b{width: 60.67%;margin-left: 2.2%;margin-top: 17px;}
	.xwla_b h1{width: 100%;overflow: hidden;}
	.xwla_b h1 a{font-family: "Arial";font-size: 24px;color: #27334e;font-weight: bold;transition: all ease 0.3s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xwla_b p{line-height: 19px;height: 42px;overflow: hidden;margin-top: 9px;}
	.xwla_b p a{font-size: 13px;color: #878787;transition: all ease 0.3s;}
	.xwlb_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 41px;transition: all ease 0.3s;}
	.xwlb_more a{color: #fff;transition: all ease 0.3s;}
	.xwlb_more:hover a{margin-left: 8px;}
	.xwla:hover{box-shadow: 0px 0px 28px 1px rgba(25,119,235,0.19);}
	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 25px;}
	.xwna p{font-size: 16px;color: #707070;}
	.xwna p span{padding: 3px 0 3px 38px;}
	.xwna p span:nth-child(1){background-image: url(../img/q76.png);background-repeat: no-repeat;background-position: center left;margin-right: 139px;display: inline-block;}
	.xwna p span:nth-child(2){background-image: url(../img/q77.png);background-repeat: no-repeat;background-position: center left;}
	.xwnb{width: 100%;margin-top: 33px;margin-bottom: 95px;}
	.xwnb p{font-size: 16px;color: #707070;line-height: 26px;}
	.xwnb img{width: 92%;margin: 0 auto;margin-top: 70px;}
	
/*媒体库*/
	.meitik{margin-bottom: 79px;}
	.meitika{width: 48%;margin-top: 92px;}
	.meitika_t{width: 100%;overflow: hidden;}
	.meitika_t img{width: 100%;transition: all ease 0.3s;}
	.meitika_w{width: 100%;background-color: #f2f2f2;padding: 27px 15px 29px 15px;transition: all ease 0.3s;}
	.meitika_w1{width: 62%;}
	.meitika_w1 h1{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h6{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h1 a{font-family: "Arial";font-size: 20px;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_w1 h6 a{font-family: "Arial";font-size: 20px;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_w1 p{line-height: 24px;height: 22px;overflow: hidden;}
	.meitika_w1 p a{font-size: 14px;color: #707070;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all ease 0.3s;}
	.meitika_m{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 6px;transition: all ease 0.3s;}
	.meitika_m a{color: #fff;transition: all ease 0.3s;}
	.meitika_m:hover a{margin-left: 8px;}
	.meitika:hover .meitika_t img{transform: scale(1.1);}
	.meitika:hover .meitika_w{background-color: #27334e;}
	.meitika:hover a{color: #fff;}
	
/*媒体库内页*/
	.meitikn{margin-top: 37px;margin-bottom: 82px;}
	.meitikn > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikn > h1{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikna{margin-top: -28px;}
	.meitikna p{width: 100%;font-size: 14px;color: #707070;line-height: 27px;padding: 24px 32px;background-color: #f2f2f2;margin-top: 49px;}
	.meitikn_t{width: 100%;position: relative;}
	.meitikn_t img{width: 46.75%;margin-top: 50px;}
	.meitikn_t img:nth-child(2n+1){float: left;}
	.meitikn_t img:nth-child(2n){float: right;}
	
/*视频内页*/
	.bofang{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;z-index: 10;}
	.video{margin-top: 37px;margin-bottom: 82px;}
	.video > p{font-size: 34px;color: #27334e;line-height: 40px;text-transform: uppercase;letter-spacing: 1px;text-align: center;}
	.video_a{width: 100%;margin-top: 40px;}
	.video_t{width: 82%;margin: 0 auto;}
	.video_t img{width: 100%;}
	.video_a p{width: 82%;margin: 0 auto;font-size: 14px;color: #707070;line-height: 27px;padding: 35px 50px;background-color: #f2f2f2;}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 1000;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../img/zxkf.gif) no-repeat center; background-color: #27334e; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #27334e; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dinr{ width:300px;border-top: solid 4px #27334e;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #27334e;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../img/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #27334e; padding-top: 10px;font-size: 8px;text-transform: uppercase;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #27334e;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../img/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #27334e; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #27334e;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#27334e;cursor: pointer;}
	.fanh img{width: 100%}
	

	
	
	
	

	

	
	
	
@media (min-width: 850px){
	.banw{left: 19%;}
	.xinwb_w2{width: 65%;}
	.cplb_a p a{font-size: 16px;}
	.cplc img{margin: 16px 16px;}
	.tjxwa{width: 64.5%;}
	.gy2a_b img{margin-top: 12%;}
	.pinpai_w{width: 62%;}

}
	
	
	
	
@media (min-width: 900px){
	.nava > p a{font-size: 16px;}
	.xinwb_w2{width: 68%;}
	.cplc img{margin: 16px 26px;}
	.tjxwa{width: 68.5%;}
	.gy2a_b img{margin-top: 10%;}
	.pinpai_w{width: 64%;}
	.cpna_w1 img{width: 145px;}


}

@media (min-width: 950px){
	.banw{left: 17%;}
	.xinwb_w2{width: 70%;}
	.cplb_a{padding-left: 3%;}
	.tjxwa{width: 69.5%;}
	.gy1c_x{line-height: 26px;margin: 0 28px;}
	.gy2a_b img{margin-top: 6%;}
	.gy3a_p p{width: 88%;}
	.pinpai_w{width: 66%;}


		
}
	
	
	
	
@media (min-width: 1000px){	
	.banw{left: 15%;}
	.guanyu .commen > p{width: 50%;}
	.xinwb_w2{width: 72%;}
	.xinwb_bm{display: block;margin-top: 0;}
	.cplc img{margin: 16px 32px;}
	.tjxwa{width: 70.5%;}
	.cpnb_b{width: 980px;}
	.cpnb_p1{width:238px;top: 22%;left: 0%;}
	.cpnb_p2{width: 260px;top: 25%;right: 2%;}
	.cpnb_p3{width: 237px;top: 57%;right: 2%;}
	.cpnb_t1{left: 248px;top: 91px;width: 107px;}
	.cpnb_t2{right: 289px;top: 104px;width: 134px;}
	.cpnb_t3{right: 271px;bottom: 27px;width: 68px;}
	.gy2a_b img{margin-top: 4%;}
	.gy3a_p p{width: 89%;}
	.pinpai_w{width: 67%;}
	.xwla_b{width: 65.67%;}
	.meitika_w1{width: 70%;}
	.cpna_w1 img{width: 155px;}

	
}
	
	
@media (min-width: 1100px){
	.xinwb_w2{width: 74%;}
	.xinwb_bm{margin-top: 5%;}
	.gy2a_b img{margin-top: 1%;}
	.pinpai_w{width: 70%;padding-top: 20px;}





}
	
@media (min-width: 1198px){
	.pinpai_w{width: 73%;}




}
	
	

}


@media(max-width:760px)
{
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;margin-bottom: 20px;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
    /*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-top: 16%;margin-bottom: -8%;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:280px;margin:15px auto;}
.fzf3z{float:left;width:100px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:100px;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
    
html{overflow:hidden;overflow-y:auto;height: 100%;}
body,html{margin:0; padding:0;background: #fff;font-family:font2,HELVETICANEUELTPRO-THEX, Arial,sans-serif;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling: touch;overflow:hidden;overflow-y:auto;height: 100%;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;font-family: "微软雅黑";-webkit-appearance: none;outline: none;border: none;}
.pc{display: none;}
.mob{display: block;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 92%;margin: 0 auto;}
*{box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}
@font-face {
    font-family: 'font2';
    src: url(../font/msyh.eot);
    src: url('../font/msyh.eot.eot?#iefix') format('embedded-opentype'),
	 url('../font/msyh.woff') format('woff'),
	 url('../font/msyh.ttf') format('truetype'),
	 url('../font/msyh.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
  }
			
	

/*手机banner*/
	.sjban{width: 100%;margin-top: 21%;}
	.sjban .swiper-container{width: 100%;}
	.sjban .swiper-slide{width: 100%;}
	.sjban .swiper-slide img{width: 100%;}

	
/*滚动条样式*/
	
/*手机nav*/
	.sjdhgd{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 10000;border-top: 10px solid #000000;}
	.sjdh{width: 94%;margin: 0 auto;padding-bottom: 1%;position: relative;transition: all ease 0.5s;}
	.sjdha{width: 100%;}
	.sjdha_t1{width: 48%;margin-left: 3%;}
	.sjdha_t1 img{width: 100%;}
	.sjdha_t2{width: 40px;margin-top: 5%;margin-right: 1%;}
	.sjdha_t2 img{width: 100%;}
	.huakuai{position: fixed;top: 0;right: -100%;z-index: 9999;transition: all .4s cubic-bezier(.4,0,0,1);width: 100%;background: rgba(0,0,0,0.5);height: 100%;}
	.sjdhb{width: 79%;background: #fff;overflow-y: scroll;height: 100%;padding-bottom: 10%;}
	.guanbi{width: 100%;}
	.guanbi img{width: 22px;height: 22px;margin: 5%;float: right;}
	.sjdhb_a{width: 100%;}
	.sjdhb_a h1{line-height: 43px;width: 100%;padding-left: 18px;text-transform: uppercase;}
	.sjdhb_a h6{line-height: 43px;width: 100%;padding-left: 18px;text-transform: uppercase;}
	.sjdhb_a h1 a{font-size: 1.2rem;color: #27334e;}
	.sjdhb_a h6 a{font-size: 1.2rem;color: #27334e;}
	.sjdhb_ah1 h6{border-left: 3px solid #27334e;background: #f6f6f6;}
	.sjdhb_aa{width: 100%;}
	.sjdhb_p{width: 100%;line-height: 24px;padding-left: 37px;text-transform: uppercase;margin: 11px 0;}
	.sjdhb_p a{font-size: 0.9rem;color: #858585;}
	.sjdhb_pa a{color: #27334e;}

/*产品品牌*/
	.pinp{width: 100%;}
	.pinpa{width: 50%;background-color: #fff;padding: 7% 0 5% 0;overflow: hidden;}
	.pinpa:nth-child(1){background-color: #f9f7f7;}
	.pinpa:nth-child(4){background-color: #f9f7f7;}
	.pinpa:nth-child(5){background-color: #f9f7f7;}
	.pinpa_t{width: 72px;margin: 0 auto;}
	.pinpa_t img{width: 100%;}
	.pinpa_t img:nth-child(2){display: none;}
	.pinpa_a{width: 40px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 4%;}
	.pinpa h1{text-align: center;line-height: 15px;margin-top: 6%;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;height: 38px;}
	.pinpa h6{text-align: center;line-height: 15px;margin-top: 6%;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;height: 38px;}
	.pinpa h1 a{font-family: "Arial";color: #27334e;font-size: 1rem;font-weight: 900;}
	.pinpa h6 a{font-family: "Arial";color: #27334e;font-size: 1rem;font-weight: 900;}
	.pinpa p{display: none;}
	.pinp_more{display: none;}
/*推荐产品*/
	.tjcp{width: 100%;position: relative;margin-top: 6%;overflow-x: hidden;}
	.tjcpa h1{text-align: center;font-family: "Arial";color: #051418;font-size: 1.45rem;font-weight: 900;text-transform: uppercase;line-height: 26px;}
	.tjcpa h6{text-align: center;font-family: "Arial";color: #051418;font-size: 1.45rem;font-weight: 900;text-transform: uppercase;line-height: 26px;}
	.tjcpa p{font-size: 0.7rem;color: #a1a1a1;text-align: center;line-height: 20px;}
	.sjtjcp{width: 150%;margin-left: -25%;}
	#Swiper3{width: 100%;}
	.stjcpd{width: 100%;}
	.tjcpd_t{width: 100%;overflow: hidden;}
	.tjcpd_t img{width: 100%;}
	.stjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 20px;margin-top: 6%;}
	.stjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 20px;margin-top: 6%;}
	.stjcpd h1 a{font-size: 1rem;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.stjcpd h6 a{font-size: 1rem;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.stjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.stjcpd p a{font-size: 0.9rem;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.tjcp_more{width: 56%;height: 30px;text-align: center;line-height: 30px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 15%;}
	.tjcp_more a{color: #fff;font-size: 0.8rem;}
	#Swiper3 .swiper-slide{width: 100%;}
	#Swiper3 .swiper-slide h1{opacity: 0;transition: all ease 0.3s;}
	#Swiper3 .swiper-slide p{opacity: 0;transition: all ease 0.3s;}
	#Swiper3 .swiper-slide .tjcp_more{opacity: 0;transition: all ease 0.3s;}
	#Swiper3 .swiper-slide-active .tjcp_more{opacity: 1;}
	#Swiper3 .swiper-slide-active h1{opacity: 1;}
	#Swiper3 .swiper-slide-active p{opacity: 1;}
	#Swiper3 .swiper-slide-prev::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #fff;opacity: 0.8;transition: all ease 0.3s;}
	#Swiper3 .swiper-slide-next::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #fff;opacity: 0.8;transition: all ease 0.3s;}
	#swiper-button-prev2{left: 29%;top: 100%;background-image: url(../img/q20.png);width: 38px;height: 11px;background-size: 100%;outline: none;}
	#swiper-button-prev2:hover{background-image: url(../img/q22.png);width: 38px;height: 11px;background-size: 100%;}
	#swiper-button-next2{right: 29%;top: 100%;background-image: url(../img/q19.png);width: 38px;height: 11px;background-size: 100%;outline: none;}
	#swiper-button-next2:hover{background-image: url(../img/q21.png);width: 38px;height: 11px;background-size: 100%;}
	
/*媒体库*/
	.meiti{width: 92%;margin: 0 auto;margin-top: 8%;}
	.meitia{width: 100%;background-image: url(../img/q28.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 7% 0;float: none;}
	.meitiaa{width: 100%;background-image: url(../img/q29.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 7% 0;float: none;margin-top: 4%;}
	.meitia_w{width: 88.4%;margin: 0 auto;background-color: rgba(12,24,38,0.8);padding: 8% 0px 6% 0px;transition: all ease 0.5s;}
	.meitia_w h1{width: 90%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h6{width: 90%;margin: 0 auto;text-align: center;overflow: hidden;}
	.meitia_w h1 a{font-size: 1.2rem;color: #fff;font-family: "Arial";font-weight: 900;display: block;}
	.meitia_w h6 a{font-size: 1.2rem;color: #fff;font-family: "Arial";font-weight: 900;display: block;}
	.meitia_w p{width: 80%;margin: 0 auto;text-align: center;margin-top: 2%;line-height: 20px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.meitia_w p a{font-size: 0.85rem;color: #fff;font-weight: 500;}
	.meitia_more{width: 34%;height: 30px;text-align: center;line-height: 30px;background-color: #d31636;border-radius: 5px;margin: 0 auto;margin-top: 8%;opacity: 1;}
	.meitia_more a{color: #fff;font-size: 0.8rem;}
/*四大品牌*/
	.kehu{margin-top: 8%;}
	.sdpp{width: 92%;margin: 0 auto;margin-top: 2%;}
	.sdppa{width: 48%;margin: 2% 1%;}
	.sdppa img{width: 100%;border-radius: 5px;border: 1px solid #e5e5e5;}
	.sdppa:hover img{border: 1px solid #d31636;}
	.sdpp_more{width: 30%;height: 30px;text-align: center;line-height: 30px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 6%;}
	.sdpp_more a{color: #fff;font-size: 0.8rem;}
/*关于我们*/
	.guanyu{width: 100%;background-image: url(../img/q37.jpg);background-repeat: no-repeat;background-position: center;margin-top: 34px;padding: 5% 0 6% 0;background-size: cover;animation: dh0 30s linear infinite;overflow: hidden;position: relative;}
	.guanyu > img{position: absolute;width: 400px;left: 50%;margin-left: -200px;top: 0;animation: dh2 20s linear infinite;}
	.guanyu .commen{padding-left: 19px;position: relative;z-index: 11;}
	.guanyu h1{font-size: 1.1rem;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 40px;text-align: center;}
	.guanyu h6{font-size: 1.1rem;font-family: "Arial";color: #fff;font-weight: 900;text-transform: uppercase;line-height: 40px;text-align: center;}
	.guanyu h2{font-size: 1.1rem;color: #fff;text-transform: uppercase;margin-top: -5px;text-align: center;}
	.guanyu .commen > p{font-size: 0.9rem;color: #fff;width: 90%;line-height: 22px;margin-top: 4%;text-align: center;height: 66px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
	.guanyu_m{width: 96%;margin: 0 auto;margin-top: 24%;}
	.guanyu_m p:nth-child(1){width: 46%;height: 40px;border: 1px solid #d31636;border-radius: 5px;font-family: "Arial";line-height: 40px;padding-left: 10px;background-color: #d31636;background-image: url(../img/q35.png);background-repeat: no-repeat;background-position: center right 18px;text-transform: uppercase;float: left;}
	.guanyu_m p:nth-child(1) a{color: #fff;font-weight: bold;font-size: 0.6rem;}
	.guanyu_m p:nth-child(2){width: 46%;height: 40px;border-radius: 5px;font-family: "Arial";line-height: 40px;background-color: #d31636;text-align: center;float: right;text-transform: uppercase;}
	.guanyu_m p:nth-child(2) a{color: #fff;font-weight: bold;font-size: 0.6rem;}
	@keyframes dh2{
		0%{transform: scale(1);}
		25%{transform: scale(1.1)}
		50%{transform: scale(1)}
		75%{transform: scale(1.1)}
		100%{transform: scale(1)}
	}
/*新闻*/
	.xinw{margin-top: 8%;}
	.xinwa{display: table;margin: 0 auto;margin-top: 5%;}
	.xinwa_p{text-align: center;line-height: 40px;height: 49px;width: 130px;background-image: url(../img/q37.png);background-size: 100%;margin: 0 5px;text-transform: uppercase;font-family: "Arial";font-size: 0.85rem;color: #27334e;background-repeat: no-repeat;}
	.xinwa_pa{background-image: url(../img/q36.png);background-size: 100%;color: #fff;}
	.xinwb{width: 100%;margin-top: 5%;}
	.xinwb_a{width: 100%;float: none;}
	.xinwb_t{width: 100%;overflow: hidden;}
	.xinwb_t img{width: 100%;}
	.xinwb_w{width: 90%;margin: 0 auto;margin-top: 5%;}
	.xinwb_w1{width: 80px;height: 80px;background-color: #d31636;border-radius: 3px;}
	.xinwb_w1 h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xinwb_w1 h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xinwb_w1 h1 a{font-size: 1.8rem;color: #fff;font-weight: 500;}
	.xinwb_w1 h6 a{font-size: 1.8rem;color: #fff;font-weight: 500;}
	.xinwb_w1 p{text-align: center;}
	.xinwb_w1 p a{font-size: 0.9rem;color: #fff;line-height: 32px;}
	.xinwb_w2{width: 64%;}
	.xinwb_a .xinwb_w2 h1{width: 100%;overflow: hidden;line-height: 36px;}
	.xinwb_a .xinwb_w2 h1 a{font-family: "Arial";font-size: 1.2rem;color: #27334e;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xinwb_w2 h2 a{display: none;}
	.xinwb_w2 p{line-height: 20px;height: 42px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-transform: uppercase;}
	.xinwb_w2 p a{font-size: 0.85rem;color: #878787;}
	.xinwb_m{width: 35%;height: 30px;text-align: center;line-height: 30px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 3%;}
	.xinwb_m a{color: #fff;font-size: 0.8rem}
	.xinwb_b{width: 98%;margin: 0 auto;margin-top: 8%;float: none;}
	.xinwb_b .xinwb_w2 p{display: none;}
	.xinwb_b .xinwb_w2 h1{line-height: 24px;height: 56px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top: 9px;}
	.xinwb_b .xinwb_w2 h1 a{font-family: "Arial";font-size: 1.1rem;color: #27334e;font-weight: bold;}
	.xinwb_ba{padding: 4% 4%;}
	.xinwb_ba:nth-child(1){box-shadow: 0px 0px 15px 1px rgba(25,119,235,0.2);}
	.xinwb_bm{width: 34%;height: 30px;text-align: center;line-height: 30px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 3%;float: none;}
	.xinwb_bm a{color: #fff;font-size: 0.8rem;}
	.xinwb_ba:hover{box-shadow: 0px 0px 15px 1px rgba(25,119,235,0.2);}
/*联系我们*/
	.lianx{width: 100%;margin-top: 8%;}
	.lianx .commen{width: 100%;}
	.lianxa{width: 100%;background-image: url(../img/q38.jpg);background-repeat: no-repeat;background-size: cover;padding: 7% 10%;}
	.lianxa h1{font-family: "Arial";font-size: 1.2rem;color: #fff;font-weight: 900;text-transform: uppercase;}
	.lianxa p{font-size: 0.9rem;color: #fff;line-height: 22px;margin-top: 3%;width: 100%;}
	.lianxa_m{width: 50%;height: 30px;text-align: center;line-height: 30px;background-color: #d31636;border-radius: 5px;margin-top: 4%;}
	.lianxa_m a{color: #fff;font-size: 0.8rem;}
	.lianxa_m:hover a{margin-left: 8px;}
	.lianxb{width: 100%;flow-into: none;background-image: url(../img/q39.jpg);background-repeat: no-repeat;background-size: cover;padding: 7% 10%;}
	.lianxb h1{font-family: "Arial";font-size: 1.2rem;color: #fff;font-weight: 900;text-transform: uppercase;margin-top: 4%;text-align: center;}
	.lianxb_a{width: 100%;}
	.lianxb_a input{width: 100%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 12px;color: #315e7a;margin-top: 5%;font-size: 0.85rem;}
	.chengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.dianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.liuy{width: 100%;margin-top: 5%;}
	.liuy textarea{width: 100%;height: 77px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 12px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;font-size: 0.85rem;}
	.ann{width: 100%;margin-top: 5%;}
	.ann input:nth-child(1){width: 45%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.ann img{width: 45%;height: 35px;float: right;}
	.ann input:nth-child(4){width: 45%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;text-align: center;color: #27334e;cursor: pointer;float: left;margin-top: 5%;}
	.ann input:nth-child(3){width: 45%;height: 35px;background-color: #373737;border-radius: 5px;line-height: 35px;text-align: center;color: #fff;margin-top: 5%;}
	
/*页脚*/
	.yej{width: 100%;background-color: #000000;margin-top: 8%}
	.yejx{width: 100%;background-color: #000000;}
	.yejx p{color: #fff;text-align: center;float: none;line-height: 40px;font-size: 0.85rem;}
	
	
/*产品列表页*/
	.sjnban{width: 100%;margin-top: 21%;}
	.sjnban img{width: 100%}
	.cpla{display: table;margin: 0 auto;margin-top: 8%;}
	.cpla_a img{float: left;width: 27px;}
	.cpla_a p{float: left;margin-left: 15px;font-family: "Arial";font-size: 1.4rem;color: #051418;font-weight: 900;line-height: 40px;text-transform: uppercase;}
	.cpla_a h1{float: left;margin-left: 15px;font-family: "Arial";font-size: 1.4rem;color: #051418;font-weight: 900;line-height: 40px;text-transform: uppercase;}
	.cplb{width: 92%;margin: 0 auto;margin-top: 3%;}
	.cplb_a{width: 48%;border: 1px solid #e5e5e5;background-color: transparent;height: 70px;padding-left: 0%;padding-top: 20px;margin: 1%;}
	.cplb_t{position: relative;}
	.cplb_t img{width: 42px;}
	.cplb_t img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;}
	.cplb_a p{line-height: 30px;margin-left: 2px;float: left;}
	.cplb_a p a{color: #27334e;font-family: "Arial";font-weight: bold;font-size: 0.75rem;}
	.cplb_a:nth-child(6) p{line-height: 18px;width: 91px;}
	.cplb_aa{background-color: #d31636;}
	.cplb_aa .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_aa .cplb_t img:nth-child(1){opacity: 0;}
	.cplb_aa p a{color: #fff;}
	.cplb_a:hover{background-color: #d31636;}
	.cplb_a:hover .cplb_t img:nth-child(2){opacity: 1;}
	.cplb_a:hover p a{color: #fff;}
	.cplc{width: 100%;background-color: #f7f7f7;padding-left: 10px;margin-top: 8%;padding: 2% 0;}
	.cplc p{float: left;font-family: "Arial";font-size: 1rem;color: #cecece;font-weight: bold;text-transform: uppercase;line-height: 24px;width: 100%;text-align: center;}
	.cplc img{float: left;width: 25%;margin: 1.5% 0;}
	.cpld{width: 92%;margin: 0 auto;margin-top: 4%;}
	.cpld_a{width: 47%;border: 1px solid #dddddd;margin: 2% 1.5%;padding-bottom: 5%;padding-top: 1%;}
	.cpld_t{width: 100%;overflow: hidden;}
	.cpld_t img{width: 100%;}
	.cpld_a h1{width: 92%;margin: 0 auto;overflow: hidden;line-height: 26px;margin-top: 3%;}
	.cpld_a h5{width: 92%;margin: 0 auto;overflow: hidden;line-height: 26px;margin-top: 3%;}
	.cpld_a h1 a{font-family: "Arial";font-size: 1.1rem;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h5 a{font-family: "Arial";font-size: 1.1rem;color: #27334e;font-weight: 900;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a p{line-height: 22px;width: 92%;margin: 0 auto;overflow: hidden;height: 22px;}
	.cpld_a p a{font-size: 0.95rem;color: #63656a;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_a h6{line-height: 22px;width: 92%;margin: 0 auto;overflow: hidden;}
	.cpld_a h6 a{font-size: 0.85rem;color: #8d8d8d;text-transform: uppercase;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.cpld_more{width: 65%;height: 30px;text-align: center;line-height: 30px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 6%;}
	.cpld_more a{color: #fff;font-size: 0.8rem;}
	.yema{display: table;margin: 0 auto;margin-top: 6%;}
	.yema_a{background-color: #eff0f6;text-align: center;line-height: 40px;width: 40px;}
	.yema_a a{font-size: 1.2rem;color: #5b5b5b;}
	.yema_a:hover{background-color: #d31636;}
	.yema_a:hover a{color: #fff;}
	.yema_a:first-child{margin-right: 15px;}
	.yema_a:last-child{margin-left: 15px;}
	.yema_aa{background-color: #d31636;}
	.yema_aa a{color: #fff;}
	.ntjcp_x{width: 93.75%;margin: 0 auto;margin-top: 4px;position: relative;}
	.ntjcpb{width: 89%;margin: 0 auto;overflow: hidden;}
	.ntjcpc{width: 200%;}
	.ntjcpd{width: 16.666%;}
	.ntjcpd_t{width: 90%;margin: 0 auto;overflow: hidden;}
	.ntjcpd_t img{width: 100%;transition: all ease 0.3s;}
	.ntjcpd h1{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h6{text-align: center;width: 90%;margin: 0 auto;overflow: hidden;text-transform: uppercase;font-style: italic;line-height: 40px;margin-top: 10px;}
	.ntjcpd h1 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd h6 a{font-size: 22px;color: #27334e;font-weight: 900;font-family: "Arial";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcpd p{text-align: center;width: 92%;margin: 0 auto;overflow: hidden;line-height: 16px;}
	.ntjcpd p a{font-size: 16px;color: #63656a;font-family: "IcedEarth";display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ntjcp_more{width: 119px;height: 33px;text-align: center;line-height: 33px;background-color: #27334e;border-radius: 5px;margin: 0 auto;margin-top: 67px;}
	.ntjcp_more a{color: #fff;transition: all ease 0.3s;}
	.ntjcpd:hover .tjcpd_t img{transform: scale(1.15);}
	.ntjcp_more:hover a{margin-left: 8px;}
	.ntjcp_z{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q20.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_y{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q19.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_za{position: absolute;left: 0px;top: calc(50% - 6px);background-image: url(../img/q22.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	.ntjcp_ya{position: absolute;right: 0px;top: calc(50% - 6px);background-image: url(../img/q21.png);width: 44px;height: 12px;background-size: 100%;cursor: pointer;}
	
/*产品内页*/
	.cpna{width: 100%;margin-top: 6%;}
	.cpna_t{width: 318px;margin: 0 auto;border: 1px solid #e5e5e5;float: none;}
	.cpna_w{width: 92%;background-image: url(../img/q53.png);background-repeat: no-repeat;background-size: 100% 100%;padding-left: 4%;padding-bottom: 2%;margin: 0 auto;margin-top: 5%;}
	.cpna_w1{width: 96%;}
	.cpna_w1 img{padding: 0 0px;border-right: 1px solid #efefef;display: inline-block;width: 49%;}
	.cpna_w1 img:last-child{border: none;}
	.cpna_w2{width: 96%;}
	.cpna_w2 h1{font-size: 1.2rem;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 26px;margin-top: 5px;}
	.cpna_w2 h3{font-size: 1.2rem;color: #27334e;font-weight: 900;font-family: "Arial";text-transform: uppercase;line-height: 26px;margin-top: 5px;}
	.cpna_w2 h2{font-size: 1rem;color: #63656a;text-transform: uppercase;line-height: 20px;border-bottom: 2px solid #e1e1e1;display: inline-block;margin-top: 3%;padding-bottom: 7px;}
	.cpna_w2 h6{font-size: 0.85rem;color: #8d8d8d;text-transform: uppercase;line-height: 22px;margin-top: 4px;}
	.cpna_w2 p{font-size: 0.85rem;color: #8a8a8a;line-height: 22px;margin-top: 3%;}
	.cpna_w2 p span{font-size: 0.9rem;color: #27334e;font-weight: bold;font-family: "Arial";}
	.cpna_w3{width: 96%;margin-top: 1%;}
	.cpna_w3a{width: 33.33%;margin: 2% 0;}
	.cpna_w3a img{width: 50px;margin: 0 auto;}
	.cpna_w3a p{text-align: center;font-size: 0.7rem;color: #030303;line-height: 20px;text-transform: uppercase;margin-top: 2px;}
	.cpnb{width: 100%;margin-top: 5%;}
	.cpnb_a{width: 100%;}
	.cpnb_at{width: 100%;overflow: hidden;cursor: pointer;margin: 1% 0;}
	.cpnb_a img{width: 100%;transition: all ease 0.3s;}
	.cpnb_at img:hover{transform: scale(1.1);}
	.cpnb_b{width: 100%;margin-top: 8%;}
	.cpnb_ba h1{text-align: center;font-family: "Arial";color: #051418;font-size: 1.2rem;font-weight: 900;text-transform: uppercase;line-height: 20px;}
	.cpnb_ba h6{text-align: center;font-family: "Arial";color: #051418;font-size: 1.2rem;font-weight: 900;text-transform: uppercase;line-height: 20px;}
	.cpnb_ba p{font-size: 0.9rem;color: #a1a1a1;text-align: center;line-height: 30px;}
	.cpnb_t{width: 100%;margin: 0 auto;margin-bottom: 4%;}
	.cpnb_t img{width: 100%;}
	.cpnb_b > p{font-size: 0.85rem;color: #8a8a8a;line-height: 19px;width: 90%;margin: 0 auto;margin-top: 2%;}
	.cpnb_b > p span{font-size: 0.95rem;color: #27334e;font-family: "Arial";font-weight: bold;display: inline-block;margin-bottom: 5px;}
	.cpnb_c{margin-top: 8%;overflow: hidden;height: 100%;overflow-y: auto;}
	.cpnb_c > h2{text-align: center;font-family: "Arial";font-size: 1.3rem;color: #d62c46;text-transform: uppercase;font-weight: 900;font-style: italic;margin-top: 2%;}
	.table{width: 92%;margin: 0 auto;overflow: auto;}
	table{width: 200%;margin: 0 auto;border-bottom: 4px solid #231815;margin-top: 2px;overflow-x: scroll;}
	.tr1{background-color: #231815;}
	.tr2{background-color: #f5f5f5;}
	.tr3{background-color: #e8e8e8;}
	.tr1 td{color: #fff;height: 42px;font-size: 0.85rem;text-align: center;}
	.tr2 td{color: #383838;height: 35px;font-size: 0.8rem;text-align: center;}
	.tr3 td{color: #383838;height: 35px;font-size: 0.85rem;text-align: center;}
	.fhlb{margin-top: 6%;}
	.fhlb p{background-image: url(../img/q62.png);width: 200px;height: 42px;background-size: 100% 100%;line-height: 42px;padding-left: 32px;float: none;margin: 0 auto;}
	.fhlb p a{font-size: 1rem;color: #fff;}
	
	.top_change{width: 100%;margin: 0 auto;padding-bottom: 30px;}
	#tsShopContainer li,#tsShopContainer img{vertical-align:top;height: 318px;width: 100%}
	#tsShopContainer{width:100%;position:relative;font-size:12px;z-index:3}
	#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;}
	#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
	#tsShopContainer #tsImgS img{border:0px;}
	#tsShopContainer #tsPicContainer{width:100%;height:60px;position: absolute;z-index:100}
	#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:-42px;left:0px;width:1px;height:60px;overflow:hidden;z-index:5}
	#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
	#tsShopContainer #tsPicContainer #tsImgSCon li{width:73px;float:left;cursor:pointer;height:60px;overflow:hidden;padding-left: 10px;}
	#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto 0 auto;border:1px solid #e5e5e5;display:block;width:60px;height:60px}
	#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #F00;margin:0 auto 0 auto;}
	
/*关于我们*/
	.gy1{background-image: url(../img/q46.jpg);background-repeat: no-repeat;background-position: right top 300px;}
	.gy1a{width: 92%;margin: 0 auto;margin-top: 2%;}
	.gy1a_p{width: 48%;line-height: 60px;border: 1px solid #e5e5e5;text-align: center;margin: 1%;}
	.gy1a_p a{font-size: 0.85rem;color: #27334e;font-weight: bold;font-family: "Arial";}
	.gy1a_pa{background-color: #d31636;border-color: #d31636;}
	.gy1a_pa a{color: #fff;}
	.gy1b{width: 92%;margin: 0 auto;}
	.gy1b_a{width: 100%;margin-top: 6%;}
	.gy1b_a h1{font-size: 1.2rem;color: #27334e;text-transform: uppercase;line-height: 30px;}
	.gy1b_a h6{font-size: 1.2rem;color: #27334e;text-transform: uppercase;line-height: 30px;}
	.gy1b_a p{font-size: 0.95rem;color: #707070;line-height: 24px;margin-top: 4%;}
	.gy1b_b{width: 100%;margin: 0 auto;margin-top: 7%;}
	.gy1b_b h1{font-size: 1.2rem;color: #051418;font-family: "Arial";font-weight: 900;line-height: 26px;}
	.gy1b_b h6{font-size: 1.2rem;color: #051418;font-family: "Arial";font-weight: 900;line-height: 26px;}
	.gy1b_b p{font-size: 0.95rem;color: #9b9c9c;line-height: 26px;margin-top: 7px;}
	.gy1b_b img{width: 102%;margin-left: -2%;margin-top: 5%;}
	.gy1c{width: 100%;;margin: 0 auto;margin-top: 8%;}
	.gy1c_p{line-height: 36px;width: 33%;text-align: center;}
	.gy1c_p a{font-family: "Arial";font-size: 0.95rem;color: #27334e;font-weight: bold;}
	.gy1c_x{line-height: 36px;width: 0.333%;}
	.gy1c_x a{font-family: "Arial";font-size: 0.95rem;color: #27334e;font-weight: bold;}
	.gy1c_p:hover a{color: #d31636;}
	.gy1c_pa a{color: #d31636;}
	.gy1c p:nth-child(6){display: none;}
	
/*工厂实力*/
	.gy2a{width: 92%;margin: 0 auto;margin-top: 8%;}
	.gy2a_a{width: 100%;}
	.gy2a_a h1{font-family: "Arial";font-size: 1.4rem;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 26px;}
	.gy2a_a h6{font-family: "Arial";font-size: 1.4rem;color: #051418;font-weight: 900;text-align: center;text-transform: uppercase;line-height: 26px;}
	.gy2a_xt{width: 57px;height: 2px;background-color: #d31636;margin: 0 auto;margin-top: 8px;}
	.gy2a_a p{text-align: center;font-size: 0.7rem;font-family: "Arial";color: #a1a1a1;font-weight: bold;line-height: 20px;margin-top: 4px;}
	.gy2a_b{width: 100%;margin-top: 6%;}
	.gy2a_ba{width: 100%;float: none;}
	.gy2a_bb{width: 100%;margin: 3% 0;}
	.gy2a_bb h1{font-family: "Arial";font-size: 1.2rem;color: #051418;font-weight: 900;line-height: 26px;}
	.gy2a_bb h6{font-family: "Arial";font-size: 1.2rem;color: #051418;font-weight: 900;line-height: 26px;}
	.gy2a_bb p{font-family: "Arial";font-size: 0.95rem;color: #9b9c9c;font-weight: 500;line-height: 20px;margin-top: 1%;}
	.gy2a_b img{width: 72%;margin: 6% auto;float: none;}
	.gy2b{width: 100%;margin-top: 8%;}
	.gy2b_a{width: 50%;overflow: hidden;position: relative;cursor: pointer;}
	.gy2b_a img{width: 100%;transition: all ease 0.3s;}
	.gy2b_a p{position: absolute;left: 0%;width: 100%;text-align: center;color: #ededed;font-size: 0.85rem;text-transform: uppercase;z-index: 2;background-color: rgba(0,0,0,0.6);padding: 4% 2%;bottom: 0;}
/*
	.gy2b_a::after{content: "";position: absolute;display: inline-block;width: 100%;height: 100%;background-color: #000;left: 0;top: 0;opacity: 0.6;z-index: 1;transition: all ease 0.3s;}
	.gy2b_a:hover::after{opacity: 0;}
*/
	.gy2b_a:hover img{transform: scale(1.05);}
	
/*历史*/
	.gy3a{margin: 0 auto;margin-top: 8%;width: 92%;}
	.gy3a > p{font-size: 1.3rem;color: #27334e;line-height: 28px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a > h1{font-size: 1.3rem;color: #27334e;line-height: 28px;text-transform: uppercase;letter-spacing: 1px;}
	.gy3a_x{background-image: url(../img/q69.png);background-repeat: repeat-y;background-position: left 66px top 45px;margin-top: 35px;}
	.gy3a_p{width: 100%;margin-bottom: 4%;}
	.gy3a_p h1{float: left;width: 60px;font-size: 1.2rem;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p h6{float: left;width: 60px;font-size: 1.2rem;color: #d31636;font-family: "Arial";font-weight: 900;line-height: 25px;}
	.gy3a_p p{width: 79%;float: left;position: relative;font-size: 0.9rem;color: #212121;line-height: 22px;padding-left: 25px;}
	.gy3a_p p img{display: inline-block;margin-right: 15px;}
	.gy3a_p p::after{content: "";position: absolute;left: 0;top: 7px;background-image: url(../img/q55.jpg);width: 14px;height: 14px;}
	
/*荣誉资质*/
	.ryzz{width: 100%;margin-top: 1%;}
	.ryzz_a{width: 46%;margin: 2%;}
	.ryzz_a img{width: 100%;border: 1px solid #e5e5e5;}
	.ryzz_a p{width: 100%;height: 80px;text-align: center;font-size: 0.8rem;color: #707070;background-color: #f2f2f2;line-height: 20px;padding-top: 12px;}
	
/*品牌*/
	.pinpai{width: 100%;}
	.pinpai_a{width: 100%;margin-top: 5%;}
	.pinpai_a img{width: 40%;border-radius: 5px;border: 1px solid #e5e5e5;position: relative;}
	.pinpai_w{width: 100%;background-color: #f6f6f6;margin-left: -3px;padding: 3% 4%;margin-top: 5%;}
	.pinpai_w h1{font-family: "Arial";font-size: 1.1rem;color: #0d3677;font-weight: 900;line-height: 22px;text-transform: uppercase;}
	.pinpai_w h6{font-family: "Arial";font-size: 1.1rem;color: #0d3677;font-weight: 900;line-height: 22px;text-transform: uppercase;}
	.pinpai_w p{font-size: 0.9rem;color: #707070;line-height: 25px;margin-top: 6px;}
	.pinpai_w p span{font-size: 1rem;color: #0d3677;}
	
/*联系我们*/
	.lxwm{width: 96%;margin: 0 auto;margin-top: 5%;}
	.lxwma{width: 100%;}
	.lxwma_a{width: 100%;margin-top: 22px;}
	.lxwma_a img{float: left;width: 25px;height: 25px;}
	.lxwma_a p{float: left;line-height: 25px;font-size: 0.9rem;color: #414141;margin-left: 4%;width: 83%;}
	.ditua_a{margin-top: 8%;width: 100%;}
	.lxwmb{width: 100%;background-image: url(../img/q61.jpg);background-size: cover;background-size: 100%;margin-top: -3px;padding: 5% 0;}
	.lxwmb > img{float: left;margin-left: 7%;width: 100px;}
	.lxwmb_a{width: 86%;margin: 0 auto;float: none;}
	.nlianxb_a{width: 100%;}
	.nlianxb_a input{width: 100%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 12px;color: #315e7a;margin-top: 5%;font-size: 0.85rem;}
	.nchengh{background-image: url(../img/q38.png);background-repeat: no-repeat;background-position: center right 8px;}
	.ndianh{background-image: url(../img/q39.png);background-repeat: no-repeat;background-position: center right 8px;}
	.nliuy{width: 100%;margin-top: 5%;}
	.nliuy textarea{width: 100%;height: 77px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 12px;color: #315e7a;background-image: url(../img/q40.png);background-repeat: no-repeat;background-position: top 8px right 8px;font-size: 0.85rem;}
	.nann{width: 100%;margin-top: 5%;}
	.nann input:nth-child(1){width: 45%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;padding-left: 16px;color: #315e7a;}
	.nann img{width: 45%;height: 35px;float: right;}
	.nann input:nth-child(4){width: 45%;height: 35px;background-color: #fff;border-radius: 5px;line-height: 35px;text-align: center;color: #27334e;cursor: pointer;float: left;margin-top: 5%;}
	.nann input:nth-child(3){width: 45%;height: 35px;background-color: #373737;border-radius: 5px;line-height: 35px;text-align: center;color: #fff;margin-top: 5%;}
	.yejy{margin-top: 8%;}
	
/*新闻列表页*/
	.xwl{width: 100%;}
	.xwla{width: 100%;padding: 5px 1%;margin-top: 4%;}
	.xwlb_more{display: none;}
	
	.xwla_a{width: 80px;height: 80px;background-color: #d31636;border-radius: 3px;}
	.xwla_a h1{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xwla_a h6{text-align: center;border-bottom: 1px solid #fff;display: table;margin: 0 auto;margin-top: 6px;}
	.xwla_a h1 a{font-size: 1.8rem;color: #fff;font-weight: 500;}
	.xwla_a h6 a{font-size: 1.8rem;color: #fff;font-weight: 500;}
	.xwla_a p{text-align: center;}
	.xwla_a p a{font-size: 0.9rem;color: #fff;line-height: 32px;}
	.xwla_b{width: 64%;margin-left: 2%;}
	.xwla_b h1{line-height: 24px;height: 54px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top: 9px;}
	.xwla_b h1 a{font-family: "Arial";font-size: 1.1rem;color: #27334e;font-weight: bold;}
	.xwla_b h2 a{display: none;}
	.xwla_b p{display: none;}

	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 25px;}
	.xwna p{font-size: 0.8rem;color: #707070;}
	.xwna p span{padding: 6px 0 6px 30px;}
	.xwna p span:nth-child(1){background-image: url(../img/q76.png);background-repeat: no-repeat;background-position: center left;margin-right: 10px;display: inline-block;}
	.xwna p span:nth-child(2){background-image: url(../img/q77.png);background-repeat: no-repeat;background-position: center left;}
	.xwnb{width: 100%;margin-top: 33px;margin-bottom: 6%;}
	.xwnb p{font-size: 0.95rem;color: #707070;line-height: 24px;}
	.xwnb img{width: 98%;margin: 0 auto;margin-top: 4%;}
	
/*媒体库*/
	.meitik{margin-bottom: 8%;}
	.meitika{width: 48%;margin-top: 5%;}
	.meitika_t{width: 100%;overflow: hidden;position: relative;}
	.meitika_t img{width: 100%;}
	.meitika_w{width: 100%;background-color: #f2f2f2;padding: 3% 0;}
	.meitika_w1{width: 90%;float: none;margin: 0 auto;}
	.meitika_w1 h1{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h6{width: 100%;overflow: hidden;text-transform: uppercase;line-height: 24px;height: 24px;}
	.meitika_w1 h1 a{font-family: "Arial";font-size: 1.05rem;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.meitika_w1 h6 a{font-family: "Arial";font-size: 1.05rem;color: #27334e;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.meitika_w1 p{line-height: 20px;height: 20px;overflow: hidden;}
	.meitika_w1 p a{font-size: 0.85rem;color: #707070;display: block;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.meitika_m{display: none;}
	
/*媒体库内页*/
	.meitikn{margin-top: 8%;margin-bottom: 8%;}
	.meitikn > p{font-size: 1.3rem;color: #27334e;line-height: 28px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikn > h1{font-size: 1.3rem;color: #27334e;line-height: 28px;text-transform: uppercase;letter-spacing: 1px;}
	.meitikna p{width: 100%;font-size: 0.85rem;color: #707070;line-height: 24px;padding: 4%;background-color: #f2f2f2;margin-top: 5%;}
	.meitikn_t{width: 100%;}
	.meitikn_t img{width: 48%;margin-top: 5%;}
	.meitikn_t img:nth-child(2n+1){float: left;}
	.meitikn_t img:nth-child(2n){float: right;}
	
/*视频内页*/
	.bofang{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;z-index: 10;}
	.video{margin-top: 8%;margin-bottom: 8%;}
	.video > p{font-size: 1.3rem;color: #27334e;line-height: 28px;text-transform: uppercase;letter-spacing: 1px;text-align: center;}
	.video_a{width: 100%;margin-top: 5%;}
	.video_t{width: 100%;margin: 0 auto;}
	.video_t img{width: 100%;}
	.video_a p{width: 100%;font-size: 0.85rem;color: #707070;line-height: 24px;padding: 4%;background-color: #f2f2f2;}

	


	
	
	
	
	
	
@media (min-width: 350px){
	.pinpa_t{width: 74px;}
	.guanyu h1{font-size: 1.2rem;}
	.guanyu h6{font-size: 1.2rem;}
	.guanyu h2{font-size: 1.15rem;}
	.guanyu .commen > p{font-size: 0.95rem;}
	.guanyu_m p:nth-child(1) a{font-size: 0.7rem;}
	.guanyu_m p:nth-child(2) a{font-size: 0.7rem;}
	.xinwa_p{width: 135px;margin: 0 8px;}
	.xinwb_w2{width: 69%;}
	.lianxa{padding: 7% 14%;}
	.lianxb{padding: 7% 14%;}
	.lianxa p{font-size: 0.95rem;color: #fff;line-height: 24px;}
	.cplb_a{padding-left: 1%;}
	.cplb_a p{margin-left: 2px;}
	.cplb_a p a{font-size: 0.85rem;}
	.gy1a_p a{font-size: 0.95rem;}
	.gy3a_p p{width: 81%;}
	.lxwma_a p{width: 86%;}
	.xwla_b{width: 64%;margin-left: 4%;}
	table{width: 180%;}
	.cplb_a:nth-child(6) p{width: 103px;}

	
	
}	
	
	
	

	
@media (min-width: 400px){
	.pinpa_t{width: 76px;}
	.guanyu_m p:nth-child(1) a{font-size: 0.75rem;}
	.guanyu_m p:nth-child(2) a{font-size: 0.75rem;}
	.xinwb_w2{width: 72%;}
	.lianxa{padding: 7% 16%;}
	.lianxb{padding: 7% 16%;}
	.cplb_a{padding-left: 2%;}
	.cplb_a p{margin-left: 4px;}
	.cplb_a p a{font-size: 0.9rem;}
	.gy3a_p p{width: 83%;}
	.xwla_b{width: 70%;margin-left: 5%;}
	table{width: 160%;}
	.guanyu > img{width: 440px;margin-left: -220px;}
	.cpna_t{width: 350px;}
	#tsShopContainer li,#tsShopContainer img{height: 348px;}


	
}		
	
	
	
	
	
@media (min-width: 450px){
	.sjdha_t1{width: 46%;}
	.guanyu_m p:nth-child(1){background-position: center right 28px;}
	.xinwb_w2{width: 74%;}
	.cplb_a{padding-left: 4%;}
	.cplb_a p{margin-left: 5px;}
	table{width: 140%;}

	
	
	
	
}
	
	
	
	
	
@media (min-width: 500px){
	.pinpa_t{width: 80px;}
	.guanyu_m p:nth-child(1){width: 40%;}
	.guanyu_m p:nth-child(2){width: 40%;}
	.lianxa{padding: 7% 20%;}
	.lianxb{padding: 7% 20%;}
	.gy3a_p p{width: 87%;}
	.xwla_b{width: 74%;}
	table{width: 120%;}
	.guanyu > img{width: 480px;margin-left: -240px;}
	.lxwma_a p{width: 90%;}
	.guanyu > img{width: 520px;margin-left: -260px;}

	
	
}		
	
	
	
@media (min-width: 550px){
	.sjdha_t1{width: 44%;}
	.guanyu h1{font-size: 1.3rem;line-height: 50px;}
	.guanyu h6{font-size: 1.3rem;line-height: 50px;}
	.guanyu h2{font-size: 1.25rem;}
	.guanyu .commen > p{font-size: 1rem;}
	.xinwb_w2{width: 78%;}
	.lianxa{padding: 7% 22%;}
	.lianxb{padding: 7% 22%;}
	.lxwma_a p{width: 90%;}
	.guanyu > img{width: 520px;margin-left: -260px;}

	
}	
	
		
	
@media (min-width: 600px){
	.sjban{margin-top: 19%;}
	.pinpa_t{width: 86px;}
	.guanyu_m p:nth-child(1){width: 35%;}
	.guanyu_m p:nth-child(2){width: 35%;}
	.xinwb_w2{width: 80%;}
	.lianxa{padding: 7% 26%;}
	.lianxb{padding: 7% 26%;}
	.cplb_a{padding-left: 2%;}
	.cplb_a{width: 33.333%;}
	.gy1a_p a{font-size: 1rem;}
	table{width: 100%;}
	.guanyu > img{width: 550px;margin-left: -275px;}
	.cpna_t{width: 480px;}
	#tsShopContainer li,#tsShopContainer img{height: 478px;}



	
}	
	
@media (min-width: 650px){
	.sjdha_t1{width: 44%;}
	.xinwb_w2{width: 81%;}
	.gy3a_p p{width: 90%;}
	.xwla_b{width: 79%;}
	.guanyu > img{width: 590px;margin-left: -290px;}


	

}
	
	
	
@media (min-width: 700px){
	.sjdha_t1{width: 42%;}
	.pinpa_t{width: 82px;}
	.xinwb_w2{width: 84%;}
	.guanyu > img{width: 610px;margin-left: -305px;}


}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}




