﻿@charset "utf-8";
/**************************banner**************************/
.banner_ny { /*padding-top:100px;*/}
.banner_ny img{ width:100%;}
#ny_banner{position:absolute;left:0;width:100%; top:200PX; z-index:1;}
#ny_banner .main_box{display: table;width: 100%;height: 100%;}
#ny_banner .box{ display: table-cell; vertical-align: middle;   overflow:hidden; text-align:center; }
#ny_banner h3{text-align: center;font-size: 36px;color: white; margin-bottom:15px;}
#ny_banner span{display: block; text-align: center; color: white; font-size: 24px; margin-top: 10px; text-transform:uppercase;}
.banner_box_text_border{width: 60px;height: 3px;background-color: #3A9AE4;margin: auto;border-radius: 20px;}


table{
	font-size: 14px;
	margin-top:10px;
	color: #434343;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

tr {
	background-color: #f8f8f8;
	line-height: 36px;
	
}
 td {
	text-align: left;
	border: 1px solid #dbdbdb;
	line-height:36px;
	border-bottom:none;
	border-right:none;
	padding-left: 8px;
	background-color:#ffffff;
}


/**************************当前位置**************************/
.n_main_box{ width:100%; }

.n_nav_box{height: 50px;background:#fff;position:relative;}
.n_nav{ position:relative; }
.n_nav {display:inline-block;margin-right:45px;height: 49px;font-size:14px;float:left;line-height:50px;color:#444444;border-bottom: 1px solid #3A9AE4; }
.n_nav strong{display:block;font-size: 20px;color: #333;position:relative;z-index:4;height: 48px;line-height: 50px;font-weight: bold;}
.position{position:absolute;height: 50px;line-height: 50px;right: 0px;bottom:0px;color: #98989a;background: url(../images/icon_home.png) left 20px no-repeat;padding-left: 19px;font-size: 12px;}

.position span, .position a, .position i{ font-size:15px; color:#666;}
.position i{ font-family:simsun; margin:0 3px; font-style:normal; }
.position em{font-size:15px;color: #3A9AE4;font-style: normal;}
.position a:hover{color: #3A9AE4;}
.n_main_box .main_box{height: 50px;position:relative;padding: 10px auto; box-sizing: border-box; }
.n_main_box .main_box .bottom{ background-color:#eee; position:absolute; bottom:0; left:0px; width:100%; height:1px;}
.n_main_box .main_box .bottom01{ position:absolute; bottom:0; right:0px; width:30px; height:3px;}

/*==============PC内页导航=====================*/


/*==============内页PC端导航=====================*/
.con_title{background: #f6f6f6; border-bottom:1px solid #ededed;}
.n_title{ height:60px; line-height:60px; z-index: 2; }

.n_title dl{ width: 14%; float: left; position: relative;} 

.n_title dt a{ font-size:15px; text-align: center; display:block; color:#424141; margin-bottom:0px; }

.n_title dl dd{ position: absolute; width: 100%; display: none;   overflow: hidden; background: #fff; z-index:99;}

.n_title dl dd a{font-size:14px;  width: 100%; text-align: center; display: block; color:#30353a; line-height:50px; display:block; border-bottom: 1px solid #dcdcde; position: relative;}

.n_title dl dd a:hover,.n_title dl dd a.on{ color: #D9221A;}

.n_title dt i{ display: none;  transform:rotate(90deg);-webkit-transform:rotate(90deg); /* Safari and Chrome */-moz-transform:rotate(90deg);}

.n_title dl.title_nav dt i{ display: inline-block;}

.n_title dl:hover dt{background: #D9221A;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; }

.n_title dl:hover dt a,.n_title dl:hover dt a i{  color: #fff;}

.n_title dl.title_nav:hover dd{ box-shadow: 0 5px 10px #ccc; }

.n_title dt.on{ background: #D9221A; }

.n_title dl dt.on a,.n_title dl dt.on a i{  color: #fff;}

/*==================内页移动端导航=================*/
#m_n_nav{ background: #D9221A;  display: none; line-height: 50px; position: relative; z-index: 1; }
#bnt_back{ position:absolute; left: 1rem; top:0;  color: #fff; font-size: 26px;}
#m_n_nav i{}
#m_n_nav h1{ font-size: 18px; color: #fff; text-align: center;line-height: 50px; font-weight:bold;}
#bnt_sub_nav{ position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 26px; }
#bnt_sub_nav img{ display: block; height: 15px; }
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #D9221A; display: none; z-index: 9;}
#sub_nav_content ul{ padding:  10px;}
#sub_nav_content ul li { display: block; line-height: 30px; margin: 1rem 0;}
#sub_nav_content ul li a{ display:block; border-left:2px solid #d2b068; height:30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455;}
#sub_nav_content ul li.on a{color: #2621AB;}



#sub_nav_content dt{height:36px;line-height:36px;position:relative;background:#f5f5f5;  border-bottom:1px solid #e7e7e7; z-index: 999; }
#sub_nav_content dt a{ margin:0 20px; display:block;color:#666; height: 36px; font-size:15px; font-weight: 400;  }
#sub_nav_content dt a i{ position: absolute; right: 15px; top: 0; opacity:0;filter:alpha(opacity=0); }
#sub_nav_content dt a{}
#sub_nav_content dt.title{background:#fafafb;}
#sub_nav_content dt.title i{ opacity:1;filter:alpha(opacity=100);}
#sub_nav_content dt.title_on  { background:#fafafb;}
#sub_nav_content dt.title_on a{ color:#15336F; border-top:1px solid #fff;}
#sub_nav_content dt.title_on a i{ color: #15336F;  }
#sub_nav_content dt.last a{border-top:1px solid #f8f8f8;}
#sub_nav_content dt.on a,#sub_nav_content dt.title_on a{ color:#D9221A;}
#sub_nav_content dd{  display:none;}
#sub_nav_content dd .box{padding:0px 0px 0px 0px;}
#sub_nav_content dd a{ padding:0 25px; background:#fff;  line-height:30px;border-top:1px solid #e7e7e7;font-size:12px;color:#5b5349;display:block;height:30px;}
#sub_nav_content dd a.on{ color:#D9221A}


.ny_dh_bj{text-align:center; margin-bottom:40px; }
.ny_dh_bj ul li{display:inline-block;font-size:16px;color:#333;position:relative;margin-right: 15px;width: auto;}
.ny_dh_bj ul li a{font-size:16px;color:#333;display:inline-block;position:relative; padding:0 40px;height: 45px;line-height: 43px;border: #ddd 1px solid;text-align: center;background: #f5f5f5;border-radius: 4px;position:relative;transition:0.6s;overflow:hidden;}
.ny_dh_bj ul li span{ position:relative; z-index:1;}
.ny_dh_bj ul li a:hover,.ny_dh_bj ul li.on a{color: #fff;border:#3A9AE4 1px solid;}
.ny_dh_bj ul li a:before{content:"";position:absolute;right:0;width:0;height: 45px;background: #3A9AE4;color: #fff; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;z-index: 0;}
.ny_dh_bj ul li.on>a:before,.ny_dh_bj ul li a:hover:before{ left:0; width:100%}
.ny_dh_bj ul li a:hover{ box-shadow:0 0 30px rgba(0,0,0,0.15)}
.ny_dh_bj ul li .xl{position: absolute;left: 0;top: 45px;width: 100%;background-color: #fff;border: 1px solid #eee;border-radius: 5px;display: none;}
.ny_dh_bj ul li .xl a{font-size:14px;color:#333;display:block;padding:0px;height: auto;line-height: 36px;border: none; border-bottom: #eee 1px solid;background: #fff;border-radius:0;}
.ny_dh_bj ul li .xl a:before{height: 1px;bottom: 0;}
.ny_dh_bj ul li .xl a:hover{color:#3A9AE4;}

@media (max-width:1000px) {
.n_title{ display: none;}
#m_n_nav{display: block;}
.ny_dh_bj{ display:none;}
}



.left{ float:left; width:69%; margin-bottom:50px;}
.right{ float:right; width:28%;}
.team-tit{border-bottom:1px solid #ddd;line-height:50px;margin-bottom:20px;}
.team-tit h1{position:relative;bottom:-1px;display:inline-block;padding:0 ;border-bottom:4px solid #3A9AE4;font-size:24px;color:#333; font-weight:bold;line-height:51px;}
.team-tit h2{ float:right; font-size:16px; margin-top:5px;}

.right_btn{ top:30px; float:right;}
.right_btn a{ display:inline-block;padding:0 3px 0 3px; height:32px; line-height:32px; text-align:center; font-size:15px; color:#333; background:#fff; border:1px solid #ddd; font-weight:normal; margin-left:10px;}
.right_btn a:hover{ background:#3A9AE4; color:#fff; border:1px solid #3A9AE4;}

.rmbq{padding:20px;background:#F6F6F6;position: relative;  margin-top:0px;}
.rmbq a{
	display: inline-block;
	font-size:15px;
    margin-right: 12px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    flex: auto;
    -webkit-flex: auto;
    padding: 6px 12px;
}
.rmbq a:hover{border-color: #3A9AE4;color: #3A9AE4;}

.nr{padding:20px;background:#F6F6F6;position: relative;}
.nr div{font-size:24px;color:#333; font-weight:bold;margin-bottom: 1rem;}
.nr li{line-height:44px; border-bottom:1px solid #e6e6e6; width:100%; margin-right:40px;}
.nr li a{ float:left; width:70%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; background:url(../images/news_dot.png) left no-repeat;padding-left:12px; font-size:15px;transition:0.5s; color:#666;}
.nr li a:hover{-webkit-transform:translate(10px,0);transform:translate(10px,0); color:#3A9AE4; text-decoration:underline;}
.nr li span{float:right; color:#999; font-size:13px; }
.nr li span a{float:right; width:20px;height:20px; background:none; padding-top:5px;}
.nr li span a:hover{-webkit-transform:translate(0px,0);transform:translate(0px,0); opacity:0.8;}
.nr li span img{width:20px;height:20px;}


.con{overflow:hidden;margin-top:50px;margin-bottom:50px;}
.ar_article {color:#6c6c6d; font-size:15px; line-height:28px; }
.ar_article p{font-size:15px; color:#666; line-height:28px; padding-bottom:10px; }	
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:2.5%; border: 1px solid #d0d1d5; color: #444242; }
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article  img{ max-width:100%;}
.ar_article a{ color:#09F;}
.ar_article a:hover{ text-decoration:underline;}
.ar_article a:hover span{text-decoration:underline;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
.abtip{ float:right; margin-left:20px;}

.about-content{ margin-top:0px;}
@media (max-width:640px){
  .ar_article  img{ max-width:100%;height: auto !important;}  
}

@media (max-width:980px) {
.con{ margin-top:20px; margin-bottom:20px;}
.ar_article{ font-size:14px;line-height:24px;}
.ar_article p{ padding-bottom:10px; font-size:14px;line-height:24px; }	
}

.about-wh{ background:#fff; padding:50px 0;}
.about-wh h2{ font-size:36px; text-align:center; color:#333; font-weight:bold; margin-bottom:20px;}

.about-qywh {color:#6c6c6d; font-size:15px; line-height:28px; }
.about-qywh .qywhimg{margin:0 auto; width:88%;}
.about-qywh .qiwh-img{float:left; margin:0 10px;}
.about-qywh .qiwh-img p{text-align: center;}

.about-fzls{ background:#f6f6f6; padding:50px 0;margin-top: 50px;}
.about-fzls h2{ font-size:36px; text-align:center; color:#333; font-weight:bold; margin-bottom:20px;}
.about-span{color:#db1a16;}
.about-hz{ font-size: 16px; line-height: 30px; width: 100%; max-width:1480px; margin: 0 auto; overflow: hidden; }

.ny-ryzz-bj{ background:#f6f6f6; padding:50px 0 0px 0;margin-top: 50px;}
.ny-ryzz-bj h2{ text-align:center;font-size:36px; color:#333; font-weight:bold;}

#s_links_hw{ width:100%; max-width:1200px; margin:0 auto;}

#s_links_hw .pic_news{ margin-top: 20px;   overflow: hidden; }

#s_links_hw .pic_news li{ display: block; float: left; width: 280px; overflow: hidden; margin-right: 25px;}
#s_links_hw .pic_news li a{ cursor:default;}

#s_links_hw .pic_news li .pic_box{ width: 280px;  overflow: hidden; margin-bottom: 0px;position:relative;}

#s_links_hw .pic_news li .pic_box img {
	display: block;
	transition: all 0.5s;
	width:100%;
}
#s_links_hw .pic_news li .pic_box:hover img {
	transform: scale(1.05);
}
#s_links_hw .pic_news li img{ width: 280px; display: block; }

#s_links_hw .pic_news li h1{  font-size:15px; line-height: 36px;  color:#333; display: block; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

#s_links_hw .pic_news li:hover h1{color:#000;  }

.img_size dd img,.img_size li img,.img_size1 .pic{ -moz-transition: all 1s ease !important;

-webkit-transition: all 1s ease-in-out !important;

-o-transition: all 1s ease-in-out !important;

-ms-transition: all 1s ease-in-out !important;

transition: all 1s ease-in-out !important; } 


@media (max-width:980px) {
#s_links_hw .pic_news li{  width: 150px;margin-right: 15px; }
#s_links_hw .pic_news li .pic_box{ width:150px; }
#s_links_hw .pic_news li .pic_box img{ width:150px;}	
#s_links_hw .pic_news{ margin-top: 15px; }
.ny-ryzz-bj h2{font-size:24px;}
#s_links_hw .pic_news li h1{ font-size:14px; }
}


@media (max-width:1200px) {
.about-hz{ width:94%; margin:0 auto; padding:30px 0;}
.about-pic{ float:none; width:100%;}
.about1-right{ float:none; width:100%;}
.about1-right h2{ font-size:24px; margin-top:10px; margin-bottom:0px;}
.about1-right h3{ font-size:12px;}
.about1-right-wz{ padding:10px 0; font-size:14px; line-height:24px;}

.about2-con{ width:94%; padding:20px 3%;}
.about2-con h2{ font-size:24px;}
.about2-con ul li .wh-con{ width:84%; margin:0 auto; padding-top:20px;}
.about2-con h3{ text-align:center; font-size:14px; margin:10px 0;}
.about2-con ul li .wh-con h4{ height:30px; font-size:18px; color:#333;}
.about2-con ul li .wh-con p{ line-height:20px; font-size:12px;}
}



/*翻页*/
.page { text-align:center; margin-bottom:20px; padding-top:20px; }
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 .875rem; min-width: 2.25rem; height:2.25rem; line-height:2.25rem; border-radius: 2px; display:inline-block; margin:0 0.25rem; background:#eee; color:#919191; font-size:.875rem; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.page .on{ background:#3A9AE4;  color:#fff; }
.page a:hover{ background:#3A9AE4;  color:#fff;  }		


.slow img:hover{ transform:scale(1.02);}/*图片放大*/
.slow img{-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}/*缓慢效果*/
/***证书放大图***/
.about-team{ margin-top:20px;}
.about-team li{border:3px solid #e7e7e7;float:left;width:18.35%;margin-right:2%;margin-bottom:2%;display:block; overflow:hidden; overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;text-align:center;}
.about-team li:nth-child(5n){ margin-right:0;}
.about-team li:hover{box-shadow:0 0 15px  0 rgba(0,0,0,0.15);}
.about-team li img{ width:100%;}
.about-team li:hover .ny-ryzz-title{ background:#E41F28; color:#fff;}
@media (max-width:980px) {
.about-team li{ width:49%;}
.about-team li:nth-child(3n){ margin-right:2%;}
.about-team li:nth-child(2n){ margin-right:0;}
}


/**************************联系我们**************************/
.contact { margin-top:0px;}
.contact .way{width:42%;float:left;overflow:hidden;margin-top:0px;}
.contact .way h1{ font-size:18px; color:#333; line-height:26px; margin-bottom:20px;}	
.contact .way ul{ margin-top:10px;}
.contact .way ul li{
	font-size:16px;
	color:#333;
	line-height:32px;
	margin-top:5px;
	padding-left:30px;
	}	

.contact .way ul li:nth-of-type(1) {
	background:url(../images/bn01.png) center left no-repeat; border-radius:10px; 
	}
.contact .way ul li:nth-of-type(2) {
	background:url(../images/bn02.png) center left no-repeat; border-radius:10px;
	}
.contact .way ul li:nth-of-type(3) {
	background:url(../images/bn04.png) center left no-repeat; border-radius:10px;
	}
.contact .way ul li:nth-of-type(4) {
	background:url(../images/bn05.png) center left no-repeat; border-radius:10px;
	}		
.contact .way ul li:nth-of-type(5) {
	background:url(../images/bn06.png) center left no-repeat; border-radius:10px;
	}
.contact .way ul li:nth-of-type(6) {
	background:url(../images/bn06.png) center left no-repeat; border-radius:10px;
	}	
#map{height:0; padding-bottom:26%;width:100%;border:1px solid #ccc; width:100%; margin-top:30px;}	

/*留言*/
.zxly_er{ margin-top: 0px; width:55%; float:right; }
.zxly_er h1{ font-size:24px; font-weight:bold; color:#333;margin-bottom: 10px;}
.zxly_er ul{}
.zxly_er li{ width:49.5%; margin-bottom:2%;}
.zxly_er li.left{ float:left;}
.zxly_er li.right{ float:right;}
.zxly_er li .input_txt{ width:100%; height:36px; font-size:15px; border:1px solid #DDD; outline:medium; padding:0 2%; font-family:"微软雅黑";}
.zxly_er li.textarea{ width:100%; margin:0;}
.zxly_er li.textarea textarea{ width:100%; height:80px; border:1px solid #DDD; outline:medium; padding:1%; font-family:"微软雅黑";}
.zxly_er .more{margin-top:10px;}
.zxly_er .input_btn{ width:160px; height:40px;font-size:15px; font-family:"微软雅黑"; border:0 none; margin-right:5px; color:#FFF; background:#3A9AE4;}
.zxly_er .input_btn2{ width:160px; height:40px;font-size:15px; font-family:"微软雅黑"; border:0 none; margin-left:5px; color:#FFF; background:#333;}

@media (max-width:1000px) {
.contact{ margin-top:10px;}
.contact .way{
	width:100%;
	float:none;
	}
.contact .way h1{ margin-top:0; margin-bottom:10px;}	
.contact .way ul{ margin-top:10px;}	
.contact .way ul li{ font-size:15px;}	
.contact .way ul li:nth-of-type(1) {
	background:url(../images/bn01.png) left 2px no-repeat; border-radius:10px; line-height:20px;
	}
.zxly_er{ width:100%; float:none; margin-top:20px;}
.zxly_er li {
    width: 100%;
    margin-bottom: 2%;
}
.zxly_er li.textarea textarea{  padding:1% 2%;}
#map{
	width:100%;
	float:none;
	margin-top:20px;
	}
	}	
@media (max-width:768px) {	
#map{height:0; padding-bottom:60%;}
}


/*技术应用*/
.news{}
.news dl{ border-bottom:1px dotted #CCC; padding-bottom:30px; margin-bottom:30px;transition: transform 0.5s;-webkit-transition: transform 0.5s;}
.news dt{  font-size:20px; font-weight:bold; margin-bottom:10px;}
.news dt a{ color:#333;}
.news dd.pic img{ width:100%;height:auto;transition:all .6s;}
.news dd.pic img:hover{transform:scale(1.1,1.1);-webkit-transition: all 1.5s;transition: all 1.5s;}
.news dd.date{ line-height:24px;overflow:hidden;font-size:15px; color:#999999; background:url(../images/p.png) no-repeat left; margin-bottom:10px; padding-left:20px; }
.news dd.txt{  line-height:24px;overflow:hidden;font-size:15px; margin-bottom:15px; color:#666;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;}
.news dd.more{ width:30px; height:30px; background:url(../images/bn43.png) no-repeat left;transition: all 0.3s ease 0s; margin-top:15px;}	
.news dd.more:hover{background:url(../images/bn43_nei.png) no-repeat left; cursor:pointer; }
.news a:hover{ text-decoration:none; color:#3A9AE4;}
.news dl:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
@media (max-width:1420px) {
.news dd.txt{ width:70%;}

}
@media (max-width:980px) {
.news dd.more{ display:none;}

}
@media (max-width:860px) {

.news dt{ float:none; width:100%; font-size:18px; padding:2% 0;  margin-top:10px; margin-left:0;}
.news dd.pic{ float:none; width:100%;}
.news dd.date{ float:none; width:100%; margin-left:0; }
.news dd.txt{ float:none; width:100%; line-height:24px;	 margin-left:0; }
.news dl{ padding-bottom:20px; margin-bottom:20px; margin-left:0;}
}
		


.wz-ms{background: #e9edf1;padding: 30px;margin-bottom: 40px;}
.wz-ms .img{float: left;width:40%;overflow: hidden;}
.wz-ms .img img{display:block;width:100%;-webkit-transition:0.5s;transition:0.5s;padding: 0;}
/*.wz-ms .img:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}*/
.wz-ms .txt{float:right;width:57%;overflow: hidden;}
.wz-ms .txt .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.wz-ms .txt .ml2{font-size: 15px;line-height: 24px;color: #666;margin-top:15px;}

.ny_sj_fl{padding: 20px 20px 15px 20px;margin-bottom: 30px;background: #f6f6f6;}
.ny_sj_fl ul li{float: left;width: 32%;margin: 0 2% 2% 0;}
.ny_sj_fl ul li:nth-child(3n){margin-right: 0;}
.ny_sj_fl ul li a{font-size: 14px;line-height: 36px;color: #333;display: block;text-align: center;background: #fff;border: 1px solid #eee;border-radius: 3px;}
.ny_sj_fl ul li:hover a{color: #fff;background: #3A9AE4;border: 1px solid #3A9AE4;}
.ny_sj_fl ul li.on a{color: #fff;background: #3A9AE4;border: 1px solid #3A9AE4;}

/*新闻列表*/
.news-tt-hz{margin-bottom:40px; background:#F6F6F6;padding:3%;overflow:hidden; display: block; transition: transform 0.5s; -webkit-transition: transform 0.5s;}

.news-tt-pic{width:40%;float:left;display:block; overflow:hidden;}
.news-tt-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.news-tt-pic img{ width:100%;transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}

.news-tt-right{width:57%;float:right;}
.news-tt-title{font-size:16px;}
.news-tt-content{font-size:15px;float:left; line-height:24px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; color:#999;margin:22px 0;}

.index-news-hz{margin-top:50px; }
.index-news-right{float:right;width:52%;}

.index-news-right-top-nr{float:left;overflow:hidden;}
.index-news-right-top-nr-rq li{float:left;margin-right:5px;font-size:14px;color:#999; line-height:27px;}
.index-news-right-top-nr-title {margin-bottom:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index-news-right-top-nr-title a{font-size:20px; font-weight:bold;}
.index-news-right-top-nr-content{text-indent:30px;margin:14px 0;float:left; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#999;}


		
.news-rq {
	width: 8%;
	text-align: center;
	padding: 25px 0;
	color: #666;
}
.news-rq-x {
	font-size: 52px;
	line-height: 60px;
	color: #3A9AE4;
}
.news-wz-hz {width:92%;border-left: 1px dotted #e1e1e1;padding-left:3%;float:left;}
.news-hz {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.news-hz:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
.rqsz {
	font-size: 70px;
	line-height: 70px;
}

.news-centent-title {margin-bottom: 10px;}
.news-centent-title a {font-size: 18px; font-weight:bold;}
.news-nr {line-height:26px; font-size:15px;
	margin: 10px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #999;
}
.news-ll {
	width: 70px;
	height: 52px;
	float: right;
	text-align: center;
	border: 1px solid #d6d7d6;
	border-radius: 5px;
	padding-top: 18px;
	margin-right: 30px;
}
.news-ti {
font-size:28px;
line-height:40px;
text-align: center;

}
.time {font-size: 16px;color: #666;font-weight: normal;}
.news-more {width: 150px;line-height:40px;text-align: center; float:right;}
.news-more a {
	color: #666;
	font-size: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	display: block;
}
.news-more:hover a {
	background: #3A9AE4;
	color: #fff;
	display: block;
}

/*新闻详情*/

.news-title{border-bottom: 1px dotted #DDD;padding-bottom: 20px; margin-top:0px; margin-bottom:20px; text-align:center;}
.news-title h2{ font-size:24px; font-weight:bold; float:none; color:#000; margin-bottom:10px;}
.news-title p span{margin:0 5px;color: #999; font-size:14px;}

.text{  color:#666; line-height:24px; font-size:16px;}
.text p{ margin-bottom:10px;line-height:24px; font-size:16px;}

@media (max-width:800px) {
.news-title{margin-top:10px; }
.news-title h2{ font-size:20px;}
.news-title p{ font-size:14px;}	
}

.fl{ text-align:left; float:left;}
.fr{ float:right;}
.b_nav{ text-align:center; margin-top:30px; border-top:1px dotted #ddd; padding-top:20px; margin-bottom:20px;}
.b_nav .content{ font-size:16px;}
.b_nav .content.center{display:inline-block;vertical-align: top;}
.b_nav .content.center img{ margin:0px 0.875rem 0;}
.b_nav .content.fl img{ margin:0px 0.875rem 0 0;}
.b_nav .content.fr img{ margin:0px 0 0 0.875rem;}
.b_nav .content.fl a,.b_nav .con.fr a,.b_nav .con.center a{ color:#666565}
.b_nav .content a:hover{ color:#3A9AE4;}

.pages{
	line-height:30px;
	border-top:1px dotted #ccc;
	font-size:16px;
	color:#666666;
	padding-top: 20px;
	margin-top: 15px;
} 
.pages a{
	text-decoration:none;
	margin-left:3px;
	padding:2px 2px;
	color:#666666;
	}
.pages a:hover{
	text-decoration:underline;
	color:#0069CB;
	}
@media (max-width:980px) {
.pages{ font-size:14px;line-height:22px;}
}


/*相关新闻*/
.cp_tj2{ background:#fff; padding:20px; padding-bottom:0; margin-top:20px;}
.down_r_text{ margin-top:30px; background:#fff; padding:20px;margin-bottom: 30px;}
.down_r_text h1{ font-size:22px; font-weight:bold; color:#333; }
.down_r_text li{float:left; line-height:44px; border-bottom:1px solid #e6e6e6; width:47%; margin-right:40px;}
.down_r_text li:nth-of-type(2n){ margin-right:0;}
.down_r_text li a{ float:left; background:url(../images/news_dot.png) left no-repeat;padding-left:14px; font-size:15px;transition:0.5s; color:#666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 70%;}
.down_r_text li a:hover{-webkit-transform:translate(10px,0);transform:translate(10px,0); color:#3A9AE4; text-decoration:underline;}
.down_r_text li span{float:right; color:#999; font-size:13px; }
.down_r_text li span a{float:right; width:20px;height:20px; background:none; padding-top:5px;}
.down_r_text li span a:hover{-webkit-transform:translate(0px,0);transform:translate(0px,0); opacity:0.8;}
.down_r_text li span img{width:20px;height:20px;}
@media (max-width:1200px) {
.down_r_text{ margin-top:0;}
.down_r_text li{ width:100%;}
.down_r_text li a{ font-size:14px;}

}


/*专家列表*/
.xwla{width: 100%;background-color: #f6f6f6;margin-bottom: 40px;padding: 40px 40px 40px 40px;}
.xwla_w{margin-top: 7px;}
.xwla_w h1{position:relative; padding-left:15px;font-size: 22px; font-weight:bold;color: #252525;line-height: 32px;border-bottom: 1px dotted #bfc8d1;padding-bottom: 20px;}
.xwla_w h1:after{content:" ";position:absolute;width:4px;height:18px;left:0;top:8px;background-color:#e60012;}
.xwla_w h2{ font-size:20px; margin-top:20px; margin-bottom:10px;} 
.xwla_w span{font-size: 18px;color: #999;line-height: 20px;margin-top: 15px;display: block;}
.xwla_w p{font-size: 14px;color: #565656;line-height: 24px;margin-top: 14px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
.xwla_m{width: 167px;height: 41px;line-height: 41px;text-align: center;margin-top: 20px;background-color: #3A9AE4;border-radius: 20px;font-size: 14px;color: #fff;transition: all ease 0.3s;}
.xwla:hover .xwla_t img{transform: scale(1.1);}
.xwla:hover .xwla_w h2{color: #3A9AE4;}
.xwla:hover .xwla_m{transform: translateX(6px);}



/*==============产品列表=====================*/
.productlist{ margin-top:30px;}
.productlist li{float:left; position:relative; width:23.5%; height:0px;padding-bottom:24%;margin-right:2%;margin-bottom:2%;  overflow:hidden;}
.productlist li img{transition:ease 1s;}
.productlist li:nth-of-type(4n){ margin-right:0;}
.productlist li .img{position:absolute; z-index:1;left:0; bottom:0; width:100%; height:100%;}
.productlist li .img img{width:100%; height:100%;}
.productlist li .text{white-space:normal;position:absolute; z-index:2;left:0; bottom:0; background:rgba(0,0,0,.5); color:#fff; transition:ease 1s; max-width:100%; width:100%;}

.productlist li .text h2{font-size:16px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:16px; height:16px; margin:0;}
.productlist li .text h3{transition:ease 1s; margin:20px 0; opacity:0; visibility:hidden; width:0; font-weight:normal; font-size:14px;line-height:24px; transform:translateY(100%); text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; }
.productlist li .text{height:20px; padding:5%; }
.productlist li:hover .text{width:100% !important; height:100%;}
.productlist li:hover .text h3{opacity:1; visibility:visible;  width:90%;transform:translateY(0);}
.productlist li i{font-size:24px; color:#fff;}
.productlist li:hover .text{background:rgba(0,0,0,.5); width:80%; height:90%;}
.productlist li:hover img{transform:scale(1.1);}

@media screen and (max-width: 980px) {
.dyip{ padding:0px 0 30px 0;}
.productlist{ margin-top:0px;}
.productlist li:nth-of-type(2n){ margin-right:0;}
.productlist li:hover .text{width:100% !important; height:28%;}
.productlist li.first .text p{opacity:1; transition:ease .65s;}
.productlist li{width:49%;padding-bottom:49%;}
.productlist li .text h2{font-size:14px;}
}


/*产品详情*/	
.products{ background:#f2f2f2; padding-top:10px; padding-bottom:50px;}
.product_con{background:#fff;}
.product_con_t{}
.product_con_t .t_r{ float:right; width:50%; margin-top:50px; }
.product_con_t .t_r .bt{ font-size:26px;font-weight:bold; border-bottom:1px solid #ddd; padding-bottom:10px; text-align:left;}
.product_con_t .t_r .box{ margin-top:20px; line-height:30px; background:#FFF;  }
.product_con_t .t_r .box p{ font-size:15px; padding:0; margin:0;}
.product_con_t .t_r .box h3{ font-size:24px;  margin-bottom:3%;}
.prodcut-tel{ padding-left:50px; margin-bottom:10px; margin-top:10px; line-height:26px; background:url(../images/p_icon.png) no-repeat left center; }
.prodcut-tel span{font-family:arial; font-size:24px; color:#0D6BA0;display: block; font-weight:bold; }




/**************************在线购买**************************/
.mopop{margin-top:20px;}
.mopop a{ float:left;font-size:16px;color: #fff;line-height: 46px;background: #D62330; border-radius: 3px; text-align: center;padding:0 30px;margin-right:20px;}
.mopop a:hover{ background: #3A9AE4; color: #fff; cursor:pointer; text-decoration:none;}


.product_cont{ width:100%; margin-top:30px; overflow: hidden; margin-bottom:20px;}
.product_cont h1{height:50px;line-height:50px;background:#eee;color:#F90100;font-size:18px;font-weight:bold; margin-bottom:0px;}
.product_cont span{padding:0 30px;background:#3A9AE4;display:inline-block;color:#fff;}

/**************************相关产品**************************/
.Box {
	position: relative;
	overflow:hidden;
	margin:10px 0px 15px 0px;
}
.Box .content {
	width:1360px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 142px;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}
.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}
.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	width: 1260px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 300px;
	margin-left: 20px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child  {
	margin-left: 0;
}
.Box .Box_con .conbox ul li .cptp {
	width: 298px;
	overflow: hidden;
	background:#fafafa;
	border:1px solid #ddd;
}
.Box .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 298px;
	transition: all 0.5s;
	
}
.Box .Box_con .conbox ul li:hover .cptp img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li .cpwz {
	
	border:1px solid #ddd;
	border-top:none;
	text-align:center;
	opacity: 1;
	max-width: 298px;
}
.Box .Box_con .conbox ul li .cpwz p a{ color:#666;background:#f6f6f6; display:block;padding:15px 0;}

.Box .Box_con .conbox ul li .cpwz p a:hover{ color:#fff; background:#3A9AE4;}


/* marqueetop */
.cp_tj{ background:#f6f6f6; margin-top:30px; padding:20px; padding-bottom:5px;}
.cp_tjlist{overflow:hidden;margin:20px auto;}
.cp_tjlist li{width:48.5%; float:left; margin-right:3%;overflow:hidden;border:#ddd 1px solid; margin-bottom:15px;}
.cp_tjlist li:nth-of-type(2n){ margin-right:0;}
.cp_tjlist li a{ display:block; overflow:hidden;}
.cp_tjlist li a .pic{ width:100%; overflow:hidden;}
.cp_tjlist li a .pic img{ width:100%; -webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;}
.cp_tjlist li a:hover .pic img{transform:scale(1.05);}
.cp_tjlist li .txt{background : #f0f0f0;}
.cp_tjlist li .txt div{  display:block; line-height:40px; text-align:center;  font-size:15px;  white-space: nowrap;overflow:hidden;text-overflow: ellipsis; z-index:1; }
.cp_tjlist li .txt p{ padding:0 20px; color:#666; margin-bottom:10px;}
.cp_tjlist li .txt p i {float: left; font-style:normal;}
.cp_tjlist li .txt p span {float: right;}
.cp_tjlist li .txt .view{ width:90px; height:32px; line-height:32px; font-size:14px; background:#B20000; text-align:center; color:#fff; margin:0 auto; display:block;}


/*==============job=====================*/

#list_slide{  position:relative; margin-top:0px;}

#list_slide dl{  overflow:hidden; border:1px solid #ebebeb;  margin-bottom:15px; }

#list_slide dt{border:none;  display:block; position:relative; padding:10px 25px;  cursor:pointer;   background:url(../images/jian01.png) 98% center no-repeat #f5f5f5;}

#list_slide dt h1{  color:#333; font-size:17px; line-height:30px; display:block; font-weight:normal;}

#list_slide dd{ display:none; padding:0 22px; padding-bottom:10px; line-height:36px; background:#fff;   }

#list_slide dd p{ line-height:22px;  }

#list_slide dd .content{ padding-top:20px;}

#list_slide dt.on td{ color:#fff;}

#list_slide dt.on{ background:url(../images/jian01_on.png) 98%  center no-repeat #3A9AE4; border-bottom:5px solid #ddd;}

#list_slide dt.on h1{color:#fff;}


@media (max-width:980px) {
#list_slide{ margin-top:10px;}
#list_slide dt{padding:10px 20px; }
#list_slide dd{ padding:0 20px; }	
#list_slide dt{border:none;  display:block; position:relative; padding:10px 30px 10px 22px;  cursor:pointer;   background:url(../images/jian01.png) 96% center no-repeat #f5f5f5;}
#list_slide dt.on{ background:url(../images/jian01_on.png) 96%  center no-repeat #f5f5f5; border-bottom:2px solid #D9221A;}
#list_slide dt h1{ font-size:15px; line-height:22px;}
#list_slide dd .content{ padding-top:10px;}
}

.join{ margin-top:30px; margin-bottom:0px;}
.join li{border-bottom: 1px solid #f5f5f5; padding:0 20px;font-size:16px;}
.join li:nth-of-type(1){ font-size:20px;background:#f5f5f5; font-weight:bold; color:#000;}
.join span{display: block;float: left;overflow: hidden;height: 60px; line-height:60px;overflow: hidden; }
.join .span1{width: 45%;color:#333;}
.join .span2{width: 25%; text-align:center; color:#999;}
.join .span3{width: 15%; text-align:center; color:#999;}
.join .span4{width: 15%; float:right; text-align:center; font-weight:bold;}
.join a{color: #3A9AE4;}
.join a:hover{color: #D62330;}


/*==================发展历程=================*/
#n_licheng {
	background: url(../images/n_licheng_bg.png) center top no-repeat;
	padding-top: 4rem; width:1480px; margin:0 auto;
}
#n_licheng ul {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#n_licheng ul li {
	overflow: hidden;
	position: relative;
}
#n_licheng ul li:nth-child(odd) {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#n_licheng ul li .m {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}
#n_licheng ul li .m:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 49.99%;
	margin-left: 0px;
}
#n_licheng ul li .m:after {
	content: "";
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 35px;
	background: #fff;
	border: 1px solid #3A9AE4;
	border-radius: 50%;
}
#n_licheng ul li .txt {
	width: 50%;
	float: right;
	border-radius: 8px;
	padding: 0 2.5rem;
	box-sizing: border-box;
	font-size: 0.875rem;
	line-height: 1.875rem;
	color: #cfcfcf;
}
#n_licheng ul li .txt .con {
	max-width: 640px;
	padding: 0;
	margin: 0;
}
#n_licheng ul li .txt h5 {
	font-size: 0.875rem;
	color: #4d4d4e;
}
#n_licheng ul li .txt p {
	font-size: 16px;
	line-height: 4rem;
	padding:0;
	color: #686868;
	margin: 0;
}
#n_licheng ul li .riqi {
	width: 50%;
	padding: 0 2.5rem;
	height: 100%;
	padding-top: 28px;
	font-size: 1.5rem;
	color: #242424;
	float: left;
	text-align: right;
	position: absolute;
	top: 0;
}
#n_licheng ul li:hover {
	background: #3A9AE4;
}
#n_licheng ul li:hover .txt {
	background: none;
	color: #fff;
}
#n_licheng ul li:hover .txt h5 {
	color: #fff;
}
#n_licheng ul li:hover .txt p {
	color: #fff;
}
#n_licheng ul li:hover .riqi {
	color: #fff;
}
#n_licheng ul li:hover .m:before {
	background: #fff;
}
#n_licheng ul li:hover .m:after {
	background: #fff;
	border: 1px solid #fff;
}
#n_licheng ul li.li_2 {
}
#n_licheng ul li.li_2 .txt {
	float: left;
	text-align: right !important;
}
#n_licheng ul li.li_2 .con {
	float: right;
}
#n_licheng ul li.li_2 .txt * {
	text-align: right !important;
}
#n_licheng ul li.li_2 .riqi {
	right: 0;
	text-align: left;
}
#n_licheng ul li.li_2 .riqi img {
	margin: 0 15px;
	float: left;
}
#n_licheng .btn {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}