﻿@charset "utf-8";
/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{background-color:#fff;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-size: 12px;font-family: "微软雅黑","宋体" !important;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}



/*首页 */
.c_1{background-image: url(images/p1.png); background-repeat: repeat; background-position: center; padding:1px 0;}
.c_1_1{padding:0 20px; float:right;}
.c_1_1 a{float:left; color:#333; font-size:12px;height: 22px;display: block; line-height: 22px;}
.c_1_1 a:hover{color:#123885;}
.c_1_1 a.hover{color:#123885;}
.c_1_1 i{float:left; margin:0 7px;}
/*修改  11.28*/
.search span{float:left; width:14px; height: auto; margin:4px 5px 0 0;}
.search span img{width:100%; height: auto; display: block;}
.login span{float:left; width:15px; height: auto; margin:4px 5px 0 0;}
.login span img{width:100%; height: auto; display: block;}
/**/
.c_2{padding:15px 20px 10px 20px;}
.top1 .logo{width:207px; height:auto; float:left;}
.top1 .logo img{width:100%; height:auto;}
.top1 .menu{float:right;}
.nli{float:left; width:100px;}
.nli a{color:#333; font-size:12px;font-weight: bold;}
.nli a i{display:inline-block; margin-left:3px; width:9px; height: auto;}
.nli a i img{width:100%; height: auto; display: block;}
.nli:hover a{color:#123885;}
.nli.hover a{color:#123885;}


/*手机头*/

/*修改 11.28*/
.top2{width:100%; height:60px;background-color:#fff;display: none; box-shadow: 0 0px 17px  rgba(0,0,0,0.1); position: fixed; top:0; left: 0; z-index: 2000;}
.top2 .logo{width:145px; height:40px; float:left; margin-top:20px;}
@media screen and (max-width:991px){
    .top2{ display:block;}
	.top1{ display:none;}
/*	修改 11.28*/
	.pz_banner{padding-top:60px;}
	
}



/*12.5*/
.c_button_ph{width:25px; height: 25px; float:right; margin:17.5px 10px 0 0;}
.c_button_ph .button{ background:none; border:none;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0
}
.c_input_ph{width:100%; height: 30px; position: absolute; top:60px; left: 0; border:1px solid #DDDDDD; background-color:#fff; display:none;}
.c_input_ph input{width:100%; height: 30px; padding:0 10px; background:none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
/**/


/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #123885;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #123885;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*手机下拉*/
.xialaph{
  /*	1.4*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 1029; padding-top:60px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
/*	1.4*/
  /*12.6	*/
    background: rgba(255,255,255,0.9);
/*	*/
	text-align: center;
}
.xialaph li{border-top:1px solid rgba(0,0,0,0.1);}
.xialaph li:last-child{border-bottom:1px solid rgba(0,0,0,0.1);}
.xialaph li a{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}
.c_3{text-align:center; margin-top:10px;}
.c_3 a{display:inline-block; font-size:12px; color:#333;}
.c_3 a.hover{color:#123885}
.c_3 i{display:inline-block; margin:0 3%;}
@media screen and (max-width:1199px){
	.top2{background-color:#fff;}
}

/*banner*/
.banner{width:100%; height: auto; position: relative; text-align:center; }
.banner .line{position:absolute; top:0; left: 0; display: block; width:100%; height: 10px; background-image: url(images/p14.png); background-repeat: repeat-x; background-position: top center; z-index: 100;}
.homelandscape{width:100%; height: auto; position: relative;}
.hometop{width:100%; height: auto;}
.downk{ position: absolute; bottom:-12px; left: 0; z-index: 200; width:100%;}
.homedown{margin: auto; text-align:center; width:384px;}
.homedown .imgk{display:inline-block; }
.banner .slick-slide{position:relative;}
.c_4_l{position:absolute; top:100px; left:15%;}
.c_4_l h1{font-size:30px; color:#fff;text-align:left}
.c_4_l h2{font-size:16px; color:#fff; margin-top:5px; line-height: 20px; text-align:left;}
.c_4_l a{display:block; width:92px; height: auto; margin-top:10px;}
.c_4_l a img{width:100%; height: auto; display: block;}
.c_4_r{left:65%;}
.c_4_l_2{ left: 10%;}
.c_4_r_1{left:65%;}
.imgk{}
.imgk img{width:100%; height: auto;}
.imgk img:nth-child(2){display:none;}
.homedown .imgk.slick-current img:nth-child(2){display:inline-block;}
.homedown .imgk.slick-current img:nth-child(1){display:none;}
.hometop .slick-dots{width:100%; bottom:10px;}
.hometop .slick-dots li{width:10px; height: 10px; border-radius: 5px; background-color:#fff;}
.hometop .slick-dots li.slick-active{ background-color:#d9261c;}
.bannerph{display:none;}
.bannerph .slick-dots{width:100%; bottom:10px;}
.bannerph .slick-dots li{width:8px; height: 8px; border-radius: 5px; background-color:#fff;}
.bannerph .slick-dots li.slick-active{ background-color:#d9261c;}

.pc_show{display:block;}
.wap_show{display:none;}
@media screen and (max-width:1400px){
	.c_4_l{top:40px;}
}
@media screen and (max-width:1134px){
	.c_4_l{left:5%;}
	.c_4_l h1{font-size:24px;}
	.c_4_l h2{font-size:14px;}
	.c_4_r{left:auto; right:5%;}
	.c_4_r_1{left:auto;right:5%;}
	
}
@media screen and (max-width:1029px){
	.c_4_l h1{font-size:18px;}

	.downk{display:none;}
}
@media screen and (max-width:767px){
	.homelandscape{display:none;}
	.bannerph{display:block;}
    .pc_show{display:none;}
    .wap_show{display:block;}
}


/*main*/
.min_height{min-height:500px;}
@media screen and (max-width:767px){
	.min_height{min-height:0;}
}
	
.bg{background-image:url(images/p1.png); background-repeat: repeat; background-position: center;}
.c_5{padding:30px 20px 0 20px;
	display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.c_5 li{float:left;width:32%; margin-right:2%; }
.c_5 li:nth-child(3n){margin-right:0;}
.c_5_1{width:100%; border-left:3px solid #1f4fa1; padding-left:2%;}
.c_5_1.bg{background: url(images/moreIcon.png) right center no-repeat;}
.c_5_1 h1{ font-size:12px; color:#333; font-weight: bold;float:left; line-height: 16px;}
.c_5_1 h2{ font-size:12px; color:#1F4FA1; font-weight: bold; margin-left:2%; float:left; text-transform: uppercase; line-height: 16px;}
.c_5_1 a{float:right; display: block;width:80px;height:15px;}
.c_5_1 a span{display: inline-block; width:10px; height: auto; }
.c_5_1 a span img{width:100%; height: auto; }
.c_5_1 a h3{display: inline-block;text-transform: uppercase; font-size:12px; color:#333; vertical-align: middle;}
.c_5_1 a:hover h3{color:#d9261c;}
/*修改  11.29*/
.c_5_2{margin-top:10px; background-color:#fff; padding:12px 3.5%;box-shadow: 0px 1px 6px rgba(0,0,0,0.4); max-height: 124px; overflow: hidden;}
.c_5_2 span{float:left; width:100px; height: 100px; margin-right:2%;}
.c_5_2 span img{width:100%; height: 100%;}
.c_5_2 div h1{font-size:12px; color:#333; font-weight: bold;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.c_5_2 div h2{font-size:12px; line-height: 18px; margin-top:10px; height: 72px; color:#333;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4; 
overflow: hidden;}
.c_5_2:hover div h1{color:#1f4fa1;}
.c_5_4 .c_5_2 div{}
.c_5_4 .c_5_2 a{font-size:12px; color:#333; line-height: 19px; display: block;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.c_5_4 .c_5_2 a:hover{color:#1f4fa1;}
.c_5_5 .c_5_2 h2{margin-top:0; height: 30px; line-height:15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;  
overflow: hidden;}
.c_5_5 .c_5_2 a{display:inline-block; width:30.5%; margin-top:5px;font-size:12px; color:#333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.c_5_5 .c_5_2 a i{margin-right:5%;}
.c_5_5 .c_5_2 a:hover{color:#1f4fa1;}

@media screen and (max-width:1029px){
	.c_5_5 .c_5_2 a{width:28%;}
}
@media screen and (max-width:991px){
	.c_5 li{width:100%; margin:10px 0 0 0;}
	.c_5_1 a{/*width:auto;*/}
	.c_5{padding:30px 0 0 0px;}
}
@media screen and (max-width:767px){
	.c_5{padding:10px 0;}
	.c_5_5 .c_5_2 a{width:25%;}
   
}
/*12.5video*/
.z_video_box{width:100%; height: 100%; position: fixed; top:0; left: 0; background-color:rgba(0,0,0,0.3);z-index: 1000; display:none;}
.z_video{position:absolute; width:904px; background-color:#fff; left:50%; top:50%;  margin-left:-452px; padding:0 2.1% 55px 2.1%;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.z_video h2{font-size:22px; color:#000; padding:10px 0;}
.z_video span{width:30px; height: 30px; display: block; position: absolute;top:0; right:0;background:transparent url(images/z_close.png) -40px 0px;}
.z_video2{width:100%; height: 430px;}

@media screen and (max-width:991px){
	.z_video{width:700px; margin-left:-350px;}
	.z_video2{height:350px;}
}
@media screen and (max-width:767px){
.z_video{width:300px; margin-left:-150px; padding-bottom:20px;}
	.z_video2{height:139px; }
	.z_video h2{font-size:16px;}
}


 /*.mobile-img-height-auto img{float:left;}*/
.c_6{padding:15px 20px;}
.c_5_6 span{width:14px !important;}
.c_6_1{margin-top:10px;}
.c_6_1 .slick-slide{padding:5px 0;}
.c_6_1 .slick-slide>li{width:94%;background-color:#fff;box-shadow: 0px 1px 6px rgba(0,0,0,0.4); margin: auto;  padding:12px 3%; }
.c_6_1 .slick-slide>li:nth-child(3n){margin-right:0;}
.c_6_1 .slick-slide>li span{float:left; width:100px; height: 100px; margin-right:2%;}
.c_6_1 .slick-slide>li span img{width:100%; height: 100%;}
.c_6_1 .slick-slide>li .c_6_2 h1{font-size:12px; color:#1F4FA1; font-weight: bold;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.c_6_1 .slick-slide>li .c_6_2 h2{font-size:12px;color:#333; height: 54px; line-height: 18px; margin-top:10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; 
overflow: hidden;}
.c_6_1 .slick-slide>li .c_6_2 h3{font-size:12px; color:#1f4fa1;}
.c_6_1 .slick-slide>li:hover .c_6_2 h3{color:#d9261c;transition: 0.3s;}
.c_6_1 .slick-slide>li:hover .c_6_2 h1{color:#d9261c;transition: 0.3s;}
*{outline:none;}
.c_6_1 .slick-prev{width:18px; height: 18px; background-image: url(images/p26.png); background-repeat: no-repeat; background-position: center;left:-25px;}
.c_6_1 .slick-next{width:18px; height: 18px; background-image: url(images/p27.png); background-repeat: no-repeat; background-position: center;right:-25px;}
.c_6_1 .slick-dots{width:100%; bottom:-20px;}
.c_6_1 .slick-dots li{width:10px; height: 10px; border-radius: 5px; background-color:#1F4FA1;opacity: 0.2;}
.c_6_1 .slick-dots li.slick-active{ opacity: 1;}
@media screen and (max-width:991px){
	.c_6{padding:15px 0 40px 0;}
}
@media screen and (max-width:767px){
	
	.c_6_1 .slick-slide>li{width:96%;}
	.margin{margin:0;}
	.bottom_2{display:none;}
	.bottom_3{line-height: 16px;}
	
}

/*bottom*/
.bg1{background-color:#eeeeee; border-top:1px solid #ccc;}
.bottom{padding:25px 0px 20px 0px;}
.bottom_1{text-align:center;}
.bottom_1 li{display:inline-block; vertical-align: middle;}
.share .bdsharebuttonbox{display:inline-block; float:left; margin:0 9px 0 0 ;}
.share .bdsharebuttonbox .bds_more{margin:0; background-image: url(images/p29.png); background-repeat: no-repeat; background-position: center; width:20px; height: 20px;}
.share h1{float:left; font-size:12px; color:#333; text-transform: uppercase; line-height: 20px;}
.line1{margin:0 10px;}
.line1 img{display:block;}
.weixin {position:relative;}
.weixin span{float:left; width:30px; height: auto;}
.weixin span img{width:100%; height: auto;}
.weixin h2{float:left; font-size:12px; color:#999;line-height: 20px; margin-left:5px;}
.weixin_1{position:absolute; top:-110px; left:50%; margin-left:-50px; width:100px; height: 100px;background-image: url(images/p32.png); background-repeat: no-repeat; background-position: center; padding:8px 10px 0 10px; display: none; z-index: 100;}
.weixin_1 img{width:100%; height: auto;}
.weixin:hover .weixin_1{display:block;}
.linked span{float:left; width:22px; height: auto; margin-left:15px;}
.linked img{width:100%; height: auto;}
.linked h2{float:left; font-size:12px; color:#999;line-height: 20px; margin-left:5px;}
.tube{width:99px; height: auto; padding-left:5px;}
.tube img{width:100%; height: auto;}
.bottom_2{text-align:center; margin-top:15px;}
.bottom_2 li{display:inline-block; vertical-align: middle;font-size:12px; color:#999; }
.bottom_2 li a{color:#999;}
.bottom_2 i{display:inline-block; font-size:12px; color:#999; vertical-align: middle;}
.bottom_3{text-align:center; font-size:12px; color:#999; margin-top:5px;}
.bottom_4{display:block; width:30px; height: auto; margin: auto; margin-top:10px;}
.bottom_4 img{width:100%; height: auto;}

@media screen and (max-width:451px){
	.bottom_1 li{width:40%; margin:0 0 10px 5px;}
	.line1{display:none !important;}
	.linked span{margin:0;}
	.bottom_1 .tube span{width:100px; display: block;}
	.linked h2{margin-left:9px;}
	.weixin h2{margin-left:9px;}
}


/*关于纽威*/
.c_7{width:100%; background-image:url(images/p34.png); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
.line2{position:absolute; bottom:-10px; width:100%; height: 10px; background-image:url(images/p35.png); background-repeat: repeat-x; background-position: center; z-index: 100;}
.c_7_1{padding:0 15px;}
.c_7_1 h1{float:left; line-height: 50px; font-size:26px; color:#fff; padding-left:50px;}
.c_7_2{float:right;}
.c_7_2 li{float:left; }
.c_7_2 li a{display:block; width:90px; line-height: 50px; text-align: center; font-size:12px; color:#fff;
 transition: all 0s linear;
   -moz-transition: all 0s linear;
-webkit-transition: all 0s linear;
     -o-transition: all 0s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;}
.c_7_2 li:hover a{color:#123885; background-image: url(images/j9.png); background-repeat: no-repeat; background-position: center; }
.c_7_2 li.hover a{color:#123885; background-image: url(images/j9.png); background-repeat: no-repeat; background-position: center;}

/*手机端内页导航*/
.babyserbox{position: relative;height: 50px; width:100%; display: none;}
.babyser{ position: absolute; z-index: 100; top:0; left: 0;width:100%;}
.babyser h2{ float:left; width:100%; 
/*	1.4*/
	padding:0;
/*	*/
              border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:18px; line-height:48px; }
.babyser h2 .imgr{ float:right; margin:16px 0 0 0;}
@media  screen and (max-width:991px){
	.babyserbox{display:block;}
    .babyser h2 .imgr{ float:right; margin:16px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
    .c_7{display:none;}
}
.pz_SideLayerph{ display:none;  background-color:#fff;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#337ab7;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

.banner_1 {padding:0 15px;}
.banner_1 .slick-slide>li{position:relative;}
.c_8{position:absolute; top:25px; right:5%;}
.c_8 h1{font-size:30px; color:#113987;}
.c_8 h2{font-size:14px; line-height:16px; color:#113987; margin-top:10px;}
.c_8 a{display:block; width:92px; height: auto; margin-top:10px;}
.c_8 a{width:100%; height: auto; display: block;}
.c_8_1{ background-color:rgba(255,255,255,0.7); position: absolute; top:15px; right:5%;padding:26px 1% 116px 1%;}
.c_8_1 h1{font-size:30px; color:#113987;}
.c_8_1 h2{font-size:14px; line-height:16px; color:#113987; margin-top:10px; text-align: justify;}
.c_8_1 a{display:block; width:92px; height: auto; margin-top:10px;}
.c_8_1 a:hover img{transform: scale(0.98);}
.c_8 a:hover img{transform: scale(0.98);}
.banner_1 .slick-dots{width:100%; bottom:-10px; text-align: center; line-height: 9px; z-index: 200;}
.banner_1 .slick-dots li{width:9px; height: 9px; border-radius: 5px; background-image: url(images/p37.png); background-repeat: no-repeat; background-position: center; display: inline-block;}
.banner_1 .slick-dots li.slick-active{ background-image: url(images/p38.png);}
.banner_1 .slick-dots li button:before{display:none;}
.banner_1 .slick-dots li button{display:none;}

@media  screen and (max-width:1179px){
	.c_8_1{padding:20px 1%;}
	.c_8 h1{font-size:20px;}
	.c_8_1 h1{font-size:20px;}
}
@media  screen and (max-width:991px){
	.banner_1 {padding:0;}
	.c_8{display:none;}
	.c_8_1{display:none;}
}

.c_9{margin-top:20px; padding-top:30px;}
.c_9_1{padding:0 15px;}
.c_9_1 li{float:left; width:32%; margin-right:2%; padding-bottom:15px;}
.c_9_1 li span{display:block; width:100%; height: auto; overflow: hidden;}
.c_9_1 li span img{width:100%; height:100%;}
.c_9_1 li:nth-child(3n){margin-right:0;}
.c_9_1 li h1{ font-size:18px; color:#333; line-height:24px; margin-top:5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.c_9_1 li h2{font-size:12px; color:#333; line-height: 16px; height: 48px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.c_9_1 li h3{ font-size:12px; color:#1f4fa1; margin-top:10px;}
.c_9_1 li h3 i{margin-right:2%;}
.c_9_1 li:hover h1{color:#1f4fa1;}
.c_9_1 li:hover span img{transform: scale(1.2); transition:0.6s;}
@media  screen and (max-width:767px){
	.c_9_1 li h1{font-size:15px;}
	.c_9_1{padding:0;}
	/*	12.5*/
	.c_9_1 li{width:100%; margin:0 0 10px 0;}
	.c_9_1 li:nth-child(3n){margin-right:0;}
	.c_9_1 li:nth-child(2n){margin-right:0;}
/*	*/
}

/*纽威简介*/
.banner_2{width:100%; height: auto; position: relative;}
.banner_2 img{width:100%; height: auto;}
.c_10{position:absolute; top:20px;left:25%; font-size:30px; color:#333; /*width:19%;*/}

@media  screen and (max-width:991px){
	.c_10{display:none;}
}

.c_11{background-image: url(images/j4.jpg); background-repeat: no-repeat;background-position: center; background-size: cover; padding-top:50px; height:400px;}
.c_11_1>h1{width:40%; font-size:30px; color:#fff; line-height: 37px; float:left;}
.c_11_2{float:right; width:40%;}
.c_11_2 h1{padding:10px; font-size:12px; color:#fff; line-height: 16px;}

@media  screen and (max-width:991px){
	.c_11{height:auto; padding:20px 0 ;}
	.c_11_1>h1{width:100%; text-align: center; font-size:20px; line-height: 26px;}
	.c_11_2{width:100%;}
	.c_11_2 h1{padding:0; margin-top:10px;}
}

.c_12{background-image: url(images/j5.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding-top:20px; height: 400px;}
.c_12_1 h1{width:40%; margin-top:110px; font-size:20px; color:#333; line-height: 26px; float:left;}
.c_12_1 span{float:right; width:310px; height: auto; margin-right:90px;}
.c_12_1 span img{width:100%; height: auto;}

@media  screen and (max-width:767px){
	.c_12{height:auto; padding:20px 0;}
	.c_12 h1{width:100%; margin:0; font-size:16px; line-height: 20px;}
	.c_12_1 span{width:250px; margin: auto; float: none; display: block; margin-top:10px;}
}

/*组织结构*/
.c_13{background-image:url(images/j6.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;padding-bottom:70px;}
.c_13_1{background-color:#fff; padding:20px 20% 10px 50px;}
.c_13_1 h1{ font-size:30px; color:#333;}
.c_13_1 h2{font-size:15px; color:#333; line-height: 20px;}
.img{width:100%; display: block; margin-top:20px;}
.img img{width:100%; height: auto;}

@media  screen and (max-width:767px){
	.c_13_1{padding:10px 5%;}
	.c_13_1 h1{font-size:20px;}
	.c_13_1 h2{font-size:13px;}
	.c_13{padding-bottom:20px;}
}

/*企业文化*/
.c_14{margin:0 24px; height: 350px; }
.c_14_1{padding:20px 0 0 60px;  height: 350px;  }
.c_14_1 h1{ font-size:30px; color:#fff;}
.c_14_1 h2{font-size:15px; color:#fff; line-height: 20px; width:350px; margin-top:10px;}

@media  screen and (max-width:991px){
	.c_14{height:250px; margin: 0;}
	.c_14_1{height:250px;}
}
@media  screen and (max-width:767px){
	.c_14_1{padding:10px 20px; height:auto;}
	.c_14{height:auto; padding:20px 0;}
	.c_14_1 h1{font-size:20px;}
	.c_14_1 h2{font-size:13px;width:100%;}
}

.c_14_2{text-align:center; margin-top:30px;}
.c_14_2 li{display:inline-block; width:30%; margin:0 1%; vertical-align: top;}
.c_14_2 li h1{ font-size:26px; color:#000;}
.c_14_2 li span{display:block; width:100%; height: auto; margin:15px 0;}
.c_14_2 li span img{width:100%; height: auto;}
.c_14_2 li h3{font-size:12px; color:#000; font-weight: bold;}
.c_14_2 li h4{font-size:12px; color:#000; line-height: 18px;}

@media  screen and (max-width:767px){
	.c_14_2{margin-top:10px;}
	.c_14_2 li{margin:10px 0 0 0; width:100%;}
	.c_14_2 li h1{font-size:18px;}
}

.c_14_3{background-color:#c9d8e9; margin-top:30px;}
.c_14_4{padding:25px 2.5%;}
.c_14_4 span{float:left; margin-right:9%; width:400px; height: auto;}
.c_14_4 span img{width:100%; height: auto;}
.c_14_4 div h1{font-size:26px; color:#333;}
.c_14_4 div h2{font-size:12px; color:#333; margin:10px 5% 0 0;line-height: 18px; }

@media  screen and (max-width:767px){
	.c_14_4 span{width:100%; margin:0;}
	.c_14_4 div{float:left;margin:10px 0 0 0;}
	.c_14_4 div h1{font-size:20px;}
	.c_14_4 div h2{margin:10px 0 0 0;}
}

/*大事记*/
.banner_3{position:relative; width:100%; height: auto; padding:0 15px;}
.c_15{position:absolute; left:10.56%; top:30px;}
.c_15 h1{font-size:30px; color:#fff;}
.c_15 h2{font-size:16px; color:#fff; width:500px; line-height: 20px;margin-top:5px;}
.c_16_ul{padding:10px 60px 30px 60px;}
.c_16_li{margin-top:10px;}
.c_16_1{background-image: url(images/j10.jpg); background-repeat: no-repeat; background-position: center; width:77px; height: 47px; color:#fff; font-size:13px; padding:5px 0 0 10px; float:left; margin-right:7%}
.c_16_2{float:left; width:83.3%; }
.c_16_2 li{margin-top:3px;}
.c_16_2 li h1{float:left; font-size:14px; color:#D9261C; margin-right:3%; line-height: 24px;}
.c_16_3{border-bottom:1px solid #eee; float:left;width:83%; }
.c_16_2 li h2{ font-size:12px; color:#666; padding:5px 0 5px 0;}
.c_16_2 li .h1_color{color:#123885;}
.c_16_2 li h2 i{display: inline-block; width:10px;}

@media  screen and (max-width:991px){
	.banner_3{padding:0;}
	.c_16_ul{padding:10px 0 20px 0;}
	.c_16_2{width:80%;}
}
@media  screen and (max-width:767px){
	.c_16_2{width:100%;}
	.c_16_1{margin-right:2%;}
	.c_15{display:none;}
}

/*技术质量*/
.banner_4{height:350px; margin:0 15px;}
.c_17{padding:10px 40px 0 0;}
.c_17 h1{ font-size:30px; color:#fff; margin: 0 0 0 50px;}
.c_17 .c_17_1{float:right; width:400px;}
.c_17 .c_17_1 h2{margin-top:20px;font-size:30px; color:#fff;}
.c_17 .c_17_1 h3{margin-top:20px; font-size:12px; color:#fff; line-height: 18px;}

@media  screen and (max-width:991px){
	.banner_4{height:250px; margin: 0;}
}
@media  screen and (max-width:767px){
	.banner_4{height:auto; padding:20px; background-size: cover !important;}
	.c_17 .c_17_1{width:100%;}
	.c_17{padding:0;}
	.c_17 h1{font-size:20px;}
	.c_17 .c_17_1 h2{margin-top:10px; font-size:20px;}
	.c_17 .c_17_1 h3{margin-top:10px;}
	.c_17 h1{margin:0;}
}

.c_18_1{font-size:30px; color:#123885; margin-top:15px;}
.c_18_2{ margin-top:15px;}
.c_18_2 li{float:left; width:32%; margin-right:2%;}
.c_18_2 li:nth-child(3n){margin-right:0;}
.c_18_2 li h1{ font-size:26px; color:#000;}
.c_18_2 li span{display:block; width:100%; height: auto; margin-top:15px; overflow: hidden;}
.c_18_2 li span img{width:100%; height: auto;}
.c_18_2 li h2{margin-top:15px; color:#000; font-size:12px; line-height: 16px;}
.c_18_2 li a{display:block; font-size:12px; color:#1f4fa1; margin-top:10px;}
.c_18_2 li a i{margin-right:1%;}
.c_18_2 li a:hover{color:#005EFF;}
.c_18_2 li:hover span img{transform:scale(1.2); transition: 0.6s;}
.c_18_6{padding:0 15px;}

@media  screen and (max-width:991px){
	.c_18_2 li h1{font-size:20px;}
	.c_18_6{padding:0;}
}
@media  screen and (max-width:767px){
	.c_18_1{margin-top:10px; font-size:20px;}
	.c_18_2 li h1{font-size:18px;}
	.c_18_2 li{width:100%; margin:10px 0 0 0;}
}

.c_19{width:100%; height:100%; background-color:rgba(119, 119, 119,0.7); position:fixed; top:0; left: 0; z-index: 100; overflow-y: scroll; display: none;}
.c_19_1{ width:48.9%; margin:100px 0 0 25.55%; position: relative; background-color:#fff; box-shadow: 0 0 26px rgba(0,0,0,0.4); padding:25px 1.2% 50px 1.2%;}
.close1{position:absolute; top:-17.5px; right:-17.5px; width:35px; height: 35px; display: block; }
.close1 img{width:100%; height: auto;}
.c_19_2{font-size:18px; color:#000; font-weight: bold;}
.c_19_3{width:100%;display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start; }
.c_19_3 li{ width:30%; margin-right:5%;float:left; margin-top:10px;}
.c_19_3 li:nth-child(3n){margin-right:0;}
.c_19_3 li span{width:100%; height: auto; display: block;}
.c_19_3 li span img{width:100%; height: auto;}
.c_19_3 li h1{ font-size:16px; color:#000; margin-top:10px;}

@media  screen and (max-width:1323px){
	.c_19_1{width:60%; margin:100px 0 0 20%}
}
@media  screen and (max-width:991px){
	.c_19_1{width:80%; margin:100px 0 0 10%}
}
@media  screen and (max-width:767px){
	.c_19_3 li{width:100%; margin:10px 0 0 0 !important;}
	.c_19_1{padding:20px 5% 20px 5%}
}

.c_18_3{ margin-top:30px; background-image: url(images/p49.png); background-repeat: no-repeat; background-position: center; background-size: cover; padding:15px 0 65px 0;}
.c_18_3 h1{ font-size:30px; color:#fff;}
.c_18_3 div{margin-top:20px;}
.c_18_3 div h2{width:400px; font-size:12px; color:#fff; line-height: 16px; float:left;}
.c_18_3 div h2:nth-child(2){margin-left:100px;}

@media  screen and (max-width:991px){
	.c_18_3 div h2{width:300px;}
	.c_18_3{padding:20px 0;}
	.c_18_3 div{margin:0;}
	.c_18_3 h1{font-size:20px;}
	.c_18_3 div h2{width:100%; margin:10px 0 0 0 !important;}
}

.c_18_4{padding:20px 0 80px 0;}
.c_18_4 h1{font-size:30px; color:#333;}
.c_18_4 div{margin-top:20px;}
.c_18_4 div h2{float:left; width:400px; font-size:12px; color:#333; line-height: 16px; margin-right:100px;}
.c_18_4 div span{ float:left; width:400px; height: auto;}
.c_18_4 div span img{width:100%; height: auto;}

@media  screen and (max-width:991px){
	.c_18_4 div h2{width:100%; margin:0; float:none;}
	.c_18_4 div span{margin:auto; margin-top:10px; float:none; display: block;}
}
@media  screen and (max-width:767px){
	.c_18_4{padding:20px 0;}
	.c_18_4 h1{font-size:20px;}
	.c_18_4 div{margin-top:10px;}
	.c_18_4 div span{width:280px;}
}


/*工厂管理*/
.c_18_5{margin-top: 45px; padding:0 15px;}

@media  screen and (max-width:991px){
	.c_18_5{padding:0;}
}
@media  screen and (max-width:767px){
	.c_18_5{margin: 20px 0;}
}

/*纽威研究院*/
.c_14_5 h2{margin-top:20px; font-size:12px; line-height: 16px;}
.c_20{margin-top:-30px; position: absolute; left: auto; top: auto; z-index: 200;}
.c_20 li{float:left; width:105px; line-height: 30px; height: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; background-color:#cccccc; color:#333; text-align: center; margin-right:3px; font-size:15px;}
.c_20 li:last-child{margin-right:0;}
.c_20 li a{color:#333;}
.c_20 li:hover{background-color:#fff; color:#123885;}
.c_20 li:hover a{color:#123885;}
.c_20 li.hover{background-color:#fff; color:#123885;}
.c_20 li.hover a{color:#123885;}

@media  screen and (max-width:991px){
	.c_20{margin-top:10px;}
	.c_20 li{border:1px solid #cccccc; width:auto;  height: auto; line-height: normal; padding:5px 2%; border-bottom:none;}
}
@media  screen and (max-width:767px){
	.c_20 li{ font-size:13px;}
}

.c_20_1{padding:50px 0 130px 0; background-color:#eee;}
.c_20_1 span{float:left; width:425px; height: auto; margin-right:20%;}
.c_20_1 span img{width:100%; height: auto;}
.c_20_1 h1{font-size:12px; line-height: 16px;}

@media  screen and (max-width:991px){
	.c_20_1 span{width:300px; margin-right:10%;}
	.c_20_1{padding:20px 0;}
	.c_20{position:static;}
}
@media  screen and (max-width:767px){
	.c_20_1 span{width:200px;}
}

.c_20_2{background-color:#123885; padding:15px 0 30px 0; }
.c_20_2 ul{text-align: center;}
.c_20_2 ul li{width:30%; margin:0 8%;display:inline-block;}
.c_20_2 ul li span{width:100%; height: auto;}
.c_20_2 ul li span img{width:100%; height: auto;}
.c_20_2 ul li h1{font-size:12px; margin-top:15px; line-height: 20px; color:#fff; text-align: left}

@media  screen and (max-width:991px){
	.c_20_2 ul li{width:40%; margin:0 3%;display:inline-block;}
}
@media  screen and (max-width:767px){
	.c_20_2 ul li{width:100%; margin: 10px 0 0 0;}
}

/*研发产品列表*/
.c_21{background-color:rgb(238, 238, 238); text-align: center;}
.c_21 span{ width:96.1%; display: inline-block;}
.c_21 span:first-child{margin:30px 0 20px 0;}
.c_21 span img{width:100%; height: auto;}

@media  screen and (max-width:767px){
	.c_21 span:first-child{margin:20px 0 10px 0;}
}

/*产品中心*/
.c_7_3{background-image:url(images/p82.png); position:relative;}
.c_22{float:right; margin-right:20px;}
.c_22 span{display: inline-block;margin-top:21px; width:4px; height: auto;}
.c_22 span img{width:100%; height: auto; display: block;}
.c_22 h2{font-size:12px; color:#fff; display: inline-block; line-height: 50px;}

.c_22_1{position:absolute; top:50px; left: 0; width:100%; background-color:rgba(57, 83, 106,0.9);padding:0 0 20px 0; z-index: 100; display: none;}
.c_22_1 .c_22_2{float:left; width:13.5%; margin-right:0.916%; background-image: url(images/p65.png); background-repeat: no-repeat; background-position: center; background-size: cover;min-height: 250px; margin-top:20px;padding:10px 0.9%;}
.c_22_1 .c_22_2:nth-child(7n){margin-right:0;}
.c_22_2 li a{font-size:12px; color:#fff; display: block; line-height: 16px;}
.c_22_2 li:nth-child(1) a{font-size:13px; color:#fff; font-weight: bold; margin-bottom:20px;}
.c_22_2 li:hover a{color:#9f0000;}
.c_22 span.on{transform:rotate(90deg);}
.ul_2ph{width:100%;padding-left:15px; display: none;}
.ul_2ph h1{font-size:12px; color:#666;}
.ul_2ph h1 a{color:#666; line-height: 20px;}
.ul_2ph h1:last-child{border-bottom:#e1e1e1 dashed 1px;}
.c_23{background-image:url(images/j30.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.c_23_1{width:100%; height: auto; position: relative;}
.c_23_1>img{width:100%; height: auto;}
.c_23_2 li{position:absolute; width:210px; min-height:100px; padding:10px 10px 20px 10px; background-color:#eee; box-shadow: 1px 1px 3px #999;}
.c_23_2 li h1{font-size:18px; color:#9f0000;}
.c_23_2 li h1 .a1{font-size:18px; color:#9f0000;}
.c_23_2 li h2 {font-size:12px;color:#000; margin-top:6px; line-height: 16px;}
.c_23_2 li div{margin-top:6px;}
.c_23_2 li div a{font-size:12px; color:#123885; margin-right:4px; padding-top:6px;}
.c_23_2 li div a:hover{color:#9f0000}
.c_23_2 li span{position:absolute;}

/*12.6*/
.z_1_img{width:130px; height: auto; float:left; height: auto; display: none;}
/**/

/*12.10*/
.z_c_23_2{display:none;}
/**/

@media  screen and (max-width:991px){
	.c_23_2{position:absolute; top:0; text-align: center; width:100%; left:auto; padding-bottom:10px;}
	.c_23_2 li{position:static; left:auto; top:auto; display: inline-block; margin:10px 1%; width:27%;}
	.c_23_2 li span{display:none;}
}
@media  screen and (max-width:767px){
    /*	12.10*/
	.z_c_23_2{display:block !important;}
	.c_23_2{display:none;}
/*	*/
	.c_23_2 li{width:100%; margin: 10px 0 0 0;}
	.c_23_2{position:static;}
    .c_23_1>img{display:none;}
}
@media  screen and (max-width:767px){
.c_23_2 li{width:100%; margin: 10px 0 0 0;
		
		
/*	12.7*/
	padding:10px; overflow: hidden;
	}
	.c_23_2 li div{margin-top:0;}
	/*		*/
/*	12.6*/
	.z_1{margin-left:140px; text-align: left;}
	.c_23_2 li div a{width:100%; display: block;}
	.z_1_img{display:block;}
/*	*/
	.c_23_2{position:static;}
}

.c_23_3{margin-top:40px;}
.c_23_3 li{float:left; width:25%; padding:0 1.5%; border-right:1px dashed #96aebc; padding-bottom:15px;}
.c_23_3 li:nth-child(4n){border-right:none;}
.c_23_3 li span{float:left; width:38px; height: auto;}
.c_23_4{margin-left:23%;}
.c_23_4 h1{ font-size:15px; color:#465F71;}
.c_23_4 h2{ font-size:12px; color:#465F71; margin-top:10px; line-height: 18px;}
.c_23_4 a{display:block; font-size:12px; color:#1f4fa1; margin-top:10px;}
.c_23_4 a:hover{color:#9f0000;}

@media  screen and (max-width:991px){
	
}
@media  screen and (max-width:767px){
	.c_23_3 li{width:100%; padding:10px 0;border-right:none; border-bottom:1px dashed #96aebc;}
	.c_23_3 li span{width:26px; height: auto;}
	.c_23_4{margin-left:40px;}
	.c_23_3{margin:20px 0 20px 0;}
}

/*列表页*/
.c_24{background-image:url( images/j39.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding-top:100px;}
.c_24_1{width:96%; background-color:#fff; margin: auto; padding:0 2% 0 1.25%; margin-bottom:5px;}
.c_24_2{width:19.5%; float:left; margin-top:60px;}
.c_24_2_title{font-size:16px; color:#fff; background-color:#b4bcc2; padding:20px 23px; border-radius: 4px; position: relative; display: inline-block;}
.c_24_2_title span{position:absolute; bottom:-13px; left:50%; width:11px; height: auto; margin-left:-5.5px; }
.pz_SideLayer{margin-top:15px;}
.pz_SideLayer .l1{margin-bottom:10px;}
.pz_SideLayer .l1 .l1_title a{font-size:12px; color:#333; font-weight: bold;}
.pz_SideLayer .l1 .l1_title span{width:4px; height: auto; float:left; margin-right:10px;}
.pz_SideLayer .l1 .l1_title.on{padding-bottom:11px; background-image:url(images/p79.png); background-repeat: repeat-x; background-position: center bottom; }
.pz_SideLayer .l1 .l1_title.on span{transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); }
.pz_SideLayer .l1 .l1_title.on a{color:#123885;}
.l2_ul li{margin-bottom:5px;}
.l2_ul li:last-child{border-bottom:1px solid #cccccc;padding-bottom:5px;}
.l2_ul li a{font-size:12px; color:#333;}
.l2_ul li div{margin-left:13px;}
.l2_ul li i{width:3px; height: auto; float:left;}
.c_24_img_on{display:none;}
.l2_ul li:hover a{color:#D9261C;}
.l2_ul li.hover a{color:#D9261C;}
.l2_ul li:hover .c_24_img_on{display:inline-block;}
.l2_ul li.hover .c_24_img_on{display:inline-block;}
.l2_ul li:hover .c_24_img{display:none;}
.l2_ul li.hover .c_24_img{display:none;}
.c_24_3{margin:0 2.1%; width:61.13%; float:left;}
.c_24_3_ti{color:#000; font-size:30px;margin:15px 0 15px 0;}
.c_24_3_img{width:100%; height: auto; display: block;}
.c_24_ul{width:100%;}
.c_24_ul li{padding:15px 0; border-bottom:1px dotted #cccccc;}
.c_24_ul li span{float:left; width:35%; height: auto; overflow: hidden;}
.c_24_li_ri{margin-left:36%;}
.c_24_li_ri h1{font-size:14px; color:#333; font-weight: bold;}
.c_24_li_ri h2{font-size:12px; color:#666; line-height: 20px; height: 40px; margin-top:10px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.c_24_li_ri h3{font-size:12px; color:#1f4fa1; margin-top:15px;}
.c_24_li_ri h3 i{width:7px; height: auto; display:inline-block;}
.c_24_ul li:hover h1{color:#d9261c;}
.c_24_ul li:hover h3{color:#d9261c;}
.c_24_ul li:hover span img{transform:scale(1.2); transition: 0.6s;}
.c_24_4{width:14.7%; float:right;}
.c_24_send{margin-top:36px; cursor: pointer;}
.c_24_send span{float:left; width:16px; height: auto; margin:0 5px 0 15px;}
.c_24_send span img{display:block;}
.c_24_send h1{font-size:12px; color:#123885; line-height: 10px;}
.c_24_h1{margin-top:15px; background-image:url(images/p79.png); background-repeat:repeat; font-size:12px; color:#333; font-weight: bold; padding:2px 0 2px 15px; width:100%; border-top:2px solid #588DA7; border-bottom:1px solid #eee;}
.c_24_6{width:100%; padding: 10px 0 0 30px;}
.c_24_6 li{margin-bottom:5px;}
.c_24_6 li:last-child{margin-bottom:0;}
.c_24_6 li i{margin-right:1%;}
.c_24_6 li a{font-size:12px; color:#000;}
.c_24_6 li:hover a{color:#123885;}
.c_24_7_img{width:100%; height: auto;}
.c_24_8{padding-top:5px;}
.c_24_8 li{width:50%; text-align: center; float:left;margin-bottom:10px;}
.c_24_8 li a{font-size:12px; color:#123885;}
.c_24_8 li:hover a{color:#d9261c;}
.send_box{position:fixed; top:0; left:0; width:100%; height: 100%; background-color:rgba(119, 119, 119,0.7); z-index: 100; display:none;}
.send{position:absolute; top:200px; width:617px; left:50%;margin-left:-308.5px; background-color:#fff; overflow-y: scroll;padding:20px 50px 20px 50px; height:433px;}
.close2{position:absolute;width:36px; height: auto; top:0; right:0;}
.send h1{font-size:22px; color:#000;}
.send h2{font-size:12px; color:#000; line-height: 20px; margin-top:5px;}
.c_send{border:1px solid #c8c8c8; padding:10px; margin-top:5px; font-size:12px; color:#000;  word-break:break-all;}
.c_input{}
.c_input h3{font-size:12px; color:#000; width:84px; line-height: 15px; float:left;padding:10px 20px 10px 10px;}
.c_input input{float:left; width:330px; height: 22px; border:1px solid #c8c8c8 ; margin-top:15px; color:#999; text-indent: 10px;appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.c_textarea{}
.c_textarea h3{font-size:12px; color:#000; padding:10px 0 0 10px;}
.c_textarea h3 i{font-size:11px; color:#999; margin-left:10px;}
.c_textarea textarea{width:458px; height: 112px; border:1px solid #c8c8c8; margin: 10px 0 0 10px; padding:10px; color:#999;}
.c_send_re{font-size:12px; color:#000; padding:15px 0 5px 0; text-align:center; border-bottom:1px solid #eee;}
.c_send_btn{text-align:center; margin-top:15px;}
.c_send_btn button{display:inline-block; width:100px; height: 22px; border-radius: 4px; overflow: hidden; background-image: url(images/p85.png); background-repeat: no-repeat; background-position: center; background-size: cover; margin: 0 10px; font-size:14px; color:#fff;}
.c_send_btn .btn1{background-image: url(images/p84.png);}
.c_send_btn button:hover{opacity:0.8;}

@media  screen and (max-width:991px){
	.c_24_2{display:none;}
	.c_24_3{width:100%; margin: 0;}
	.c_24{padding-top:50px;}
	.c_24_1{padding:0 2%;}
	.c_24_3_ti{font-size:20px;}
	.c_24_4{width:100%;}
	.c_24_send{margin-top:15px;}
	.c_24_6{padding:0;}
	.c_24_6 li{display:inline-block; width:24%; text-align: center; margin-top:10px;}
	.c_24_8 li{width:20%;}
}
@media  screen and (max-width:767px){
	.c_24{padding-top:20px;}
	.c_24_3_ti{font-size:16px; margin:10px 0;}
	.c_24_ul li span{width:120px; height: auto;}
	.c_24_li_ri{margin-left:130px;}
	.c_24_li_ri h1{font-size:13px;}
	.c_24_li_ri h2{line-height:15px; height: 30px; margin-top:10px;}
	.c_24_li_ri h3{margin-top:10px;}
	.c_24_ul li{padding:10px 0;}
	.c_24_6 li{margin-top:5px;}
/*	弹窗*/
	.send{top:50px; width:90%; left: 5%; margin: 0; padding:10px;}
	.send h1{font-size:18px;}
	.c_input h3{width:100%; padding:10px 0;}
	.c_input input{width:100%; margin: 0;appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
	.c_textarea h3{width:100%; padding:10px 0;}
	.c_textarea textarea{width:100%; margin: 0;}
}

/*产品中心-详情页*/
.place{width:96%; margin: auto;margin-bottom:10px; }
.place h1{float:left; font-size:12px; color:#000;line-height: 16px;}
.place a{ font-size:12px; color:#123885; margin-left:5px; }
.place a:hover{color:#123885;}
.c_25_tab{ margin-top:-30px;}
.c_25_tab .hd{ padding:0 20px;}
.c_25_tab .hd li{display:inline-block; width:134px; height: 30px; background-image: url(images/p90.png); background-repeat: no-repeat; background-position: center; text-align: center; line-height: 30px; font-size:12px; color:#333; cursor: pointer;}
.c_25_tab .hd li:hover{ background-image: url(images/p89.png); color:#123885;}
.c_25_tab .hd li.on{ background-image: url(images/p89.png); color:#123885;}
.c_25_tab .bd{ padding:30px 20px 0 20px; border:1px solid #eee; border-top:none;}
.c_25_2{font-size:15px; color:#003366;font-weight: bold; background-image: url(images/j39.jpg); background-position:center; background-repeat: no-repeat;padding:3px 0;}
.c_25_ul li{margin-top:15px; float:left; width:50%;}
.c_25_ul li span{width:110px; height: auto; border:1px solid #eee; float:left; overflow: hidden;}
.c_25_ul li div{margin-left:44%;}
.c_25_ul li div h1{font-size:16px; color:#222; margin-top:15px;}
.c_25_ul li div h3{font-size:12px; color:#003366; margin-top:15px;}
.c_25_ul li div h3 i{width:7px; height: auto; display:inline-block;}
.c_25_ul li:hover div h3{color:#1f4fa1;}
.c_25_ul li:hover span img{transform:scale(1.2); transition:0.6s;}
.c_25_1{margin-top:20px; border-top:1px solid #eee;border-bottom:1px solid #eee; padding:5px 0;}
.c_25_1 span{width:31px; height: auto; float:left; margin-right:15px;}
.c_25_1 div {float:left;}
.c_25_1 div h1{font-size:14px; color:#123885;}
.c_25_1 div h2{font-size:12px; color:#333; margin-top:5px;}
.c_25_1 a{float:right; width:90px; height:23px; background-image: url(images/p95.png); background-repeat: no-repeat; background-position: center; text-indent: 10px;line-height: 22px; font-size:12px; color:#fff; margin-top:4px;}
.c_25_1 a:hover{opacity:0.9;}
.c_25_3{padding:20px 0; font-size:12px; color:#333;}
.c_25_3 a{color:#123885;}
.c_25_3 a:hover{color:#003366;}
.c_25_tab2 ul li{float:left; width:49%; margin-right:2%;}
.c_25_tab2 ul li:nth-child(2n){margin-right:0;}
.c_25_tab2 ul li span{width:100%; height: auto; display:block; border:1px solid #eee;}
.c_25_tab2 ul li h1{font-size:12px; color:#000; line-height: 16px; margin-top:5px; padding-bottom:20px;}
.c_25_4{width:100%; overflow-y: auto;padding-bottom:20px;}
.table_box{ float:left;float:left; margin-right:20px;}
.table_box tr{}
.c_table{width:2000px;}
.table_box td{padding:2px 4px;border:1px solid #000; font-size:12px; color:#000; text-align: center;}
.table_box th{padding:2px 4px; font-size:12px; color:#fff; background-color:#000;border:1px solid #fff;text-align: center;}


@media  screen and (max-width:991px){
	.c_25_tab .hd li.on{background:none; background-color:#ededed;}
}
@media  screen and (max-width:767px){
	.c_25_tab{margin:0;}
	.c_25_tab .hd{padding:0;}
	.c_25_tab .hd li{width:auto; height: auto; padding:0px 2%;background-size:cover;}
	.c_25_tab .bd{padding:10px 2% 0 2%;}
	.c_25_ul li{width:49%; margin-right:2%;}
	.c_25_ul li:nth-child(2n){margin-right:0;}
	.c_25_ul li span{width:100%; margin-bottom:10px;}
	.c_25_ul li div{margin:0; text-align: center;}
	.c_25_ul li div h3{margin-top:5px;}
}

/*行业应用*/
.banner_5{padding:0 15px;}
.c_7_4{background-image:url(images/p96.png);}
.c_26_1{margin:20px 0 30px 0; padding:0 15px;}
.c_26_1 li{float:left; width:47.3%; margin-right:5.4%;}
.c_26_1 li:nth-child(2n){margin-right:0;}
.c_26_1 li span{width:100%; display: block; height: auto; overflow: hidden;}
.c_26_1 li:hover span img{transform:scale(1.2); transition: 0.6s;}
.c_26_1 li h1{font-size:18px; color:#333; margin-top:15px;}
.c_26_1 li h2{font-size:12px; color:#333; margin-top:5px; line-height: 16px; height: 48px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.c_26_1 li h3{font-size:12px; color:#1f4fa1; margin:5px 0 10px 0;}
.c_26_1 li h3 i{width:7px; height: auto; display:inline-block;}
.c_26_1 li:hover h3{color:#003366;}
.c_26_1 li:hover h1{color:#1f4fa1;}
.c_26_2{margin-top:40px;}
.c_26_2 li{width:32.6%; margin-right:1.1%;}
.c_26_2 li:nth-child(2n){margin-right:1.1%;}
.c_26_2 li:nth-child(3n){margin-right:0;}

@media  screen and (max-width:991px){
	.c_26_2{margin-top:0px;}
	.c_26_1{padding:0;margin:0 0 0 0 }
	.banner_5{padding:0;}
}
@media  screen and (max-width:767px){
/*	12.5*/
	.c_26_1 li{width:100%; margin:0 0 10px 0;}
	.c_26_1 li:nth-child(2n){margin-right:0;}
	.c_26_1 li:nth-child(3n){margin-right:0;}
	.c_26_2 li{width:100%; margin:0 0 10px 0;}
	.c_26_2 li:nth-child(3n){margin-right:0;}
	.c_26_2 li:nth-child(2n){margin-right:0;}
	/*	*/
	.c_26_1 li h1{font-size:14px; margin-top:10px;}
}

/*行业应用-汽车行业*/
.c_29{padding:0 25px; margin-top:-30px; position: absolute; left: auto; top:auto; z-index: 200;}
.c_29 li{display:inline-block; width:105px; height: 30px; border-top-left-radius: 6px; border-top-right-radius: 6px; background-color:#cccccc; text-align: center; line-height: 30px; cursor: pointer;}
.c_29 li {font-size:15px; color:#333;}
.c_29 li:hover{background-color:#fff;}
.c_29 li:hover {color:#123885;}
.c_29 li.on{background-color:#fff;}
.c_29 li.on {color:#123885;}
.c_27_box{padding:50px 25px 100px 25px;}
.c_27_left{width:48.4%; float:left;}
.c_27_left h2{font-size:26px; color:#000; padding-bottom:10px;}
.c_27_left p{font-size:12px; color:#000; margin-top:10px; line-height: 16px;}
.c_27_right{width:240px; height: 240px; border-radius: 120px; background-color:rgba(255,255,255,0.6); float:right;text-align: center;}
.c_27_right h2{ font-size:20px; color:#000; padding:40px 0 20px 0;;}
.c_27_a{display:block; font-size:12px; color:#123885;}
.c_27_a2{display:inline-block; width:90px; height: 22px; background:url(images/p95.png) no-repeat center; font-size:12px; color:#fff; line-height: 22px; margin-top:30px;}
.c_27_a2:hover{opacity:0.9; color:#fff;}
.c_28{background-image: url(images/j50.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.c_28_box{padding:0 25px;}
.c_28_title{font-size:16px; color:#fff;padding:20px 0;}
.c_28_slide{margin-bottom:60px;}
.c_28_slide .slick-slide> li{width:93%; margin: auto; }
.c_28_slide .slick-slide>li span{width:100%; height: auto; overflow: hidden; display: block;}
.c_28_slide .slick-slide>li p{font-size:12px; color:#000; margin-top:10px;}
.c_28_slide .slick-prev{width:35px; height: 35px; background:url(images/p111.png) center no-repeat; left:-48px; top:45%;}
.c_28_slide .slick-next{width:35px; height: 35px; background:url(images/p112.png) center no-repeat; right:-48px; top:45%;}
.c_28_slide .slick-slide>li:hover span img{
	 transform:scale(1.2);
   -moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
     -o-transform:scale(1.2);
	transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
}
.c_28_slide .slick-slide>li:hover p{color:#fff;}
.c_28_slide .slick-dots{text-align:center;}
.c_28_slide .slick-dots li{display:inline-block; width:8px; height: 8px; border-radius: 4px; background-color:rgba(255,255,255,0.5);}
.c_28_slide .slick-dots li.slick-active{background-color:rgba(255,255,255,1);}

@media  screen and (max-width:991px){
	.c_27{background-size:cover !important;}
	.c_27_box{padding:20px 0 20px 20px;}
	.c_28_box{padding:0;}
	.c_29{position:static; margin: 0; padding:0;}
	.c_29 li{border:1px solid #eee;}
	.c_27_left h2{font-size:22px;}
}
@media  screen and (max-width:767px){
	.c_27_left{width:100%; float:none; margin: 0 0 20px 0;}
	.c_27_left h2{font-size:18px; padding: 0;}
	.c_27_right{float:none; margin: auto; width:180px; height: 180px;}
	.c_27_right h2{font-size:16px; padding:30px 0 10px 0}
	.c_28_title{font-size:14px;padding:10px 0; }
	.c_28_slide{margin-bottom:30px;}
	.c_29 li{font-size:13px;}
}

/*新闻中心*/
.banner_new_box{background-image:url(images/p113.png); background-repeat: no-repeat; background-position: center; background-size: cover; padding:25px 0; overflow: hidden;}
.banner_new{padding:0 25px;}
.banner_new_left{float:left; width:420px; overflow: hidden; height: auto;}
.banner_new_right{margin-left:450px;}
.banner_new_right h6{font-size:12px; color:#123885; margin-top:30px;}
.banner_new_right h1{font-size:25px; color:#123885; margin:15px 0;}
.banner_new_right p{font-size:12px; color:#333; line-height: 16px;  height: 32px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.banner_new .slick-slide>li:hover .banner_new_left img{ transform:scale(1.2);
   -moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
     -o-transform:scale(1.2);
	transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;}

.banner_new .slick-prev{width:35px; height: 35px; background:url(images/p111.png) center no-repeat; left:-30%;}
.banner_new .slick-next{width:35px; height: 35px; background:url(images/p112.png) center no-repeat; right:-30%;}
.banner_new .slick-dots{text-align:center; bottom:-15px;}
.banner_new .slick-dots li{display:inline-block; width:10px; height: 10px; border-radius: 10px; background-color:#fff;}
.banner_new .slick-dots li.slick-active{background-color:#123885;}

@media  screen and (max-width:991px){
	.banner_new{padding:0;}
	.banner_new_left{width:300px;}
	.banner_new_right{margin-left:320px;}
	.banner_new_right h1{font-size:21px;}
}
@media  screen and (max-width:767px){
	.banner_new_left{width:100%; float:none; text-align: center;}
	.banner_new_right{margin:0;}
	.banner_new_right h6{margin-top:10px;}
	.banner_new_right h1{font-size:16px; margin: 10px 0;}
	.banner_new .slick-dots{bottom:-20px;}
}

.news_tab{padding:30px 0 0 0; text-align: center; border-bottom:1px solid #E4E4E4;}
.news_tab li{display:inline-block; width:174px; height: 30px; line-height: 30px; border:1px solid #E4E4E4; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom:none; }
.news_tab li a{font-size:15px; color:#333;}
.news_tab li:hover{background-image: url(images/p88.png); background-size: cover;}
.news_tab li.hover{background-image: url(images/p88.png); background-size: cover;}
.news_tab li:hover a{color:#123885;}
.news_tab li.hover a{color:#123885;}
.All_date_box{text-align: center;background-image:url(images/p87.png);  height: 20px;}
.All_date{  padding:2px 0; display: inline-block; width:35%;}
.All_date > a{float:left; font-size:12px; color:#123885; display: inline-block;}
.All_date > a:hover{color:#D9261C;}
.All_date ul{ float:right;}
.All_date ul li{float:left; margin-right:9px;}
.All_date ul li:nth-child(5n){margin-right:0;}
.All_date ul li a{font-size:12px; color:#D9261C;}
.All_date ul li a:hover{color:#123885;}
.news_content{}
.news_content li{float:left; width:31.5%; margin:30px 2.75% 0 0;background-color: #eeeeee; padding:10px 10px 20px 10px;height:325px;}
.news_content li:nth-child(3n){margin-right:0; }
/* 修改  11.28*/
.news_content li span{width:100%; height: auto; display: block; overflow: hidden; max-height: 175px;}
/**/
.news_content li h6{font-size:12px; color:#999; margin:10px 0;}
.news_content li h2{font-size:15px; color:#000; font-weight: bold;max-height: 36px;line-height: 18px;  
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news_content li h2 i{width:20px; height: auto; display:inline-block; }
.news_content li p{font-size:12px; color:#666; line-height: 16px; height:48px; margin-top:10px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.news_content li:hover span img{
	transform:scale(1.2);
   -moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
     -o-transform:scale(1.2);
	transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
}
.news_content li:hover h2{color:#123885;}
.page_box{text-align:center; margin: 20px 0;}
.page_box a{display:inline-block; margin: 0 5px; font-size:12px; color:#123885; vertical-align: middle; overflow: hidden;border-bottom:1px solid #fff;
	transition: all 0s linear;
   -moz-transition: all 0s. linear;
-webkit-transition: all 0s linear;
     -o-transition: all 0s linear;}
.page_box a i{display:inline-block; width:7px; height: auto; margin:0 2px;vertical-align: text-top;}
.page_box a:hover{border-bottom:1px solid gray ; color:#D9261C;}
.page_box a.hover{border-bottom:1px solid gray ; }


@media  screen and (max-width:991px){
	.news_content li {height:290px;}
	.news_content li span{max-height:126px;}
}
@media  screen and (max-width:767px){
	.news_tab{padding:10px 0 0 0 ;}
	.news_tab li{width:auto; padding:0 3%; padding:10px;}
	.news_tab li a{font-size:13px;}
	.All_date{width:250px;}
/*	修改  11.29*/
	.news_content li{width:100%; margin:10px 0 0 0;height:auto;}
	.news_content li span{max-height:170px;}
	.news_content li span img{width:100%; height: auto;}
	.news_content li:nth-child(3n){margin-right:2%;}
	.news_content li:nth-child(2n){margin-right:0;}
	.news_content li h2{font-size:13px;}
	.news_content li h6{margin:5px 0;}
	.news_content li p{margin-top:5px;}
	/*.page_box .page{display:none;}*/
}

/*新闻中心-详情*/
.place1{ margin: 25px 0 20px 0;}
.place1 a{color:#123885;}
.place1 h1{color:#ccc;}
.new_detail_left{width:73.36%; float:left; padding:0 0 0 50px;}
.new_detail_left h1{font-size:28px; color:#123885; line-height: 34px; text-align: center; border-bottom:3px solid #cccccc; padding-bottom:5px;}
.new_detail_left h6{font-size:12px; color:#999; text-align: center; padding:8px 0; border-bottom:1px solid #eee;}
.new_detail_left p{margin-top:15px;}
/*修改  11.28*/
.new_detail_left span{ font-size:12px; color:#000; }
/**/
.new_detail_right{width:18%; float:right;}
.new_detail_right .c_24_4{width:100%;}
.new_detail_right .c_24_4 .c_24_send{margin:0;}

@media  screen and (max-width:991px){
	.new_detail_left h1{font-size:22px; line-height: 30px;}
	.new_detail_left{padding:0;}
}
@media  screen and (max-width:767px){
	.place1{margin:10px 0;}
	.new_detail_left h1{font-size:18px; line-height: 26px;}
	.new_detail_left{width:100%;}
	/*.new_detail_left span{margin:10px 0;}*/
	.new_detail_right{width:100%;}
}

/*加入纽威*/
.join_box{margin-top:50px; padding: 0 15px;}
.join_left{width:230px; float:left;}
.join_left span{display:block; margin-bottom:16px;width:100%; height: auto;}
.join_right{margin:0 0 0 300px;}
.join_right p{font-size:12px; color:#000; line-height: 20px; margin-bottom:28px;}
.join_right p a{color:#123885;}
.join_right p a:hover{color:#D9261C;}

@media  screen and (max-width:991px){
	.join_right{margin:0 0 0 250px;}
	.join_right p{margin-bottom:15px;}
	.join_box{padding:0;}
}
@media  screen and (max-width:767px){
	.join_left{float:none; width:100%;}
	.join_box{margin-top:20px;}
	.join_right{margin:0;}
}


/*加入纽威-社会招聘*/
.banner_6{padding-bottom:20px; height: auto;}
.recruit_box{margin-top:20px;}
.recruit_left{width:73.68%; float:left;}
.recruit_table{margin-top:10px; border-top:3px solid #e6e6e6;}
.recruit_table li{padding:7px 0; border-bottom:1px solid #e6e6e6; }
.recruit_table li i{display:inline-block; width:4px; height: 4px; margin-right:5px;}
.recruit_table li h3{margin:0 2% 0 0;}
.recruit_table li h3:last-child{margin-right:0;}
.h3_1{float:left;width:37%;}
.h3_2{float:left;width:23%;}
.h3_3{float:left;width:17%;}
.h3_4{float:left;width:17%;}
.recruit_table li h3{font-size:12px; color:#000; line-height: 18px;}
.recruit_table li h3 a{color:#123885;}
.recruit_table li h3 a:hover{color:#D9261C;}
.recruit_right{width:23.15%; float:right;}
.recruit_right h3{width:100%; border-bottom:3px solid #eee; padding-bottom:5px; font-size:12px; color:#1D447A; font-weight: bold;}
.recruit_right p{font-size:12px; color:#333; line-height: 20px; margin-top:10px;}

@media  screen and (max-width:991px){
	.recruit_left{width:100%;}
	.recruit_right{width:100%; margin-bottom:20px;}
}

/*职位介绍*/
.c_17_2{padding:20px 5% 50px 0;}
.c_17_2 h1{margin-top:20px;}
.c_17_2 .c_17_1{margin-top:-60px;}
.job_box{margin-top:20px;}
.job_left{width:73.68%; float:left;}
.job_left h1{font-size:26px; color:#123885; padding-bottom:10px; border-bottom:3px solid #eee;}
.apply{padding:10px 0;}
.apply h2{float:left; font-size:26px; color:#123885;}
.apply a{float:right; width:90px; height: 22px; background:url(images/p95.png) center no-repeat; font-size:12px; color:#fff; line-height: 22px; text-indent: 10px; margin-top:5px; margin: 0 3%;}
.apply a:hover{opacity:0.9;}
.apply_table{border:1px solid #e6e6e6;}
.apply_table_title{padding:10px 0;}
.apply_table_title h3{float:left; padding:0 3%; font-size:12px; color:#666; border-right:1px solid #e6e6e6}
.apply_table_title h4{float:right; font-size:12px; color:#666; padding:0 3%;}
.apply_table h5{width:100%; padding:5px 2%; background-color:#f5f5f5; font-size:12px; color:#000; font-weight: bold;} 
.apply_table p{padding:20px 2%; font-size:12px; color:#000; line-height: 18px;}
.apply_table p a{color:#123885;}
.apply_table p a:hover{color:#D9261C;}
.job_box .recruit_right{margin-top:20px;}

@media  screen and (max-width:991px){
	.job_left{width:100%;}
	.job_box{margin-top:10px;}
	.job_left h1{font-size:22px;}
	.apply h2{font-size:22px;}
}
@media  screen and (max-width:767px){
	.job_left h1{font-size:16px;}
	.apply h2{font-size:16px;}
	.apply_table_title h4{float:left;}
	.apply_table p{padding:10px 2%;}
	.job_box .recruit_right{margin-top:10px;}
	
	.c_17_2{padding:0;}
.c_17_2 h1{margin-top:0;}
.c_17_2 .c_17_1{margin-top:0;}
}


/*职位申请*/
.work_table{border:1px solid #e6e6e6; margin:20px 0; padding:2px;}
.work_table_tr{margin-bottom:2px;}
.work_table_p{padding:8px 0 8px 1.5%; font-size:12px; color:#000; border:1px solid #e6e6e6;}
.work_table_p i{color:#D9261C;}
.work_table_tr h3{float:left; padding:8px 0 8px 1.5%; width:11%; border:1px solid #e6e6e6;font-size:12px; color:#000;}
.work_table_p1{width:88.6%; float:right;padding:8px 0 8px 1.5%;border:1px solid #e6e6e6;}
.work_table_p1 p{font-size:12px; color:#000; line-height: 13px;}
.work_table_td{width:49.8%; margin-right:0.4%; float:left;}
.work_table_tr .work_table_td:nth-child(2n){margin-right:0;}
.work_table_tr .work_table_td h3{width:22.2%;padding:8px 0 8px 2.7%;}
.work_table_tr .work_table_td .work_table_p1{width:77.2%;}
.work_table_input input{width:55%; border:1px solid #e6e6e6; height:24px; color:#999;appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.work_table_input select{width:55%; border:1px solid #e6e6e6; height:24px; color:#999;
-webkit-appearance: none;
appearance: none;
	background:url(images/p145.png) right center no-repeat ;background-size:20px;
}
.work_table_in{padding:2.5px 0 2.5px 2.5%;}
.work_table_in i{color:#D9261C;}
.file{padding:3px 0 3px 1.2%; border:1px solid #e6e6e6; width:88.6%; float:left; margin:0 0 0 0.4%; }
.work_table_textarea textarea{padding:3px 0 3px 1.2%; border:1px solid #e6e6e6; width:88.6%; float:left; margin:0 0 0 0.4%; height:190px;}
.work_table_textarea h3{height:190px;}
.work_btn{text-align: center}
.work_btn button{width:90px; height: 22px; background:url(images/p121.png) center no-repeat; display:inline-block; margin: 20px 10px; font-size:12px; color:#fff;}
.work_btn button:hover{background:url(images/p95.png);}
.work_btn button.hover{background:url(images/p95.png);}
.job_box .job_left1{width:100%; float:none;}

@media  screen and (max-width:991px){
	
}
@media  screen and (max-width:767px){
	.work_table_td{width:100%; margin-bottom:2px;}
	.work_table_tr h3{width:30%; padding:8px 0 8px 2.7%;}
	.work_table_p1{width:69%;}
	.work_table_p1{padding:8px 0 8px 2.5%;}
	.work_table_in{padding:2.5px 0 2.5px 2.5%;}
	.file{width:69%;float:right}
	.work_table_textarea textarea{width:69%; height:100px; float:right}
	.work_table_tr .work_table_td h3{width:30%;}
	.work_table_tr .work_table_td .work_table_p1{width:69%;}
	.work_table_textarea h3{height:100px;}
	.work_table_input input{width:90%;appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
	.work_table_input select{width:90%;appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
}

/*校园招聘*/
.school{width:100%; height: auto; background:url(images/p123.png) center no-repeat; padding:20px 4% 70px 4%; }
.school h2{float:left; font-size:24px; color:#1d447a;}
.school p{width:400px; float:right; text-align: justify; font-size:12px; color:#000; line-height: 18px;}
.school_infor{margin-top:40px;}
.school_infor_left{float:left; width:49%; margin-right:2%;}
.school_infor .school_infor_left:nth-child(2n){margin-right:0;}
.school_infor_left h2{font-size:22px; color:#123885;}
.school_infor_left_down{width:100%; height: 170px; padding:10px; background-color:#ececec;margin-top:20px;}
.school_infor_left_down p{font-size:12px; color:#000; line-height: 20px;}
.school_infor_left_down div{border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; padding:10px 2%; margin-top:10px;}
.school_infor_left_down div span{float:left; width:30px; height: auto;}
.school_infor_left_down div a{float:left; line-height: 30px; margin-left:10px; font-size:12px; color:#123885;}
.school_infor_left_down a:hover{color:#D9261C;}
.school_infor_left_down a{font-size:12px; color:#123885;}
.need{margin:15px 0 30px 0;}
.need h1{font-size:16px; color:#000; font-weight: bold;}
.need h2{font-size:16px; color:#000; font-weight: bold; margin-top:20px;}
.need_box{margin-top:20px; width:68.3%; border:1px solid #000; text-align: center;}
.need_box tr td{border:1px solid #000; font-size:15px; color:#000; padding:5px 0;}
.need_box .h3_5{width:8%;}
.need_box .h3_6{width:18.48%;}
.need_box .h3_7{width:19.72%;}
.need_box .h3_8{width:30.5%;}
.need_box .h3_9{width:11.55%;}
.need_box .h3_10{width:11.55%;}
.need_content{font-size:14px; color:#000; line-height: 24px; margin-top:20px;}


@media  screen and (max-width:991px){
	.school_infor{margin-top:20px;}
	.school_infor_left h2{font-size:18px;}
}
@media  screen and (max-width:767px){
	.school{padding:20px; background-size:cover;}
	.school h2{float:none; font-size:18px;}
	.school p{width:auto; float:none; margin-top:10px;}
	.school_infor_left_down{margin-top:10px;height: auto; padding:10px 10px 20px 10px; }
	.school_infor_left{width:100%; margin: 0 0 10px 0;}
	.need{padding:0  0 0 0; margin: 0 0 20px 0;}
	.need h2{margin-top:10px; font-size:14px;}
	.need_box{margin-top:10px; width:100%;}
	.need_content{margin-top:10px; line-height: 18px; font-size:13px;}
	.need_box tr td{font-size:13px;}
}

/*联系我们*/
.contantUs{padding: 0 0 120px 0;}
.contant_left{width:51.15%; float:left; padding:40px 0 0 5%;}
.contant_left h1{font-size:30px; color:#123885;}
.contant_left a{font-size:16px; margin-top:170px; display: block;}
.contant_left a i{display:inline-block; width:15px; height: auto; margin-left:1%;}
.contant_right{width:37.15%; float:right; margin: 40px 5% 0 0;}
.contant_right p{font-size:12px; color:#000; line-height: 16px;}
.contant_right .a{background:url(images/p95.png) center no-repeat; width:90px; height: 22px; display: block; font-size:12px; color:#fff; line-height: 22px; text-indent: 10px; margin: 30px 0;}
.contant_right h2{font-size:24px; color:#123885;}
.contant_right table{width:100%; margin-top:30px;}
.contant_right table tr td{ font-size:14px; color:#000; padding:8px 4% 8px 0;}
#bdmap1{ position: relative; width: 100%; height: 100%;}
.map_box{position: fixed; top:0; left: 0; width:100%; height: 100%; background-color:rgb(119, 119, 119); z-index: 100; display:none;}
.map{width:940px; height: 530px; margin:40px auto auto auto; background-color:#fff; position: relative;padding:10px; box-shadow: 0 10px 17px rgba(0,0,0,0.4);}
.map .span{display:block; width:24px; height: auto; position: absolute; top:-10px; right:-10px; }
.mapOn{width:100%; height: 100%;}
/*修改 11.28*/
#bdmap1 label{ background: 0 !important; border: 0 !important; }
#bdmap1 .BMapLabel div{ min-width: 200px !important; height: 20px !important;}
#bdmap1 .BMapLabel div a{ display: block; color: rgb(51, 51, 51); font-size: 12px; line-height: 20px; text-align: center;background-color:#fff; border:1px solid rgb(128, 128, 128); }


@media  screen and (max-width:991px){
	.contantUs{background:none !important; padding:0 0 30px 0;}
	.contant_left{padding:20px 0 0 0;}
	.contant_left a{display:none;}
	.contant_right{width:100%; margin: 10px 0 0 0;}
	.contant_right .a{margin:20px 0;}
	.map_box{display:block; width:100%; height:300px; position: static;}
	.map{width:100%; height: 100%; border:1px solid #eee; margin: 10px 0 0 0 ; box-shadow: 0 10px 17px rgba(0,0,0,0); }
	.map .span{display:none;}
	.contant_left h1{font-size:22px;}
	.contant_right h2{font-size:20px;}
	
}
@media  screen and (max-width:767px){
	.contant_left h1{font-size:18px;}
	.contant_right .a{margin:10px 0 }
	.contant_right h2{font-size:16px;}
	.contant_right table{margin-top:10px;}
	.contant_right table tr td{padding:5px 4% 5px 0; vertical-align: top;}
	.map_box{height:200px;}
}

/*下载中心*/
.c_7_5{background-image:url(images/p128.png);}
.c_20_3{padding:0 0 0 5px;}
.download{padding:20px 0 30px 0;}
.download li{width:30.9%; float:left; margin:20px 3.65% 0 0; background-color:#eeeeee; padding:10px; text-align: center;}
.download li:nth-child(3n){margin-right:0;}
.download li span{display:inline-block; wisth:31px; height: auto;}
.download li h2{font-size:15px; color:#000; margin-top:10px;}
.download li h3{font-size:12px; color:#000; margin-top:10px;}
.download li a{width:90px; height: 22px; line-height: 22px; background:url(images/p121.png) center no-repeat; font-size:12px; color:#fff; text-indent: 10px; display: inline-block; text-align: left; margin: 10px 0 20px 0;}
.download li a:hover{color:#123885;}

@media  screen and (max-width:991px){
	.c_20_3{padding:0;}
	.download{padding:0 0 20px 0;}
}
@media  screen and (max-width:767px){
	.download li{width:49%; margin:10px 2% 0 0; }
	.download li:nth-child(3n){margin-right:2%;}
	.download li:nth-child(2n){margin-right:0;}
	.download li h2{font-size:14px;}
	.download li a{margin:10px 0 0 0;}
}

/*视频中心*/
.video_box{padding:20px 0 30px 0;}
.video_box li{width:30.9%; float:left; margin:20px 3.65% 0 0; padding:10px; text-align: center; background:url(images/p132.png) top left no-repeat; }
.video_box li:nth-child(3n){margin-right:0;}
.video_box li span{width:100%; height: auto; display: block;position:relative;}
.video_box li i{display:block;top:50%; width:42px; height: auto; position: absolute;  left: 50%; margin-left:-21px;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.video_box li p{font-size:12px; color:#000; margin:10px 0 0 0; }
.video_box li .shipin{display:none}

.videoOn{width:100%; height:100%; position: fixed; background-color:rgb(119, 119, 119);top:0; left:0;  z-index: 999; display:none;}
.video{width:940px; background-color:#fff; margin: 40px auto auto auto; position: relative;padding:10px; box-shadow: 0 10px 17px rgba(0,0,0,0.4);}
.video span{position:absolute; top:-10px; right:-10px; display: block; width:24px; height: auto;}
.video h1{font-size:22px; color:#000; margin: 10px 0 20px 0;}
.video_play{width:100%;  position: relative; margin: 0 0 40px 0;}
.video_play i{width:42px; height: auto; position: absolute; top:50%; left: 50%; margin-left:-21px;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}


@media  screen and (max-width:991px){
	.video_box{padding:0 0 20px 0;}
	.video_box li i{width:30px; margin:0 0 0 -15px;}
	.video{width:90%; margin-left:5%; }
}
@media  screen and (max-width:767px){
	.video_box li{width:49%; margin:10px 2% 0 0; }
	.video_box li:nth-child(3n){margin-right:2%;}
	.video_box li:nth-child(2n){margin-right:0;}
}

/*纽威的服务*/
.before_sale{padding-top:30px;}
.before_sale li{margin-bottom:30px;}
.before_sale li span{width:300px; height: auto; float:left; display: block;}
.before_sale li p{margin:10px 0 0 320px; font-size:12px; color:#000; line-height: 20px;}
	
@media  screen and (max-width:767px){
	.before_sale{padding-top:10px;}
	.before_sale li span{width:100%; margin: 0 0 10px 0;}
	.before_sale li p{width:100%; margin: 0;}
}	
	
	
/*售后服务	*/
.after_sale_right{width:60%; float:left; margin-left:5%;}
.after_sale_right div{padding:10px 0 ; border-top:1px solid #eee;}	
.after_sale_right div h3{float:left; font-size:16px; color:#123885; line-height: 20px}
.after_sale_right div h4{margin-left:15%; font-size:12px; color:#333; line-height:20px;}
.after_sale_right div:last-child{border-bottom:1px solid #eee;}
	
@media  screen and (max-width:991px){
	.after_sale_right{width:50%;}
	.after_sale_right div h4{margin-left:23%;}
}	
@media  screen and (max-width:767px){
	.after_sale_right{width:100%; margin: 0;}
	.after_sale_right div h3{font-size:14px;}
}	
	
/*纽威咨询	*/
.bg2{background-image: url(images/p144.png); background-size: cover;}	
.advice_box{background-image: url(images/p144.png); background-size: cover;}	
.advice_table{width:100%; background-color:#fff;padding:0 0 30px 0}
.advice_table_top{ border-bottom:1px solid #eee; padding:15px 9% 20px 9%;}
.advice_table_top h1{font-size:22px; color:#333;}
.advice_table_top textarea{width:100%; height: 100px; margin-top:20px;}
.advice_table_down{padding:15px 9% 20px 9%;}
.advice_table_down table{width:60%;}
.advice_table_down table tr td{font-size:12px; color:#000; padding:5px 0;}
.advice_table_down table tr td label{margin-right:10px;}
.advice_table_down table tr td label input{display:inline-block; vertical-align: middle; margin: 0;}
.advice_table_down table tr td label h6{font-size:12px; color:#000; display: inline-block; line-height: 15px; margin: 0 0 0 4px;}
.input_text{width:100%; border:1px solid #c8c8c8; height: 24px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.select{width:100%; border:1px solid #c8c8c8; height: 24px;background:url(images/p145.png) right center no-repeat ;background-size:20px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.table_submit{width:90px; height: 22px; line-height: 22px; background:url(images/p95.png) center no-repeat; font-size:12px; color:#fff; text-indent: 20px; text-align: left; margin: 0 0 0 9%; display: block;}

@media  screen and (max-width:991px){
	.bg2{background:none;}
	.advice_box{background:none;}
	.advice_table_top{padding:15px 0 20px 0}
	.advice_table_down{padding:15px 0 20px 0}
	.advice_table_top h1{font-size:18px;}
}
@media  screen and (max-width:767px){
	.advice_table_down table{width:100%;}
	.advice_table_top h1{font-size:16px;}
}

/*网站地图*/
.web_map_box{border-top:1px solid #eee; }
.web_map h1{font-size:26px; color:#123885; margin: 20px 0;}
.web_table{width:100%; }
.web_table tr td {vertical-align: top; padding:5px 0;}
.web_table tr td a{fotn-size:12px; color:#123885;display:block;}
.web_table tr td a:hover{color:#d9261c;}
.web_table tr .t_h1{font-size:18px; font-weight: bold;}
.web_table tr .t_bold{font-weight: bold;} 
.t_bold{font-weight: bold;} 

@media  screen and (max-width:991px){
	.web_map{display:none;}
}


/*隐私声明*/
.pri{padding:0 0 20px 0;}
.pri h1{font-size:26px; color:#123885; margin: 20px 0; text-align: center;}
.pri_content{font-size:12px; color:#000; line-height: 18px;}
.pri_col li{width:48%; margin:30px 4% 0 0; float:left;}
.pri_col li:nth-child(2n){margin-right:0;}
.pri_col li h2{font-size:12px; color:#000; font-weight: bold; }
.pri_col li p{font-size:12px; color:#000; line-height:18px; margin-top:20px;}

@media  screen and (max-width:991px){
	.pri_col li{width:100%; margin:20px 0 0 0;}
	.pri h1{font-size:22px;}
}
@media  screen and (max-width:767px){
	.pri h1{font-size:18px;}
	.pri_col li{margin:10px 0 0 0;}
	.pri_col li p{margin-top:10px;}
}
.line3{border-top:1px solid #eee;}




/*配置报价*/
.c_7_6 li.hover a{color:#2b2b2b;}
.c_23_5{padding:0 20px;}
.sale_box{background:url(images/new1.jpg) top center no-repeat; background-size: cover; padding:156px 0 0 0 ;}
.c_sale{padding:0 20px;}
.c_sale_ul a{float:left; display:block; background-color:rgba(227,227,225,0.8); font-size:14px; color:#333333; padding:8px 3.3%; border-top-right-radius: 4px;  border-top-left-radius: 4px; margin-right:5px;}
.c_sale_ul a:hover{background-color:#cd0000; color:#fff;}
.c_sale_ul a.hover{background-color:#cd0000; color:#fff;}
.c_sale_ul2{margin: 0 20px;background-color:#fff; padding:35px 3.125% 80px 3.125%;border-bottom:1px solid rgba(135,135,135,0.1);}
.c_sale_down{ border:1px solid rgba(135,135,135,0.1); border-right:none; border-bottom:none;}
.c_sale_down li{float:left; width:50%;border-right:1px solid rgba(135,135,135,0.1);border-bottom:1px solid rgba(135,135,135,0.1); padding:20px 0 24px 3.33%;}
.c_sale_down li span{float:right; width:237px; height: auto;}
.c_sale_left{margin-right:253px;}
.c_sale_left h4{font-size:18px; color:#333333; padding:19px 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.c_sale_left h5{font-size:14px; color:#333333; line-height: 18px; margin-top:10px; height: 36px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.c_sale_left h6{font-size:14px; color:#a11f24; margin-top:20px;}
.c_sale_down li:hover .c_sale_left h4{color: font-size:18px; color:#cd0000; font-weight: bold;}	
	
@media  screen and (max-width:991px){
	.sale_box{padding:100px 0 0 0;}
	.c_sale_down li span{width:180px;}
	.c_sale_left{margin-right:190px;}
	.c_sale{padding:0;}
	.c_sale_ul2{margin:0;}
}
@media  screen and (max-width:767px){
	.sale_box{padding:30px 0 0 0;}
	.c_sale a{font-size:12px;}
	.c_sale_ul2{padding:20px 3%; border:1px solid rgba(135,135,135,0.1);}
	.c_sale_ul2 li{width:100%; border:none;border-bottom:1px solid rgba(135,135,135,0.1); padding:10px 0 10px 2%;}
	.c_sale_down li span{width:120px;}
	.c_sale_left{margin-right:130px;}
	.c_sale_left h4{font-size:15px;padding-top:10px;}
	.c_sale_left h5{font-size:13px; line-height: 15px; height: 30px;}
	.c_sale_left h6{font-size:12px; margin-top:10px;}
	.c_sale_down{ border:1px solid rgba(135,135,135,0.1); }
	
}
/*2机型列表*/
.sale_detail{background:url(images/new14.jpg) center top no-repeat; background-size:cover; padding:150px 0 0  0;}
.sale_detail_box{padding:0 20px;}
.sale_detail_ul{background-color:#fff; padding:25px 4.16% 80px 3.125%;}
.sale_detail_ul li{}
.sale_detail_ul li span{width:245px; height: auto; float:left; border:1px solid #f7f7f7; margin-top:10px; background-color:#fff;}
.sale_detail_right{margin-left:280px;}
.sale_detail_right div{height:137px; border-bottom:1px solid #f7f7f7; padding:10px 0;}
.sale_detail_right div h4{font-size:18px; color:#333333; margin-top:20px; border-left:4px solid #a11f24; padding-left:10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sale_detail_right div h5{font-size:14px; color:#333333; margin:15px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sale_detail_right div h6{font-size:14px; color:#a11f24;}
.sale_detail_ul li:hover span{background-color:#cccccc;}
.sale_detail_ul li:hover .sale_detail_right div h4{color:#a11f24;}
.sale_detail_box .c_sale_ul a{padding:8px 3.8%}

@media  screen and (max-width:991px){
	.sale_detail{padding:100px 0 0 0 ;}
	.sale_detail_box{padding:0;}
}
@media  screen and (max-width:767px){
	.sale_detail{padding:30px 0 0 0 ;}
	.sale_detail_box .c_sale_ul{width:500px;}
	.sale_detail_box .c_sale_ul a{font-size:12px;}
	.sale_detail_box{ position: relative;}
	.sale_detail_box .c_sale_box{width:100%; overflow-x: scroll; height: 33px;}
	.sale_detail_box .c_sale_box span{position:absolute; right:8px; top:10px; width:10px; height: 10px; border-right:1px solid #666; border-bottom:1px solid #666; content: " ";z-index: 100;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);}
	.sale_detail_ul{padding:10px 3%;}
	.sale_detail_ul li span{width:130px;}
	.sale_detail_right{margin-left:140px;}
	.sale_detail_right div{height:auto;}
	.sale_detail_right div h4{font-size:15px; margin-top:5px;}
	.sale_detail_right div h5{font-size:13px; margin: 8px 0;}
	.sale_detail_right div h6{font-size:12px;}
}


/*登录*/
.z_login_box{background:url(images/z1.png) center no-repeat; background-size:cover; padding:35px 0;}
.z_login{width:294px; /*margin: auto;*/ float:right;padding-right:20px;}
.z_login h2 i{display:inline-block; width:22px; height: auto; vertical-align: middle; margin-right:8px;}
.z_login h2 i img{display:block;}
.z_login h2{font-size:30px; color:#9F0000;}
.z_login > h3{font-size:12px; color:#000; margin-top:10px; line-height: 18px;}
.z_login2{background:url(images/z4.png) center no-repeat; background-size:cover; padding:40px 30px 25px 30px; border-radius: 6px; overflow: hidden; margin-top:18px;}
.z_login2 input{width:100%; height: 20px; margin-bottom:10px; padding:0 0 0 10px; box-sizing: border-box;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.z_login2 button{width:120px; height: auto; display: block; margin-top:5px; border-radius: 20px;overflow: hidden;}
.z_login h4{font-size:12px; color:#333; margin-top:15px; padding:0 30px;}
.z_login h4 a{color:#123885;}
.z_login h4 a:hover{color:#9F0000;}

.login_three{padding:0 30px;}
.login_three h3{font-size:12px; color:#333; padding:10px 0;}
.login_three a{display:block; float:left; width:30px; height: 30px; border-radius: 25px; overflow: hidden; background-color:#fff; margin-right:5px;}


@media  screen and (max-width:767px){
	.z_login_box{padding:25px 0;}
    .z_login{float:none;margin: auto;padding-right:0;}
	.z_login h2 i{width:14px;}
	.z_login h2{font-size:20px;}
	.z_login{width:270px;}
	.z_login2{padding:20px 15px;}
	.z_login_box{padding:25px 0;}
	.z_login h2 i{width:14px;}
	.z_login h2{font-size:20px;}
	.z_login{width:270px;}
	.z_login2{padding:20px 15px;}
	.z_login h4{text-align: center;}
	.login_three{text-align: center;}
	.login_three a{display:inline-block; float:none;}
	.z_login2 button{margin:5px auto auto auto;}
}

/*立即注册*/
.z_enroll_box{background:url(images/z5.png) center no-repeat; background-size:cover; padding:0 0 15px 0;}
.z_enroll{width:800px; margin: auto;}
.z_enroll3{background-color:#fff; padding:20px 0 20px 110px; margin:auto 20px auto 20px;}
.z_enroll3_input{margin-bottom:10px;}
.z_enroll3 .z_enroll3_input:last-child{margin-bottom:0;}
.z_enroll3_input h3{font-size:12px; color:#000; min-width: 72px; float:left; line-height: 24px;}
.z_enroll3_input > input{ float:left; width:322px; height: 24px; border:1px solid #c8c8c8;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0
}
.z_enroll3_input select{float:left; width:322px; height: 24px; border:1px solid #c8c8c8; font-size:12px; color:#999; padding:0 0 0 10px; box-sizing: border-box;}
.c_radio label{font-size:12px; color:#333; font-weight:normal ; line-height: 24px; margin-right:5px;}
.c_radio label input{display:inline-block; vertical-align: sub;}
.z_enroll4{background-color:#fff;padding:15px 0 15px 0; text-align: center; border-top:1px solid #eee; margin: 0 20px;}
.z_enroll4 button{width:90px; height: 22px; background:url(images/p95.png) center no-repeat;margin: 0 15px; vertical-align: middle; display: inline-block; font-size:12px; color:#fff;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}

@media  screen and (max-width:991px){
	.z_enroll_box{background:none;}
	.z_enroll3{padding:20px 0;}
}
@media  screen and (max-width:767px){
	.z_enroll3_input > input{width:100%;}
	.z_enroll3_input select{width:100%;}
	.z_enroll3_input{margin-bottom:5px;}
	.z_enroll3{padding:0; margin: 0;}
}

/*修改密码*/
.z_Change_h5{padding:5px 20px; font-size:12px; color:#000;}
.z_Change_box{padding:0 20px;}
.z_Change_box .hd li{display:inline-block; width:134px; height: 30px; background:url(images/p90.png) right center; text-align: center; line-height: 30px; border-top-left-radius: 4px;border-top-right-radius: 4px; cursor: pointer; border:1px solid #eee; border-bottom:none; font-size:15px;}
.z_Change_box .hd li.on{background-image:url(images/p88.png); color:#123885;}
.z_Change_box .hd li a{width:100%;text-align: center; line-height: 30px;}
.z_Change_box .hd li.on{background-image:url(images/p88.png);}
.z_Change_box .hd li.on a{ color:#123885;}
.z_Change{ border:1px solid #eee; padding:20px;}
.z_Change1{border-bottom:1px solid #ccc; padding:10px;}
.z_Change .z_Change1:last-child{border-bottom:none;}
.z_Change1 h3{float:left; line-height: 20px; min-width: 70px; font-size:13px; color:#ccc;}
.z_Change1 h4{float:left; font-size: 12px; color:#000; line-height: 20px;}
.z_Change1 > input{width:352px;height: 20px; border:1px solid #ccc;font-size: 12px; color:#000;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.z_Change1 textarea{width:352px;height: 35px; border:1px solid #ccc;font-size: 12px; color:#000;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.c_check_box label{font-size:12px; color:#333; font-weight:normal ; line-height: 24px; margin-right:5px;}
.c_check_box label input{display:inline-block; vertical-align: sub;}
.z_Change1 button{width:92px; height: 23px; background:url(images/p95.png) center no-repeat; font-size:12px; color:#fff; display: block;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}

@media  screen and (max-width:767px){
	.z_Change{padding:10px;}
	.z_Change1{padding:5px;}
	.z_Change1 > input{margin-top:5px; width:100%;}
	.z_Change1 textarea{margin-top:5px; width:100%;}
	.z_Change_box .hd li{width:100px; font-size:13px;}
	.z_Change_h5{padding:5px 0;}
	.z_Change_box{padding:0;}
}

/*搜索*/
.line4{border-bottom:1px solid #eee;}
.z_search{padding:0 20px;}
.z_search2{width:81%; float:left;}
.z_search3{padding:8px 0;}
.z_search3 h2{font-size:26px; color:#123885;float:left; line-height: 24px;}
/*12.17*/
.c_select{width:15%; height:24px; border:1px solid #c8c8c8; margin-left:2%; float:left; font-size:12px; color:#333; background:none;}
/**/
.z_search3 input{width:66%; float:left; height:24px; border:1px solid #c8c8c8; margin: 0 2% 0 3%;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.z_search3 button{display:block; float:left; width:31px; height: auto;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.z_search4{padding:22px 0 10px 0; border-bottom:2px solid #eee;}
.z_search4 h3{font-size:12px; color:#000; font-weight: bold; float:left; margin-right:26px;}
.z_search4 h4{float:left; font-size:12px; color:#999; margin-right:8px;}
.z_search5 li{padding:10px 0;}
.z_search5 li span{float:left; width:44px; height: auto; }
.z_search5 li div{margin-left:70px;}
.z_search5 li div h3{font-size:14px; color:#123885;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.z_search5 li div h4{font-size:12px; color:#333; line-height: 18px; height: 36px; width:80%;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.z_search5 li div h5{font-size:12px; color:#123885;line-height:18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.z_search5 li:hover div h3{color:#a11f24;}
.z_page{padding:15px 0 77px 0; width:100%; text-align: center;}
.z_page a{display:inline-block; font-size:12px; color:#123885; margin: 0 5px; vertical-align: middle;}
.z_page span{font-size:12px; color:#333;display:none; }
.z_page a:hover{border-bottom:1px solid gray;}
.z_page a.hover{border-bottom:1px solid gray;}

@media  screen and (max-width:991px){
	.z_search2{width:100%;}
	.z_page{padding:20px 0;}
	.z_search5 li div h4{width:100%;}
    /*	12.17*/
	.z_search{padding:0;}
/*	*/

}
@media  screen and (max-width:767px){
	.z_search3 h2{font-size:18px;}
	 /*	12.17*/
	.z_search3 input{width:35%;}
/*	*/
	.z_page .z_a2{display:none;}
	.z_page span{display:inline-block;}
	.z_page{padding:0;}
    /*	12.17*/
	.c_select{width:30%;}
/*	*/
}

.z_use{background-color:rgb(238, 238, 238);}
.z_use_ul{padding:0 25px 40px 25px;}
.z_use_ul > li{background-color:#fff; padding:15px 0 15px 0; margin-top:30px;}
.z_use_top{padding:0 30px 10px 5px; border-bottom:1px solid #E5E9EC;}
.z_use_top span{float:left; width:11px ; height: 11px; margin-top:5.5px;}
.z_use_top span img:nth-child(2){display:none;}
.z_use_top span img:nth-child(1){display:block;}
.z_use_top h3{float:left; width:80%; font-size:15px; color:#123885; padding:0 0 0 5px; line-height: 22px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.z_use_top h4{display:block; float:right; width:90px; height: 22px; background:url(images/z12.png) center no-repeat; font-size:12px; color:#fff; text-align: center; line-height: 22px;}
.z_use_top h4 i:nth-child(2){display:none;}
.z_use_down_ul{padding:0 3% 30px 3%; width:100%;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.z_use_down_ul li{float:left; width:32%; margin:57px 2% 0 0;}
.z_use_down_ul li:nth-child(3n){margin-right:0;}
.z_use_down_ul li span{width:100%; display: block; height:auto;}
.z_use_down_ul li div{font-size:12px; color:#000; line-height: 18px; padding:15px 0 0 0;}
.z_use_down_ul li div i{font-weight:bold;}
.z_use_down{height:0; overflow: hidden;}
.z_use_top.on span img:nth-child(1){display:none;}
.z_use_top.on span img:nth-child(2){display:block;}
.z_use_top.on h4{background-image:url(images/z13.png);}
.z_use_top.on h4 i:nth-child(1){display:none;}
.z_use_top.on h4 i:nth-child(2){display:block;}
.z_use_down.on{height:auto;}

@media  screen and (max-width:991px){
	.z_use{background:none;}
	.z_use_ul > li{margin-top:0;}
	.z_use_ul{padding:0;}
}
@media  screen and (max-width:767px){
	.z_use_top h3{width:60%;}
	.z_use_down_ul{padding:0;}
	.z_use_top{padding:0 0 10px 0;}
	.z_use_down_ul li{width:49%; margin:15px 2% 0 0;}
	.z_use_down_ul li:nth-child(3n){margin-right:2%;}
.z_use_down_ul li:nth-child(2n){margin-right:0 !important;}
	.z_use_ul > li{padding:10px 0;}
	
}
.overflowY{overflow-y:auto;}
.c_25_tab1{width: 524px;float:left;}
.c_25_tab2{width: 524px;float:left;}

/*12.27*/
.video_play video{height:400px;}
@media  screen and (max-width:991px){
	.video_play video{height:300px;}
	.video{margin:80px auto auto auto;}
}
@media  screen and (max-width:767px){
	.video_play video{height:200px;}
}
/**/




/*1.4*/
.z_xl {text-align:center; margin-top:10px; display:none;}
.z_xl li{float:left;}
.z_xl li a{display:block; font-size:13px; color:#000; padding:5px 10px; border-radius: 4px;}
.z_xl li.on a{background-color:#123885; color:#fff;}

@media  screen and (max-width:991px){
	.z_xl{display:block;}
}
@media  screen and (max-width:767px){
	.z_xl li{width:30%; padding:5px 0; text-align: center; margin-right:3.3%;}
	.z_xl li:nth-child(3n){margin-right:0;}
	.z_xl li a{font-size:12px;}
}
/**/


/*1.5*/
.download{padding-top:0;}
.n_search_box{padding:20px 0 0 0;}
.n_search{width:160px; height: 30px; border:1px solid #999; position: relative; padding:0 44px 0 10px;}
.n_search input{width:100%; height: 28px; display: block;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.n_search button{position:absolute; width:24px; height: 24px; top:2px; right:10px;}

@media  screen and (max-width:767px){
	.n_search_box{padding:10px 0 0 0;}
	
	.c_5_2 div h1,
	.c_5_4 .c_5_2 a,
	.c_5_5 .c_5_2 a,
	.c_5_1 a h3,
	.c_6_1 .slick-slide>li .c_6_2 h1,
	.c_9_1 li h3,
	.c_9_1 li h1,
	.c_24_6 li a,
	.c_24_8 li a,
	.c_27_a,
	.c_23_2 li h1 .a1,
	.c_23_2 li div a,
	.c_23_4 a,
	.c_26_1 li h1,
	.c_26_1 li h3,
	.banner_new_right h1,
	.All_date ul li a,
	.news_content li h2,
	.c_9_1 li h1,
	.c_9_1 li h3,
	.z_login h4 a,
.c_6_1 .slick-slide > li .c_6_2 h3,
	.c_sale_left h4,
	.c_sale_left h6,
	.weixin h2,
	.c_24_li_ri h1,
	.c_24_li_ri h3,
	.linked h2,
	.c_23_4 h1,
	.c_25_tab1 td a,
	.place a
	{color:#005398;}
}



/**/



/*随机资料*/
.randomBg{background-color:#fdfcf9;}
.randomBox{padding-bottom:10px;}
.randomNum{padding:25px 0;}
.randomNum .H4{line-height:25px; font-size:14px; color:#333333; float:left; margin-right:5.2%; opacity: 0.8;}
.randomNum .H4:last-child{margin-right:0;}
.randomList{padding-bottom:25px;}
.randomList .list{background-color:#fff; border:1px solid #e8e8e8; padding:20px 0; margin-bottom:15px; position: relative;}
.randomList .list:last-child{margin:0;}
.randomList .left{width:26.56%; float:left; border-right:1px solid #d9d9d9; padding:0 3.64%;}
.randomList .left .ico{width:51px; float:left; margin-top:7px;}
.randomList .text{margin-left:85px;}
.randomList .text .H3{font-size:16px; color:#333333; line-height: 35px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.randomList .text .H4{font-size:14px; color:#333333; opacity: 0.8; line-height: 30px; text-transform: uppercase;}
.randomList .p{font-size:14px; line-height: 24px; height: 48px; margin: 8px 0 0 2.5%; width:52.7%; float:left;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.randomList .downLoad{width:90px; height: auto; float:right; margin: 22.5px 2.5% 0 0;}
.randomList .list:hover .H3{color:#123885;}
.randomBottom{background-color:#fff;}
.randomBottom .c_23_5{border-top:1px solid #eee; margin: 0; padding:40px 20px 0 20px;}

@media screen and (max-width:1029px){
	.randomList .left{padding:0 2%;}
	.randomList .text{margin-left:65px;}
}
@media screen and (max-width:991px){
	.randomBg{background:none;}
}
@media screen and (max-width:767px){
	.randomNum{padding:10px 0;}
	.randomList .list{padding:10px ;}
	.randomList .left{width:60%; border:none; padding:0;}
	.randomList .left .ico{width:30px; margin-top:5px;}
	.randomList .text{margin-left:40px;}
	.randomList .text .H3{line-height:20px; font-size:14px;}
	.randomList .text .H4{line-height:20px; font-size:12px;}
	.randomList .downLoad{position:absolute; top:19px; right:10px; margin: 0;}
	.randomList .p{width:100%; margin: 0; font-size:12px; height: 40px; line-height: 20px;}
	.randomList,.randomBox{padding:0;}
	.randomBottom .c_23_5{padding:0 0 20px 0; border:none;}
}



/*引导页*/
.container1 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container1 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container1 {
    width: 992px;
  }
}
@media (min-width:1230px) {
  .container1 {
    width: 1230px;
  }
}
.beIndexBox{border-top:4px solid #224194; background: url(images/n1.jpg) center no-repeat; background-size: cover;}
.beIndex{padding:103px 0 124px 0;}
.beIndexR{width:51.58%; float:right; margin-right:3.16%; position: relative;}
.beIndexRUl{width:100%;height: 200px; position: absolute; top:50%; margin-top:-100px; left: 0;}
.beIndexRUl .li{position:absolute; }
.beIndexRUl .li .H4{font-size:16px; color:#fff;height: 25px; line-height: 24px; background-color: #233581; border-radius: 2px; overflow: hidden; padding:0 12px 0 38px; position: relative; text-align: center;}
.beIndexRUl .li .H4 .num{position:absolute; left: 0; top:0; line-height: 25px; background: url(images/n4.png) center right no-repeat; background-size: 100% 100%; font-size:16px; color:#fff; width:30px; text-align: center; padding-right:5px;}
.beIndexRUl .li .dot{width:18px; height: 18px; background: url(images/n3.png) center no-repeat; background-size: 100% 100%; position: absolute; right:-32px; top:3.5px;}
.beIndexRUl .li:nth-child(1){left: -30px; top:0;}
.beIndexRUl .li:nth-child(2){right:-30px; top:0;}
.beIndexRUl .li:nth-child(3){right:-30px; bottom:0;}
.beIndexRUl .li:nth-child(4){left:-30px; bottom:0;}
.beIndexRUl .li:nth-child(3) .dot,
.beIndexRUl .li:nth-child(2) .dot{right:auto; left: -32px;}

.beIndexL{width:38.75%; text-align: center; font-size:0; margin-top:14%;}
.beIndexL .list{display:inline-block; vertical-align:top; margin: 10px 6.45% 0 6.45%; width:34.4%;}
.beIndexL .list .img{display:inline-block; background-color: #fff; padding:10px; border:1px solid #dadee7; border-bottom:none; line-height: 0; margin: 0;}
.beIndexL .list .H5{background-color:#ededed; line-height: 46px; font-size:16px; color:#444444;}
.beIndexL .list:hover .H5{background-color:#233581; color:#fff;}
.beIndexL .H6{margin-top:40px; font-size:16px; color:#444444;}

@media (max-width:1229px){
	.beIndexRUl .li:nth-child(1){left: -40px; }
	.beIndexRUl .li:nth-child(2){right:-40px; }
	.beIndexRUl .li:nth-child(3){right:-40px; }
	.beIndexRUl .li:nth-child(4){left:-40px;}
	.beIndexL .list{width:42%; margin: 10px 4% 0 4%;}
}
@media (max-width:991px){
	.beIndex{padding:60px 0;}
	.beIndexR{width:80%; float:none; margin: auto;}
	.beIndexL{width:60%; float:none; margin: 30px auto auto auto;}
}
@media (max-width:767px){
	.beIndex{padding:30px 0;}
	.beIndexBox{border-width:2px;}
	.beIndexR{width:100%;}
	.beIndexRUl{position:static; margin: 0; height: auto;}
	.beIndexRUl .li{position:static; width:45%;float:left; margin: 10px 0 0 0;}
	.beIndexRUl .li:nth-child(2n){margin-left:10%;}
	.beIndexRUl .li .dot{display:none;}
	.beIndexL{width:100%; margin: 20px auto auto auto;}
	.beIndexL .list .img{padding:5px;}
	.beIndexL .list .H5{font-size:12px; line-height: 30px;}
	.beIndexL .H6{font-size:12px; margin-top:10px;}
	.beIndexRUl .li .H4{font-size:14px; line-height: 25px;}
}

/*漂浮*/
#obtn .ctext1{ float:left; position:fixed; right:0px; top:50%; width:384px;}
#obtn .ctext1 .l1{ float:left; width:54%; margin:2px 0;}
#obtn .ctext1 .l1 a{ float:left; width:100%; color:#3c3c3c; font-size:18px; line-height:24px; text-decoration:none;}
#obtn .ctext1 .l1 a .i{ float:left; width:39.2%; line-height:0; background:url(images/ico4.png) center no-repeat; background-size:100% 100%; padding:2px 0;}
#obtn .ctext1 .l2 a .i img{ width:80px; height:80px;}
#obtn .ctext1 .l1 a .span{ float:right; width:59.5%;  background:url(images/ico7.png) center no-repeat; background-size:100% 100%; padding:18px 13px; height:84px;}
#obtn .ctext1 .l2{ float:right; width:45%; margin:2px 0;}
#obtn .ctext1 .l2 a{ float:left; width:100%; color:#ab1f24; font-size:25px; line-height:34px; text-decoration:none; text-align:center;}
#obtn .ctext1 .l2 a .i{ float:left; width:100%; line-height:0; background:url(images/ico5.png) center no-repeat; background-size:100% 100%;}
#obtn .ctext1 .l2 a .i img{ width:115px; height:115px;}
#obtn .ctext1 .l2 a .span{ float:right; width:100%; background:url(images/ico6.png) center no-repeat; background-size:100% 100%; padding:10px 13px; height:54px; margin-top:4px; }
@media  screen and (max-width:991px){
#obtn .ctext1{ width:200px;}
#obtn .ctext1 .l1{ margin:1px 0; width:62%;}	
#obtn .ctext1 .l1 a{ font-size:12px; line-height:16px;}
#obtn .ctext1 .l1 a .i{ padding:0; height:43px;}
#obtn .ctext1 .l1 a .i img{ width:40px; height:40px;}
#obtn .ctext1 .l1 a .span{ padding:4px 5px; height:43px;}
#obtn .ctext1 .l2 { margin:1px 0; width:37%;}
#obtn .ctext1 .l2 a{ font-size:14px; line-height:21px;}
#obtn .ctext1 .l2 a .i img{ width:58px; height:58px;}
#obtn .ctext1 .l2 a .span{ height:27px; padding:2px 5px; margin-top:2px;}
}











