.wrap{
	width: 100%;
	min-width: 1300px;
	overflow: hidden;
	box-sizing: border-box;
}
.w1300{
	width: 1300px;
	margin: 0 auto; 
}
.w1200{
	width: 1200px;
	margin: 0 auto; 
}
.w1100{
	width: 1200px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
.top{
	line-height: 120px;
	box-shadow:1px 5px 15px #888888;
	position: relative;
	z-index: 20;
	font-size: 0;
	height: 120px;
}
.top li{
	display: inline-block;
	font-size: 18px;
	width: 105px;
	position: relative;
	text-align: center;
	transition: 1s;
}
.top li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	z-index: -1;
	background: #ff8400;
	top: 0;
	left: 0;
	transition: 1s;
}
.top li:hover{
	color: white;
}
.top li:hover:before{
	content: '';
	height: 100%;
}
.top li.on{
	color: white;
}
.top li.on:before{
	content: '';
	height: 100%;
}
.top li:after{
	content: '';
	width: 1px;
	height: 100%;
	background: #ededed;
	position: absolute;
	top: 0;
	right: 0;
}
.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;  }
.pro{
	box-shadow:1px 5px 15px #888888;
}
.text_tiat{
	padding-top: 38px;
	text-align: center;	
	padding-bottom: 31px;
}
.text_tiat_one{
	font-size: 41px;
}
.text_tiat_two{
	font-size: 18px;
	font-family: 'Arial';
	margin-top: 9px;
	text-transform: uppercase;
}
.pro_titer{
	background: #0068b4;
	padding-bottom: 20px;
}
.pro_titer_v{
	padding-top: 40px;
}
.pro_titer_v li{
	width: 422px;
	height: 465px;
	background: white;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
	box-shadow:1px 5px 15px #888888;
}
.pro_titer_v li:after{
	content: '';
	width: 96%;
	height: 96%;
	border: solid 1px #e1e1e1; 
	position: absolute;
	left: 2%;
	top: 2%	;
	transition: 1s;
}
.pro_titer_v li:hover:after{
	content: '';
	border: solid 1px #ff8400; 
}
.pro_titer_a{
	margin-top: 44px;
}
.pro_titer_b{
	margin-top: 20px;
	font-size: 32px;
}
.pro_titer_c{
	font-size: 18px;
	margin-top: 12px;
}
.pro_titer_d{
	width: 361px;
	margin: 0 auto;
	margin-top: 14px;
	border-top: dashed 1px #a3a3a3;
	padding-top: 12px;
	font-size: 18px;
	font-weight:lighter;
	text-align: left;
	line-height: 24px; 
	transition: 1s;
}
.pro_titer_v li:hover .pro_titer_d{
	border-top: dashed 1px #ff8400;
}
.pro_titer_e{
	font-size: 18px;
	color: white;
	width: 122px;
	line-height: 40px;
	background: #ff8400;
	margin:  0 auto;
	margin-top: 40px;
}
.about{
	padding-bottom: 16px;
}
.about_tot{
	font-size: 18px;
	font-weight: lighter;
	line-height: 28px;
	margin: 0 auto;
	margin-bottom: 42px;
	width: 1242px;
}
.about_cu{

}
.about_cu li{
	display: inline-block;
	width: 567px;
	height: 287px;
	position: relative;
	color: white;
	overflow: hidden;
	padding-left: 74px;
}
.about_cu li .about_c_a img{
	width: 100%;
	transition: 1s;
}
.about_cu li:hover .about_c_a img{
	transform: scale(1.2);
}
.about_c_a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.about_c_a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about_c_b{
	margin-top: 49px;
	font-size: 26px;
	color: #ff7800;
	font-weight: bold;
}
.about_c_c{
	font-size: 23px;
	width: 403px;
	line-height: 32px;
	margin-top: 21px;
}
.about_c_d{
	width: 118px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	margin-top: 41px;
	border: solid 2px #ff7800;
}
.ink{
	background: #0068b4;
	height: 230px;
	box-shadow:1px 5px 15px #888888;
}
.ink ul{
	text-align: center;
	color: white;
	margin-top: 65px;
}
.ink ul li{
	display: inline-block;
	margin: 0 70px;
	position: relative;
}
.ink ul li:after{
	content: '';
	width: 1px;
	height: 81px;
	background: #3386c3;
	position: absolute;
	top: 8px;
    right: -72px;
}
.ink ul li:last-child:after{
	content: '';
	display: none;
}
.ink ul li img{
	transition: 1s;
}
.ink ul li:hover img{
	transform: rotateY(360deg);
}
.ink_two{
	font-size: 20px;
	margin-top: 26px;
}
.news_toal li{
	width: 628px;
	height: 240px;
	border: solid 1px #dfdfdf;
	display: inline-block;
	margin-bottom: 21px;
	transition: 1s;
}
.news_toal li:hover{
	box-shadow: 1px 5px 15px #888888;
}
.news_toal li .fl{
	width: 258px;
	margin-top: 8px;
	margin-left: 12px;
	overflow: hidden;
}
.news_toal li .fl img{
	width: 100%;
	transition: 1s;
}
.news_toal li:hover .fl img{
	transform: scale(1.1);
}
.news_toal li .fr{
	width: 325px;
	margin-right: 10px;
}
.news_toal_one{
	font-size: 16px;
	color: #b8b8b8;
	font-family: 'Arial';
	margin-top: 36px;
}
.news_toal_two{
	font-size: 22px;
	margin-top: 24px;
}
.news_toal_three{
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
	margin-top: 19px;
}
.news_toal_foer{
	font-size: 16px;
	color: #ff7800;
	float: right;
	margin-top: 32px;
	margin-right: 16px;
}
.foot{
	height: 200px;
	background: #0068b4;
	color: white;
	box-shadow:1px 5px 15px #888888;
}
.foot ul{

}
.foot ul li{
	display: inline-block;
	vertical-align: top;
	transition: 1s;
}
.foot_foer li:hover{
	color: 	#ff7800;
}
.foot_one{
	margin-top: 23px;
	margin-left: 10px;
}
.foot_two{
	margin-top: 38px;
	font-weight: lighter;
}
.foot_two_one{
	font-size: 18px;
}
.foot_two_two{
	font-size: 16px;
	margin-top: 20px;
	line-height: 24px;
}
.foot_three{
	margin-top: 76px;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
}
.foot_foer{
	width: 180px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 39px;
}
.foot_feix{
	margin-top: 32px;
	margin-right: 35px;
}
.foot_ink{
	font-size: 18px;
	line-height: 58px;
}
.l_within_total_title {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 16px;
}
.l_within_total_title span {
    display: block;
    font-family: 'Arial';
    font-size: 24px;
    padding-top: 8px;
}
.l_within_total_one {
    background: white;
}
.l_within_total_one li {
    line-height: 57px;
    padding-left: 59px;
    font-size: 16px;
    border-bottom: solid 1px #ededed;
    position: relative;
    z-index: 10;
}
.l_within_total_one li.one {
    background: #0057a4;
    color: white;
}
.l_within_total_one li:hover {
    background: #0057a4;
    color: white;
}
.l_within_total_word {
    background: url(../images/within_total.jpg) center center no-repeat;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 24px;
}
.r_within_product {
    width: 903px;
}
.within_product_title {
    padding-bottom: 16px;
    border-bottom: solid 1px #adadad;
}
.biaoti{
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
}
.within_total {
    background: url(../images/bei.jpg) right;
    padding-top: 99px;
    padding-bottom: 58px;
}
.within_product_title .fl span {
    display: block;
    padding-top: 10px;
    position: relative;
    padding-left: 18px;
    width: 254px;
}
.within_product_title .fl span:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #909090;
    position: absolute;
    top: 17px;
    right: 135px;
}
.within_product_title .fr {
    font-size: 16px;
    padding-top: 61px;
    padding-right: 8px;
}
.within_about_word {
    width: 858px;
    margin: 0 auto;
    padding-top: 33px;
    font-size: 16px;
    line-height: 28px;
    color: #221815;
}
.news_total {
    padding-top: 23px;
}
.news_total li {
    margin-bottom: 10px;
}
.x_news_total {
    background: white;
    padding: 15px 83px 17px 22px;
    transition: 1s;
}
.r_within_product .r_news_total {
    width: 504px;
}
.r_news_total_one {
    font-size: 16px;
    font-weight: bold;
    padding-top: 37px;
}
.r_news_total_one span {
    float: right;
}
.r_within_product .r_news_total_two {
    width: 417px;
    padding-top: 21px;
    line-height: 30px;
}
.r_within_product .r_news_total_two span {
    margin-right: -103px;
    margin-top: -8px;
}
.r_news_total_two span {
    display: block;
    width: 104px;
    line-height: 33px;
    border: solid 1px #b1b1b1;
    text-align: center;
    font-size: 14px;
    color: #b4b2b2;
    border-radius: 50px;
    float: right;
    margin-right: -170px;
    margin-top: -20px;
}
.l_news_total{
	width: 241px;
	height: 144px;
	overflow: hidden;
}
.l_news_total img{
	width: 100%;
}
.x_news_total {
    background: white;
    padding: 15px 83px 17px 22px;
    transition: 1s;
}
.news_total li:hover .x_news_total {
    box-shadow: 5px 5px 25px #060001;
}
.pages {
    text-align: center;
    padding-top: 40px;
}
.pages li {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ededed;
    margin: 0 5px;
    background: white;
}
.pages li.c {
    background: #0057a4;
    color: white;
}
.__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: 641px;

    height: 97px;

    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: "微软雅黑";

}

.pages{

	text-align: center;

	padding-top: 40px;

}

.pages li{

	display: inline-block;	

	padding: 5px 10px; 

	border:solid 1px #ededed;

	margin: 0 5px;

	background: white;

}

.pages li.c{

	background:#0057a4;

	color: white;

}

.__list{

	width: 100%;

	padding-top:60px;

}

.__list h2{

	font-size: 30px;

	width: 80%;

	margin: auto;

	text-align: center;

}

.__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{

	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;

	opacity: 0.5;

	font-size: 14px;

	line-height: 24px;

}
.within_product_total {
    padding-top: 28px;
}
.within_product_total li {
    width: 284px;
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 27px;
}
.l_product_one_total {
    position: relative;
}
.l_product_one_word {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    background: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    height: 0px;
    transition: 1s;
    box-sizing: border-box;
    overflow: hidden;
}
.l_product_one_one {
    font-size: 25px;
    padding-top: 88px;
    transform: translateX(231px);
    transition: 1s;
}
.l_product_one_two {
    font-size: 14px;
    width: 102px;
    line-height: 36px;
    border-radius: 20px;
    background: #0057a4;
    margin: 0 auto;
    margin-top: 12px;
    transform: translateX(-231px);
    transition: 1s;
}
.l_product_one_one span {
    font-size: 16px;
    display: block;
    padding-top: 6px;
}
.l_product_one_total:hover .l_product_one_word {
    height: 264px;
}
.l_product_one_total:hover .l_product_one_one {
    transform: translateX(0px);
}
.l_product_one_total:hover .l_product_one_two {
    transform: translateX(0px);
}
.l_product_one_img{
	width: 284px;
	height: 264px; 
}
.l_product_one_img img{
	width: 100%;
}
.l_within_total_one li.on {
    background: #0057a4;
    color: white;
}