@charset "utf-8";
/*
@font-face {
	font-family:"puhui";
	src: url(./font/Alibaba-PuHuiTi-Regular.ttf);
}
 html,body{font-family: "微软雅黑";} */
body{font-size:14px;font-family:"puhui","微软雅黑","Microsoft JhengHei",arial,sans-serif,serif,"Microsoft YaHei"; overflow-x:hidden;}
*{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:1400px;}
@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;}

.hot{  width:20px; margin-right:5px;}
.htop{ position: relative; background-color: #f6f6f6; height: 56px; line-height: 56px; }
.htop .left{ float: left; color: #2c353c;  }
.htop .left p{ font-size: 16px; }
.htop .left a{ color: #2c353c; }
.htop .left a:hover{ color: #000000; }
.htop .right{ float: right; display: flex; flex-wrap: wrap; }
.htop .right em{ display: block; padding-right: 40px; font-size: 16px; }
.htop .right em a{ color: #2c353c; }
.htop .right em a:hover{ color: #000000; }
.htop .right .langs{ position: relative; padding-right: 22px; height: 56px; cursor: pointer; }
.htop .right .langs .us{ font-size: 16px; color: #2c353c;}
.htop .right .langs .us:hover{ color: #000000; }

@media (max-width: 1460px) {
  .htop .left{ left: 2%;}
}
@media (max-width: 1240px) {
  
  .htop{height: 46px; line-height: 46px;}
  .htop .left p{font-size: 16px;}
  .htop .right em{font-size: 14px; padding-right: 20px;}
  .htop .right .langs{height: 46px;}
  .htop .right .langs .us{font-size: 14px; background-size: 18px; padding-left: 25px;}

  }
  @media (max-width: 960px) {

  .htop{ height: 0px; line-height: 0px; }
  .htop .left{ left: 3%; }
  .htop .left{ display: none; }
  .htop .left p{ font-size: 13px; }
  .htop .right{ height: 30px; position: absolute; top: 10px; right: 70px; z-index: 999; }
  .htop .right em{ display: none; }
  .htop .right .langs{ height: 30px;line-height: 30px;padding-right: 0px; }
  .htop .right .langs .us{  padding-left: 0; }

 
  }

/* 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: 16%;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: 6%;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: #136ab2;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: #3076b2;}
.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: 42px;left: 50%;margin-top: 0px;width: 120%;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:nth-child(2){position: absolute;top: 42px;left: 50%;margin-top: 0px;width: 170%;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(48,118,178,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: #3076b2;z-index: -1;}
/* .head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover{background: #3076b2;} */
.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: 200px;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(../images/hd_phone.png)no-repeat center left;}
.head .hot_line > div b{margin-top: 3px;font-size: 20px;color: #136ab2;}
/* .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: #136ab2;}
	.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: #136ab2;}
	@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: none;}
	.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(48,118,178,.9) 55px);}
	.head .mobile_nav .second_nav{max-height: 600px;overflow-y: scroll;}
	.head .mobile_nav .second_nav > li{font-size: 16px;}
	.head .mobile_nav .second_nav .next_nav > li{font-size: 14px;}
	#search{right:15px;}
}

.foot{padding: 5.3% 0 0;background: #3076b2;color:#fff}
.foot .ft_mid{margin-bottom: 6%;}
.foot .ft_mid .mid_nav{width:calc(99% - 318px);width: -webkit-calc(99% - 120px);max-width: 1000px;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: #ddd;transform: translateY(-50%);}
.foot .ft_mid .share{width: 120px;}
.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: #3076b2;border-top: 1px solid #888;}
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: -10px;width: auto;}
footer .ft_logo img{ height:35px;}
@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{ display:none;}

	.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;}
	.foot .ft_mid .share li i{width: 75px;}
}
@media only screen and (max-width:480px){
	.foot{padding: 7% 0 0;}
	.foot .ft_mid{margin: 0 0 0;}
	.foot .ft_mid .mid_nav .nav_list .list_item.wth2{width: 100%;}
	.foot .ft_mid .share{width: 100%;}
	footer{padding: 12px 0;}
	 .foot .ft_mid .share li.hd_tit{display: block;margin:0 0 16px 0;width: auto;font-size: 16px;}
	footer .ft_logo{position: initial;text-align: center;}
	
	footer .ftr_mes{width:100%;margin-bottom: 15px;}
}


/* top */
			.side_kf{position: fixed;right: 3%;top: 85%;width: auto;height: auto;z-index: 99;}
			.side_kf #top{display: inline-block;position: relative;width: 40px;height: 40px;background: url(../images/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);}