@charset "utf-8";

*{ padding:0px; margin:0px; font-family:"PingFang SC","微软雅黑","Microsoft YaHei", "黑体", "宋体",Arial,Helvetica,sans-serif; }

html{ font-size:16px; line-height:1.5em;}
table { border-collapse: collapse; border-spacing: 0;}
h1,h2,h3,h4,h5,h6{font-weight: 500;}
li{ list-style: none outside none;}
i,em{ font-style: normal; }

input,select,textarea,button{outline:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;background: transparent;}
select::-ms-expand{display: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }
textarea{resize: none;}
input[type="number"]{-moz-appearance:textfield;}
button{cursor: pointer;display:block;}
input[type="button"]{cursor: pointer;display:block;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #caccd1; }  
input:-moz-placeholder,textarea:-moz-placeholder {  color: #caccd1;   }  
input::-moz-placeholder,textarea:-moz-placeholder{  color: #caccd1; }
input:-ms-input-placeholder,textarea:-moz-placeholder {  color: #caccd1; }
a{ text-decoration:none; color:#333; background: transparent;  outline:none; cursor: pointer;}
a:active{ outline:none;}
.wrap{width: 1200px; margin:0 auto;overflow: hidden; position: relative;}
.fl{float: left;}
.fr{float: right;}

/*
*
* tzp
* 2019.11.18
* 
*/

.header{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background: #fff;	
}
.hearder_top{
	overflow: hidden;
	padding: 20px 0;
}
.logo{
	width: 110px;
	height: 30px;
	display: block;
	float: left;
	background: url(../img/common/logo.png) no-repeat center center;
	background-size: 100% 100%;
}
.login{
	float: right;
	overflow: hidden;
	margin-left: 30px;
}
.login a{
	font-size: 18px;
	line-height: 30px;
	padding: 0 15px;
	display: block;
	float: left;
	position: relative;
	color: #ff511c;
}
.login a:after{
	content: "";
	width: 2px;
	height: 16px;
	background: #ff511c;
	position: absolute;
	right: 0;
	top: 7px;
}
.login a:last-child:after{
	background: transparent;
}

.header_form{
	display: block;
	float: right;
	position: relative;
}
.header_input{
	font-size: 16px;
	line-height: 28px;
	height: 30px;
	border: 1px solid #bfbfbf;
	border-radius: 16px;
	width: 280px;
	display: block;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}
.ic_search{
	width: 40px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/common/ic_search.png) no-repeat center center;
	background-size: 18px 18px;
	color: transparent;
}
.header_nav{
	width: 100%;
	min-width: 1200px;
	background: #07283e;
}
.nav_ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_ul>li{
	width: 10%;
	float: left;
}
.nav_ul>li>a{
	font-size: 18px;
	line-height: 60px;
	display: block;
	color: #fff;
	text-align: center;
}
.nav_ul>li.on a{
	background: #ff511c;
	color: #fff;	
}
.nav_ul>li:hover a{
	background: #ff511c;
	color: #fff;
	text-align: center;
}
.footer{
	overflow: hidden;
}
.footer_contact{
	width: 100%;
	min-width: 1200px;
	padding: 60px 0;
	background: #293e51;
}
.ewm_div{
	float: left;
	width: 160px;
	padding-left: 30px;
	padding-right: 110px;
}
.ewm_img{
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
}
.ewm_img img{
	width: 100%;
}
.ewm_div p{
	font-size: 20px;
	line-height: 30px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
}
.about_a{
	width: 100px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #ff511c;
	color: #fff;
	border-radius: 4px;
	margin: 10px auto 0;
	display: block;
}
.footer_right{
	float: left;
}
.logo_f{
	width: 110px;
	height: 40px;
	display: block;
	background: url(../img/common/logo_f.png) no-repeat center center;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.footer_right p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	background: url(../img/common/dot.png) no-repeat left center;
	background-size: 16px 16px;
}
.footer_right p span{
	margin-left: 30px;
}

.footer_right p em{
	font-size: 32px;
	color: #548bd9;
	font-weight: 600;
	padding-right: 30px;
}
.copy_right{
	width: 100%;
	min-width: 1200px;
	background: #000;
}
.copy_right p{
	font-size: 16px;
	line-height: 60px;
	color: #b6b6b6;
}

.dialog_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}



/*定义页码样式*/
.pagination,
.page{
    width: 100%;
    text-align: center;
    line-height: 26px;
    padding: 40px 0;
    clear: both;
}
.page{
    width: 76%;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.first span,.prev span,.next span,.last span,.first a,.prev a,.next a,.last a{
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}
.pagination a,.page span{
    font-family:Arial;
    font-size:16px;
    min-width:26px;
    display:inline-block;
    color:#282828;
    height:26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
}
.pagination  li a:hover,.pagination li.active a,.page span:hover,.page span.on{
    color:#fff;
    background: #ff7f57;
}
.pagination li{ list-style: none outside none;}


/*导航面包屑*/
.page_crumb {
    width: 100%;
    box-sizing: border-box;
    background: #2b4a5f;
    overflow: hidden;
}
.page_crumb span{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	display: block;
	color: #fff;
	font-weight: 300;
}
.page_crumb a{
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	font-weight: 300;
}
.page_crumb span em{
	font-size: 16px;
	line-height: 50px;
	font-weight: 300;
	color: #0098ff;
}
.page_crumb span i{
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	float: right;
	width: 287px;
}

.dtl_a{
	display: block;
	float: left;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	width: 160px;
	background: #ff511c url(../img/common/ic_a1.png) no-repeat right 20px center;
	background-size: 8px 16px;
	color: #fff;
	text-indent: 24px;
	margin: 20px 0 0px 0;
}




/*合作伙伴*/
.partner_banner{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../img/common/banner_partner.jpg) no-repeat center center;
	background-size: auto 350px;
}
.partner_div{
	margin-top: -180px;
}
.partner_ul{
	width: 1200px;	
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 50px 0;
}
.partner_ul>li{
	width: 200px;
	height: 200px;
	overflow: hidden;
	float: left;
	border: 2px solid #e8e8eb;
	box-sizing: border-box;
	background: #fff;
	display: table;
}
.partner_ul>li>a{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.partner_ul>li img{
	max-width: 100%;
	/*min-height: 116px;*/
	/*display: block;*/
	/*margin: 0 auto;*/
}



/*关于我们*/
.about_banner{
	width: 100%;
	min-width: 1200px;
	height: 540px;
	background: url(../img/common/banner_about.jpg) no-repeat center center;
	background-size: auto 540px;
}
.about_container{
	width: 970px;
	margin: -280px auto 0;
	background: rgba(0,0,0,0.65);
	padding: 50px 0;
}
.abaout_banner_intro{
	box-sizing: border-box;
	margin-bottom: 60px;
}

.about_div{
	padding: 0 90px;
	box-sizing: border-box;
}
.abaout_banner_intro p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
	text-align: justify;
}
.about_container img{
	max-width: 100%;
	display: block;
	margin: 30px auto;
}
.about_story{
	margin-bottom: 30px;
}
.about_story h1{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 300;
}
.about_story p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: justify;
}
.about_yueding{
	margin-bottom: 30px;
}
.about_yueding h1{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 300;
}
.about_yueding p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: justify;
}

.map_div{
	overflow: hidden;
}
.map_item{
	width: 50%;
	float: left;
}
.map_img{
	width: 260px;
	height: 260px;
	border-radius: 50%;
	margin: 0 auto;
}
.map_img img{
	width: 100%;
}
.map_item h1{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
}
.map_item p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}