@charset "utf-8";
/* CSS Document */

/*------------------------reset样式---------------------------*/
body {
	font-size: 14px;
	font-family: '微软雅黑', arial;
	line-height: 1.4;
	color: #434343;
}
body, dl, dd, h1, h2, h3, h4, p, form {
	margin: 0; padding:0;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	color: #0064D4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fix {
	zoom: 1;
}
.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/*------------------------header样式---------------------------*/
.header {
	padding: 20px 0;
}
.header h1 {
	padding-right: 15px;
}
.header .logo {
	background: url('../images/logo.png') no-repeat;
	display: block;
	width: 429px;
	height: 76px;
	text-indent: -9999px;
}
.l_header {
	width: 80%;
}
.inro {
	border-left: #d9d9d9 solid 1px;
	padding-left: 15px;
	margin-top: 10px;
}
.inro span {
	color: rgb(67, 67, 67);
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.h_phone {
	width: 20%;
}
.h_phone .phone_text {
	font-size: 16px;
	background: url(../images/phone.png) no-repeat left center;
	height: 40px;
	text-indent: 50px;
	display: block;
	line-height: 40px;
}
.phone_dh {
	display: block;
	color: rgb(204, 0, 0);
	font-size: 24px;
	font-weight: bold;
}
/*------------------------nav样式---------------------------*/
.nav {
	height: 50px;
	line-height: 50px;
	background-color: rgb(0, 130, 208);
}
.nav a {
	display: inline-block;
	text-align: center;
	width: 12%;
	color: #fff;
	font-size: 16px;
}
.nav a.active {
	background: #da1010;
}
/*------------------------banner样式---------------------------*/
.swiper-container {
	height: 500px;
}
.t_main {
	height: 68px;
	line-height: 68px;
}
.t_main .keywords {
	background: url(../images/22.png) no-repeat left center;
	text-indent: 40px;
}
.t_main .keywords span {
	color: rgb(204, 0, 0);
}
.search {
	width: 340px;
	position: relative;
	padding-top: 15px;
}
.txtinput {
	width: 340px;
	height: 29px;
	line-height: 29px;
	border: #0082d0 2px solid;
	text-indent: 0.5em;
}
.btn {
	background: #0082d0;
	color: #fff;
	border: none;
	height: 33px;
	line-height: 33px;
	width: 50px;
	position: absolute;
	right: -2px;
	top: 15px;
	bottom: 0;
	z-index: 9999;
}
/*------------------------main样式---------------------------*/
.about {
	background: url(../images/about_bg.png) repeat-x top center;
	height: 445px;
	padding-bottom: 30px;
}
.about_img {
	margin-top: 30px;
	border: #fff solid 6px;
	border-bottom: none;
}
.about_info {
	width: 75%;
	padding-top: 30px;
}
.about_title {
	position: relative;
	margin-bottom:40px;
}
.about_title .title_hr {
	height: 1px;
	background: #fff;
	margin-top: 15px;
	width: 360px;
}
.about_title .title_text {
	position: absolute;
	top: -20px;
	left: 40px;
	color: #fff;
	padding: 0 20px;
	background: #0082d0;
}
.about_title .title_text h3 {
	font-size: 27px;
	font-weight: bold;
	display: inline-block;
}
.about_title .title_text span {
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}
.about_info p {
	line-height: 26px;
	color: #fff;
	display: inline-block;
}
.about_info a {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}
.about_ys {
	margin-top: 40px;
}
.about_ys li {
	display: inline-block;
	width: 24%;
	text-align: center;
	border-right: #d9d9d9 solid 1px;
}
.about_ys li img {
	width: 147px;
	display: block;
	margin: 0 auto;
}
.about_ys li span {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #0082d0;
	line-height: 55px;
}
.about_ys li p {
	display: block;
	text-align: center;
	font-size: 16px;
}
.product {
	background: rgb(242, 240, 240);
	padding: 50px 0;
}
.l_product {
	width: 20%;
}
.pro_type {
	background: rgba(0,130,208,1);
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 30px 0 20px 0;
}
.pro_type span {
	display: block;
	text-align: center;
}
.pro_type span.c_pro_type {
}
.pro_type span.c_pro_type h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}
.pro_type span.e_pro_type {
	font-size: 12px;
}
.pro_type_list a {
	display: block;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
}
.pro_type_list a:hover{ background:#da1010; color:#fff;}
.pro_type_list a h2 {
	font-size: 16px;
	font-weight: normal;
}
.pro_type_list a.more {
	height: 32px;
	line-height: 32px;
	background: rgba(218,16,16,1);
	margin-top: 15px;
	border:none;
	color: #fff;
}
.r_product {
	width: 78%;
}
.r_product li {
	width: 221px;
	display: inline-block;
	padding: 0 4px;
}
.r_product li .pro_img {
 width:221px; height:221px; overflow:hidden;
}
.r_product li .pro_img img {
   height:231px;
}
.pro_text {
	width: 100%;
	line-height: 50px;
	text-align: center;
}
.ys_title {
	height: 55px;
	line-height: 55px;
	border-top: 4px #0082d0 solid;
	background: url(../images/dao.png) no-repeat top center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing:3px;
}
.yyly {
	/* background: rgb(242, 240, 240); */
	padding: 50px 0;
	text-align:center;
}
.yyly_title {
	text-align: center;
}
.yyly_title h3 {
	font-size: 26px;
	line-height: 26px;
	color: rgb(0, 130, 208);
	font-weight: bold;
}
.yyly_title span {
	color: rgb(51, 51, 51);
	font-size: 12px;
	line-height: 30px;
}
.yyly_title span.yyly_bg {
	background: url(../images/xgray_line01.png) repeat bottom center;
	height: 8px;
	display: block;
	width: 150px;
	margin: 0 auto;
}
.yyly_p {
	text-align: center;
	margin: 20px 0;
}
.yyly_list li {
	display: inline-block;
	margin-bottom: 15px;
	width: 33.1%;
}
.yyly_img{width: 380px;
	height: 250px; overflow:hidden;}
.yyly_list li img {
	width:100%;
}
.yyly_text {
	width: 380px;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
}
.news {
	padding: 50px 0;
	text-align:center;
}
.l_news {
	width: 65%;
}
.news_title h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0082d0;
}
.news_title span.e_news_title {
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	padding-top: 15px;
}
.news_title_bg {
	width: 100%;
	background: url(../images/xgray_line01.png) repeat bottom center;
	height: 8px;

	margin: 8px auto 0 auto;
	display: inline-block;
}
.r_news {
	width: 30%;
}
.n_more {
	display: inline-block;
	border: #d9d9d9 solid 1px;
	border-radius: 30px;
	padding: 0 20px;
	color: rgba(159,156,156,1);
	line-height: 22px;
	height: 22px;
	text-align: center;
	margin-top: 10px;
}
.n_more:hover {
	background: #0082d0;
	color: #fff;
}
.news_list li {
	padding: 15px 0;
	width:48%;
	display:inline-block;
	float:left;
}
.news_list li:nth-child(even){ float:right}
.news_list li .n_date {
	background: #0082d0;
	color: #fff;
	width:70px;
	height:70px;
}
.news_list li .n_date img{width:120px; height:120px;}
.news_list li .n_date span {
	display: block;
	text-align: center;
}
.news_list li .n_date span.d {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.news_list li .n_date span.year {
	font-size: 13px;
}
.news_list li .n_info {
	width: 75%;
	text-align:left;
}
.news_list li .n_info a {
	font-size: 21px;
	color: #5a5a5a;
}
.news_list li .n_info a:hover{ color:#0064D4;}
.news_list li .n_info p {
	font-size: 14px;
	color: #666666;
	line-height:26px;
}
.newslist1{width:72%;}
.newslist1 li{width:100%;	border-bottom: #d9d9d9 dotted 1px;}
.newslist1 li .n_info {width:90%;}
.hotnenw{width:25%;}
.hotnew_title{ line-height:40px; border-bottom:#d9d9d9 solid 1px; line-height:40px;}
.hotnew_title h3{ font-size:18px; display:inline-block;}
.hotnew_title span{ color:#666; font-size:14px; display:inline-block; margin-left:5px;}
.hotnenw  li{ font-size:15px; }
.hotnenw .hotnesli li{ line-height:40px;border-bottom:#d9d9d9 dotted 1px;}
.lxwm_li li{line-height:30px;}

.wtlist a {
	font-size: 16px;
	color: #0082d0;
	font-weight: bold;
	line-height:30px;
}
.wtlist p{ font-size:13px;}
.ys_intro{ padding:50px 0;}
.ys_xh{width:60px; height:60px; display:inline-block; background:#005fbb; color:#fff; font-size:30px; font-style:italic; font-weight:bold; text-align:center; line-height:60px; border-radius:30px;}
.ys_intro_title { margin:35px 0 20px 0;}
.ys_intro_title .ys_js{ color:#005fbb; font-size:18px; width:86%; display:inline-block; }
.ys_intro_title p{ display:inline-block; color:#db0f0e; font-size:24px; font-weight:bold;width:86%;}
.ys_detail{ margin-left:70px; background:url(../images/ys_icon.png) no-repeat left -3px; line-height:25px; margin-bottom:10px; text-indent:2.8em; font-size:16px;}
.ys_intro_title1{ margin-top:60px;}
.ys_intro_02{ margin-top:20px;}


/*------------------------foot样式---------------------------*/
.foot{ background:#0082d0;}
.f_nav{width:97px;/* background:#fff; */padding:20px 50px;height:329px;}
.f_nav a{ display:block; line-height:45px; text-align:center; color:#666; border-bottom:#d9d9d9 solid 1px;}
.f_info{width:80%;}
.f_lxfs{width:50%;    }
.f_lxfs_text p{ color:#fff; line-height:30px; font-size:15px;}
.f_ewm{ margin-top:20px;}
.f_ewm img{width:120px; height:120px; display:inline-block; margin-right:15px;}
.f_gbook{width:45%;border-left: 1px solid #59a2c7; padding-left:4%; margin-top:20px;}
.gbook_title{ font-size:25px; margin-bottom:20px; color:#fff; font-weight:bold; text-align:center;}
.f_gbook li{ margin-bottom:10px;}
.f_gbook li span{ display:block; color:#fff; line-height:30px;}
.f_gbook li .tinput{ border-radius:18px; height:40px; border:none;width:213px; text-indent:1em;}
.submit1{ background:#ed3c46; color:#fff; border:none; width:100%; height:40px; line-height:40px; border-radius:18px; margin-top:20px;}
.copyright{ text-align:center; color:#fff; line-height:40px;width:100%;}

.n_banner{}
.n_banner img{width:100%;}
.position{ background:rgb(251, 251, 251); height:41px; line-height:41px;}
.position a,.position span{ display:inline-block;}
.position span{ margin:0 5px;}
.n_about{ padding:50px 0 80px 0;}
.n_about_title{ position:relative; margin:0px auto 30px auto; text-align:center;}
.n_about_title span{ display:block;}
.title_bg{ background:url(../images/xgray_line01.png) repeat  center; height:6px; width:300px; margin:0 auto;}
.n_about_title h2{font-size:24px; position:absolute; top:-15px; left:0;  right:0; width:150px; margin:0 auto; background:#fff; color:rgb(0, 130, 208);}
.en_title{ color:#333; font-size:14px; margin:18px 0 5px 0;}
.n_about_info p{ color:#5a5a5a; line-height:215%; font-size:16px;}
.n_product{ padding:20px 0;}
.product_detail{ padding:50px 0 20px 0;}
.n_product .position{ background:none;}
.n_product  .pro_type_list{ margin-top:10px;}
.n_product  .pro_type_list a{border: #d9d9d9 solid 1px;}
.n_product .pro_type_list a.active{ background:#da1010; color:#fff;}
.position span.pos_bg{width:100%; height:4px; margin:0;	background: url(../images/xgray_line01.png) repeat bottom center;}
.n_product .r_product ul{ padding:20px 0;}
.n_product .r_product ul li{ margin-bottom:15px;}
.product_title h2{ text-align:center; line-height:50px;}
.product_img{ text-align:center; margin:20px auto; }
.product_img img{ max-width:600px;}
.pro_info_title{width:100%; height:50px; line-height:50px; background:rgb(242, 240, 240);}
.pro_info_title span{ display:inline-block; color:#fff; background:rgba(0,130,208,1); padding:0 30px; font-size:18px;}
.product_info{ padding:20px 10px;}
.product_info p{ line-height:28px; font-size:16px;}
.new_type{ margin:20px auto 40px auto; width:100%; text-align:center;}
.new_type a{ display:inline-block; height:42px; background:rgba(0,130,208,1); color:#fff; padding:0 40px; line-height:42px; margin:0;}
.new_type a h3{ font-size:16px; font-weight:normal;}
.new_type a.active{ background:#da1010; }
.pro_type_list1 a{ height:45px; line-height:45px;}

.new_title{ text-align:center; padding:20px 0;}
.new_title h2{ font-size:24px;}
.new_date{ text-align:center;}
.new_date span{ display:inline-block; margin:0 10px;}
.new_desc{ margin:20px 0; background:#f5f5f5; border:#e5e5e5 solid 1px; padding:10px; color:#868686;}
.new_info p{ line-height:28px;}
.new_xg{ margin-top:50px;}
.new_xg span{ display:block; line-height:30px; font-size:16px;}

.n_contact_info{ position:relative;}
.contact{width:724px; background:#0082d0; height:220px; margin-left:176px; padding:45px 0 45px 300px;}
.n_contact_info .c_img{ position:absolute; left:0; top:15px; z-index:99999; height:281px;}
.contact ul{ margin-left:20px;}
.contact ul li{ font-size:16px; color:#fff; line-height:45px;}

.gbook1 {
    width: 600px;
    margin: 20px auto;
}
.inptext1 {
    width: 600px;
    margin-bottom: 20px;
}
.inptext {
    width:100%;
    height: 35px;
    border: #dedede solid 1px;
    border-radius: 4px;
    background: #fafafa;
    padding-left: 10px;
    margin-bottom: 15px;
}
.submit {
    background: #ed3c46;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    border: none;
    font-size: 16px;
    border-radius: 4px;
}
.pages{ text-align:center; margin:15px auto;}
.pages a,.pages span{ padding:0 15px; border:#000 solid 1px;    padding: 2px 5px; margin:0 2px;}
.links{ margin:15px auto;}
.links a{ display:inline-block; padding:0 10px;}
.more{ padding:0 30px; border-radius:4px;  height:35px; line-height:35px; font-size:16px; display:inline-block; margin:15px 0; border:rgb(0, 130, 208) solid 1px; color:rgb(0, 130, 208);}
.more:hover{ background:rgb(0, 130, 208); color:#fff;}