
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1440{ width:87%; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

@font-face {
    font-family: 'bex';
    src: url('/templates/xyq/font/Acumin%20Pro%20Condensed%20Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*:focus{   
	border:none;
	outline: none;
}




/* 导航栏 */
.header_nav{height:80px; width:100%; z-index:999; padding: 0 2%; position: fixed; top:0; left:0; background: #fff}
.h_login{width:40px; height:80px; float:right; background:url(../image/h_login.png) no-repeat center}
.h_wx{float: right; background: url(/templates/xyq/images/h_wx.png) no-repeat center;   position: relative; width: 40px; height: 80px; margin-left:15px;}
.h_wx img{width:100px; height: auto; position: absolute; top:80px; right:0; display: none;}
.h_wx:hover img{display: block}
.h_logo{width:234px; height: 80px; float: left; display: flex; align-items: center;}
.h_logo img{ width:100%; height: auto; display: block; align-items: center; }
.h_search{width:22px; height: 80px; background: url(../image/h_search.png) no-repeat center; float: right}
.h_input{width:100%; height:100%;  background:rgba(255,255,255,0.8); border-top:1px solid #e5e5e5;  position: absolute; top:100%; left:0; z-index: 9; display: none; padding-top:18px;}
.h_input .h_text{width:288px; height:50px; float: left; background: #eee; border: 0; padding: 0 10px; font-size: 14px; color: #555555;}
.h_submit{width:120px; height: 50px; background:#132b8a; float: right;border: 0; cursor: pointer; text-align: center; line-height: 50px; font-size: 16px; color: #fff}
.h_input_text{width:408px; margin: 0px auto; height:50px; }
.h_yw{width:30px; height: 80px; float: right; background: url(/templates/xyq/images/yw_icon.png) no-repeat center}
.nav{ height:80px; width:58%; float: right; margin-right: 2%}
.nav .nLi{float:left;display:inline;height:100%; width:13.6%;  }
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%; margin: 0px auto; }
.nav .nLi h3 p{height:50px; line-height:50px; color:#333; font-size:16px;  width:auto; position: relative; text-align: center; display: table; margin:14px auto 0;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#333; font-weight: bold;  }
.nav .sub{position:absolute;top:80px;left:0; z-index:999;display:none;padding:0;width:100%; background:rgba(255,255,255,0.8);line-height:40px; padding: 10px 0} 
.nav .sub li{height:33px;text-align:center;line-height:33px;zoom:1; float: left; margin: 0 10px;}
.nav .sub li p{float:left;margin:0;width:100%; font-size:16px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333; font-size:15px;}
.nav .nLi.active h3 p{border-bottom:3px solid #004098}
.nav .nLi h3 p:after{content: ""; position: absolute;  bottom: 0px; left: 50%;  display: inline-block;  width: 0%;  margin: 0 auto; background: #004098;  height: 3px; transition: all 0.5s ease-in-out; transform: translateX(-50%); }
.nav .nLi:hover h3 p:after{width:100%}
.sub li:hover a{color:#223d80;}
.sub_ul{width:auto; display: table; margin: 0px auto;}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-slide a{width:100%; height: auto; display: block; position: relative}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-pagination{bottom:120px!important;}
.banner .swiper-pagination-bullet{width:12px; height:12px; opacity:1; background:#fff; margin:0 10px!important}
.banner .swiper-pagination-bullet-active{background:#0642b2}
.ban_info{width:80%; height: auto; display: block; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); }
.ban_info h3{color:#fff; font-size:40px; font-weight: bold; line-height: 52px;}
.ban_info h4{color:#fff; font-size:18px; line-height: 30px; margin-top:30px; text-transform: uppercase}
.ban_jts{width:50px; height: 80px; position: absolute; bottom:15px; left:50%; margin-left:-25px; z-index: 9; animation:mymove 3s infinite;}
.ban_jts img{width:100%; height: auto; display: block}
.ban_video{width:100%; height: auto; display: block; position: relative}
.ban_video video{width:100%; height: auto; display: block}
.ban_left{position:absolute; top:0; left:0; height:100%; width:auto; }

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -9px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}




/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: 82px; padding-bottom: 8px}
.index_about .w1440{box-shadow: 0 0 10px rgba(0,0,0,0.1); overflow: hidden}
.index_about_left{width:50%; height: auto; float: left; padding-top: 120px; padding:120px 6.5% 0;}
.index_about_left h3{color:#2f2f2f; font-size: 44px; line-height: 60px;}
.index_about_left h4{color:#777777; font-size:16px; line-height: 26px; margin-top: 28px;text-indent: 2rem;}
.in_about_num{width:100%; height: auto; overflow: hidden; margin: 94px 0 70px;}
.in_about_num dl{float: left; margin-right: 46px;}
.in_about_num dl:last-child{margin-right:0}
.in_about_num dl dt{color:#2f2f2f; font-size: 50px; position: relative; font-family: 'bex'}
.in_about_num dl dt:after{content: "+"; color:#2f2f2f;font-size: 16px; position: absolute; top:0; right:-12px; z-index: 1}
.in_about_num dl:nth-child(1) dt:after{content:""}
.in_about_num dl dd{color:#414141; font-size:16px; line-height: 30px;}
.ab_more{color:#0636be; font-size: 16px; background: url(/templates/xyq/images/ab_jts.png) no-repeat right center; height: 30px; line-height: 30px; letter-spacing:5px; 
	display: table; padding-right: 40px;}
.index_about_right{width:50%; height: auto; float: right}
.index_about_right .swiper-slide a{width:100%; height: auto; display: block}
.index_about_right .swiper-slide a img{width:100%; height: auto; display: block}
.index_about_right .swiper-pagination{width:auto!important; left:10%!important; bottom:40px!important;}
.index_about_right .swiper-pagination-bullet{background: #fff; width: 12px; height: 12px;}
.index_about_right .swiper-pagination-bullet-active{ opacity: 1;}



/*产品*/
.index_product{width:100%; height:auto; overflow: hidden; margin-bottom: 58px; position: relative; margin-bottom: 70px; margin-top: 155px;}
.index_product:after{content: ""; width: 100%; height:452px; background: #004098; position: absolute; bottom:0; left:0; z-index: 0}
.index_product .w1440{width: 1440px;}
.index_product .swiper-container{position:relative; margin-top: 35px; padding-bottom:140px;}
.in_pro_all{width:100%; height:100%; overflow: hidden}
.in_pro_all img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro_all_hover{width:100%; height: 100%;  position: absolute; top:0; left:0; background: url(/templates/xyq/images/ph_hover.png) no-repeat center; padding: 30px;}
.pro_all_hover h3{color:#fff; font-size: 22px; line-height: 40px;}
.pro_all_hover h4{color:#fff; font-size: 18px; }
.pro_all_hover h5{color:#fff; font-size: 16px; position: absolute; bottom:80px; right:24px;writing-mode:tb-rl; writing-mode:vertical-rl; text-transform: uppercase }
.pro_all_zi{width:250px; height: auto; overflow: hidden; position: absolute; bottom:36px; left:30px; }
.pro_all_zi a{width:100%; height:45px; line-height: 44px; border: 1px solid #fff; background: rgba(0,0,0,0.4); display: block;  margin-top: 10px; font-size: 16px; color:#fff; padding: 0 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.pro_wubian{width:144px; height:124px; background: url(/templates/xyq/images/cp_img.png) no-repeat center; text-align: center; margin: 0px auto; opacity:0; padding-top: 90px; color: #fff;
	margin-top: 40%}
.pro_wubian a{width:100%; height: auto; display: block}
.pro_wubian a span{color:#fff; font-size: 14px; color:#fff; }
.in_pro_all:hover .pro_all_hover{background: url(../image/p_hover.png) no-repeat center}
.in_pro_all:hover .pro_wubian{opacity: 1}
.in_pro_all:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product .swiper-pagination-progress{top:auto!important; bottom:68px!important; background:rgba(255,255,255,0.5);  height: 1px!important;}
.index_product .swiper-pagination-progress .swiper-pagination-progressbar{background: #fff; height: 5px; top:-2px; opacity: 1}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 55px; margin-top: 65px; padding-bottom: 10px}
.index_title{width:100%; height: auto; overflow: hidden}
.index_title h3{color:#2f2f2f; font-size: 44px; }
.index_news ul{width:100%; height: auto; margin-top: 45px;}
.index_news ul li{width:100%; height: auto; overflow: hidden; padding: 50px 7%;  }
.index_news ul li a{width:100%; height: 100%; display: inline-block;}
.index_news_xx{width:100%; height: 100%; background: url(/templates/xyq/images/n_x.png) no-repeat left bottom; padding-bottom: 50px; }
.index_news_xx dl{width:100%; height: 40px; line-height: 40px; }
.index_news_xx dl dt{color:#777777; font-size: 24px; float: left; width: 70%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx dl dd{color:#777777; font-size: 16px; float: right; line-height: 30px;}
.index_news_xx p{width:100%; height: 52px; color:#777777; font-size: 16px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 20px;}
.index_news_pic{width:26%; height: auto; float: right; overflow:hidden}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news ul li:hover{box-shadow: 0 0 8px rgba(0,0,0,0.2)}
.index_news ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news ul li:hover dt,.index_news ul li:hover dd{color:#004098}
.index_news ul li:hover p{color:#004098}

.index_news_xxs{width:68%; height: 100%; background: url(/templates/xyq/images/n_x.png) no-repeat left bottom; padding-bottom: 50px; float:left;}
.ny_news_all .index_news_xxs{    background-size: auto!important;}




/*底部*/
.footer{width:100%; height:auto;   position: relative; background:#003884;  overflow: hidden; }
.footer .w1440{position: relative; width: 1440px}
.footer .w1440:after{content: ""; width: 18%; height:100%; background: rgba(0,0,0,0.2); position: absolute; top:0; right:0; z-index: 0}
.footer_top{width:100%; height: auto; overflow: hidden; padding-top: 68px; position: relative; z-index: 9}
.f_logo{width:100%; height: auto; overflow: hidden; display: block}
.f_logo img{width: 234px; height: auto; margin-bottom: 30px;}
.footer_left{width:70%; height: auto; float: left; overflow: hidden}
.footer_left dl{float: left; margin-right: 8%}
.footer_left dl dt{color:#fff; font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.footer_left dl dd{width:100%; height: auto; display: block; font-size: 14px; color:#fff; line-height: 30px;}
.footer_left dl dd a{width:100%; height:30px; line-height: 30px; font-size: 14px; color:#fff; display: block}
.footer_left dl:last-child{margin-right: 0}
.footer_right{width:18%; height: auto; float: right; padding-left: 4%; margin-top:90px; }
.footer_right a{width:30px; height: auto; float: left; margin-right:13%}
.f_wx{width:30px; height: 30px; float: left; position: relative; background: url(/templates/xyq/images/icon3.png) no-repeat center; }
.f_wx img{width:100px; height: auto; display: block; position: absolute; top:30px; right:0; display:none}
.f_wx:hover img{display: block}
.copy{ height:102px; line-height:102px;  margin-top:70px; border-top:1px solid rgba(255,255,255,0.5); position: relative; z-index: 9}
.copy_l{font-size:14px; color:#fff; height: 100%; width: auto; display: table; margin: 0px auto;}
.copy_l a{color:#fff; font-size:14px;}
.copy_l a:hover{color:#dbb572!important}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    bottom:100px;
    width: 77px;
    z-index: 999;
}

.leftlx {
    float: left;
    height: 47px;
    width: 80px;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 100%;
    padding-top:14px;
    width: 300px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 12px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 30px;
    margin: 0 auto 8px;
    text-align: center;
    width: 50px;
}
.lxfx li i.icon-tel {
     background:url(/templates/xyq/images/dh_i.png) no-repeat center
}
.lxfx li i.icon-ly {
   background:url(/templates/xyq/images/ly_i.png) no-repeat center
}
.lxfx li i.icon-wx {
   background:url(../image/wx_i.png) no-repeat center
}
.lxfx li i.icon-cp {
   background:url(/templates/xyq/images/cp_i.png) no-repeat center
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center; font-size:14px;
}
.lxfx li {
    background:#0642b2;
    height: 80px;
    margin-bottom:5px;
    margin-left: 0;
	cursor: pointer;
    position: relative;
    width: 80px; float:left;
}

.mtop{height:40px!important;}





/*内页*/
.ny_banner{width:100%; height:320px; position: relative;margin-top:80px}
.ny_banner_info{width:100%; height: auto; overflow: hidden; position: absolute; top:212px; left:0; text-align: center;  }
.ny_banner_info h4{font-size: 36px; color: #fff; font-weight: bold;  letter-spacing:40px}
.ny_banner_info p{font-size: 16px; color: #fff; margin-top: 8px;}
.contact_ban{background: url(/templates/xyq/images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(/templates/xyq/images/case_ban.jpg) no-repeat center}
.pro_ban{background: url(/templates/xyq/images/pro_ban.jpg) no-repeat center}
.about_ban{background: url(/templates/xyq/images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../image/news_ban.jpg) no-repeat center}
.tzz_ban{background: url(../image/tzz_ban.jpg) no-repeat center}
.yjg_ban{background: url(../image/yjg_ban.jpg) no-repeat center}
.hzhb_ban{background: url(/templates/xyq/images/hzhb_ban.jpg) no-repeat center}
.yfcx_ban{background: url(../image/yfcx_ban.jpg) no-repeat center}
.cxfz_ban{background: url(../image/cxfz_ban.jpg) no-repeat center}
.map_ban{background: url(../image/map_ban.jpg) no-repeat center}
.job_ban{background: url(../image/job_ban.jpg) no-repeat center}
.service_ban{background: url(../image/service_ban.jpg) no-repeat center}
.ny_nav{overflow: hidden; margin: -64px auto 0;  padding-top:22px; position: relative; z-index: 9; background:rgba(255,255,255,0.7); height:64px; }
.ny_nav ul{width:auto; display: table; margin: 0px auto;}
.ny_nav ul li{width:190px; height: 40px; line-height: 40px; background: url(/templates/xyq/images/s_xs.png) no-repeat right center; float: left; text-align: center}
.ny_nav ul li:last-child{background: none;}
.ny_nav a{font-size: 16px; color: #333333; padding-bottom: 12px;}
.ny_nav ul li.active a{border-bottom: 1px solid #005bac; color:#005bac; font-weight: bold;}
.ny_nav ul li:hover a{border-bottom: 1px solid #005bac; color:#005bac; font-weight: bold;}
.ny_service_all{overflow:hidden; margin-bottom:40px;}





/*内页案例*/
.ny_case{width:100%; height: auto; overflow: hidden; margin-top: 50px; margin-bottom: 50px; }
.ny_case ul{width:100%; height: auto; overflow: hidden}
.ny_case ul li{width:24.2%; height: auto; float: left; margin-right: 1%; margin-bottom: 20px;}
.ny_case ul li:nth-child(4n){margin-right: 0}
.in_phover{width:100%; height: 100%;background: rgba(0,91,172,0.73); position: absolute; top:100%; left:0; font-size: 14px; color: #fff; text-align: center;  display:table; transition: all 0.4s ease-in-out;}
.in_phover p{width:100%; height: 100%;  display:table-cell; vertical-align:middle;}
.ny_case ul li:hover .in_phover{top:0; transition: all 0.4s ease-in-out;}
.in_case_pic{width:100%; height: auto; display: block; position: relative; overflow: hidden; border:1px solid #eee}
.in_case_pic img{width:100%; height:auto; display:block;}
.in_pro_xx{width:100%; height: 85px; overflow:hidden; padding: 0px 1% 0 3%; display: flex; align-items: center;}
.in_pro_xx h3{width:50%; height: 100%; line-height: 85px; float: left; color:#333333; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-right: 3%}
.in_pro_xx img{float: right; align-items: center; margin: 0px auto;}
.in_pro_xx span{width:20%; height: 1px; background: #dcdcdc; float: right; margin-right: 1%}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;padding:5px}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding:10px 20px 30px}
.ny_news_all ul li:hover{ box-shadow: 0 0 8px rgb(0 0 0 / 20%);}
.ny_news_all .index_news_xx{padding-bottom: 32px; margin-top:20px; background-size:100%}
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover dt,.index_news ul li:hover dd{color:#004098}
.ny_news_all ul li:hover p{color:#004098}
.ny_news_show{font-size:16px; color:#666; line-height:32px; margin:40px 0 60px;}
.ny_news_show h1{width: 100%; font-size: 24px; color: #555; padding: 10px 0px; text-align: center;  clear: both; font-weight: bold}
.ny_time{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both; font-size:16px;}
.keyword_light img{max-width:100%;  height:auto!important}
.keyword_light{font-size:16px; color:#666; line-height:32px;}
.ny_news_all ul li h3{width:100%; height:auto; color:#333; font-size:16px; line-height:28px; margin-bottom:10px;}
.ny_news_all ul li span{width:100%; height:auto; color:#666; font-size:14px; line-height:28px}


.ny_pro_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;padding:5px}
.ny_pro_all ul li{width:49%!important; float:left; padding:20px; height:100px;}
.ny_pro_all ul li:hover{ box-shadow: 0 0 8px rgb(0 0 0 / 20%);}
.ny_pro_all li:nth-child(2n){float:right}
.ny_pro_all ul li .ny_pro_xx{width:100%; height:auto; color:#333; font-size:16px; line-height:28px; margin-bottom:10px;}




/*内页产品*/
.ny_pro_1{width:100%; height: auto; overflow: hidden}
.product_ban{background:url(../image/product.jpg) no-repeat center; height:320px;  }
.product_ban .container{ padding-top:90px; }
.ny_pro_sear{width:646px; height: 50px; margin: 46px auto 0;}
.ny_pro_sear input[type="text"]{width:593px; height: 50px; float: left; background: #eeeeee; line-height: 50px; padding: 0px 10px; border: 0px}
.ny_pro_sear input[type="submit"]{width:53px; height: 50px; background: url(/templates/xyq/images/ss.png) no-repeat; border: 0px;}
.ny_pro_ft{width:100%; height: auto; margin-top: 60px; margin-bottom: 20px; }
.ny_pro_ft h1{font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_pro_list{width:100%; height: auto; }
.ny_pro_list ul { margin: 35px auto 40px; overflow: hidden; width:100%;}
.ny_pro_list ul li {float: left;width: 32%;height:auto;margin-right: 2%;overflow: hidden; position: relative; border: 1px solid #e5e5e5; background: #fff}
.ny_pro_list ul li img{width: 100%; height: auto; display:block}
.ny_pro_list ul li .ny_case_img{width: 100%; height: auto; overflow: hidden;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_pro_list ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_pro_list ul li:hover .ny_case_h{background: #004098; border-top: 0px}
.ny_pro_list ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_pro_list ul li:hover i{color: #fff}
.ny_pro_list ul li:hover a{color: #fff}
.ny_pro_list ul li:nth-child(3n) {margin-right: 0;}
.ny_pro_list ul li:hover .ny_honor_h{display: block}
.ny_pro_2,.ny_pro_4{width:100%; height: auto; overflow: hidden; background: #f5f5f5; margin-top: 52px; padding-bottom: 52px;}
.ny_prolist li{margin-bottom:30px;}
.ny_peijian ul{width:100%; height: auto; overflow: hidden}
.ny_peijian ul li{width:282px; height:248px; float: left; margin-right: 24px;}
.ny_peijian ul li:last-child,.ny_peijian ul li:nth-child(4n){margin-right: 0px;}
.ny_peijian ul li div{width:282px; height: 205px; overflow: hidden}
.ny_peijian ul li div img{width:100%; height: 100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_peijian{background:#f5f5f5; padding:0px 0px 50px; overflow:hidden}
.ny_peijian ul li p{ font-size: 16px; color: #434343; height: 40px; line-height: 40px; text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.pei_link{width:300px; height: 55px;  border:1px solid #dcdcdc;  color: #1F1F1F; text-align: center; line-height: 55px; display: block; overflow: hidden; margin:32px auto 0;}
.ny_peijian ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_peijian ul li:hover p{color:#004098}
.pei_link:hover { background: #004098; color: #fff; }
.honor_more{width:100px; height:35px; background:#004098; border-radius:25px; display:block; margin:30px auto 0;  color:#fff; text-align:center; line-height:35px;}

.ny_sanji{width:100%; height:auto; margin:20px auto;}
.ny_sanji ul{width:auto; display:table; margin:0px auto;}
.ny_sanji ul li{float:left;  width:190px; }
.ny_sanji a{color:#333; font-size:16px; text-align:center; height:40px; line-height:40px; margin:0 auto 10px; padding-bottom:10px;}
.ny_sanji a:hover,.ny_sanji a.active{color:#005bac; border-bottom:1px solid #005bac; font-weight:bold;}



/*产品详情页*/
.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:600px; height:auto; margin:30px auto;}
.ny_pro_tleft .slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#004098; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:100%; height: auto; text-align:center}
.ny_pro_tright h3{ font-size: 36px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{width:100%; height: auto; margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height: 35px;  color: #000000; line-height: 35px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:40px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #004098; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../image/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:60px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bleft img{max-width:100%}
.ny_pro_bright{width:27%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height:244px; float: left; margin-right:22px; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height: 203px;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: 203px; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#004098; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #004098;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #004098; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(/templates/xyq/images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px ;}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #004098 url(/templates/xyq/images/h_jian.png) no-repeat 268px center; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(/templates/xyq/css/images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:29px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px; background: url(/templates/xyq/images/dian.png) no-repeat left center; padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:100%; height:65px;}
.ny_probt ul{width:auto; display:table; margin:0px auto;}
.ny_probt li{width:216px; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px; cursor: pointer; }
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#004098; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#004098;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size: 18px;}
.ny_proshow_num{width:1040px; height:auto; overflow:hidden; margin: 30px auto; font-size:16px; color:#666; }
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}
.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:1px solid #eee; margin:0px auto;}
.ny_proshow_num table{display:table; width:100%}
.ny_case_h{width:100%; height: 130px; border-top: 1px solid #e5e5e5; padding: 15px;}
.ny_case_h h3{font-size: 18px; color: #313131; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; height: 25px; line-height: 25px;}
.ny_case_h p{ font-size: 14px; color: #959595; width: 100%; height: 35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;text-align: center}
.ny_case_js .ny_case_cp{ float: left; width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343; margin-right: 10px;}
.ny_case_js i{ color: #004098; margin-right: 2px;}
.ny_case_jscs{float: left; width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343;}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h{background: #004098; border-top: 0px}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_case_li .Box_con .conbox ul li:hover i{color: #fff}
.ny_case_li .Box_con .conbox ul li:hover a{color: #fff}
.ny_case_cp:hover{background: #fff; }
.ny_case_jscs:hover{background: #fff;}
.ny_case_cp:hover a,.ny_case_jscs:hover a{color:#004098!important;}
.ny_case_jscs:hover i,.ny_case_cp:hover i{color:#004098!important;}
.ny_case_js{width:233px; margin: 0px auto}




/*内页联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden}
.ny_join_title{width:100%; height: auto; overflow: hidden; padding: 0px 5%; }
.ny_join_t{float: left; position: relative; width: 200px;}
.ny_join_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_title{position:absolute; top:30px; left:5px}
.ny_title h3{font-size: 16px; color: #333333; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_title p{font-size: 16px; color: #333333; line-height: 25px;}
.ny_join_title h4{font-size: 30px; color: #333333; font-weight: bold; line-height: 132px;  margin-left: 220px;}
.ny_join_title h5{font-size: 16px; color: #333333; line-height: 28px; margin-left: 220px; margin-top:22px;}
.ny_talent{width:100%; height:auto; overflow: hidden; background: url(../image/rcln_bjs.jpg) no-repeat center; background-size:cover; padding-top: 96px;}
.ny_ny_talent_t{float:left; position: relative; width:16%; height: 100%;}
.ny_ny_talent_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_talent_left{width:40%; height: auto; float: left}
.ny_talent_left h4{font-size: 18px; color: #333333; font-weight: bold; line-height: 35px;}
.ny_talent_left p{font-size:16px; color: #333333; line-height: 28px;}
.ny_talent_right{width:37%; height: auto; float: right}
.ny_talent_right img{width:100%; display: block}
.ny_join{width:100%; height: auto; overflow:hidden; margin-bottom: 85px; margin-top: 44px;}
.ny_join ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_join ul li{width:100%; height: auto; overflow:hidden; border: 1px solid #dcdcdc; padding:30px 45px; margin-bottom: 18px;}
.ny_join ul li h3{width:100%; height:auto; line-height:28px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 20px; }
.ny_join ul li p{width:100%; height:auto; line-height:28px; font-size: 16px; color: #333333; line-height: 28px }
.ny_message{width:100%; height:723px; background: url(/templates/xyq/images/message_bjs.jpg) no-repeat center; padding: 92px 0}
.ny_message_top{width:100%; height: auto; overflow: hidden; padding-left: 5%}
.ny_message_t{float: left; position: relative; width: 200px; }
.ny_message_t span{font-size: 108px; color: #fff; font-family:"Impact"; opacity: 0.16}
.ny_me_title{position:absolute; top:30px; left:5px}
.ny_me_title h3{font-size: 16px; color: #fff; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_me_title p{font-size: 16px; color: #fff; line-height: 25px;}
.ny_message_rtitle{ margin-top:40px; margin-left: 230px;}
.ny_message_rtitle h4{width:100%; line-height: 26px; font-size: 30px; color: #ffffff; font-weight: bold; margin-bottom: 10px;}
.ny_message_rtitle p{width:100%; line-height: 26px; font-size:16px; color: #ffffff; }
.ny_message_text{width:100%; height: 66px; margin-top: 52px;}
.ny_message_text p{width:32%; height: 65px; border: 1px solid #fff; padding: 0px 10px; float: left; margin-right:2%;}
.ny_message_text p input[type="text"]{width:100%; height: 100%; border: 0; background: none; font-size: 16px; color: #fff}
.ny_message_text p:last-child{margin-right:0}
.ny_message textarea{width:100%; height: 152px; border: 1px solid #fff; padding: 10px; font-size: 16px; color: #fff; background: none; margin-top: 20px;}
.m_submit{width:466px; height: 65px; background: #ea912a; color:#fff; font-size: 16px; color: #ffffff; line-height: 65px; display: block; border: 0; margin: 40px auto 0}
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 50px 0 46px;}
.ny_contact_left{width:83%; height: auto; float: left;  margin-top: 18px;}
.ny_contact_left h3{font-size: 18px; color: #333333; font-weight: bold; margin-top: 20px;}
.ny_contact_left p{font-size: 16px; color: #333333;}
.ny_contact_right{width:48%; height: 428px; float: right; margin-top:18px;}



.ny_gujia{margin:60px 0;}
.ny_gujia .container{ background:#fafafc; overflow:hidden}
.ny_gujia_pic{width:46.2%; height:auto; float:left;}
.ny_gujia_pic img{width:100%; height:auto; display:block;}
.ny_gujia_num{width:53.8%; height:auto; overflow:hidden;  padding-left:8%; padding-top:50px;}
.gujia_top{width:100%; height:auto; overflow:hidden}
.gujia_top h3{color:#4d4d4d; font-size:30px; float:left;}
.gujia_top p{color:#4d4d4d; font-size:30px; float:left; margin-left:20px;}
.gujia_num{width:100%; height:auto; overflow:hidden; font-size:52px; color:#ce2741; margin:20px 0 10px}
.gujia_num span{color:#ce2741; font-size:70px; float:left; margin:0 8px}
.gujia_num img{float:left; }
.gujia_num i{ font-size:52px; color:#ce2741; font-style:normal; float:left;}
.ny_gujia_num h5{color:#004098; font-size:20px; }
.ny_gujia_num h4{color:#777777; font-size:20px; margin-bottom:25px;}
.ny_gujia_num h4 span{color:#ce2741; font-size:24px; margin-right:20px;}



/*关于我们*/
.ny_about_top{width:100%; height: auto; overflow: hidden; margin:60px 0}
.ny_about_left{width:51%; height: auto; float: left}
.ny_about_left p{width:100%; height: auto; overflow: hidden; line-height:32px; color: #666666; font-size: 14px; }
.ny_about_video{width:46%; height: auto; float: right}
.ny_about_video video{width:100%; height: auto; display: block}
.ny_about_bottom{width:100%; height: auto; overflow: hidden; margin-top: 150px; margin-bottom: 100px}
.pc-slide{width:1200px; margin: 0 auto;}
.history_title{width:100%; height: auto; overflow: hidden; text-align: center}
.history_title p{color:#999999; font-size: 22px; height: 32px; line-height: 32px;}
.history_title i{width:30px; height:30px; display: block; background: url(/templates/xyq/images/lan_yuan.png) no-repeat center; margin: 20px auto}
.ny_about_bottom .preview {width: 100%;position: relative; background: url(/templates/xyq/images/hh_xs.png) no-repeat center 66px}
.ny_about_bottom .preview .swiper-container {width: 100%; height: 82px;}
.ny_about_bottom .preview .active-nav i{background: url(/templates/xyq/images/active_yuan.png) no-repeat center}
.ny_about_bottom .preview .active-nav p{color:#005bac; font-size: 26px; font-weight: bold;}
.view{width:100%; height: auto; overflow: hidden; margin-top: 40px}
.view .swiper-container {width: 100%;}
.history_view{width:100%; height: auto; overflow: hidden; background:#fff; padding:10px 0}
.history_view p{width:100%; height: auto;  line-height: 30px; font-size: 14px; color:#666666; position: relative; padding-left: 20px;}
.history_view p:after{content: ""; width: 8px; height: 8px; background: #005bac; border-radius: 50%; position: absolute; top:50%; left:0; margin-top:-4px;}







/*合作客户*/
.ny_kehu{width:100%; height: auto; overflow: hidden; margin-top: 55px; margin-bottom: 60px}
.ny_kehu h5{width:100%; height: auto; color:#333333; font-size: 24px; text-align: center; margin-bottom: 20px}
.ny_kehu_keft{width:830px; height: auto; float: left}
.ny_kehu_keft img.kh_pic{width:100%; height: auto; display: block}
.picScroll-left{ overflow:hidden; position:relative; margin-top: 40px  }
.picScroll-left .bd{width:100%; height: auto; overflow: hidden}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;  }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; text-align:center; padding: 5px 0  }
.kh_img{width:150px; height: auto; display: block; box-shadow: 0 0 9px rgba(0,91,172,0.1);}
.kh_img img{width:100%; height: auto; display: block; }
.ny_kehu_right{width:336px; height: auto; float: right; margin-top: 20px}
.kehu_right_xx{width:100%; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 30px;}
.ny_kehu_right h4{width:100%; color:#6f6f6f; font-size: 24px; margin-top:60px;}
.ny_kehu_right h6{width:100%; height:auto; background: #ededed; padding:15px 0; line-height: 32px; text-align: center; color:#6f6f6f; font-size: 20px; margin-top: 20px; 
	margin-bottom: 36px;}
.ny_kehu_right a{width:100%; height: 52px; line-height: 52px; border: 1px solid #aaaaaa; display: block; margin-bottom: 20px; font-size: 14px; color: #666666; padding-left: 54px;}
.ny_kehu_right a:hover{background: #005bac; color:#fff}



/*产品应用*/
.ny_cpyy_one{width:100%; height: auto; overflow: hidden; margin: 55px 0}
.ny_cpyy_one h4{color:#333333; font-size: 24px; margin-bottom: 36px; text-align: center}
.ny_cpyy_one h5{width:940px; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 32px; margin: 0px auto; text-align: center}
.ny_cpyy_one ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_cpyy_one ul li{width:390px; height: auto; float: left; margin-right:15px;  margin-bottom:40px;}
.ny_cpyy_one ul li:nth-child(3n){margin-right: 0}
.ny_cpyy_one ul li img{width:100%; height: auto; display: block; webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.ny_cpyy_one ul li a{width:100%; height:100%; padding: 20px 20px 80px; display:block}
.ny_cpyy_one ul li h3{color:#fff; font-size:24px}
.cpyy_one_hover{width:100%; height:220px; margin-top:20px; opacity:0}
.cpyy_one_hover p{color:#fff; font-size:16px; margin-bottom:5px;}
.ny_cpyy_one ul li:hover a{background:#005bac}
.ny_cpyy_one ul li:hover .cpyy_one_hover{opacity:1}
.ny_cpyy_one ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}

.cpyy_one_ts{width:100%; height:330px; overflow:hidden; background:#f2f2f2 }
.cpyy_one_xx{width:500px; height:100%; float:left; padding:102px 50px; color:#333; font-size:40px; line-height:64px;}

.cpyy_one_pic{width:660px; height:100%; float:right;}
.cpyy_one_pic img{width:100%; display:block}





.ny_cpyy_two{width:100%; height: auto; overflow: hidden; background: #f2f7fc; padding: 56px 0}
.cpyy_two_left{width:700px; height: auto; float: left; position: relative}
.cpyy_two_left h4{color:#333333; font-size: 24px; margin-bottom: 60px;}
.cpyy_two_left p{width:100%; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 32px; }
.cpyy_two_left img{width:272px; height: auto; position: absolute; top:0; right:0}
.cpyy_two_right{width:380px; height: auto; float: right}
.cpyy_two_right ul{width:auto; display: table; margin: 0px auto 28px;}
.cpyy_two_right ul li{width:126px;  height: auto; float: left; text-align: center}
.cpyy_two_right ul li img{max-width: 100%}
.cpyy_two_right ul li h5{color:#333333; font-size: 16px; text-align: center}
.ny_cpyy_three{width:100%; height: auto; overflow: hidden; margin: 68px 0}
.ny_cpyy_three p{color:#666666; font-size: 16px; line-height: 32px;}
.ny_cpyy_three img.cpyy_pic{margin:38px 0}
.cpyy_three_left{width:520px; height: auto; float: left}
.cpyy_three_left h4,.cpyy_three_right h4{color:#333333; font-size: 24px;}
.ny_cpyy_three ul{width:100%; height: auto; overflow: hidden; margin-top: 25px}
.ny_cpyy_three ul li{width:104px; height: auto; float: left; margin-right:20px}
.ny_cpyy_three ul li img{width:100%; height: auto; display:block}
.ny_cpyy_three ul li h5{width:100%; color:#333333; font-size: 16px; margin-top: 8px; text-align: center}
.cpyy_three_right{width:520px; height: auto; float: right}


.ny_cpyy_show{width:100%; height:auto; overflow:hidden}
.ny_cpyy_show li{width:100%; height:auto; overflow:hidden; padding:100px 0}
.ny_cpyy_show li:nth-child(2n){background:#f2f2f2}
.cpyy_show_img{width:51%; height:auto; }
.cpyy_show_img img{width:100%; display:block}
.cpyy_show_xx{width:39%; height:auto; }
.cpyy_show_xx h4{color:#333; font-size:40px; margin-bottom:12px;}
.cpyy_show_xx p{color:#333; line-height:40px; font-size:18px;}

.ny_cpyy_show li:nth-child(even) .cpyy_show_xx{float:left}
.ny_cpyy_show li:nth-child(even) .cpyy_show_img{float:right}

.ny_cpyy_show li:nth-child(odd) .cpyy_show_xx{float:right}
.ny_cpyy_show li:nth-child(odd) .cpyy_show_img{float:left}




/*持续发展*/
.ny_cxfz{width:100%; height: auto; overflow: hidden; margin:55px 0 }
.ny_cxfz h4{color:#333333; font-size: 24px;}
.ny_cxfz h5{color:#666666; font-size: 20px; margin: 30px 0 20px}
.ny_cxfz p{color:#666666; font-size: 16px; line-height: 26px}
.ny_cxfz ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_cxfz ul li{width:480px; height: auto; float: left; margin-bottom: 40px;}
.ny_cxfz ul li:nth-child(2n){float: right}
.ny_cxfz ul li img{width:126px; height: auto; float: left}
.ny_cxfz ul li dl{width:334px; height: 170px; float: left; margin-left: 20px}
.ny_cxfz ul li dl dt{width:100%; height: 40px; line-height: 40px; color:#005bac; margin-bottom: 10px; font-size: 20px;}
.ny_cxfz ul li dl dd{color:#666666; font-size: 16px; line-height: 30px;}
.ny_yjjzg{width:100%; height: auto; overflow: hidden; margin:55px 0 }
.ny_yjjzg h4{width:100%; height: auto; color:#333333; font-size: 24px; text-align: center; margin-bottom:36px;}
.ny_cxfz_left{width:570px; height: auto; float: left; padding-top:50px;}
.ny_cxfz_left h5{color:#666666; font-size: 20px; line-height: 32px}
.ny_cxfz_left p{color:#666666; font-size: 16px; line-height: 26px; margin-bottom: 28px}
.ny_cxfz_right{width:600px; height: auto; float: right}
.ny_cxfz_right img{width:100%; height: auto; display: block}


.ny_yfcx_one{width:100%; height: auto; overflow: hidden; margin-bottom: 82px; margin-top: 40px}
.yfcx_three_left{width:600px; height: auto; }
.yfcx_three_left h4{color:#333333; font-size: 24px; margin-bottom: 28px}
.yfcx_one_xx{width:100%; height: auto;overflow: hidden;}
.yfcx_one_xx p{color:#666666; font-size: 16px; line-height: 34px;}
.yfcx_one_num{width:100%; height: auto; overflow: hidden;}
.yfcx_one_num i{color:#004098; font-size: 120px; font-weight: bold; float: left; line-height: 100px}
.yfcx_one_num span{color:#333333; font-size: 14px; float: left; }
.yfcx_one_num p{color:#004098; font-size: 40px; float: left}
.yfcx_one_right{width:600px; height: auto; text-align: right}
.yfcx_one_right img{max-width: 100%}
.ny_yfcx_three{width:100%; height: auto; padding-top: 85px; overflow: hidden; margin-bottom: 82px}
.yfcx_three_right{width:540px; height: auto; }
.ny_yfcx_four{width:100%; height: auto; background: url(/templates/xyq/images/four_bjs.png) no-repeat top center; padding-top: 85px; overflow: hidden; margin-bottom: 82px}
.yfcx_four_left{width:424px; height: auto;}
.yfcx_four_left img{width:100%; height: auto; display: block}
.yfcx_four_right{width:617px; height: auto; margin-top: 93px}
.yfcx_four_right h4{color:#333333; font-size: 24px; margin-bottom: 28px}
.yfcx_four_right p{color:#666666; font-size: 16px; line-height: 34px;}
.ny_yfcx_two{width:100%; height: auto; background:#f2f2f2; padding: 85px 0; overflow: hidden; }
.yfcx_two_left{width:500px; height: auto; }
.yfcx_two_left img{max-width: 100%}
.yfcx_two_right{width:600px; height: auto; overflow: hidden}
.yfcx_two_right h4{color:#333333; font-size: 24px; margin-bottom: 28px}
.yfcx_two_right p{color:#666666; font-size: 16px; line-height: 34px;}
.two_num{width:100%; height: auto; overflow: hidden;}
.two_num p{float: left; color:#333333; font-size: 14px;}
.two_num i{color:#004098; font-size: 60px;}
.two_num i span{color:#004098; font-size: 100px; font-weight: bold;}




/*登录*/
.login_all{width:100%; height: 100vh; background: url(/templates/xyq/images/login_bj.jpg) no-repeat center; background-size: cover;}
.login{width:560px; height: auto; background: #fff; border-radius: 5px; border-top:10px solid #004098; border-radius: 10px; position: absolute; top:50%; left:50%;
transform: translate(-50%,-50%); z-index: 1; padding: 15px 70px 20px;}
.login_text{width:100%; height: 46px; overflow: hidden; position: relative; border: 1px solid #bebebe; line-height: 46px; padding-left: 15px; margin-bottom:10px;}
.login_text p{width:90px; height: 100%; float: left; color:#2f2f2f; font-size: 16px;}
.login_text input{width:311px; height: 100%; float: left; border: 0; font-size: 14px; color:#333; background: none }
.l_tijiao{width:100%; height:50px; background: #004098; border-radius: 5px;  text-align: center;  border: 0; font-size: 20px; color: #fff; margin-top: 10px; }
.login_yzm input{width:214px!important;}
.login_mm input{width:260px!important;}
.mima{width:30px; height: 100%; float: right; margin-right: 5px}
.yzm_dj{width:90px; height: 100%; float: right; background: #004098;  text-align: center; color:#fff; font-size:14px;}
.mima{background:url(/templates/xyq/images/bi.png) no-repeat center}
.hover{background:url(/templates/xyq/images/lao.png) no-repeat center}
.login_bt{width:100%; height:auto;  border-bottom: 1px solid #bebebe; margin-bottom:24px; padding:0 27%}
.login_bt a{height:58px; text-align: center; line-height: 58px; font-size:18px; color: #2f2f2f; }
.login_bt span{font-size:18px; color: #2f2f2f; margin:0 10px;}
.login_bt a:hover{color:#004098; font-weight:bold;}

.zhmm{width:auto; height:auto; color:#d71212; text-align:right; margin:12px 0 12px; display:table; font-size:18px; float:right}
.zhmm:hover{font-weight:bold;}

.login_yzm .Validform_wrong{right:98px;}


/*表单*/
.ny_biaodan{width:1180px; height: auto; margin:115px auto 40px; overflow: hidden}
.ny_biaodan_left{width:180px; height: auto; float: left; border: 1px solid #f0f0f0}
.bd_gzt{width:100%; height: 104px; background: #f7f8fd; line-height: 104px; padding-left: 20px}
.bd_gzt span{color:#414141; font-size: 17px; background: url(/templates/xyq/images/bd_icon.png) no-repeat left center; padding-left: 35px; height:100%; display: block}
.bd_nav{width:100%; height: auto; overflow: hidden; background: #eef8fa; padding:15px 10px 10px 54px }
.bd_nav a{width:100%; height:auto; color:#414141; font-size: 16px; line-height: 30px; display: block; margin-bottom: 15px}
.bd_nav a:hover{color:#004098; font-weight: bold;}
.bd_nav a.active{color:#004098; font-weight: bold;}
.ny_biaodan_right{width:963px; height: auto; float: right; border: 1px solid #f0f0f0; background: #f7f8fd; overflow: hidden; padding:0 18px 18px; }
.biaodan_right_all{width:100%; height: 100%; background:#fff; border: 1px solid #f0f0f0; padding: 44px; }
.biaodan_title{width:100%; height:60px; line-height: 60px; position: relative; font-size: 16px; color:#414141; font-weight:bold; ;}
.biaodan_title span{position:relative; z-index:1; font-size: 16px; color:#414141; font-weight:bold; background:#f7f8fd}
.biaodan_title:after{content: "";  width: 100%; height: 1px; background: #f0f0f0; position: absolute; top:28px; right:0; z-index:0}
.biaodan_right_all h4{color:#2f2f2f; font-size:28px; text-align: center; margin-bottom:32px}
.bdcg_t{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #414141; position: relative; font-size: 17px; color: #414141; padding-bottom: 15px; padding-left: 20px; margin-bottom: 30px; margin-top: 35px;}
.bdcg_t:after{content: "";  width:6px; height:16px; background: #003884; position: absolute; top:5px; left:0}
.dd_table{width:100%; height: auto; overflow: hidden;}
.dd_table table{width:100%; height: auto; overflow: hidden; text-align: center; border-collapse: collapse;  border: 1px solid #f0f0f0}
.dd_table table tr{width:100%; height: auto; }
.dd_table table th{width:20%; height:45px; line-height: 45px;  border: 1px solid #f0f0f0; background: #f7f8fd; font-size:16px; color: #414141; font-weight: normal}
.dd_table table td{width:20%; height:45px;  border: 1px solid #f0f0f0;  font-size:16px; color: #414141; font-weight: normal}
.text_li{width:100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.text_zi{width:160px; height: auto; float: left; font-size: 17px; color: #414141; line-height:48px; text-align: right}
.text_zi span{color:#ff0202}
.text_input{width:660px; height: auto; float: right; position:relative}
.text_input input[type="text"],.text_input input[type="date"]{width:100%; height:48px; background: #f4f4f4; border-radius: 5px; border: 0; font-size: 16px; color:#333;  padding: 0 8px}
.text_input textarea{width:100%; height:156px; background: #f4f4f4; border-radius: 5px; border: 0; font-size: 16px; color:#333;  padding:8px; resize: none}
.text_input span{color: #666; line-height:36px; display:block;}
.text_input select{width:100%; height:48px; border-radius: 5px; border: 0; appearance: none;　-webkit-appearance: none;　-moz-appearance: none;  
	background:#f4f4f4 url(../image/san_jiao.png) no-repeat 97% center; font-size: 16px; color:#333; padding: 0 3%}
.bdcg_tab{width:100%; height: auto; overflow: hidden; background: #f4f4f4; margin-bottom: 20px;}
.bdcg_tab table,.bdcg_tab tbody{width:100%; height: auto; table-layout:fixed; display: block; border-spacing: revert;     border-collapse: inherit;}
.bdcg_tab tr{width:100%; height: auto; overflow: hidden; margin-bottom: 20px;  display: block}
.bdcg_tab tr th{font-size:16px; color: #414141; line-height: 46px; font-weight:normal; }
.bdcg_tab tr th span{color:#ff0202; }
.bdcg_tab tr td{background: #fff; color:#333; font-size: 16px; text-align: center; height: 46px; }
.bdcg_1{width:163px}
.bdcg_2{width:112px; }
.bdcg_2 input[type="text"]{width:100%; height: 100%; border: 0; text-align: center}
.text_fj{width:234px; height: 180px; background: #f4f4f4; float: left}
.dd_fabu{width:340px; height: 50px; background: #003884; border-radius: 5px; text-align: center; line-height: 50px; color:#fff; font-size: 20px; border: 0; 
	margin-left: 128px; margin-top: 20px; cursor:pointer}
.text_fs{width:156px; height: 46px; line-height:46px; background: #f4f4f4; float: left; margin-right: 13px;}
.text_last{margin-right: 0!important}
.text_fs label{background:url(../image/h_active.png) no-repeat left center; color: #414141; padding-left:30px;  height: 100%; font-size:16px; width:auto; display:table;  margin: 0px auto}
.text_fs input:checked + label,.text_fukuan input:checked + label{background: url(../image/l_active.png) no-repeat left center;}
.text_fs input,.text_fukuan input{display: none;}
.text_fukuan{width:100%; height:48px; margin-bottom: 10px;  background: #f4f4f4; border-radius: 5px; padding: 0 15px }
.text_zhifu_label{width:284px; height: 100%; float: left; position: relative}
.text_zhifu_label:after{content: ""; width: 1px; height: 20px; background: #414141; position: absolute; top:50%; margin-top:-10px; right:0;}
.text_fukuan label{background:url(../image/h_active.png) no-repeat left center; color: #414141; padding-left:30px; line-height: 48px;  height: 100%; font-size:16px; width:auto; display:block;}
.text_fukuan select{width:135px; height: 100%; float: right; text-align: center}
.item{width: 234px; height:180px;float: left; position: relative; background: #f4f4f4; margin-right:13px; margin-bottom: 20px}
.item h5{color:#414141; font-size: 16px; text-align: center; position: absolute; bottom:30px; left:0; width: 100%; text-align: center}
.addImg{width:234px; height:180px; position: absolute; left:0; top:0; z-index: 2; cursor: pointer;}
.item .preview,.preBlock{position: absolute; display: block; width:234px;height: 180px;left: 0;top: 0;}
.item .preview{opacity: 0}
.delete { width: 30px; position: absolute; right: 12px; top: 8px; cursor: pointer;display: none;}
.preBlock img { display: block; width: 234px; height: 180px;}
.upload_input{
  display: block;
  width: 0;
  height: 0;
  -webkit-opacity: 0.0;  
  /* Netscape and Older than Firefox 0.9 */  
  -moz-opacity: 0.0;  
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
  -khtml-opacity: 0.0;  
  /* IE9 + etc...modern browsers */  
  opacity: .0;  
  /* IE 4-9 */  
  filter:alpha(opacity=0);  
  /*This works in IE 8 & 9 too*/  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
  /*IE4-IE9*/  
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
}

.text_li dd{width:660px; height: auto; float: right}
.text_li dd span{color:#666; font-size:14px; line-height: 24px; display: block}
.item_active .preview{opacity:1; z-index:9}
.preview_pdf{position:relative; opacity:0}
.item_active .delete{display:block; z-index:9}
.item_active .preview_pdf{opacity:1; z-index:9; }
.zxcb_cqzm{margin-top:20px;}
.see_kan{width:90px; height:30px; line-height:30px; color:#fff; background:red; font-size:14px; text-align:center; position:absolute; top:50%; left:50%; margin-left:-45px; margin-top:-15px; border-radius:5px; opacity:0}
.item_active .see_kan{opacity:1; z-index:888}





@media screen and (max-width:1460px){
	.index_about_left h3{font-size:38px;}
	.index_about_left{padding:40px 4% 0;}
	.in_about_num{margin:70px 0 50px}
	.index_product .w1440,.footer .w1440{width:1200px;}
	.footer_left{width:80%}
	.footer_left dl{margin-right:6%}
}


@media screen and (max-width:1340px){
	.ny_pro_a a{width:240px;}
}



