/*
**************************
(C)2016 tsoocms.com
person: Chenhaochi
**************************
*/
@charset "utf-8";

body,a,p,li,ul,button,input,select,textarea,dd,dt,h1,h2,h3,h4,h5,h6{
	font-family:"Microsoft YaHei","Akkuratlight","Helvetica","sans-serif","museo-sans";
	font-size:14px;
	margin: 0;
	padding: 0;
	color: #666;
}
input,button,select{
	outline: none;
	border: none;
	background-color: transparent;
}
textarea{
	outline: none;
	resize:none;
}
li,ul,dd,dt{
	list-style: none;
}
img{
	max-width: 100%;
	vertical-align: top;
	border: none;
}
a{
	color: #666;
	text-decoration: none;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}


.clearfix:after,.clearfix:before {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
a,.header .nav>li>a:after,.in_company .company_slide,.in_company .company_left,.in_company .company_right,.header,.header .logo,input,select,textarea,.pro_slider .pro_big_img li,.product_list .pro_list li,.pro_box .pro_bg1 .img,.pro_box .pro_bg2 .img,.pro_box .pro_bg3 .img,.pro_box .pro_bg4 .img{
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.plate_list .in_pro a{
	-webkit-transition:all .8s ease-in-out;
	transition:all .8s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}



/*header*/
.header{
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: #3F69BF;
	background-color: rgba(64, 104, 191 ,0.95);
	box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
}
.header.on{
	height: 68px;
	
}

.header .logo{
	float: left;
	width: 416px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-position:25px center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.header .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.header.on .logo{
	height: 68px;
}

.header .nav{
	float: right;
	line-height: 100px;
}
.header.on .nav{
	line-height: 68px;
	
}
.header .nav>li{
	float: left;
	position: relative;
}
.header .nav>li>a{
	display: inline-block;
	padding: 0 37px;
	color: #fff;
}
.header .nav>li>a:after{
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	height: 2px;
	bottom: 20px;
	background-color: #264483;
	content: "";
}
.header.on .nav>li>a:after{
	bottom: 15px;
}
.header .nav>li>a:hover:after,.header .nav>li>a.active:after{
	left: 35%;
	right: 35%;
}
.header .nav>li>a.active,.header .nav>li>a:hover{
	background-color: #345AA7;
}



/*footer*/
.footer{
    width: 100%;
    background-color: #313233;
    color: #969696;
}
.footer .footer_top{
	background-color: #4771C7;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.footer_top .weixin_tt{
	position: relative;
	float: left;
	width: 250px;
	margin-right: 50px;
	background-color: #F6F6F6;
	text-align: center;
}
.footer_top .weixin_tt:before{
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #4771C7;
	border-right: 50px solid transparent;
	content: "";
}
.footer_top .weixin_tt:after{
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 50px solid transparent;
	border-right: 50px solid #4771C7;
	content: "";
}
.footer_top .foot_nav a{
	float: left;
	color: #fff;
	padding: 0 30px;
}
.footer_top .foot_nav a:hover{
	background-color: #345AA7;
}
.footer_mn .weixin_mn{
	float: left;
	width: 160px;
	padding: 20px;
	margin-right: 50px;
	background-color: #F0EDED;
}
.footer_mn .foot_mn_right{
	float: left;
	margin-top: 50px;
}
.foot_mn_right .friendly_tt{
	font-size: 16px;
	margin-bottom: 5px;
}
.foot_mn_right .friendly_list a{
	float: left;
	font-size: 14px;
	color: #969696;
	margin-right: 15px;
	margin-bottom: 10px;
}
.foot_mn_right .friendly_list a:hover{
	color: #fff;
}
.foot_mn_right .copyright{
	margin-top: 50px;
	color: #969696;
}
.foot_mn_right .copyright a{
	color: #969696;
}
.back_top{
	position: fixed;
	right: 30px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.8);
	background-image: url(../images/back_top.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.back_top:hover{
	background-color: rgba(0,0,0,.4);
}


/*index*/
.index_details .slider{
	position: relative;
	width: 100%;
	height: 660px;
	overflow: hidden;
}
.slider ul{
	position: absolute;
	top: 0;
	width: 10000px;
	height: 100%;
}
.slider ul li{
	float: left;
	width: 100vw;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.details_info .slider_page_box{
	position: relative;
    margin-left: 280px;
    width: 920px;
	height: 160px;
}
.slider_page_box .slider_page{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: right;
}
.slider_page_box .slider_page span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: .6;
	border-radius: 100%;
	margin: 0 3px;
	cursor: pointer;
}
.slider_page_box .slider_page span.active,.slider_page_box .slider_page span:hover{
	opacity: 1;
}

.index_details{
	position: relative;
}
.index_details .details_info{
	position: absolute;
	top: 380px;
	left: 0;
	width: 100%;
}


.plate_list .in_about{
	position: relative;
	float: left;
	width: 230px;
	height: 240px;
	padding: 20px;
	padding-left: 30px;
	text-align: left;
	background:url(../images/in_about.jpg);
	background-position: left top;
	color: #fff;
}
.plate_list .xiantiao .line{
	width: 48px;
	display: block;
	height: 1px;
	background-color: #80a0dc;
	margin-bottom: 16px;
	transition: 500ms;
}
.plate_list .xiantiao:hover .line{
    width: 150px;
}
.plate_list .xiantiao .more{
	font-size: 12px;
    line-height: 22px;
}
.plate_list .in_about .title{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.plate_list .in_about .content,.plate_list .in_about .content p{
	line-height: 1.5;
	color: #dae1f1;
	font-size: 12px;
	margin-bottom: 50px;
}

.plate_list .in_sch{
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	background-position: center;
	background-repeat: no-repeat;
	width: 580px;
	height: 120px;
	float: left;
}
.in_sch .sch_ipt{
	font-size: 0;
	margin: 28px 50px 5px;
}
.in_sch .sch_ipt input{
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	width: 380px;
	padding: 12px 10px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 3px 0 0 3px;
}
.in_sch .sch_ipt input:focus{
	border:1px solid #30a5ff;
	border-right: 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px #30a5ff;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}
.in_sch .sch_ipt button{
	display: inline-block;
	background-color: #44A874;
	border: 1px solid #44A874;
	width: 78px;
	padding: 12px 0;
	cursor: pointer;
	background-image: url(../images/sch_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 3px 3px 0;
}
.in_sch .sch_ipt button:hover{
	background-color: #389866;
	border: 1px solid #389866;
}
.in_sch .sch_tips{
	font-size: 0;
	margin: 0 50px;
}
.in_sch .sch_tips span,.in_sch .sch_tips a{
	display: inline-block;
	font-size: 14px;
	
}
.in_sch .sch_tips a{
	margin-right: 15px;
}
.plate_list .in_way{
	float: left;
	width: 340px;
	height: 120px;
	background-color: #3F69BF;
	background-color: rgba(72,111,193,.9);
	color: #fff;
}
.in_way .tel_box{
	background-image: url(../images/dh400.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 80px;
    margin-top: 17px;
    margin-left: 20px;
}
.tel_box .tel_num{
	font-size: 14px;
	opacity: .8;
}
.in_way .email_box{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 80px;
    margin-top: 10px;
    margin-left: 20px;
}
.email_box .email_num{
	font-size: 14px;
	opacity: .8;
}

.product_info{
	padding-bottom: 80px;
}
.product_info div{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.product_info .pro_box{
	float: left;
	width: 400px;
	height: 180px;
}
.product_info .pro_info_bg{
	float: left;
	width: 400px;
	height: 180px;
	background-image: url(../images/pro_info_bg.jpg);
	
}
.product_info .pro_info_font{
	float: left;
	width: 340px;
	padding: 30px;
	height: 120px;
	background-color: #4B4B4A;
}
.pro_info_font .font_tt{
	color: #969696;
	font-size: 18px;
	margin-bottom: 10px;
}
.pro_info_font .font_mn{
	color: #969696;
	line-height: 1.5;
}

.pro_box .pro_bg1{
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
.pro_box .pro_bg1 .img{
	width: 200px;
	height: 180px;
	background-image: url(../images/pro_bg1.jpg);
}
.pro_box a{
	-webkit-transition:none;
	transition:none;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
.pro_box .pro_logo1{
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	background-color: #D01C35;
	color: #fff;
	text-align: center;
	font-size: 16px;
    
}
.pro_box .pro_logo1:before{
	position: absolute;
	top: 75px;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #D01C35;
	content: "";
	z-index: 10;
}
.pro_box.pro_box1:hover .pro_logo1{
	background-color: #A20F24;
}
.pro_box.pro_box1:hover .pro_logo1:before{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #A20F24;
}
.pro_box.pro_box1:hover  .img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
    
.pro_logo1 .pro_icon{
	margin: 40px auto 15px;
	width: 70px;
	height: 70px;
	background-image: url(../images/pro_icon1.png);
	border: 2px solid #fff;
	border-radius: 100%;
}

.pro_box .pro_bg2{
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
.pro_box .pro_bg2 .img{
	width: 200px;
	height: 180px;
	background-image: url(../images/pro_bg2.jpg);
}
.pro_box .pro_logo2{
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	background-color: #F39F14;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.pro_box .pro_logo2:after{
	position: absolute;
	top: 75px;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #F39F14;
	content: "";
	z-index: 10;
}
.pro_box.pro_box2:hover .pro_logo2{
	background-color: #DC8C07;
}
.pro_box.pro_box2:hover .pro_logo2:after{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #DC8C07;
}
.pro_box.pro_box2:hover  .img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.pro_logo2 .pro_icon{
	margin: 40px auto 15px;
	width: 70px;
	height: 70px;
	background-image: url(../images/pro_icon2.png);
	border: 2px solid #fff;
	border-radius: 100%;
}

.pro_box .pro_bg3{
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
.pro_box .pro_bg3 .img{
	width: 200px;
	height: 180px;
	background-image: url(../images/pro_bg3.jpg);
}
.pro_box .pro_logo3{
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	background-color: #3E69BE;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.pro_box .pro_logo3:before{
	position: absolute;
	top: 75px;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #3E69BE;
	content: "";
	z-index: 10;
}
.pro_box.pro_box3:hover .pro_logo3{
	background-color: #2D5AB3;
}
.pro_box.pro_box3:hover .pro_logo3:before{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #2D5AB3;
}
.pro_box.pro_box3:hover  .img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.pro_logo3 .pro_icon{
	margin: 40px auto 15px;
	width: 70px;
	height: 70px;
	background-image: url(../images/pro_icon3.png);
	border: 2px solid #fff;
	border-radius: 100%;
}

.pro_box .pro_bg4{
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
.pro_box .pro_bg4 .img{
	width: 200px;
	height: 180px;
	background-image: url(../images/pro_bg4.jpg);
}
.pro_box .pro_logo4{
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	background-color: #45B87D;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.pro_box .pro_logo4:before{
	position: absolute;
	top: 75px;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #45B87D;
	content: "";
	z-index: 10;
}
.pro_box.pro_box4:hover .pro_logo4{
	background-color: #2FAF6D;
}
.pro_box.pro_box4:hover .pro_logo4:before{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #2FAF6D;
}
.pro_box.pro_box4:hover  .img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.pro_logo4 .pro_icon{
	margin: 40px auto 15px;
	width: 70px;
	height: 70px;
	background-image: url(../images/pro_icon4.png);
	border: 2px solid #fff;
	border-radius: 100%;
}
.recom_pro{
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/recom_pro.jpg);
}
.recom_pro .recom_title{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 60px;
}
.recom_pro .recom_title:after{
	display: block;
	margin: 15px auto 0;
	width: 100px;
	height: 3px;
	background-color: #fff;
	content: "";
}
.recom_pro .recom_mn{
	width: 1250px;
}
.recom_pro .recom_mn a{
	float: left;
	display: block;
	width: 192px;
	height: 192px;
	border: 4px solid #fff;
	border-radius: 100%;
	margin-right: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.in_news{
	padding-top: 80px;
	padding-bottom: 80px;
}
.in_news .in_company{
	position: relative;
	float: left;
	width: 510px;
	height: 270px;
	overflow: hidden;
}
.in_company .company_slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 100%;
}
.in_company .company_slide a{
	float: left;
	display: block;
	width: 510px;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.in_company .company_page{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 60;
	text-align: center;
}
.in_company .company_page span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	opacity: .6;
	margin: 0 2px;
	cursor: pointer;
}
.in_company .company_page span:hover,.in_company .company_page span.active{
	opacity: 1;
}
.in_company .company_left,.in_company .company_right{
	position: absolute;
	top: 50%;
	opacity: 0;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.in_company:hover .company_left,.in_company:hover .company_right{
	opacity: 1;
}
.in_company .company_left{
	left: 0;
	background-image: url(../images/slider_left.png);
}
.in_company .company_right{
	right: 0;
	background-image: url(../images/slider_right.png);
}
.in_news .recom_news{
	float: right;
	width: 600px;
}
.recom_news .recom_news_head{
	margin-bottom: 20px;
}
.recom_news_head .recom_news_tt{
	float: left;
	font-size: 18px;
	color: #4771C7;
}
.recom_news_head .recom_news_more{
	float: right;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #4771C7;
	text-align: center;
	line-height: 30px;
}
.recom_news_head .recom_news_more:hover{
	background-color: #345AA7;
}

.recom_news .recom_news_list li{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
    border-bottom: 1px dashed #c6c6c6;
}
.recom_news .recom_news_list a:hover{
    color: #6E8FD8;
}

.recom_news .recom_news_list .time{
	float: right;
}


/*当前位置*/
.banner_top{
	background-color: #F6F6F6;
}
.banner_top .current{
	float: right;
	width: 880px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(../images/site_icon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
/*左侧导航*/
.page_nav{
	float: left;
	width: 250px;
	margin-top: -150px;
	background-color: #4584c4;
}
.page_nav .nav_top{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	height: 240px;
	background-image: url(../images/nav_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 24px;
}
.page_nav .nav_top:after{
	display: block;
	width: 50px;
	height: 3px;
	margin-top: 10px;
	background-color: #fff;
	content: "";
}
.page_nav .nav_list{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,.1);
}
.page_nav .nav_list li{
	line-height: 45px;
	height: 45px;
	padding: 0 20px;
	
}
.page_nav .nav_list li:hover,.page_nav .nav_list li.on{
	background-color: #366CA2;
	
}
.page_nav .nav_list a{
	display: block;
	color: #fff;
	border-bottom: 2px solid #366CA2;
}

.page_nav .nav_list li:last-child a{
	border-bottom: 0;
}
.nav_bottom .nav_banner{
	position: relative;
	height: 460px;
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.nav_banner .nav_contact{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	background-color: #0f3153;
	background-color: rgba(15, 49, 83,.45);
}
.nav_contact .nav_contact_tt{
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 16px;
}
.nav_contact .nav_contact_mn{
	padding-left: 20px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}
.nav_contact .nav_contact_mn p{
	padding-left: 30px;
	margin-bottom: 5px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center; 
}
.nav_contact .nav_weixin{
	padding-left: 20px;
}

.nav_weixin .img{
	float: left;
	width: 100px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
}
.nav_weixin .font{
	float: left;
	margin-left: 10px;
	width: 90px;
	margin-top: 70px;
}
.nav_contact_mn p.nav_tel{
	background-image: url(../images/nav_phone.png);
}
.nav_contact_mn p.nav_email{
	background-image: url(../images/nav_email.png);
}
.nav_contact_mn p.nav_skype{
	background-image: url(../images/nav_skype.png);
}
.nav_bottom .nav_info{
	padding: 20px;
	color: #fff;
	opacity: .8;
}


/*news_list*/

.news .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.news .news_list{
	margin-bottom: 80px;
}

.news_list .news_content{
	float: right;
	width: 900px;
	margin-top: 20px;
}
.news_content .news_content_list{
	margin-bottom: 30px;
}
.news_content .news_content_list li{
	padding-left: 5px;
	line-height: 50px;
	border-bottom: 1px dashed #c6c6c6;
}
.news_content_list .news_title{
	float: left;
	color: #5a5a5a;
}
.news_content_list .news_title:hover{
	
	color: #3E77B1;
}

.news_content_list .news_time{
	float: right;
	color: #acacac;
}

/*news_mn*/

.news_mn .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.news_mn .news_page{
	margin-bottom: 80px;
}
.news_page .news_content{
	float: right;
	width: 900px;
	margin-top: 30px;
}
.news_content .news_tt{
	text-align: left;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 21px;
	margin-bottom: 5px;
	color: #333;
}
.news_content .news_info{
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news_content .news_info span{
	display: inline-block;
	margin-right: 10px;
}
.news_content .news_des{
	color: #868686;
	background-color: #F5F5F5;
	border:1px solid #E5E5E5;
	padding: 10px 20px;
	line-height: 1.5;
	text-indent: 2rem;
	margin-bottom: 15px;
}
.news_content .news_edi{
	padding: 0 5px;
}
.news_content .news_edi p{
	margin-bottom: 15px;
	line-height: 1.5;
	word-break: break-all;
}
.news_content .bdsharebuttonbox{
	float: right;
}
.news_content .bdsharebuttonbox span{
	float: left;
	margin-right: 10px;
}
.news_content .bdsharebuttonbox a{
	margin-top: 0;
}
.news_content .rest_list{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.news_content .rest_list li{
	margin-bottom: 5px;
}
.news_content .rest_list a:hover{
	color: #496FC2;
}

/*翻页*/
.page_list,.page_info{
	text-align: right;
}
.page_list a{
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #ccc;
	margin: 0 3px;
	border-radius: 5px;
}
.page_list a.on,.page_list a:hover{
	background-color: #496FC2;
	border: 1px solid #496FC2;
	color: #fff;
}


/*about*/
.about .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}
.about .about_mn{
	margin-bottom: 80px;
}
.about_mn .about_content{
	
	float: right;
	width: 900px;
	margin-top: 30px;
}
.about_mn .about_content p{
	margin-bottom: 15px;
	line-height: 1.5;
	word-break: break-all;
}



/*feedback*/
.feedback .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.feedback .feedback_page{
	margin-bottom: 80px;
}

.feedback_page .feedback_content{
	float: right;
	width: 900px;
	margin-top: 30px;
}
.feedback_content .feedback_tt{
	font-size: 24px;
	margin-bottom: 10px;
}
.feedback_content .feedback_des{
	line-height: 1.5;
	margin-bottom: 20px;
}
.feedback_leave .ipt_box{
	margin-bottom: 15px;
}
.feedback_leave .ipt_box input,.feedback_leave .ipt_box select,.feedback_leave .ipt_box textarea{
	border: 1px solid #ccc;
	border-radius: 3px;
	
}
.ipt_box .ipt_tt{
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
.ipt_box input.ipt_mn,.ipt_box textarea.ipt_mn{
	width: 880px;
	font-size: 16px;
	padding: 10px;

}
.ipt_box .ipt_name input{
	float: left;
	width: 770px;
	padding: 10px;
}
.ipt_box .ipt_name select{
	float: right;
	padding: 9px 10px;
	width: 90px;
	cursor: pointer;
}
.ipt_box .ipt_add .country{
	float: left;
	width: 100px;
	padding: 10px;
}
.ipt_box .ipt_add .address{
	float: right;
    width: 740px;
	padding:  10px;
}
.ipt_box textarea.ipt_mn{
	height: 80px;
}
.ipt_box .ipt_code input{
	float: left;
	width: 280px;
	padding:  10px;
}
.ipt_box .ipt_code img{
	float: left;
	width: 100px

;
	margin-left: 10px;
}
.feedback_leave .leave_btn{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #3F69BF;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 40px;
}
.feedback .feedback_leave input:focus,.feedback .feedback_leave select:focus,.feedback .feedback_leave textarea:focus{
	border:1px solid #30a5ff;
	-webkit-box-shadow: inset 0px 0px 0px 1px #30a5ff;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

/*select county*/
#suggest{width:200px;}
.gray{color:gray;}
.ac_results {background:#fff;border:1px solid #7f9db9;position:absolute;z-index:10000;display:none;}
.ac_results ul{margin:0;padding:0;list-style:none;}
.ac_results li a{white-space:nowrap;text-decoration:none;display:block;color:#05a;padding:1px 3px;}
.ac_results li{border:1px solid #fff;}
.ac_over,.ac_results li a:hover {background:#c8e3fc;}
.ac_results li a span{float:right;}
.ac_result_tip{border-bottom:1px dashed #666;padding:3px;}


/*product*/
.product .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}
.product .product_mn{
	margin-bottom: 80px;
}
.product_mn .product_list{
	float: right;
	width: 900px;
	margin-top: 40px;
}
.product_list .pro_list li{
	float: left;
	width: 258px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #EEE;
}
.pro_list .list_img{
	width: 258px;
	height: 198px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.pro_list .list_tt{
	font-size: 16px;

	text-align: center;
}
.product_list .pro_list li:hover{
	border: 1px solid #446ABD;
}

/*product_show*/
.product_show .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}
.pro_slider .cloud-zoom img{
	width: 450px;
}
.product_show .product_page{
	margin-bottom: 80px;
}
.product_page .product_content{
	float: right;
	width: 900px;
	margin-top: 40px;
}
.product_content .pro_head{
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #F6F6F6;
}
.pro_head .pro_slider{
	float: left;
	width: 450px;
}
.pro_slider .pro_show{
	text-align: center;
	border: 1px solid #ccc;
}
.pro_slider .pro_big_img{
	position: relative;
	border: 1px solid #F6F6F6;
	height: 301px;
	margin-bottom: 5px;
}
.pro_slider .pro_big_img li{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;	
}
.pro_slider .pro_big_img li.on{
	opacity: 1;
}
.pro_slider .pro_thumbnail{
	width: 455px;
}
.pro_slider .pro_thumbnail li{
	float: left;
	width: 80px;
	height: 54px;
	overflow: hidden;
	background-color: #000;
	border: 3px solid #F6F6F6;
	margin-right: 5px;
}
.pro_slider .pro_thumbnail img{
	opacity: .8;
	width: 100%;
	height: 100%;
}
.pro_slider .pro_thumbnail li.on{
	border: 3px solid #456ABD;
}
.pro_slider .pro_thumbnail li.on img{
	opacity: 1;
}
.pro_head .pro_mn{
	float: right;
	width: 390px;
}

.pro_mn .title{
	font-size: 36px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #E2E2E2;
}
.pro_mn .info_fax,.pro_mn .info_phone,.pro_mn .info_skype,.pro_mn .info_email{
	margin-bottom: 13px;
}
.info_fax .fax_tt,.info_phone .phone_tt,.info_skype .skype_tt,.info_email .email_tt,.info_weixin .weixin_tt{
	float: left;
	width: 40px;
}
.info_fax .fax_mn,.info_phone .phone_mn,.info_skype .skype_mn,.info_email .email_mn{
	float: left;
	width: 300px;
}
.info_weixin .weixin_mn{
	float: left;
	width: 150px;
}

.product_content .pro_des{
	margin-bottom: 20px;
}
.pro_des .title{
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	background-color: #F6F6F6;
}
.pro_des .content{
	border: 1px solid #F6F6F6;
	padding: 20px;
}
.pro_des .content p{
	margin-bottom: 15px;
}

.product_content .rest_list .pre{
	float: left;
}
.product_content .rest_list .next{
	float: right;
}
.product_content .rest_list a:hover{
	color: #496FC2;
}


/*contact*/
.contact .banner{
	background-image: url(../images/ban01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.contact .contact_mn{
	margin-bottom: 80px;
}


.contact_mn .contact_content{
	position: relative;
	float: right;
	width: 900px;
	margin-top: 40px;
}
.contact_content .contact_way{
	position: absolute;
	left: 0;
	width: 860px;
	padding: 20px 20px 5px;
	bottom: 0;
    background: #3F69BF;
    background-color: rgba(64, 104, 191 ,0.75);
    
}
.contact_content .contact_way p{
    color: #fff;
    margin-bottom: 15px;
}


#map{
	height: 590px;
}
.BMap_Marker{
	position:absolute;
	animation:myfirst 1s linear .5s infinite alternate;
	-moz-animation:myfirst 1s linear .5s infinite alternate;
	-webkit-animation:myfirst 1s linear .5s infinite alternate;
	-o-animation:myfirst 1s linear .5s infinite alternate;
}
@keyframes myfirst
{
	0%   {margin-top:0px;}
	50%  {margin-top:13px;}
	100% {margin-top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
	0%   {margin-top:0px;}
	50%  {margin-top:13px;}
	100% {margin-top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {margin-top:0px;}
	50%  {margin-top:13px;}
	100% {margin-top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
	0%   {margin-top:0px;}
	50%  {margin-top:13px;}
	100% {margin-top:0px;}
	}	
}


