
/*
@font-face {
	font-family:"puhui";
	src: url(alibaba-puhuiti-regular.ttf);
}
 html,body{font-family: "微软雅黑";} */
body{font-size:14px;font-family:"puhui","微软雅黑","Microsoft JhengHei",arial,sans-serif,serif,"Microsoft YaHei";}
*{padding:0;margin:0;list-style:none;}
a{text-decoration:none;color:inherit;} 
i{font-style: normal;}
dl,ol,ul {list-style-type:none}
b{display: inline-block;}
em{font-style: normal;}

.odcontent{margin:0 auto; width:90%;max-width:1200px;}
@media only screen and (max-width: 480px){
	.odcontent{width: 94%;}
}
.clear{clear:both;height:0;overflow:hidden;zoom:0}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border: none;outline: none;border-radius: 0;-webkit-appearance:none;}
button {border: none;padding: 0;}
.fl{float:left}
.fr{float:right}

.por{position: relative;}
.poa{position: absolute;}
.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}
img{border: none;vertical-align: middle;max-width: 100%;}

*:focus{
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

a,li,div {-webkit-tap-highlight-color:transparent}


input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset !important;
     -webkit-text-fill-color: #333;
}


/* 自定义样式 */
.ver-mid{vertical-align: middle;}
.ver-bl{vertical-align: baseline;}
.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.txt_center{text-align: center;}
.bg_f2f3f7{background: #f2f3f7;}
.hide{display: none;}
.center{text-align: center;}




/* head */
/* .head.hover{background-image: linear-gradient(to right,#846c4f 10%,#7c6549 50%,#5a5954 100%);}
.head.scro{background-image: linear-gradient(to right,#846c4f 10%,#7c6549 50%,#5a5954 100%);} */
.head{/* position: fixed;top: 0;left: 0;width: 100%; */background: #fff;z-index: 999;}
.head .top_wrap{width: 100%;box-shadow: 0 2px 10px rgba(0,0,0,0.6);}
.head .head_mid{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;position: relative;}
.head .head_mid .lf_part{padding: 18px 0;width: 14%;max-width: 140px;align-items: center;text-align: center;box-sizing: border-box;}
.head .head_mid  a.logo_w{display: inline-block;}
.head .head_mid .lf_part .logo{width: 100%;}
.head .head_mid .head_nav {padding-left: 8%;width: 70%;align-items: center;box-sizing: border-box;}
.head .head_mid .head_nav .first_nav{margin-right: 0;position: relative;}
.head .head_mid .head_nav .first_nav .curtain{position: absolute;left: 0;top: 100%;width: 100%;height: 250px;background: #1170e6;display: none;}
.head .head_mid .head_nav .first_nav > li{float: left;white-space: nowrap;font-size: 16px;color: #333;position: relative;}
.head .head_mid .head_nav .first_nav > li.cur:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: #1170e6;}
.head .head_mid .head_nav .first_nav > li > a{display: block;padding:47px 18px;position: relative;}
.head .head_mid .head_nav .first_nav > li:nth-child(1) > a{padding-left: 25px;padding-right: 25px;}
.head .head_mid .head_nav .pc_secnav{position: absolute;top: 98px;left: 50%;margin-top: 0px;width: 140%;height: auto;z-index: 3;display: none;flex-wrap: nowrap;justify-content: space-between;box-sizing: border-box;z-index: 10;transform: translateX(-50%);background-color: rgba(0,0,0,0.5);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{padding: 6px 0;width: 100%;text-align: center;font-size: 14px;line-height: 28px;color: #333;box-sizing: border-box;transition: margin-bottom .3s ease-out;position: relative;text-align: center;color: #fff;z-index: 1;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:after{content: "";position: absolute;right: 0;top: 0%;width: 100%;height: 0;transition: all .2s;background: #1170e6;z-index: -1;}
/* .head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover{background: #1170e6;} */
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover:after{height: 100%;}
.head .head_mid .app_right{display: none;}
.head .mobile_nav{position: fixed;padding:130px 3% 20px;right: -100%;top: 0;width:100%;height: 100vh;background: linear-gradient(to bottom,#fff 110px,rgba(0,0,0,.9) 110px);z-index: 999;transition: all .3s;box-sizing: border-box;}
.head .mobile_nav .m_logo{display: none;}
.head .mobile_nav.sld{right:0;}
.head .head_mid .menu_btn{float: right;display: inline-block;width: 0;height: 0;cursor: pointer;}
.head .head_mid .menu_btn span{display: block;width: 100%;height: 2px;background-color: #757475;transform-origin: center;}
.head .head_mid .menu_btn span:nth-child(1){top: 0;}
.head .head_mid .menu_btn span:nth-child(2){margin: 9px 0px;opacity: 1;transition: all .5s;}
.head .head_mid .menu_btn span:nth-child(3){top:100%;width: 60%;}
.head .head_mid .menu_btn.open{width: 30px;height: 20px;z-index: 9999;}
.head .head_mid .menu_btn.open span{width: 100%;}
.head .head_mid .menu_btn.open span:nth-child(1){position: absolute;top: 50%;left: 0;transform: rotateZ(45deg);transition: transform 0.3s 0.5s;}
.head .head_mid .menu_btn.open span:nth-child(2){opacity: 0;width: 0;margin: 10px 0;}
.head .head_mid .menu_btn.open span:nth-child(3){position: absolute;top: 50%;left: 0;transform:rotateZ(-45deg);transition: transform 0.3s 0.5s;}
.head .hot_line{position: absolute; top: 50%;right: 0;width: 180px;height: 100%;transform: translateY(-50%);color: #333;box-sizing: border-box;transition: all .3s ease-out;}
.head .hot_line > div{position: absolute;top: 50%;padding-left: 35px;transform: translateY(-50%);font-size: 14px;color: #333;box-sizing: border-box;background: url(../image/hd_phone.png)no-repeat center left;}
.head .hot_line > div b{margin-top: 3px;font-size: 20px;color: #1170e6;}
/* .head .search_nav{position: fixed;width: 100%;height: auto;top: 0;left: 0;background: rgba(0,146,219,.95);display: none;z-index: 998;}
.head .search_nav .search_box {margin: 28px auto;width: 600px;}
.head .search_nav .search_box i{display:inline-block;width: 6%;}
.head .search_nav .search_box .content{padding-bottom: 6px;width: 75%;background: transparent;border-bottom: 1px solid #e3e3e3;color:#e3e3e3;}
.head .search_nav .search_box .tijiao{width: 10%;color: #e3e3e3;background-color: transparent;}
.head .search_nav .search_box .search_close{margin-left: 1%;width: 20px;}
.head .search_nav .search_box input::-webkit-input-placeholder {color: #e3e3e3;}
.head .search_nav .search_box input:-moz-placeholder {color: #C0C0C0;opacity: 1;font-size: 14px;}
.head .search_nav .search_box input::-moz-placeholder {color: #C0C0C0;opacity: 1;font-size: 14px;}
.head .search_nav .search_box input:-ms-input-placeholder {color: #C0C0C0;font-size: 14px;} */

@media only screen and (max-width:1600px){
	.head .head_mid .head_nav .first_nav{margin-right: 0;}
	.head .hot_line strong{padding: 5px 0 5px 40px;font-size: 20px;}
	.head .head_mid .head_nav{margin-left: 3%;justify-content: flex-start;}
}

@media only screen and (max-width:1440px){
	
	.head .head_mid .head_nav .first_nav{margin-right: 20px;}
	.head .head_mid .head_nav .first_nav > li > a{padding: 27px 12px;}
}
@media only screen and (max-width:1260px){
	.head{overflow: hidden;}
	.head .head_mid{position: relative;}
	.head .head_mid .logo{margin-top: 0;}
	.head .head_mid .logo .log0_img img{display: block;}
	.head .head_mid .head_nav{position: absolute;padding-left: 0;margin-left: 0;width: 30px;right:0;}
	.head .head_mid .head_nav .first_nav{display: none;}
	.head .head_mid .btn_box{width: auto;}
	.head .head_mid .app_right .laugage{margin-left: 30px;}
	.head .head_mid .menu_btn{display: inline-block;float: initial;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);width: 30px;height: 20px;z-index: 99;}
	.head .head_mid a.logo_w{display: inline-block;}
	.head .hot_line{width:272px}
	/* .head .hot_line:hover{right: 0;} */
	.head .mobile_nav .m_logo img{width: auto;}
	.head .mobile_nav .second_nav > li{font-size:18px;line-height: 2;cursor: pointer;color: #fff;}
	.head .mobile_nav .second_nav > li p{display: inline-block;}
	.head .mobile_nav .second_nav > li p:hover{color: #1170e6;}
	.head .mobile_nav .second_nav > li i{display: inline-block;margin-left: 30px;width: 20px;height: 20px;transform: initial;}
	.head .mobile_nav .second_nav .next_nav{display: none;}
	.head .mobile_nav .second_nav .next_nav > li{padding-left: 15px;font-size: 16px;line-height: 2;box-sizing: border-box;}
	.head .mobile_nav .second_nav .next_nav > li:hover{color: #1170e6;}
	@keyframes rotation{
		from{transform: rotateZ(0deg);}
		to{transform: rotateZ(720deg);}
	}
}
@media only screen and (max-width:768px){
	.head .mobile_nav{padding: 80px 20px 20px;background: linear-gradient(to bottom,#fff 70px,rgba(0,0,0,.9) 70px);}
	.head .mobile_nav .second_nav > li{font-size: 18px; line-height:3;}
	.head .mobile_nav .second_nav .next_nav > li{font-size: 14px;}
}
@media only screen and (max-width:480px){
	/* .head.hover{background:rgba(0,0,0,0.3);} */
	.head .head_top{display: none;}
	.head .head_mid .lf_part{padding: 6px 1%;width: 104px;box-sizing: border-box;}
	.head .head_mid .menu_btn{width: 25px;}
	.head .head_mid .menu_btn span:nth-child(2){margin: 6px 0;}
	.head .head_mid .menu_btn.open{height: 15px;width: 23px;}
	.head .head_mid .menu_btn.open span{width: 100%;}
	.head .head_mid .menu_btn.open span:nth-child(2){margin: 7px 0;}
	.head .hot_line{display: block; width: 200px;}
	.head .hot_line > div p{ line-height: 16px;}
	.head .hot_line > div b{font-size: 16px; line-height: 16px; margin-top: 0;}
	.head .mobile_nav .m_logo img{width: 114px;background: linear-gradient(to bottom,#937753 97px,#342c2a 97px);}
	.head .mobile_nav{padding: 60px 20px 20px;background: linear-gradient(to bottom,#fff 55px,rgba(0,0,0,.9) 55px);}
	.head .mobile_nav .second_nav{max-height: 409px;overflow-y: scroll;}
	.head .mobile_nav .second_nav > li{font-size: 16px;}
	.head .mobile_nav .second_nav .next_nav > li{font-size: 16px;}
	#search{right:15px;}
}

.foot{padding: 5.3% 0 0;background: #515151;color:#fff}
.foot .ft_mid{margin-bottom: 9.5%;}
.foot .ft_mid .mid_nav{width:calc(99% - 318px);width: -webkit-calc(99% - 318px);max-width: 806px;min-width: 600px;}
.foot .ft_mid .mid_nav .nav_list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.foot .ft_mid .mid_nav .nav_list .list_item{width: auto;}

.foot .flink{ margin-bottom:3%;}
.foot .flink a{ padding-right:5px;}
/* .foot .ft_mid .mid_nav .nav_list .list_item.wth1{width: 32%;}
.foot .ft_mid .mid_nav .nav_list .list_item.wth2{width: 36%;} */
.foot .ft_mid .mid_nav .nav_list .list_item ul {padding:0 0 0 21px;}
.foot .ft_mid .mid_nav .nav_list .list_item ul li{margin-bottom: 3px;font-size: 16px;line-height: 27px;}
.foot .ft_mid .mid_nav .nav_list .list_item ul li.hd_tit{position: relative;margin-bottom: 28px;font-size: 17px;}
.foot .ft_mid .mid_nav .nav_list .list_item ul li.hd_tit:before{content: "";position: absolute;top: 50%;right: 118%;width: 7px;height: 58%;background: #1170e6;transform: translateY(-50%);}
.foot .ft_mid .share{width: 318px;}
.foot .ft_mid .share li.hd_tit{display: block;margin:0 0 16px 0;width: 100%;font-size: 16px;}
.foot .ft_mid .share li{width: auto;}
.foot .ft_mid .share li i{display: inline-block;}
.foot .ft_mid .share li span{display: inline-block;margin-left: 13px;}
footer{padding: 22.8px 0;background: #1170e6;}
footer .ftr_mes{width: calc(99% - 206px);width: -webkit-calc(99% - 206px);}
footer span{display: inline-block;margin-right: 5%;font-size: 13px;}
footer span:nth-last-child(1){margin-right: 0;}
footer .ft_logo{position: absolute;right: 0;bottom: -2px;width: auto;}
@media only screen and (max-width:1000px){
	.foot .ft_mid .mid_nav{width: 100%;}
	.foot .ft_mid .mid_nav .nav_list .list_item ul li.hd_tit{margin-bottom: 12px;}
	.foot .ft_mid .share{margin-top: 3%;}
}
@media only screen and (max-width:768px){
.foot .ft_mid .mid_nav{width: 100%;min-width: initial;}
}
@media only screen and (max-width:680px){
	.foot .ft_mid .mid_nav .nav_list:after{content: "";width: 32%;}
	.foot .ft_mid .mid_nav .nav_list .list_item{margin: 5px 0;width: 32%;}
	.foot .ft_mid .mid_nav .nav_list .list_item ul li{font-size: 14px;line-height: 24px; display: none; }
	.foot .ft_mid .mid_nav .nav_list .list_item ul li.hd_tit{ display: block;}
	.foot .ft_mid .share li i{width: 24px;}
}
@media only screen and (max-width:480px){
	.foot{padding: 7% 0 0;}
	.foot .ft_mid{margin: 0 0 30px;}
	.foot .ft_mid .mid_nav .nav_list .list_item.wth2{width: 100%;}
	.foot .ft_mid .share{width: 100%;}
	footer{padding: 12px 0;}
	footer .ftr_mes{display: none;}
	footer .ft_logo{position: initial;text-align: right;}
}


/* top */
	.side_kf{position: fixed;right: 3%;top: 70%;width: auto;height: auto;z-index: 99;}
	.side_kf #top{display: inline-block;position: relative;width: 40px;height: 40px;background: url(../image/top.png)no-repeat center;border-radius: 50%;opacity: 0;background-color: #747574;transition: all .4s;}
	.side_kf #top i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
	.side_kf #top:after{content: "";position: absolute;left: 50%;bottom: -20px;width: 94%;height: 15px;border-radius: 50%;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);transform: translate(-50%,0);}