.inner_banner{
	height: 300px;
	background-size: cover;
}
.inner_banner.banner_about{
	background-image: url(../image/inner_about.jpg);
}
.inner_banner.banner_news{
	background-image: url(../image/inner_news.jpg);
}
.inner_banner.banner_pro{
	background-image: url(../image/inner_pro.jpg);
}
.inner_banner.banner_gallery{
	background-image: url(../image/inner_gallery.jpg);
}
.inner_banner.banner_rec{
	background-image: url(../image/inner_rec.jpg);
}
.inner_banner.banner_mes{
	background-image: url(../image/inner_mes.jpg);
}
.inner_banner.banner_con{
	background-image: url(../image/inner_con.jpg);
}
.inner_banner p{
	text-align: center;
	color: #fff;
}
.inner_banner p.tit{
	font-size: 40px;
	line-height: 2em;
	padding-top: 70px;
}
.inner_banner p.subtit{
	font-family: "Poppins";
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1em;
}
.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
	width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #1773bc;
    color: #fff;
}


.inner_content{
	padding-bottom: 60px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.inner_bread{
	border-bottom: 1px dashed #dcdcdc;
	padding: 12px 0;
	margin-bottom: 30px;
}
.inner_bread p{
	border-left: 10px #33393d solid;
	padding-left: 10px;
}
.inner_content .text_content,
.inner_content .text_content p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.8em;
	color: #444;
}
.inner_content .text_content a{
	color: inherit;
}
.news_list .list_box li{
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 20px;
}
.news_list .list_box li .img_cover{
	width: 240px;
	height: 180px;
	float: left;
	overflow: hidden;
}
.news_list .list_box li .img_cover img{
	width: 100%;
	height: 100%;
	transition: all ease .5s;
}
.news_list .list_box li:hover .img_cover img{
	transform: scale(1.1);
}
.news_list .list_box li .text_box{
	float: left;
	margin-left: 30px;
	width: 860px;
}
.news_list .list_box li .text_box p.tit{
	font-size: 22px;
	color: #33393d;
	margin-top: 12px;
	margin-bottom: 10px;
}
.news_list .list_box li:hover .text_box p.tit{
	transition: all ease .5s;
	color: #1773bc;
}
.news_list .list_box li .text_box p.date{
	margin-bottom: 8px;
	color: #666;
}
.news_list .list_box li .text_box .descri{
	line-height: 1.6em;
	color: #666;
}
.news_list .list_box li .text_box p.more{
	width: 120px;
	text-align: center;
	background: #1773bc;
	line-height: 36px;
	color: #fff;
	margin-top: 15px;
	transition: all ease .5s;
}
.news_list .list_box li .text_box p.more:hover{
	background: #333;
}
.news_classify{
	text-align: center;
	margin-bottom: 30px;
}
.news_classify li{
	display: inline-block;
	margin: 0 5px;
}
.news_classify li a{
	display: block;
	border: 1px solid #dedede;
	padding: 8px 28px;
	transition: all ease .5s;
}
.news_classify li a:hover{
	background: #1773bc;
	color: #fff;
}

.news_detail > h3{
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #333;
	margin-top: 40px;
}
.news_detail > p.date{
	text-align: center;
	line-height: 2em;
	margin-top: 20px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.news_detail .page_change{
	background: #f2f2f2;
	padding: 10px 15px;
	margin-top: 15px;
}
.news_detail .page_change .news_link{
	float: left;
}
.news_detail .page_change .back_button{
	float: right;
	display: block;
	border-radius: 18px;
	border: 1px #ccc solid;
	width: 100px;
	text-align: center;
	line-height: 34px;
	margin-top: 4px;
	transition: all ease .5s;
}
.news_detail .page_change .back_button:hover{
	background: #1773bc;
	border-color: #1773bc;
	color: #fff;
}
.pro_list .pro_list_box li,
.case_list .case_list_box li{
	display: block;
	float: left;
	width: 378px;
	border: 1px #ddd solid;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pro_list .pro_list_box li:nth-child(3n),
.case_list .case_list_box li:nth-child(3n){
	margin-right: 0;
}
.pro_list .pro_list_box li a,
.case_list .case_list_box li a{
	display: block;
	width: 100%;
}
.case_list .case_list_box li:hover a{
	box-shadow: 0px 6px 15px -2px rgba(0,0,0,.15);
}
.pro_list .pro_list_box li a .img_cover,
.case_list .case_list_box li a .img_cover{
	width: 100%;
	height: 0;
	padding-top: 75%;
	overflow: hidden;
	position: relative;
}
.pro_list .pro_list_box li a .img_cover img,
.case_list .case_list_box li a .img_cover img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .5s;
}
.pro_list .pro_list_box li:hover a .img_cover img{
	transform: scale(1.1);
}
.pro_list .pro_list_box li a .img_cover:after{
	content: "";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all ease .5s;
}
.pro_list .pro_list_box li:hover a .img_cover:after{
	opacity: 1;
}
.pro_list .pro_list_box li a .tit_box,
.case_list .case_list_box li a .tit_box{
	padding: 15px;
}
.pro_list .pro_list_box li a .tit_box .name,
.case_list .case_list_box li a .tit_box .name{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 22px;
	color: #444;
	line-height: 1.6em;
	border-bottom: 1px #ddd solid;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.case_list .case_list_box li a .tit_box .name{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 16px;
}
.pro_list .pro_list_box li a .tit_box .more i{
	float: right;
	font-size: 17px;
}


.pro_detail .line_1 .img_box{
	width: 580px;
	float: left;
}
.pro_detail .line_1 .text_box{
	width: 560px;
	float: right;
}
.pro_detail .line_1 .text_box h3{
	color: #333;
	font-size: 32px;
	margin-top: 30px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.pro_detail .line_1 .text_box .descri{
	line-height: 1.8em;
	color: #666;
	font-size: 15px;
	text-align: justify;
}
.pro_detail .line_1 .text_box .tel{
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
	color: #1773bc;
}
.pro_detail .line_1 .text_box .more{
	display: block;
	line-height: 46px;
	width: 160px;
	background: #1773bc;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	transition: all ease .5s;
}
.pro_detail .line_1 .text_box .more:hover{
	background: #09497b;
}
.pro_detail .detail_tit_box{
	background: #ddd;
	margin-top: 20px;
}
.pro_detail .detail_tit_box span{
	display: block;
	width: 140px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #333;
}
.pro_detail .detail_content_box{
	border: 1px #ddd solid;
	border-top: none;
	padding: 20px;
}
.pro_detail .detail_content_box .page_change{
	border-top: 1px #ddd solid;
	padding-top: 20px;
}

.rec_list .rec_list_box li{
	border: 1px #ddd solid;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}
.rec_list .rec_list_box li p.name{
	font-size: 22px;
	color: #444;
	margin-bottom: 15px;
	transition: all ease .5s;
}
.rec_list .rec_list_box li a:hover p.name{
	color: #1773bc;
}
.rec_list .rec_list_box li p.details{
	margin-bottom: 8px;
}
.rec_list .rec_list_box li p.details span{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px #ddd solid;
}
.rec_list .rec_list_box li p.details span:last-child{
	border-right: 0;
}
.rec_list .rec_list_box li p.date{
	margin-bottom: 8px;
}
.rec_list .rec_list_box li p.add{
	padding-left: 18px;
	background: url(../image/pin_ico.png) left center no-repeat;
}
.rec_list .rec_list_box li a.more{
	position: absolute;
	right: 50px;
	top: 60px;
	width: 130px;
	text-align: center;
	line-height: 42px;
	display: block;
	border: 1px #ddd solid;
}
.rec_list .rec_list_box li a.more:hover{
	background: #1773bc;
	color: #fff;
}

.text_content.message > p{
	text-align: center;
	margin-bottom: 20px;
}
.text_content.message .input_box{
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.text_content.message .input_box.last{
	margin-right: 0;
}
.text_content.message input,
.text_content.message textarea{
	outline: none;
	border: 1px #ddd solid;
	border-radius: 0;
	font-family: inherit;
	line-height: 1.8em;
	padding: 10px 15px;
	width: calc(100% - 32px);
	color: #333!important;
}
.text_content.message input{
}
.text_content.message textarea{
	resize: vertical;
	min-height: 140px;
}
#msgLeft_Btn_div{
	text-align: center;
}
#msgLeft_Btn_div #msgLeft_Btn{
	width: 220px;
	line-height: 48px;
	background: #1773bc;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
#msgLeft_Btn_div #msgLeft_Btn:hover{
	background: #09497b;
}

.text_content.contact h3{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}
.text_content.contact .contact_info{
	border-left: 3px #ddd solid;
	padding-left: 20px;
}


