.wrap{
	width: 100%;
	min-width: 1280px;
}

.w1200{
	width: 1280px;
	margin:auto;
}
img{
	vertical-align: middle;
}
.pr{
	position: relative;
}

.top{
	line-height: 40px;
	font-size: 14px;
	color:#2d2d2d;
	border-bottom: 1px solid #bcbcbc;
}
.top .fl{
	margin-left: 120px;
}
.top .fr{
	margin-right: 120px;
	opacity: 0.8;
	transition: all 0.5s;
}
.top span{
	display: inline-block;
	padding:0px 28px;
}
.top .fr img{
	margin-right: 10px;
}
.top .fr:hover{
	opacity: 1;
}
.logo{
	text-align: center;
	line-height: 165px;
}
.logo_search{
	position: absolute;
	line-height: 20px;
	right: 120px;
    top: 85px;
}
.logo_search form{
	border:1px solid #d2d2d2;
	border-radius: 5px;
}
.logo_search form input{
	border:none;
	padding:0px;
	margin:0px;
	background: none;
	box-sizing: border-box;
}
.logo_search form .text{
	width: 144px;
	height: 20px;
}
.logo_search form .submit{
	width: 20px;
	height: 20px;
	background: url(../images/search_bg.png) center center no-repeat;
	position: relative;
}
.logo_search form .submit:after{
	content: '';
	position: absolute;
	left: 0px;
	top:0px;
	width: 1px;
	height: 12px;
	background: #d2d2d2;
}
/* 本例子css */
.nav{ 
	height:44px; 
	line-height:44px; 
	background:#2553b3;  
	position:relative; 
	z-index:1;  
}
.nav a{ color:#fff;  }
.nav .nLi{ 
	float:left;
	position:relative;
	display:inline;
	border-left: 1px solid #20489b;
	border-right: 1px solid #2c62d2;
}
.nav .nLi:hover:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom:0px;
	left:0px;
	background: #81c426;
}
.nav .nLi.on:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom:0px;
	left:0px;
	background: #81c426;
}
.nav .nLi h3{ 
	float:left;
	width: 152px;
	text-align: center;
}
.nav .nLi h3 a{ 
	font-size:16px;
	font-weight:normal;
}
.nav .sub{ 
	display:none; 
	width:100%; 
	left:0; 
	top:44px;  
	position:absolute;
	background:#2553b3;
	line-height:38px;
	font-size:16px;
}
.nav .sub li{ 
	zoom:1;
	border-bottom: 1px solid #20489b;
	border-top: 1px solid #2c62d2;
}
.nav .sub a{ 
	display:block; 
	text-align: center;
	font-size:16px;
}
.nav .sub a:hover{ 
	color:#fff;
}
.nav .on h3 a{ 
	background:#2553b3; 
	color:#fff;
}
/* 本例子css */
.slideBox{ width:100%; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.yewu{
	padding-bottom: 75px;
}
.yewu_title{
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}
.yewu_title .en{
	font-size: 28px;
	color:#444444;
	font-weight: bold;
	font-family: "Arial";
	text-align: center;
	text-transform: capitalize;
}
.yewu_title .cn{
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
	line-height: 35px;
	color:#444444;
	text-align: center;
	position: relative;
}
.yewu_title .cn:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background: #2553b3;
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
}
.yewu_list{

}
.yewu_list li{
	display: inline-block;
	vertical-align: top;
}
.yewu_list li .b{
	width: 315px;
	height: 133px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
	background: #e9e9e9;
	color:#3c3c3c;
}
.yewu_list li .b .img_bg{
	width: 106px;
    height: 54px;
	margin:auto;
}
.yewu_list li .b .img_bg1{
	background: url(../images/icon11.png) center center no-repeat;
}
.yewu_list li .b .img_bg2{
	background: url(../images/icon22.png) center center no-repeat;	
}
.yewu_list li .b .img_bg3{
	background: url(../images/icon33.png) center center no-repeat;	
}
.yewu_list li .b .img_bg4{
	background: url(../images/icon44.png) center center no-repeat;	
}
.yewu_list li .b h4{
	line-height: 40px;
}
.yewu_list li div.line{
	height: 6px;
	background: url(../images/icon_bg.png) center center no-repeat;
	background-size: 100%;
	margin-top: 3px;
}

.yewu_list li.on .b{
	background:#2553b3;
	color:white;
}

.yewu_list li.on .b .img_bg1{
	background: url(../images/icon1.png) center center no-repeat;
}
.yewu_list li.on .b .img_bg2{
	background: url(../images/icon2.png) center center no-repeat;	
}
.yewu_list li.on .b .img_bg3{
	background: url(../images/icon3.png) center center no-repeat;	
}
.yewu_list li.on .b .img_bg4{
	background: url(../images/icon4.png) center center no-repeat;	
}

.yiqi{
	background: url(../images/about_bg.jpg) center center no-repeat;
	height: 442px;
	border-top: 1px solid transparent;
}
.yiqi_txt{
	width: 885px;
	border-top: 1px solid transparent;
}
.yiqi_txt h2{
	font-size: 28px;
	color:#2553b3;
	line-height: 40px;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 65px;
}
.yiqi_txt h2 span{
	color:#323232;
	font-size: 34px;
	font-family: "Arial";
	text-transform: capitalize;
}
/* 本例子css */
.picScroll-left{
	overflow:hidden; 
	position:relative;
}
.picScroll-left .bd{ padding-left: 55px;padding-right: 55px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ 
	width:218px; 
	height:148px;
	display:block;
	border:7px solid #999;
}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#2553b3;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }

.picScroll-left .next,.picScroll-left .prev{
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 31px;
	background: url(../images/arr1.png) center left no-repeat;
	top:50%;
	margin-top: -15px;
}
.picScroll-left .next{
	left:10px; 
	background-position: -70px 0;
}
.picScroll-left .prev{
	right:10px;
	background-position: -102px 0;
}
.picScroll-left .next:hover{
	left:10px; 
	background-position: 0px 0;
}
.picScroll-left .prev:hover{
	right:10px;
	background-position: -33px 0;
}
.shenqing_list{
	position: absolute;
	right:15px;
	top:-27px;
	background: url(../images/about_bg1.png) center center no-repeat;
	width: 306px;
	height: 404px;
	color:white;
	box-sizing: border-box;
	padding-top:45px;
	padding-left: 13px;
}
.shenqing_list h3{
	font-size: 36px;
}
.shenqing_list ul{
	margin-top: 5px;
}
.shenqing_list ul li{
	line-height: 50px;
}
.shenqing_list ul li img{
	margin-right: 5px;
}
.shenqing_list a.more{
	display: block;
	width: 134px;
	height: 41px;
	background: #81c426;
	line-height: 41px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
.i_about_list li{
	display: inline-block;
	width: 315px;
}
.i_about_list li .pic{
	overflow: hidden;
}
.i_about_list li .pic img{
	width: 100%;
	transition: all 0.5s;
}
.i_about_list li:hover .pic img{
	transform: scale(1.2);
}
.i_about_list li .title{
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	background: #f1f1f1;
	padding:0px 15px;
	font-weight: bold;
}
.i_about_list_wrap{
	background: #2553b3;
	padding-top: 105px;
	padding-bottom: 55px;
}
.i_position{
	line-height: 43px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 18px;
	padding:0px 8px;
}
.i_position .fl{
	position: relative;
}
.i_position .fl:after{
	content: '';
	height: 2px;
	background: #2553b3;
	width: 100%;
	bottom:-1px;
	left:0px;
	position: absolute;
	display: block;
}
.i_xinxi_gongsi{
	width: 320px;
}
.i_xinxi_gongsi_list{
	margin-top: 22px;
	padding:0px 10px;
}
.i_xinxi_gongsi_list li{
	overflow: hidden;
	line-height: 38px;
	color:#787878;
}
.i_xinxi_gongsi_list li img{
	margin-right: 5px;
}
.i_xinwen_list{
	width: 860px;
}
.news_trait{
	padding-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
	width: 822px;
}
.news_trait_txt{
	width: 640px;
}
.news_trait_txt h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.news_trait_txt p{
	color:#a1a1a1;
	line-height: 20px;
	font-size: 14px;
}
.news_trait_item{
	line-height: 45px;
	color:#a1a1a1;
	width: 350px;
	overflow: hidden;
	display: inline-block;
	padding-right: 25px;
	margin-right: 45px;
	border-right: 1px dashed #e0e0e0;
}
.slideTxtBox_hd{
	line-height: 50px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	position: relative;
}
.slideTxtBox_hd a.more{
	position: absolute;
	right:10px;
	top:0px;
}
.slideTxtBox_hd li{
	display: inline-block;
	position: relative;
	margin:0px 10px;
}
.slideTxtBox_hd li.on:after{
	content: '';
	height: 2px;
	background: #2553b3;
	width: 100%;
	bottom:-1px;
	left:0px;
	position: absolute;
	display: block;
}
.i_news_wrap{
	background: #f8f8f8;
	padding-top: 33px;
	padding-bottom: 50px;
}
.footer{
	background: #444444;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_ul{

}
.footer_ul li{
	display: inline-block;
	padding:0px 15px;
	border-right: 1px solid #5f5f5f;
	vertical-align: top;
	padding-bottom: 28px;
	padding-top: 10px;
	height:233px;
}
.footer_h2{
	color:white;
	font-size: 26px;
	font-weight: bold;
	line-height: 55px;
}
.footer_txt{
	color:#ededed;
	font-size: 14px;
	line-height: 20px;
}
.footer_ul li dl{
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	margin-top: 10px;
}
.footer_ul li dt{
	color:#ededed;
	font-size: 16px;
	line-height: 35px;
}
.footer_ul li dd{
	color:#ededed;
	font-size: 14px;
	line-height: 25px;
}
.footer_ul li a.more{
	display: block;
    width: 134px;
    height: 41px;
    background: #81c426;
    line-height: 41px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    color:white;
}
.footer_txt1{
	line-height: 25px;
}
.copyright{
	line-height: 42px;
	color:white;
	background: #444444;
	border-top: 1px solid #5f5f5f;
}
.slide_left{
	width: 315px;
}
.inner_dis{
	width: 935px;
}
.inner_wrap{
	padding-top: 60px;
	padding-bottom: 50px;
}
.shenqing_list1{
	position: initial;
	background: url(../images/about_bg1.png) left bottom no-repeat;
	width: 293px;
    height: 378px;
	color:white;
	box-sizing: border-box;
	padding-top:45px;
	padding-left: 13px;
	margin-left: 15px;
}
.i_xinxi_gongsi1{
	margin-top: 15px;
}
.position{
	line-height: 54px;
	background: #2553b3;
	color:white;
	padding:0px 20px;
}
.position .fl{
	font-size: 22px;
	color:white;
	font-weight: bold;
}
.position .fl img{
	margin-right: 8px;
}
.inner_dis_con{
	padding:15px;
	line-height: 30px;
	padding-top: 25px;
}
.news_trait_txt1{

}
.inner_news li{
	margin-top: 15px;
	border-bottom: 1px dashed #e0e0e0;
}
.inner_news li h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.inner_news li .p1{
	color: #a1a1a1;
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 20px;
}
.__list{
	width: 100%;
	
}
.__list h2{
	font-size: 30px;
	width: 95%;
	margin: auto;
	text-align: center;
	margin-top: 15px;
	line-height: 35px;
}
.__list .b_time{
	font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.__list .thumb{
	max-width: 80%;
    display: block;
    margin: auto;
}
.__list .b_des{
	border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 20px;
}
.jiathis_style{
	float: right;
}
.b_foot{
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
}
.list_img{

}
.list_img li{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 5px;
}
.list_img li .pic{
	width: 280px;
}
.list_img li .pic img{
	width: 100%;
}
.list_img li .title{
	text-align: center;
	line-height: 35px;
	border-bottom: 2px solid #ccc;
}
.pages{
	margin-top: 15px;
}
.pages li{
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 4px;
	padding:0px 6px;
	margin:0px 3px;
}
.pages li.c{
	background: #2553b3;
	color:white;
}
.__list table{
	width: 100%;
	border:1px solid;
}
.__contact{
  padding-top: 8px;
  font-size: 14px !important;
  font-family: '微软雅黑';
  padding-left: 25px;
}
.__contact .top{
    padding-bottom: 25px;
    /*border-bottom: 1px dotted black;*/
}
.__contact .top li{
    list-style-position: inside;
}
.__contact .top ul{
    float: left;
    overflow: hidden;
    padding: 0px 20px;
    margin-top: 20px;
    padding-right: 50px;
}
.__contact .search button{
   
}
.__contact ul li{
    padding-left: 28px;
}
.__contact .map_contact{
    width: 678px;
    height: 309px;
}
.__contact .form input{
    display: inline-block;
    width: 318px;
    margin-right: 18px;
    /*height: 48px;*/
    border:1px solid #dadbdc;
    padding:15px;
    color: #999;
    background: #fafafa;
}
.__contact .form textarea{
    display: inline-block;
    width: 1088px;
    height: 243px;
    margin-top: 20px;
    background: #fafafa;
    border:1px solid #dadbdc;
    font-size: 14px;
}
.__contact .img-l,.img-r{
    display: block;
}
.__contact .img-l{
    margin-left: 45px;
    margin-bottom: 15px;
}
.__contact .img-r{
    float: right;
    margin-right: 62px;
}
.__contact{
    /*padding-top: 68px;*/
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 10px;
    width: 1100px;
    margin:auto;
}
.__contact p,.__contact li{
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}
::-webkit-input-placeholder{
    font-family: "微软雅黑";
};
::input-placeholder{
    font-family: "微软雅黑";
}