
body{
	position: relative;
}
@font-face {
	font-family: 'RT';
	src: url('../font/Roboto-Thin.eot');
	src: url('../font/Roboto-Thin.woff') format('woff'), 
	url('../font/Roboto-Thin.ttf') format('truetype'), 
	url('../font/Roboto-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*动画*/

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*hover动画*/
.top_list li.li4 .img_p
{
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.head_pc .li_item::after,
.jie .slick-slide p::after,
.lian_a::after,
.list_down .downk::before,
.newsx .newsf .erhover .erma,
.zuijia02 .divhover p img,
.zuijia02 .divhover p:after,
.zuijia02 .divhover .imgk img,
.fanganx a::after
{
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.jie .slick-slide img,
.dong .dongtair .imgk img,
.dong .dongtair li img,
.recruit .tuijian .col-sm-4 .imgk img,
.slick_news .slick-slide .imgk img,
.kefu .ul1 li:hover img
{
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}

/*pc分页*/
.lpage .activepage
{
	color: #61b486;
	border-color: #61b486;
}
.lpage
{
	padding-top: 64px;
	padding-bottom: 62px;
	position: relative;
	z-index: 1;
}
.lpage li
{
	color: #333;
	font-size: 14px;
	font-family: "Arial";
	line-height: 32px;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 11px;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 50% 50%;
}
.lpage li:hover
{
	color: #61b486;
	border-color: #61b486;
}
.lpage .r
{
	display: none;
}
.lpage li:hover .r
{
	display: inline;
}
.lpage li:hover .b
{
	display: none;
}
.lpage li.lp{
	line-height: 32px;
}
.lpage li.lp img{
	vertical-align: initial;
}
/*手机版分页*/
.h_phpage{
	display: none;
	margin-top: 27px;
	margin-bottom: 43px;
}
.h_phpage a{
	color: #555;
	font-size: 18px;
	width: 138px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	outline: 1px solid #ccc;
}
.h_phpage .lp{
	float: left;
	margin-left: 0;
}
.h_phpage .rp{
	float: right;
	margin-right: 0;
}
/*分页 止*/

.header_top{
	position: relative;
	background-color: #231815;
	height: 36px;
	width: 100%;
	left: 0;
	-webkit-transition: left 250ms ease-out;
	transition: left 250ms ease-out;
}
.header_top .container{
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
}
.top_list{
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
}
.top_list li{
	color: #fff;
	font-size: 12px;
	letter-spacing: .4px;
}
.top_list li.li1{
	line-height: 3;
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}
.top_list li.li1 img{
	/*float: right;
	margin-top: 11px;*/
}
.top_list li.li1 span{
	margin-right: 15px;
}
.top_list li.li1 .span3{
	margin-right: 17px;
}
.top_list li.li2{
	margin-left: 22px;
	padding-left: 23px;
	position: relative;
}
.top_list li.li2::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 12px;
	background-color: #4f4644;
}
.top_list li.li_icon{
	margin-left: 11px;
	cursor: pointer;
	position: relative;
}
.top_list li.li_icon:hover .img_s{
	display: none;
}
.top_list li.li_icon:hover .img_d{
	display: inline-block;
}
.top_list li.li4 .img_p{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -50px;
	z-index: 105;
	height: 0;
	width: 100px;
    overflow:hidden;
    max-width: 100px;
}
.top_list li.li4:hover .img_p{
	height: 103px;
}
.head_pc{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.head_pc .container{
	line-height: 80px;
}
.head_pc .head_logo{
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	vertical-align: middle;
	display: inline-block;
	width: 269px;
	height: 59px;
}
.head_pc .head_logo a,
.head_pc .head_logo img{
	display: block;
}
.head_pc .head_list{
	float: right;
	white-space: nowrap;
}
.head_pc .li_item{
	position: relative;
	line-height: 116px;
	line-height: 50px;
	vertical-align: top;
	padding: 0 15px;
	padding-top: 40px;
	float: left;
}
.head_pc .li_item:last-child{
	margin-left: 15px;
	padding: 0 0;
	padding-top: 40px;
}
.head_pc .li_item a{
	display: block;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	/*letter-spacing: 1px;*/
	position: relative;
}
.head_pc .li_item a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005bac;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.head_pc .li_item:hover a::after,
.head_pc .li_item.active a::after,
.head_pc .li_item.act a::after{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.head_pc .li_item.act a,
.head_pc .li_item.active a{
	color: #005bac;
}
.xiala1{
	position: fixed;
	top: 126px;
	left: 0;
	width: 100%;
	background: url(../image/xiala1.jpg) no-repeat bottom left;
	background-color: #fff;
	height: 375px;
	display: none;
	z-index: 99;
	box-shadow: 0 0 7px 0 #ddd;
}

.xiala1[_t_nav="4"],
.xiala1[_t_nav="5"],
.xiala1[_t_nav="6"],
.xiala1[_t_nav="7"]{
	height: 265px;
	background: url(../image/xiala.jpg) no-repeat top left;
	background-color: #fff;
}

.xiala .container,
.xiala .xiala_item{
	height: 100%;
}
.xiala .xiala_l{
	float: left;
	width: 387px;
	height: 100%;
	padding-top: 48px;
	margin-left: 80px;
}
.xiala .xiala_l h1{
	color: #666;
	font-size: 36px;
	font-family: "微软雅黑";
	padding-left: 47px;
	padding-right: 53px;
	letter-spacing: .9px;
}
.xiala .xiala_l h1 div{
	display: inline-block;
}
.xiala .xiala_l h1 div p{
	color: #999;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 1.9;
	text-align: right;
	cursor: pointer;
}
.xiala .xiala_l h1 div p:nth-child(2){
	margin-top: 17px;
}
.xiala .xiala_l h1 div p.active{
	color: #005bac;
}
/*.xiala .xiala_r ul:nth-child(2){
	display: none;
}
.xiala .xiala_r ul:nth-child(3){
	display: none;
}*/
.xiala .xiala_l h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	padding-left: 47px;
	padding-right: 53px;
	margin-top: 17px;
	line-height: 1.67;
	letter-spacing: .9px;
}
.xiala .xiala_r{
	float: left;
	width: 733px;
	height: 100%;
	padding-top: 48px;
	background-color: #fff;
}
.xiala .xiala_r ul{
	margin-left: -26px;
}
.xiala .xiala_r li{
	width: 124px;
	width: 137px;
	display: inline-block;
	margin-bottom: 14px;
	margin-left: 63px;
	margin-left: 50px;
	vertical-align: top;
}
.xiala .xiala_r li a{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.2;
	letter-spacing: 1px;
}
.xiala .xiala_r li a:hover{
	color: #005bac;
}
/*手机版头部*/
.head_ph{
	display: none;
	border-bottom: 1px solid #dcdcdc;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 200;
	border-bottom: 1px solid #ddd;
}
.head_ph .container,
.head_ph .logo{
	position: relative;
	height: 100%;
}
.head_ph .logo{
	line-height: 60px;
	text-align: center;
}
.head_ph .logo img{
	width: 165px;
	height: 36px;
}
.head_ph .menuph{
	position: absolute;
	top: 21px;
	right: 15px;
	cursor: pointer;
}
/*手机下拉菜单*/
.xialaph{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 198;
	padding-bottom: 38px;
}
.xialaph .ul2,
.xialaph .ul3{
	display: none;
}
.xialaph h4 a{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 53px;

}
.xialaph h4 a.z_a{
	float:left;
    display:block; width:80%;
}
.xialaph h4{
	border-bottom: 1px solid #e6e6e6;
	height: 54px;
}
.xialaph .container{
	padding-left: 30px;
	padding-right: 30px;
}
.xialaph h5 a{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 54px;
}
.xialaph h5 a.z_a2{
    float:left;
    display:block; width:80%;
}
.xialaph h5{
	border-bottom: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.xialaph h4 img,
.xialaph h5 img{
	float: right;
	margin-top: 26px;
}
.xialaph h4 img.img2,
.xialaph h5 img.img2{
	display: none;
}
.xialaph h4.active img.img1,
.xialaph h5.active img.img1{
	display: none;
}
.xialaph h4.active img.img2,
.xialaph h5.active img.img2{
	display: block;
}
.xialaph .ul3{
	background-color: #ebebeb;
	padding-bottom: 3px;
	border-bottom: 1px solid #e6e6e6;
}
.xialaph .ul3 li a{
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 49px;
}
.xialaph .ul3 li{
	padding-top: 5px;
}
.xialaph .ul3 li:first-child{
	padding-top: 0;
}
.phonemeng{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	z-index: 196;
	display: none;
}
.phonemeng.active{
	display: block;
}
.ban,
.slick_ban{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.ban .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 41px;
	height: 41px;
	z-index: 1;
}
/*.ban .slick-prev{
	left: 50%;
	margin-left: -730px;
	background: url(../images/arrow_left.png) no-repeat center center;
}
.ban .slick-next{
	right: 50%;
	margin-right: -730px;
	background: url(../images/arrow_right.png) no-repeat center center;
}*/

.ban .slick-prev{
	left: 50%;
	margin-left: -730px;
	background: url(../image/arrow_l.png) no-repeat center center;
}
.ban .slick-next{
	right: 50%;
	margin-right: -730px;
	background: url(../image/arrow_r.png) no-repeat center center;
}


.ban .slick-dots{
	position: absolute;
	bottom: 38px;
	text-align: center;
	width: 100%;
}
.ban .slick-dots li{
	display: inline-block;
	background-color: #767478;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.ban .slick-dots li.slick-active{
	width: 20px;
	height: 20px;
	border: 5px solid #767478;
	background-color: #005dac;
}
.ban .slick-slide{
	padding: 0;
	/*border: 0;*/
}
.ban .slick-slide img{
	width: 100%;
}
.search{
	width: 100%;
	height: 86px;
	background-color: #f8f6f2;
	padding-top: 20px;
}
.search .input{
	width: 806px;
	height: 46px;
	border: 1px solid #ccc;
	position: relative;
	margin: 0 auto;
}
.search .input input{
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 20px;
}
.search .input button{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 116px;
	height: 42px;
	background: url(../image/sou.png) no-repeat center center;
	background-color: #005bac;
}
.search .sou_img{
	display: none;
	text-align: center;
	position: relative;
}
.search .sou_img img{
	cursor: pointer;
}
.search .sou_form{
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	height: 44px;
	background-color: #74b7e1;
	display: none;
	z-index: 2;
}
.search .sou_form form{
	height: 100%;
}
.sou_input{
	position: relative;
	height: 100%;
}
.sou_input input{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
	font-family: "微软雅黑";
	padding-left: 35px;
	background: url(../image/sou3.png) no-repeat 15px center;
}
.sou_input label{
	position: absolute;
	top: 14px;
	left: 35px;
	color: #fff;
	font-size: 12px;
	font-family: "微软雅黑";
}

.sou_input img{
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	right: 15px;
}
.chan{
	padding-top: 54px; 
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}
.chan .container{
	position: relative;
	z-index: 1;
}
.color{
	background: #f8f8f8;
	position: absolute;
	width: 100%;
	height: 43%;
	left: 0;
	bottom: 0;
}
.sh2{
	color: #005bac;
	font-family: "微软雅黑";
	text-align: center;
}
.sh5{
	color: #005bac;
	font-family: "Arial";
	margin-top: 13px;
	text-transform: uppercase;
	text-align: center;
}
.chan_lun{
	width: 100%;
	margin-top: 60px;
}
.chan_lun .imgk{
	height: 209px;
}
.chan_lun p{
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top: 12px;
}
.slick_chan .slick-arrow{
	position: absolute;
	top: 45%;
	width: 41px;
	height: 41px;
	z-index: 1;
}
.slick_chan .slick-next{
	background: url(../image/arrow_r.png) no-repeat center center;
	right: -90px;
}
.slick_chan .slick-prev{
	background: url(../image/arrow_l.png) no-repeat center center;
	left: -90px;
}
.slick_chan .slick-dots{
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none !important;
}
.slick_chan .slick-dots li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #dcdcdc;
	vertical-align: middle;
}
.slick_chan .slick-dots li.slick-active{
	width: 9px;
	height: 9px;
	border: 2px solid #dcdcdc;
	background-color: #005bac;
}

.chan_lun .slick-slide img{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 600px) {
	.chan_lun .slick-slide:hover p{
		color: #005bac;
	}
	.chan_lun .slick-slide:hover .img_d{
		display: inline-block;
	}
	.chan_lun .slick-slide:hover .img_s{
		display: none;
	}
}

.jie{
	padding-top: 62px;
}
.slick_jiel{
	margin-top: 43px;
}
.slick_jie{
	margin-left: -9px;
	margin-right: -9px;
}
.jie .slick-slide{
	padding-left: 9px;
	padding-right: 9px;
}
.jie .slick-slide .imgk{
	overflow: hidden;
	position: relative;
}
.jie .slick-slide .title{
	
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	padding-top: 5px;
	margin-top: 13px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.jie .slick-slide .title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #005bac;
}
.jie .slick-slide .imgk img{
	width: 100%;
}
.jie .slick-slide p{
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	position: relative;
	padding-top: 5px;
	margin-top: 13px;
	padding-bottom: 5px;
	margin-bottom: 17px;
	padding-left: 14px;
}
.jie .slick-slide p a{
	color: #333;
	position: relative;
	z-index: 1;
	display: block;
}
.jie .slick-slide p img{
	opacity: 0;
	margin-left: 10px;
	margin-top: -3px;
}
.jie .slick-slide p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #005bac;
}
.jie .slick-slide p:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #005bac;
	opacity: 0.6;
}
.jie .divhover{
	display: block;
	width: 100%;
}
.jie .divhover:hover a{
	color: #fff;
	text-align: center;
}
.jie .divhover:hover p img{
	opacity: 1;
}
.jie .divhover:hover p:after{
	width: 100%;
}
.jie .divhover:hover .imgk img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.slick_jie2{
	margin-left: 0;
	margin-right: 0;
	display: none;
}
.jie .slick_jie2 .slick-slide{
	padding-left: 0;
	padding-right: 0;
}
.jie .slick_jie .slick-arrow{
	position: absolute;
	top: 38%;
	width: 41px;
	height: 41px;
	z-index: 1;
}
.jie .slick_jie .slick-prev{
	background: url(../image/arrow_l.png) no-repeat center center;
	left: -95px;
}
.jie .slick_jie .slick-next{
	background: url(../image/arrow_r.png) no-repeat center center;
	right: -95px;
}
.dong{
	padding-top: 49px;
	padding-bottom: 62px;
}
.dong .dongtai{
	margin-top: 45px;
}
.dong .dongtail{
	width: 793px;
	float: left;
}
.dong .dongtair{
	width: 407px;
	float: left;
	padding-left: 20px;
}
.dong .dongtail{
	overflow: hidden;
	position: relative;
}
.dong .dongtail img.img1{
	width: 100%;
}
.dong .dongtail .meng{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
}
.dong .dongtail .bo h3{
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.dong .dongtail .bo h5{
	color: #fff;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 11px;
}
.dong .dongtail .bo span{
	cursor: pointer;
	display: inline-block;
	margin-top: 21px;
}
.dong .dongtail .bo span:hover .img_s{
	display: none;
}
.dong .dongtail .bo span:hover .img_d{
	display: inline-block;
}
.dong .dongtail .bo{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-top: -71px;
	margin-left: -50px;
}
.dong .dongtair .imgk{
	overflow: hidden;
}
.dong .dongtair .imgk img{
	width: 100%;
}
.dong .dongtair .imgk:hover img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.dong .dongtair li{
	border-bottom: 1px dashed #e5e5e5;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.dong .dongtair li a{
	color: #333;
}
.dong .dongtair li img{
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	right: 0;
}
.dong .dongtair li img.img_do{
	opacity: 0;
}
.dong .dongtair li:hover a{
	color: #005bac;
}
.dong .dongtair li:hover .img_s{
	opacity: 0;
}
.dong .dongtair li:hover .img_do{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.dong .dongtair li:hover img{
		transform: translateX(-20px);
		transition: all 1s;
	}
}
/*@-webkit-keyframes dong{
	0%{
		-webkit-transform:translateX(0); 
		transform:translateX(0); 
	}
	60%,100%{
		-webkit-transform:translateX(-10px); 
		transform:translateX(-10px); 
	}
	70%,90%{
		-webkit-transform:translateX(-8px); 
		transform:translateX(-8px); 
	}
	80%{
		-webkit-transform:translateX(-12px); 
		transform:translateX(-12px); 
	}
}
@keyframes dong{
	0%{
		-webkit-transform:translateX(0); 
		transform:translateX(0); 
	}
	60%,100%{
		-webkit-transform:translateX(-20px); 
		transform:translateX(-20px); 
	}
	70%,90%{
		-webkit-transform:translateX(-25px); 
		transform:translateX(-25px); 
	}
	80%{
		-webkit-transform:translateX(-15px); 
		transform:translateX(-15px); 
	}
}*/
.dong .dongtail .bofang{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	margin-left: -19px;
}
.dong .dongtai_ph{
	display: none;
}
.dong .dongtai_ph .dongtair li img{
	margin-top: -3.5px;
}
.dong .dongtail.dongtai_ph{
	margin-top: 30px;
}

/*视频弹窗*/
.modal_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 1;
}
.modal_mask:focus, 
.modal_mask:hover {
    opacity: 1;
}
.modal-dialog{
	margin-top: 195px;
}
video{
	width: 100%;
}
.modal-content{
	background-color: #000;
}
.modal-header{
	height: 0;
	min-height: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0;
}
.modal-header .h_close{
	font-size: 40px;
	margin-top: 0;
	margin-right: 8px;
	color: #fff;
	opacity: 1;
}
.modal-body{
	padding: 0px 0;
}
.modal-footer{
	border: 0;
	display: none;
}
.modal.fade .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media screen and (min-width: 768px) {
	.modal-dialog{
		width: 687px;
	}
}

.kefu {
	background-color: #525252;
	padding-top: 44px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: .6px;
}
.kefu h3{
	color: #dcdcdc;
	font-size: 24px;
	font-family: "微软雅黑";
}
.kefu h6{
	color: #dbdbdb;
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 9px;
}
.kefu h6 span{
	position: relative;
}
.kefu h6 span:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 1200px;
	height: 1px;
	background-color: #5b5b5b;
	right: 142px;
}
.kefu h6 span:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 1200px;
	height: 1px;
	background-color: #5b5b5b;
	left: 142px;
}
.kefu .ul1{

}
.kefu .ul1 li{
	float: left;
	width: 20%;
	padding-top: 58px;
	padding-bottom: 40px;
}
.kefu .ul1 li a{
	display: inline-block;
	position: relative;
}
.kefu .ul1 li a .img2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kefu .ul1 li:hover img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.kefu .ul1 li:hover .img1{
	opacity: 0;
}
.kefu .ul1 li:hover .img2{
	opacity: 1;
}
.kefu .ul1 h5{
	color: #888888;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 25px;
}
.kefu .ul1 li:hover h5{
	color: #fff;
}
.kefu .kefu_ph{
	display: none;
}
.kefu .kefu_ph h3{
	color: #005dac;
}
.kefu .kefu_ph h6{
	color: #005dac;
	margin-top: 12px;
}
.kefu .kefu_ph .ul2{
	background-color: #777;
	margin-top: 23px;
}
.kefu .ul2 li{
	padding-top: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid #8a8a8a;
}
.kefu .ul2 h5{
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
/*底部*/
footer{
	padding-top: 45px;
	background-color: #f1ede7;
}
footer .logo_di{
	width: 225px;
	float: left;
	text-align: center;
}
footer .logo_di .img2{
	margin-top: 40px;
}
footer .logo_di h6{
	margin-top: 5px;
	color: #888;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 15px;
}
footer .ul_di{
	float: left;
	margin-left: 105px;
}
footer .ul_di h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 30px;
	margin-bottom: 28px;
}
footer .ul_di li a{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
footer .ul_di li{
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .ul_di ul{
	float: left;
	width: 203px;
}
footer .ul_di ul:last-child{
	width: 260px;
}
footer .lian_di{
	border-bottom: 1px solid #dadada;
	margin-top: 36px;
	padding-bottom: 22px;
	padding-left: 21px;
}
footer .lian_di .span1{
	float: left;
	color: #666;
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: 1px;
}
footer .lian_di .span1 img{
	margin-right: 14px;
	margin-top: -6px;
}
footer .lian_di .span2{
	float: right;
	position: relative;
}
footer .lian_di .span2 img{
	margin-left: 15px;
	cursor: pointer;
}
footer .lian_di .span2 .ma_di{
	position: absolute;
	bottom: 22px;
	left: 0px;
	width: 100px;
	height: 103px;
	display: none;
}
footer .banqu_di{
	color: #999;
	font-size: 12px;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 21px;
	padding-bottom: 19px;
}
footer .banqu_di .span1,
footer .banqu_di .span3,
footer .banqu_di .span4{
	font-family: "Arial";
	margin-right: 8px;
}
footer .banqu_di a{
	color: #999;
}
.best{
	padding-top: 60px;
	padding-bottom: 99px;
	overflow: hidden;
	position: relative;
}
.best .container{
	position: relative;
	z-index: 2;
}
.best h2{
	color: #fff;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	text-align: center;
}
.best h5{
	color: #fff;
	font-family: "Arial";
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 13px;
	position: relative;
	text-align: center;
}
.best h5:after{
	content: '';
	width: 30px;
	height: 3px;
	background-color: #999;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -18px;
}
.best h5:before{
	content: '';
	width: 260px;
	height: 1px;
	background-color: #707277;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: -17px;
}
.best_kuang{
	margin-top: 41px;
}
.best_kuang .ull{
	width: 126px;
	float: left;
	text-align: right;
	overflow: hidden;
	min-height: 369px;
}
.best_kuang .best_con{
	width: 1074px;
	float: left;
	position: relative;
	padding-left: 114px;
	padding-top: 42px;
}
.best_kuang .ul1{
	position: relative;
	padding-top: 30px;
}
.best_kuang .ul1 span{
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: .8px;
	cursor: pointer;
}
.best_kuang .ul1 span.active{
	color: #005bac;
}
.best_kuang .ul1 li{
	line-height: 1.5;
	margin-bottom: 14px;
}
.best_kuang .best_con:before{
	content: '';
	position: absolute;
	top: -260px;
	left: 55px;
	width: 1px;
	height: 1200px;
	background-color: #e3d8d4;
	opacity: 0.24;
}
.best_kuang .best_con:after{
	content: '';
	position: absolute;
	top: 34px;
	left: 54px;
	width: 3px;
	height: 30px;
	background-color: #005bac;
}
.best_kuang .best_zi{
	width: 369px;
	float: left;
	padding-right: 14px;
}
.best_kuang .best_img{
	width: 609px;
	float: left;
	margin-right: -18px;
}
.best_kuang .best_img img{
	width: 100%;
}
.best_kuang .best_zi h3{
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1.2px;
}
.best_kuang .best_zi h6{
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.8;
	margin-top: 17px;
	letter-spacing: .6px;
}
.best_kuang .best_zi .ul2{
	margin-top: 19px;
}
.best_kuang .best_zi .ul2 h4{
	color: #005bac;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.best_kuang .best_zi .ul2 li{
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-top: 6px;
	letter-spacing: 1px;
}
.best_kuang .best_zi .best_a{
	margin-top: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	display: inline-block;
}
.best_kuang .best_zi .best_a:hover{
	color: #005bac;
}
.best_kuang .best_zi .best_a:hover .img_s{
	display: none;
}
.best_kuang .best_zi .best_a:hover .img_d{
	display: inline-block;
}
.best_kuang .best_zi .best_a img{
	margin-left: 10px;
	margin-top: -0px;
}
/**/
.best_kuang .best_con .best_item{
	display: none;
}
.best_kuang .best_con .best_item:first-child{
	display: block;
}
.zUIpanelScrollBox,.zUIpanelScrollBar{
	width:10px;
	top:4px;
	right:2px;
	border-radius:5px;

}
.zUIpanelScrollBox{
	background:black;opacity:0.1;
	filter:alpha(opacity=10);
}
.zUIpanelScrollBar{
	background:#fff;opacity:0.8;
	filter:alpha(opacity=80);
}
.best2{
	display: none;
	padding-top: 60px;
}
.best_pdh{

}
.best_pdh .ul1{
	margin-top: 13px;
}
.best_pdh .ul1 li{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	cursor: pointer;
}
.best_pdh .ul1 li:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.best_pdh .ul1 li.active{
	color: #005bac;
	border-bottom: 1px solid #005bac;
}
.best_pdh .best_zi{
	padding-top: 26px;
}
.best_pdh .best_zi h3{
	color: #005dac;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: .9px;
}
.best_pdh .best_zi h6{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2;
	letter-spacing: .8px;
	margin-top: 7px;

}
.best_pdh .best_zi .ul2{
	margin-top: 23px;
}
.best_pdh .best_zi .ul2 h4{
	color: #005dac;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: .9px;
	margin-bottom: 6px;
}
.best_pdh .best_zi .ul2 li{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 2;
	display: inline-block;
	letter-spacing: .8px;
}
.best_pdh .best_zi .best_a{
	color: #005dac;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: .9px;
	display: inline-block;
	margin-top: 19px;
}
.best_pdh .best_zi .best_a img{
	margin-left: 7px;
}
.best_pdh .best_img{
	width: 100%;
	margin-top: 23px;
}
.best_pdh .best_conp .best_item{
	display: none;
}
.best_pdh .best_conp .best_item:first-child{
	display: block;
}
/*内页公共*/
.banner{
	position: relative;
	z-index: 2;
}
.tuan{
	background: url(../image/tuan.png) center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.tuand{
	background-color: #22384c;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.tuand0{
	background-color: #000;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner img{
	width: 100%;
}
.banner h1{
	color: #fff;
	font-size: 48px;
	font-family: "思源黑体 CN","微软雅黑";
	position: absolute;
	top: 38.2%;
	text-align: center;
	left: 0;
	width: 100%;
	z-index: 2;
}
.nav_er{
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #fafafa;
}
.nav_er li{
	margin-right: 18px;
	position: relative;
	float: left;
}
.nav_er li::after{
	content: '';
	position: absolute;
	top: 51%;
	right: -12px;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	background: url(../image/arrow_tou.png) no-repeat center center;
}
.nav_er a{
	color: #666;
}
.nav_er a:last-child{
	color: #005bac;
}
.nav_er li:last-child::after{
	display: none;
}
.banner_nav{
	position: absolute;
	top: 52%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 48px;
	font-family: "微软雅黑";
	text-align: center;
}
.banner_nav li{
	display: inline-block;
	position: relative;
	margin-right: 28px;
}
.banner_nav li:last-child{
	margin-right: 0;
}
.banner_nav li a{
	display: block;
	width: 155px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.banner_nav li a::after,
.banner_nav li a::before{
	content: '';
	position: absolute;
	top: 15px;
	width: 8px;
	height: 1px;
	background-color: #fff;
}
.banner_nav li a::after{
	right: 9px;
}
.banner_nav li a::before{
	left: 9px;
}
.banner_nav li a.active,
.banner_nav li a:hover{
	background-color: #005bac;
	border-color: #005bac;
}
.banner_nav li .meng{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.15;
}
/*02*/
.product_btn{
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
	display: none;
}
.product_btn img{
	cursor: pointer;
}
.product_list{
	
}
@media screen and (min-width: 1200px) {
	.product_list .container{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.product_list h1{
	color: #333333;
	font-size: 72px;
	font-family: "RT";
	padding-left: 68px;
	padding-top: 38px;
}
.product_list h2{
	color: #333333;
	font-size: 30px;
	/*font-family: "思源黑体 CN","微软雅黑";*/
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 68px;
	margin-top: 11px;
}
.product_l{
	border-top: 1px solid #e5e5e5;
	margin-top: 46px;
}
.product_l .ul1{
	float: left;
	width: 387px;
}
.product_l .ul1 li{
	border-bottom: 1px solid #e5e5e5;
}

.product_l .ul1 li .a{
	position: relative;
}

.product_l .ul1 li a{
	display: block;
	color: #666;
	font-size: 20px;
	font-family: "微软雅黑";
	height: 54px;
	width: 100%;
	padding-left: 68px;
	line-height: 54px;
	position: relative;
}
.product_l .ul1 li.active .a{
	border-bottom: 1px solid #e5e5e5;
	color: #005bac;
}
.product_l .ul1 li.on .a{
	color: #005bac;
}


.product_l .ul1 li.active .a .img_s{
	display: none;
}
.product_l .ul1 li.active .a .img_d{
	display: block;
}
.product_l .ul1 li img{
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	cursor: pointer;
}
.product_l .ul_d{
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.product_l .ul_d li{
	height: auto;
	border-bottom: 0;
}
.product_l .ul_d li a{
	display: inline-block;
	font-size: 16px;
	border-bottom: 0;
	line-height: 37px;
	height: auto;
}
.product_l .ul_d li.on a{
    color: #005bac;
}
.product_l .ul1 li a:hover{
	color: #005bac;
}
.product_l .you{
	float: left;
}
.product_l .ul2{
	border-left: 1px solid #e5e5e5;
}
.product_l .ul2 li{
	width: 20%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	padding-top: 25px;
	padding-bottom: 43px;
	overflow: hidden;
}
.product_l .ul2 .img_k{
	text-align: center;
	overflow: hidden;
	height: 235px;
}
.product_l .ul2 .img_k img{
	max-width: 100%;
}
.product_l .ul2 .zik{
	display: block;
	text-align: center;
}
.product_l .ul2 .zi{
	display: inline-block;
}
.product_l .ul2 .zi a.a{
	text-align: left;
	display: block;
	color: #005bac;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.product_l .ul2 .zi a.a img{
	margin-left: 8px;
	margin-top: -2px;
}
.product_l .ul2 h3{
	margin-top: 20px;
	font-size: 18px;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_l .ul2 h3 a{
	color: #525252;
}
.product_l .ul2 li:hover a{
	color: #005bac;
}
/*左侧出的菜单*/
.nav_meng{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.45;
	z-index: 201;
	display: none;
}
.nav_cai{
	position: fixed;
	top: 0;
	left: -269px;
	bottom: 0;
	width: 269px;
	background-color: #fff;
	z-index: 202;
	overflow: auto;
}
.nav_cai h5 {
	font-size: 14px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 15px;
}
.nav_cai h5 .span1{
	color: #333;
	font-family: "RT";
}
.nav_cai h5 .span2{
	color: #005bac;
	font-family: "微软雅黑";
	line-height: 39px;
}
.nav_cai h5 img{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 18px;
}
.nav_cai .ul1 h5{
	height: 68px;
	line-height: 76px;
	color: #666;
	font-family: "微软雅黑";
	cursor: pointer;
}
.nav_cai .ul1 h5 a{
	color: #666;
}
.nav_cai .ul1 h5 img{
	position: absolute;
	top: 30px;
	right: 44px;
}
.nav_cai .ul1 h5.active .img_s{
	display: none;
}
.nav_cai .ul1 h5.active .img_d{
	display: block;
}
.nav_cai .ul2{
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	padding-top: 7px;
	display: none;
}
.nav_cai .ul2 li{
	font-size: 14px;
	font-family: "微软雅黑";
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.nav_cai .ul2 li a{
	color: #666;
}
/*01*/
.product_nei{
	padding-top: 65px;
}
.product_nei01{
	padding-bottom: 115px;
}
.product_nei01 .pnei_1{
	float: left;
	width: 50%;
	padding-right: 122px;
}
.product_nei01 .pnei_1 .h31{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 48px;
}
.product_nei01 .pnei_1 .h32{
	color: #015cac;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 67px;
}
.product_nei01 .pnei_1 h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2.7;
	letter-spacing: 1.2px;
	margin-top: 8px;
}
.product_nei01 .pnei_2{
	float: left;
	width: 50%;
	text-align: center;
}
.product_nei01 .pnei_2 .slick-slider{
	margin-left: 0;
	margin-right: 0;
}
.product_nei01 .pnei_2 .slick-slide{
	padding-right: 0;
	padding-left: 0;
	height: 445px;
}
.product_nei01 .pnei_2 .slick-slide img{
	max-width: 100%;
}
.product_nei01 .pnei_2 .slick-arrow{
	position: absolute;
	top: 50%;
	width: 41px;
	height: 41px;
	z-index: 1;
}
.product_nei01 .pnei_2 .slick-prev{
	background: url(../image/arrow_l.png) no-repeat center center;
	left: 4px;
}
.product_nei01 .pnei_2 .slick-next{
	background: url(../image/arrow_r.png) no-repeat center center;
	right: 4px;
}
.product_nei01 .pnei_2 .slick-dots{
	position: absolute;
	bottom: -102px;
	left: 0;
	width: 100%;
	text-align: center;
}
.product_nei01 .pnei_2 .slick-dots li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #005dac;
	opacity: 0.3;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.product_nei01 .pnei_2 .slick-dots li.slick-active{
	width: 20px;
	height: 20px;
	opacity: 1;
	border: 5px solid #E3E3E3;
}
.product_nei01 .pnei_3{
	float: left;
	margin-top: 39px;
}
.product_nei01 .pnei_3 .lian_a{
	display: inline-block;
	width: 198px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	text-align: center;
}
.product_nei01 .pnei_3 .lian_a img{
	margin-left: 20px;
	position: relative;
	z-index: 1;
	margin-top: -5px;
}
.product_nei01 .pnei_3 .lian_a span{
	position: relative;
	z-index: 1;
}
.product_nei01 .pnei_3 .lian_a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
}
.product_nei01 .pnei_3 .lian_a:hover::after{
	height: 100%;
}
.product_nei01 .pnei_3 .lian_a1{
	background-color: #1d5ca9;
}
.product_nei01 .pnei_3 .lian_a2{
	background-color: #26ba98;
}
.product_nei01 .pnei_3 .lian_a3{
	background-color: #74b7e1;
}
.product_nei01 .pnei_3 .lian_a1::after{
	background-color: #0d478d;
}
.product_nei01 .pnei_3 .lian_a2::after{
	background-color: #089473;
}
.product_nei01 .pnei_3 .lian_a3::after{
	background-color: #5ea4c7;
}
.product_nei02{
	background-color: #fafafa;
	border-bottom: 2px solid #dfe2e5;
}
.product_nei02 li{
	width: 33.333%;
	float: left;
	text-align: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product_nei02 li a{display:block; width:100%;}
.product_nei02 li p{
	color: #005dac;
	font-size: 16px;
	font-family: "微软雅黑";
}
.product_nei02 li::after{
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #d7d7d7;
	display: none;
}
.product_nei02 li.active
{
	background-color: #e9e9e9;
}
.product_nei02 li.active::after{
	display: block;
}
.product_nei03{
	padding-top: 75px;
}
.product_nei03 h1{
	color: #015cac;
	font-size: 36px;
	font-family: "微软雅黑";
}
.product_nei03 .h12{
	margin-top: 109px;
}
.product_nei03 h1 span{
	font-size: 23px;
	vertical-align: middle;
	margin-right: 13px;
}
.product_nei03 h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	margin-top: 58px;
}
.product_nei03 h4 span{
	color: #015cac;
	margin-right: 6px;
}
.product_nei03 .ul1{
	margin-top: 34px;
}
.product_nei03 li{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	padding-top: 22px;
}
.product_nei03 li span{
	margin-right: 7px;
}
.product_nei03 .jiegou {
	padding-top: 50px;
	padding-bottom: 121px;
	padding-left: 73px;
}
.product_nei03 .jiegou div{
	display: inline-block;
}
.product_nei03 .ul2{
	margin-top: 71px;
	margin-left: 44px;
	margin-right: 224px;
}
.product_nei03 .ul2 li{
	color: #333;
	padding-top: 34px;
}
.product_nei03 li span{
	color: #015cac;
}
.product_nei03 .pro_item{
	display: none;
}
.product_nei03 .pro_item:first-child{
	display: block;
}
.pro_item{padding-bottom:50px; color: #666;
	font-size: 18px;
	font-family: "微软雅黑"; }
/*03*/
.nav_san {
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
}
.nav_san li{
	display: inline-block;
	margin-left: 52.5px;
	margin-right: 52.5px;
}
.nav_san li a{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 70px;
	display: inline-block;
	position: relative;
}
.nav_san li a::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -5px;
	background: url(../image/nav.jpg) no-repeat center center;
	width: 16px;
	height: 10px;
	display: none;
}
.nav_san li a:hover,
.nav_san li a.active{
	color: #005bac;
}
.nav_san li a:hover::after,
.nav_san li a.active::after{
	display: block;
}
.recruit{
	padding-top: 60px;
	padding-bottom: 99px;
}
.recruit .lian_a{
	display: inline-block;
	width: 198px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	text-align: center;
	background-color: #26ba98;
	margin-top: 61px;
}
.recruit .lian_a img{
	margin-left: 20px;
	position: relative;
	z-index: 1;
	margin-top: -5px;
}
.recruit .lian_a span{
	position: relative;
	z-index: 1;
}
.recruit .lian_a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #0f9c7b;
}
.recruit .lian_a:hover::after{
	height: 100%;
}
.recruit h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.recruit h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
}
.recruit h4{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.8;
	margin-top: 65px;
	letter-spacing: .8px;
}
.recruit .img{
	width: 100%;
	margin-top: 69px;
}
.recruit h5{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 70px;
	letter-spacing: .6px;
}
.recruit .ul1{
	margin-top: 45px;
}
.recruit .ul1 li{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: .75px;
    line-height:36px;
}
.recruit .tuijian{
	margin-left: -8px;
	margin-right: -8px;
	text-align: center;
	margin-top: 47px;
}
.recruit .tuijian .col-sm-4{
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 30px;
}
.recruit .tuijian .imgk{
	overflow: hidden;
	width: 100%;
}
.recruit .tuijian .imgk img{
	width: 100%;
}
.recruit .tuijian h3{
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 21px;
}
.recruit .tuijian h6{
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 2.2;
	margin-top: 23px;
	padding: 0 35px 0 35px;
	height: 105.6px;
	overflow: hidden;
}
.recruit .tuijian h3 a{
	color: #333;
}
.recruit .tuijian h6 a{
	color: #333;
}
.recruit .tuijian .more_re{
	color: #005bac;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 24px;
	display: inline-block;
}
.recruit .tuijian .more_re img{
	margin-left: 10px;
	margin-top: -1px;
}
.recruit .tuijian .col-sm-4:hover .imgk img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.recruit .tuijian .col-sm-4:hover h3 a{
	color: #005bac;
}
/*04*/
.chanfu .nav_san li{
	margin-left: 35.5px;
	margin-right: 35.5px;
}
.down {
	padding-top: 57px;
}
.down h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.down h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
}
.btn-select {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 43px;
	background-color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
	border: 1px solid #dcdcdc;
}
.btn-select::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 19px;
	width: 1px;
	height: 23px;
	background-color: #dcdcdc;
}
.btn-select .cur-select {
	position: absolute;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: url(../image/select.png) no-repeat center right 15px;
	text-indent: 26px;
	padding-left: 14px;
	color: #999;
}
.btn-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	line-height: 86px;
	opacity: 0;
	filter: alpha(opacity: 0;);
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.btn-select select option {
	text-indent: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 11px;
	cursor: pointer;
}
.btn-select select option:hover {
	background-color: #f80;
	color: #fff;
} 
.sou_down{
	margin-right: -21px;
	margin-left: -21px;
	margin-top: 60px;
}
.sou_down .col-sm-6{
	padding-left: 21px;
	padding-right: 21px;
}
.sou_down .input{
	width: 100%;
	position: relative;
}
.sou_down .input input{
	width: 100%;
	height: 43px;
	border: 1px solid #dcdcdc;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 34px;
}
.sou_down .input:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 23px;
	background-color: #dcdcdc;
	top: 10px;
	left: 19px;
}
.sou_down .input button{
	width: 104px;
	height: 39px;
	background: url(../image/sou.png) no-repeat center center;
	background-color: #005bac;
	position: absolute;
	top: 50%;
	margin-top: -19.5px;
	right: 2px;
}
.list_down{
	padding-top: 24px;
}
.list_down .col-md-4{
	margin-top: 35px;
}
.list_down .downk{
	position: relative;
	background-color: #f5f5f5;
	padding-top: 46px;
	padding-left: 34px;
	padding-bottom: 40px;
}
.list_down .downk::before{
	content: '';
	width: 100%;
	height: 3px;
	background-color:#005bac;
	position: absolute;
	top: 0;
	left: 0;
}
.list_down .downl{
	float: left;
	width: 86px;
	text-align: right;
	padding-right: 24px;
}
.list_down .downl h5{
	color: #005bac;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.list_down .downl h1{
	color: #005bac;
	font-size: 36px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.list_down .downr{
	float: left;
	width: 230px;
	border-left: 1px solid #dcdcdc;
	padding-left: 20px;
	padding-bottom: 14px;
}
.list_down .downr h4{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 8px;
	height: 19.8px;
	overflow: hidden;
}
.list_down .downr h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.1;
	letter-spacing: 0.4px;
	margin-top: 5px;
}
.list_down .downr h5.h51{
	height: 88.2px;
	overflow: hidden;
}
.list_down .downr h5.h52{
	font-family: "Arial";
	line-height: 1;
	margin-top: 19px;
}
.list_down .downr h6{
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-top: 21px;
}
.list_down .downr h6 a{color: #666;}
.list_down .downk:hover::before{
	height: 6px;
}
.list_down .downk:hover .downr{
	border-color: #005bac;
}
.list_down .downk:hover h4,
.list_down .downk:hover h5,
.list_down .downk:hover h6,
.list_down .downk:hover h6 a{
	color: #005bac;
}
.list_down .downk:hover .img_s{
	display: none;
}
.list_down .downk:hover .img_d{
	display: inline-block;
}
/*05*/
.news{
	
}
.news01{
	padding-top: 60px;
	padding-bottom: 58px;
}
.news01 h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.news01 h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
}
.news02{
	background-color: #fafafa;
	padding-top: 68px;
	padding-bottom: 66px;
}
.news02 h4{
	color: #005bac;
	font-size: 18px;
	font-family: "Arial";
}
.news02 h3{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 24px;
}
.news02 h3 a{
	color: #333;
}
.news02 h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.85;
	margin-top: 25px;
	height: 103.6px;
	overflow: hidden;
}
.news02 .img_s{
	margin-left: 45px;
	width: 700px;
}
.news03{
	/*margin-top: -98px;*/
}
.news03 .slick_news{
	width: 1050px;
	border: 1px solid #ececec;
	background-color: rgba(255,255,255,0.7);
	margin: 0 auto;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 28px;
}
.slick_news .slick-list{
	width: 100%;
}
.slick_news .slick-dots{
	display: none !important;
}
.slick_news .slick-arrow{
	position: absolute;
	top: 50%;
	width: 41px;
	height: 41px;
	margin-top: -20px;
}
.slick_news .slick-prev{
	background: url(../image/arrow_l.png) no-repeat center center;
	left: -73px;
}
.slick_news .slick-next{
	background: url(../image/arrow_r.png) no-repeat center center;
	right: -73px;
}
.slick_news .slick-slide .imgk{
	overflow: hidden;
}
.slick_news .slick-slide .imgk img{
	width: 100%;
}
.slick_news h5{
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 27px;
	margin-bottom: 32px;
}
.slick_news h5 a{
	color: #333;
}
.slick_news .slick-slide:hover .imgk img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.slick_news .slick-slide:hover h5 a{
	color: #005bac;
}
.news04{
	padding-top: 46px;
}
.news04 .col-xs-12{
	background-color: #fafafa;
	margin-top: 20px;
	padding-top: 26px;
	padding-bottom: 33px;
}
.news04 .col-xs-12::before{
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #005bac;
	display: none;
}
.news04 .zuo{
	width: 450px;
	float: left;
	color: #333;
	padding-left: 24px;
	padding-right: 40px;
}
.news04 .zuo h3{
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 1.8;
	height: 86.4px;
	overflow: hidden;
	letter-spacing: 1px;
}
.news04 .zuo h5{
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 26px;
	letter-spacing: .8px;
}
.news04 .you{
	width: 704px;
	float: left;
	padding-left: 34px;
	border-left: 1px solid #d8d8d8;
	margin-top: 11px;
	letter-spacing: 1.4px;
}
.news04 .you h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.1;
	margin-top: -5px;
}
.news04 .you .more_a{
	float: right;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	display: inline-block;
	margin-top: 15px;
}
.news04 .you .more_a img{
	margin-top: -4px;
}
.news04 .col-xs-12:hover{
	background-color: #f5f5f5;
}
.news04 .col-xs-12:hover::before{
	display: block;
}
.news04 .col-xs-12:hover .zuo{
	color: #005bac;
}
.news04 .col-xs-12:hover .more_a{
	color: #005bac;
}
.news04 .col-xs-12:hover .more_a .img_s{
	display: none;
}
.news04 .col-xs-12:hover .more_a .img_d{
	display: inline-block;
}
.news04 .col-xs-12:hover .you h5{
	color: #333;
}
/*06*/
.newsx{
	padding-top: 131px;
	padding-bottom: 109px;
}
.newsx h3{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	text-align: center;
}
.newsx h6{
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑";
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 34px;
	padding-bottom: 13px;
}
.newsx h6 .span1,
.newsx h6 .span3
{
	color: #999;
}
.newsx h6 .span2{
	margin-right: 35px;
}
.newsx .newsxc{
	padding-top: 21px;
}
.newsx .newsxc p{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.2;
	letter-spacing: .5px;
	/*text-indent: 2em;*/
}
.newsx .newsxc p img{
	max-width: 100%;
}
.newsx .newsxc .row{
	margin-top: 53px;
	margin-bottom: 97px;
	margin-left: -35px;
	margin-right: -35px;
}
.newsx .newsxc .col-sm-6{
	padding-right: 35px;
	padding-left: 35px;
}
.newsx .newsxc .col-sm-6 img{
	width: 100%;
}
.newsx .newsf{
	text-align: center;
	padding-top: 114px;
	padding-bottom: 95px;
}
.newsx .newsf .newsfspan{
	display: inline-block;
}
.newsx .newsf span{
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
.newsx .newsf .erma{
	position: absolute;
	bottom: 50px;
	left: -24px;
	height: 0;
	width: 100px;
    overflow:hidden;
}
.newsx .newsf .erhover{
	position: relative;
}
.newsx .newsf .erhover:hover .erma{
	height: 103px;
} 



.newsx .newspage{
	padding-top: 15px;
	padding-bottom: 15px;

}
.newsx .newspage span{
	border-bottom: 1px solid #949494;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsx .newspage .span1{
	float: left;
	max-width: 332px;
}
.newsx .newspage .span2{
	float: right;
	max-width: 291px;
}
.newsx .newspage span a{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
/*07*/
.speech{
	padding-top: 50px;
	padding-bottom: 111px;
}
.speech h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.speech h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 5px;
}
.speech .tu{
	margin-top: 59px;
}
.speech .tu img.fl{
	width: 320px;
	height: 278px;
}
.speech .tu .tit{
    text-align:center;
	width: 880px;
	height: 207px;
	border-bottom: 8px solid #e9e9e9;
	line-height: 199px;
	background-color: #fafafa;
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	position: relative;
}
.speech .tu .tit .img1{
	margin-left: 90px;
	margin-right: 100px;
	margin-top: -47px;
}
.speech .tu .tit .img2{
	position: absolute;
	bottom: -79px;
	left: 0;
}
.speech .zhici{
	padding-top: 49px;
}
.speech .zhici p{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2.2;
	letter-spacing: 0.5px;
}
.speech .zhici p:last-child{
	text-align: right;
}
.speech .zhici img.fr{
	margin-left: 28px;
	margin-top: -118px;
}
.speech .zhici .quan{
	text-align: center;
	margin-top: 16px;
	margin-bottom: 40px;
}
.speech .zhici .quan img{
	cursor: pointer;
}
.speech .zhici .zhicip p{
	display: none;
}
.speech .zhici .zhicip p:nth-child(1),
.speech .zhici .zhicip p:nth-child(2),
.speech .zhici .zhicip p:nth-child(3),
.speech .zhici .zhicip p:nth-child(4)
{
	display: block;
}
.speech .zhici .zhicip p:last-child{
	text-align: left;
}
/*16*/
.future{
	padding-top: 53px;
	padding-bottom: 115px;
}
.future h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.future h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
}
.future_list{
	border-top: 1px solid #dcdcdc;
	margin-top: 63px;
	
}
.future_list .row{
	margin-left: 0;
}
.future_list .col-md-4{
	border-right: 1px solid #dcdcdc;
	padding-top: 61px;
}
.future_list .col-md-4:nth-child(3){
	border-right: 0;
}
.future_list .col-md-4:nth-child(1),
.future_list .col-md-4:nth-child(4){
	padding-left: 0;
}
.future_list .col-md-4:nth-child(4),
.future_list .col-md-4:nth-child(5)
{
	padding-bottom: 58px;
}
.future_list h3{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	line-height: 1.2;
	height: 57.6px;
	overflow: hidden;
}
.future_list h3 a{
	color: #333;
}
.future_list h4{
	color: #333;
	font-size: 18px;
	font-family: "Arial";
	margin-top: 9px;
}
.future_list h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.9;
}
.future_list h5.h51{
	margin-top: 9px;
	height: 80px;
	overflow: hidden;
}
.future_list h5.h52 {
	margin-top: 30px;
	margin-bottom: 11px;
}
.future_list h5.h51 a{
	color: #666;
}
.future_list h5.h52 a{
	color: #005bac;
}
.future_list h5.h52 img{
	margin-left: 7px;
	margin-top: -3px;
}
.future_list .h_lp{
	width: 810px;
	background-color: #fafafa;
}
/*15*/
.faq{
	padding-top: 60px;
}
.faq h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.faq h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
	margin-bottom: 57px;
}
.faq h3{
	color: #666;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 68px;
	margin-bottom: 66px;
}
.faq00{
	background-color: #fafafa;
	padding-top: 27px;
}
.faqrow {
	margin-left: -28px;
	margin-right: -28px;
}
.faqrow .col-sm-12{
	padding-left: 28px;
	padding-right: 28px;
}
.faq .faq1{
	padding-left: 35px;
	padding-right: 35px;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 #dcdcdc;
	cursor: pointer;
	margin-top: 40px;
}
.faq .faq1 h4{
	height: 114px;
	line-height: 114px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
}
.faq .faq1 h5{
	line-height: 2.5;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	padding-bottom: 105px;
	display: none;
}
.faq .faq1 h5:first-line{
	line-height: 1;
}
.faq .faq1 h5 span{
	font-size: 18px;
	color: #005bac;
	line-height: 0;
}
.faq .faq1:hover h4{
	color: #005bac;
}
/*14*/
.contact{
	padding-top: 55px;
}
.contact h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.contact h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 15px;
}
.contact .h51{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.9;
	margin-top: 60px;
	border-top: 1px solid #dcdcdc;
	padding-top: 22px;
}
.contact .h52{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 42px;
	margin-bottom: 33px;
}
.contact .h52 img{
	margin-top: -3px;
	margin-right: 10px;
}
.contact .h52 span{
	color: #005bac;
	font-size: 30px;
	font-family: "Arial";
	font-weight: bold;
}
.con_form{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color: #f4f4f4;
	padding-top: 60px;
	padding-bottom: 57px;
}
.con_form .container{
	padding-left: 35px;
}
.con_form .btn-select{
	width: 275px;
	border-left: 0;
	height: 48px;
	font-size: 18px;
	color: #666;
	float: left;
}
.con_form .btn-select.one{
	border-left: 1px solid #dcdcdc;
	margin-left: 0;
}
.con_form .btn-select::before{
	display: none;
}
.con_form .btn-select .cur-select {
	text-indent: 4px;
	height: 48px;
	line-height: 47px;
}
.con_form button{
	width: 232px;
	height: 49px;
	background-color: #005bac;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 49px;
	letter-spacing: 5px;
	position: relative;
	margin-left: 40px;
	float: left;
	margin-top: -2px;
}
.con_form button:after{
	content: '';
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 230px;
	background-color: #0d488e;
	height: 4px;
}
.con_re{
	padding-top: 27px;
	padding-bottom: 35px;
	padding-left: 20px;
}
.con_re .zuo{
	float: left;
	width: 278px;
	padding-top: 21px;
}
.con_re .zuo h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
}
.con_re .zuo h4 span{
	color: #005bac;
}
.con_re .you{
	float: left;
	min-height: 469px;
	border-left: 1px solid #dcdcdc;
	padding-left: 25px;
	padding-top: 21px;
}
.con_re .you ul{
	width: 398px;
	float: left;
	margin-left: 80px;
	padding-right: 80px;
}
.con_re .you ul:first-child{
	margin-left: 0;
}
.con_re .you li{
	margin-bottom: 46px;
}
.con_re .you li .h41{
	color: #005bac;
	font-size: 18px;
	font-family: "微软雅黑";
}
.con_re .you li .h42{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 1.65;
	margin-top: 5px;
}
.con_re .you li .h43{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2;
}
.con_biao{
	border-top: 1px solid #dedede;
	background-color: #f4f4f4;
	padding-top: 71px;
	padding-bottom: 74px;
}
.con_biao h1{
	color: #005bac;
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
}
.con_biao h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.con_biao h4::after{
	content: '';
	position: absolute;
	bottom: -28px;
	width: 38px;
	height: 1px;
	left: 50%;
	margin-left: -19px;
	background-color: #b6b6b6;
}
.con_biao .row{
	margin-left: -13.5px;
	margin-right: -13.5px;
	margin-top: 54px;
}
.con_biao .col-sm-6{
	padding-right: 13.5px;
	padding-left: 13.5px;
}
.con_biao .col-xs-12{
	margin-top: 21px;
}
.con_biao .col-xs-12 input{
	width: 100%;
	height: 51px;
	border: 1px solid #d5d5d5;
	background-color: transparent;
	padding-left: 15px;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.con_biao .col-xs-12 textarea{
	width: 100%;
	height: 123px;
	border: 1px solid #d5d5d5;
	background-color: transparent;
	padding-left: 15px;
	padding-top: 15px;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.yan{
	margin-top: 63px;
}
.yan .input1{
	width: 244px;
	height: 49px;
	border: 1px solid #d5d5d5;
	background-color: transparent;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	float: left;
}
.yan .input2{
	float: right;
	width: 200px;
	height: 41px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	background-color: #005bac;
	margin-top: 8px;
}
.yan .input3{
	float: right;
	width: 200px;
	height: 41px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	background-color: #26ba98;
	margin-right: 21px;
	margin-top: 8px;
}
.yan img{
	float: left;
	margin-left: 27px;
	margin-top: 5px;
	width: 90px;
	height: 40px;
}
.con_xi{
	text-align: center;
	padding-top: 38px;
	padding-bottom: 75px;
}
.con_xi .col-sm-6{
	margin-top: 35px;
}
.con_xi h4{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 29px;
}
.con_xi h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.h_map{
	height: 393px;
	width: 100%;
}
/*11*/
.zuijia{
	padding-top: 52px;
}
.zuijiah{
	padding-top: 0;
}
/*.zuijia h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}*/
.zuijia h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 13px;
}
.zuijia h5.h51{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	margin-top: 52px;
	line-height: 1.7;
}
.zuijial{
	border: 1px solid #dcdcdc;
	margin-top: 57px;
	margin-bottom: 132px;
}
.slick_zui{
	width: 796px;
	float: left;
	margin: 0;
}
.slick_zui .slick-slide{
	padding: 0;
}
.slick_zui .slick-dots{
	display: none !important;
}
.slick_zui .slick-arrow{
	position: absolute;
	bottom: 0;
	width: 89px;
	height: 89px;
	border-left: 1px solid #dcdcdc;
}
.slick_zui .slick-prev{
	background: url(../image/arrow_sl.jpg) no-repeat center center;
	right: -315px;
}
.slick_zui .slick-next{
	background: url(../image/arrow_sr.jpg) no-repeat center center;
	right: -403px;
}
.zuijialz{
	
}
.zuijiar{
	width: 402px;
	float: left;
	display: none;
	padding-top: 93px;
	border-bottom: 1px solid #dcdcdc;
	height: 501px;
	padding-left: 48px;
	padding-right: 42px;
}
.zuijialz .zuijiar:first-child{
	display: block;
}
.zuijiar h5{
	color: #005bac;
	font-size: 14px;
	font-family: "微软雅黑";
}
.zuijiar h4{
	color: #005bac;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.zuijiar ul{
	margin-top: 26px;
}
.zuijiar li{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.8;
}
/*.zuijia02{
	padding-top: 90px;
	border-top: 1px solid #dcdcdc;
}*/
.zuijia02 h5{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 1.7;
	margin-bottom: 53px;
}
.zuijia02 .divhover .imgk{
	overflow: hidden;
	position: relative;
}
.zuijia02 .divhover .imgk img{
	width: 100%;
}
.zuijia02 .divhover p{
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	position: relative;
	padding-top: 5px;
	margin-top: 13px;
	padding-bottom: 5px;
	margin-bottom: 17px;
	padding-left: 14px;
}
.zuijia02 .divhover p a{
	color: #333;
	position: relative;
	z-index: 1;
	display: block;
}
.zuijia02 .divhover p img{
	opacity: 0;
	margin-left: 10px;
	margin-top: -3px;
}
.zuijia02 .divhover p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #005bac;
}
.zuijia02 .divhover p:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #005bac;
	opacity: 0.6;
}
.zuijia02 .divhover{
	display: block;
	width: 100%;
}
.zuijia02 .divhover:hover a{
	color: #fff;
	text-align: center;
}
.zuijia02 .divhover:hover p img{
	opacity: 1;
}
.zuijia02 .divhover:hover p:after{
	width: 100%;
}
.zuijia02 .divhover:hover .imgk img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.zuijia03{
	background-color: #f7f7f7;
}
.zuijia03l{
	width: 112px;
	float: left;
}
.zuijia03l h4{
	color: #005bac;
	font-family: "微软雅黑";
	font-size: 24px;
	margin-top: 124px;
	position: relative;
}
.zuijia03l h4::after{
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: #005bac;
}
.zuijia03r{
	border-left: 1px solid #dcdcdc;
	width: 1088px;
	float: left;
	padding-left: 181px;
	padding-right: 64px;
	padding-top: 50px;
	padding-bottom: 75px;
}
.slick_zui2{
	margin-left: -38px;
	margin-right: -38px;
}
@font-face {
	font-family: 'RC';
	src: url('../font/Roboto-Condensed.eot');
	src: url('../font/Roboto-Condensed.woff') format('woff'), 
	url('../font/Roboto-Condensed.ttf') format('truetype'), 
	url('../font/Roboto-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.slick_zui2 .slick-dots{
	position: absolute;
	top: 162px;
	left: -102px;
}
.slick_zui2 .slick-dots::after{
	content: '';
	position: absolute;
	right: -31px;
	top: 50%;
	margin-top: -139px;
	width: 1px;
	height: 278px;
	background-color: #005bac;
}
.slick_zui2 .slick-dots::before{
	content: '';
	position: absolute;
	right: -37px;
	top: 50%;
	margin-top: -4px;
	width: 7px;
	height: 8px;
	background: url(../image/arrow_san.jpg) no-repeat center center;
	z-index: 1;
}
.slick_zui2 .slick-dots li{
	color: #999;
	font-size: 16px;
	font-family: "RC";
	line-height: 2.2;
	cursor: pointer;
}
.slick_zui2 .slick-dots li.slick-active{
	color: #333;
}
.slick_zui2 .slick-slide{
	padding-right: 38px;
	padding-left: 38px;
}
/*.zuik{
	border: 1px solid #eee;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 44px;
}
.zuikn{
	display: inline-block;
	text-align: left;
}*/

.zuik{
	border: 1px solid #eee;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 44px;
	padding-left: 15px;
	padding-right: 15px;
}
.zuikn{
	display: inline-block;
	text-align: left;
	max-width: 100%;
}
.zuikn .imgk{
	text-align: center;
}
.zuikn img{
	max-width: 100%;
}



.zuikn h5{
	color: #525252;
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 30px;
}
.zuikn .more_z{
	display: inline-block;
	margin-top: 13px;
	color: #005bac;
	font-family: "微软雅黑";
	font-size: 14px;
}
.zuikn .more_z img{
	margin-left: 7px;
	margin-top: -3px;
}
/*12*/
.banzi{
	position: absolute;
	top: 118px;
	right: 15px;
	width: 632px;
	height: 355px;
	background-color: #fff;
	padding-top: 50px;
	padding-left: 55px;
	padding-right: 50px;
	z-index: 1;
	display: none;
}
.banzip{
	position: static;
	display: none;
	padding-left: 0;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	width: auto;
	padding-bottom: 35px;
}
.banzi h4{
	color: #005bac;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 1.5;
}
.banzi h5{
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
.zuijiax{
	padding-top: 29px;
}
.zuijiax h1{
	color: #005bac;
	font-family: "微软雅黑";
	font-size: 48px;
}
.zuijiax h3{
	color: #005bac;
	font-family: "微软雅黑";
	font-size: 24px;
	margin-top: 21px;
}
.zuijiap{
	margin-top: 51px;
	margin-bottom: 112px;
}
.zuijiap p{
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 2.3;
}
.zuijiap .row{
	margin-top: 27px;
	margin-left: -11px;
	margin-right: -11px;
}
.zuijiap .col-sm-6{
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 30px;
}
.zuijiap .col-sm-6 img{
	width: 100%;
}
.zuijiax .zuijia03{
	border-top: 1px solid #dcdcdc;

}
@media screen and (min-width: 1200px) {
	.banzi{
		display: block;
	}
	.banzip{
		display: none;
	}
	/*.zuijia .banner{
		height: 593px;
	}*/
	.zuijia .banner .img_z{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
		width: auto;
	}
}
.zuijiax03 .slick_jie .slick-dots{
	display: none !important;
}
/*10*/
.gongsi1{
	padding-top: 52px;
	padding-bottom: 64px;
	/* background: url(../image/NO.png) no-repeat bottom 30px right 50px; */
	background-color: #f5f5f5;
}
.gongsi h1{
	color: #333;
	font-size: 72px;
	font-family: "RT";
}
.gongsi h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体 CN","微软雅黑";
	margin-top: 13px;
}
.gongsi12{
	width: 100%;
	padding: 0;
	margin-top: 61px;
}
.gongsi12 .row{
	margin:0;
}
.gongsi12 .col-lg-6{
	padding: 0;
}
.gongsi12img{
	width: 100%;
}
.gongsi12 .gongsi122{
	padding-left: 105px;
	padding-right: 88px;
	padding-top: 48px;
}
.gongsi12 h4{
	color: #333;
	font-size: 36px;
	font-family: "微软雅黑";
	margin-top: 50px;
	margin-bottom: 20px;
}
.gongsi12 h4 img{
	float: left;
	margin-top: -80px;
	margin-right: 41px;
}
.gongsi12 h3{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2.2;
	text-indent: 2em;
	margin-top: 42px;
}
.gongsi12 h3 span{
	color: #005bac;
}
.gongsi12 h3 .span1{
	font-size: 24px;
}
.gongsi12 p{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2.2;
	text-indent: 2em;
	margin-top: 42px;
}
.gongsi2{
	background: url(../image/sanjiao.png) no-repeat top right 360px;
	background-color: #fff;
	padding-top: 56px;
	padding-bottom: 45px;
}
.gongsi2 h1{
	font-size: 60px;
}
.gongsi2 h2{
	margin-top: 26px;
}
.gongsi22 {
	margin-top: 58px;
}
.gongsi22 .wenhua01{
	width: 25%;
	text-align: center;
	float: left;
}
.gongsi22 .wenhua01 .zik{
	display: inline-block;
	text-align: center;
}
.gongsi22 .wenhua01 .zik img{
	max-height: 100%;
}
.gongsi22 .wenhua011{
	/*width: 34%;*/
}
.gongsi22 .wenhua010{
	/*text-align: left;*/
}
.gongsi22 .wenhua01 h4{
	color: #666;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 17px;
}
.gongsi22 .wenhua01 h5{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.9;
	margin-top: 17px;
}
.gongsi3{
	background: url(../image/sanjiao2.png) no-repeat top right 360px;
	background-color: #f5f5f5;
	padding-top: 86px;
	padding-bottom: 103px;
}
.gongsi32b{
	background: url(../image/guan02.jpg) no-repeat center center;
	height: 496px;
}
.gongsi32{
	margin-top: 59px;
}
.gongsi32 .gongsil{
	width: 580px;
	float: left;
	margin-top: 255px;
	margin-left: 145px;
	text-align: center;
}
.gongsi32 .gongsil h6{
	color: #fff;
	margin-top: 7px;
	text-align: center;
}
.slick_gongsi .slick-prev{
	background: url(../image/arrow_l3.png) no-repeat center center;
	width: 41px;
	height: 41px;
	left: -64px;
}
.slick_gongsi .slick-next{
	background: url(../image/arrow_r3.png) no-repeat center center;
	width: 41px;
	height: 41px;
	right: -64px;
}
.slick_gongsi .slick-dots{
	bottom: -31px;
}
.slick_gongsi .slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.7;
	vertical-align: middle;
}
.slick_gongsi .slick-dots li.slick-active{
	width: 18px;
	height: 18px;
	background-color: #005bac;
	border: 4px solid #fff;
	opacity: 1;
}

.gongsi32 .gongsir{
	float: left;
	width: 545px;
	background-color: #fff;
	padding-top: 60px;
	padding-left: 65px;
	padding-right: 80px;
	height: 385px;
	margin-top: 55px;
	margin-left: 185px;
}
.gongsi32 .gongsir h4{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.gongsi32 .gongsir ul{
	margin-top: 44px;
    height:215px; overflow-y:auto;
}
.gongsi32 .gongsir li{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.9;
}
.gongsi32 .gongsir li span{
	color: #28b998;
}
.gongsi_con{
	width: auto;
	padding-right: 0;
	padding-left: 15px;
}
/*09*/
.fangx.act{

}
.nav_fang{
	float: left;
	width: 443px;
	text-align: right;
	padding-right: 35px;
	padding-top: 115px;
}
.fangx.act .nav_fang{
	position: fixed;
	top: 100px;
}
.fangx.act .fangr{
	margin-left: 443px;
}
.nav_fang h4{
	color: #333;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-bottom: 36px;
}
.nav_fang h5{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 2;
	cursor: pointer;
}
.nav_fang h5.act{
	color: #005bac;
}
.nav_fang ul{

}
.nav_fang li{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.55;
}
.nav_fang li span{
	cursor: pointer;
}
.nav_fang li span.act{
	color: #005bac;
}
.fangr {
	float: left;
	border-left: 1px solid #dcdcdc;
	padding-right: 0;
	padding-left: 0;
	padding-top: 113px;
}
.fangr h2{
	color: #005bac;
	font-size: 36px;
	font-family: "微软雅黑";
	margin-bottom: 63px;
}
.fangr h3.h31{
	color: #005bac;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 57px;
	line-height: 57px;
	background: #fafafa;
	border-left: 6px solid #005bac;
	margin-right: 181px;
	margin-bottom: 56px;
	padding-left: 22px;
}
.fangr h3.h312{
	margin-bottom: 65px;
}
.fangr1{
	padding-bottom: 55px;
	margin-right: 181px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 60px;
}
.fangr1 p{
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.9;
	text-indent: 2em;
}
.fangr2{
	border: 1px solid #dcdcdc;
	margin-bottom: 62px;
}
.fangr21 .fangr21l,
.fangr23 .fangr21l,
.fangr21 .slick_fang,
.fangr23 .slick_fang
{
	float: left;
}
.fangr22 .slick_fang,
.fangr22 .fangr21l
{
	float: right;
}
.fangr21l{
	width: 402px;
	padding-top: 60px;
}
.fangr21l h3{
	color: #005bac;
	font-size: 24px;
	font-family: "微软雅黑";
}
.fangr21l h5{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.85;
	margin-top: 24px;
	margin-bottom: 35px;
	padding-right: 45px;
}
.fangr21l h6{
	color: #005bac;
	font-size: 18px;
	font-family: "微软雅黑";
	margin-top: 2px;
}
.fangr21l ul{
	padding-left: 16px;
	margin-top: 5px;
}
.fangr21l li{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.1;
}
.fangr22 .fangr21l li{
	color: #333;
}
.slick_fang{
	margin: 0;
}
.fangr21l1{
	padding-left: 45px;
	/*border-bottom: 1px solid #dcdcdc;
	height: 468px;*/
}
.fangr21lxi{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 63px;
	border-top: 1px solid #dcdcdc;
	background: #fff;
}
.fangr21lxi button{
	width: 87px;
	height: 63px;
	border-left: 1px solid #dcdcdc;
}
.fangr22 .fangr21lxi{
	text-align: right;
}
.fangr21lxi .btn1{
	background: url(../image/arrow_sl.jpg) no-repeat center center;
	margin-left: 228px;
}
.fangr21lxi .btn2{
	background: url(../image/arrow_sr.jpg) no-repeat center center;
	margin-left: -4px;
	border-right: 1px solid #dcdcdc;
}
@media screen and (min-width: 1199px) {
	.slick_fang .slick-arrow{
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	.fangr21lxi{
		display: none;
	}
}
.slick_fang .slick-slide{
	padding: 0;
}
.slick_fang .slick-slide img{
	width: 100%;
}
@media screen and (max-width: 1360px) and (min-width: 1200px) {
	.slick_fang .slick-slide img{
		height: 262px;
		width: auto;
	}
	.fangr21l1{
		overflow: hidden;
	}
}
.slick_fang .slick-arrow{
	width: 87px;
	height: 63px;
	border-left: 1px solid #dcdcdc;
	bottom: 0;
	top: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.slick_fang .slick-prev{
	background: url(../image/arrow_sl.jpg) no-repeat center center;
	bottom: 0;
}
.slick_fang .slick-next{
	background: url(../image/arrow_sr.jpg) no-repeat center center;
}
.slick_fang1 .slick-next,
.slick_fang3 .slick-next{
	left: -87px;
}
.slick_fang1 .slick-prev,
.slick_fang3 .slick-prev{
	left: -174px;
}
.slick_fang2 .slick-next{
	right: -403px;
}
.slick_fang2 .slick-prev{
	right: -317px;
}
.slick_fang.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.fangd{
	border: 1px solid #dcdcdc;
	padding-top: 58px;
	padding-right: 68px;
	padding-left: 45px;
	padding-bottom: 75px;
	margin-right: 181px;
}
.fangd h4{
	color: #005bac;
	font-size: 24px;
	font-family: "微软雅黑";
}
.fangd h5{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.9;
	margin-top: 37px;
}
.fangd ul{
	margin-top: 32px;
}
.fangd li{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.1;
}
.fangd li span{
	color: #005bac;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 0;
}
.fanganx{
	text-align: right;
	margin-right: 181px;
	padding-top: 63px;
	padding-bottom: 62px;
}
.fanganx a{
	display: inline-block;
	width: 224px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	text-align: center;
	background-color: #74b7e1;
}
.fanganx a span{
	position: relative;
	z-index: 1;
}
.fanganx a img{
	position: relative;
	z-index: 1;
	margin-left: 20px;
	margin-top: -5px;
}
.fanganx a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #5ea4c7;
}
.fanganx a:hover::after{
	height: 100%;
}
.fangrbb{
	border-bottom: 1px solid #dcdcdc;
	padding-left: 76px;
}
.fangtitle{
	color: #005bac;
	font-size: 30px;
	font-family: "微软雅黑";
	padding-left: 85px;
	line-height: 152px;
}



/*媒体查询*/
@media screen and (max-width: 1750px) {
	.gongsi12 .gongsi122 {
		padding-left: 72px;
		padding-right: 50px;
	}
	.gongsi32 .gongsir{
		margin-left: 141px;
	}
}
@media screen and (max-width: 1650px) {
	.gongsi32 .gongsir{
		margin-left: 114px;
	}
	.gongsi32 .gongsil{
		margin-left: 118px;
	}
}
@media screen and (max-width: 1550px) {
	.gongsi32 .gongsir{
		margin-left: 80px;
	}
	.gongsi32 .gongsil{
		margin-left: 80px;
	}
	.slick_gongsi .slick-prev{
		left: -47px;
	}
	.slick_gongsi .slick-next{
		right: -47px;
	}
}
@media screen and (max-width: 1500px) {
	.ban .slick-next {
		margin-right: -597px;
	}
	.ban .slick-prev {
		margin-left: -597px;
	}
	.product_l .ul2 li{
		width: 25%;
	}
}
@media screen and (max-width: 1400px) {
	.gongsi12 .gongsi122 {
		padding-left: 40px;
		padding-right: 30px;
	}
	.gongsi32 .gongsil {
		width: 526px;
	}
	.gongsi32 .gongsir {
		width: 505px;
	}
}
@media screen and (max-width: 1380px) {
	.slick_chan .slick-next {
		right: -41px;
	}
	.slick_chan .slick-prev {
		left: -41px;
	}
	.jie .slick_jie .slick-prev{
		left: -46px;
	}
	.jie .slick_jie .slick-next{
		right: -46px;
	}
	.product_l .ul2 li{
		width: 50%;
	}
}
@media screen and (max-width: 1230px) {
	.head_pc .li_item {
		padding: 0px 19px;
		padding-top: 40px;
	}
	.xiala .xiala_r {
		width: 673px;
	}
	.xiala .xiala_r ul{
		margin-left: 0;
	}
	.xiala .xiala_r li{
		margin-left: 41px;
	}
	.dong .dongtair {
		width: 374px;
	}
	.dong .dongtail {
		width: 766px;
	}
	footer .ul_di {
		margin-left: 91px;
	}
	footer .ul_di ul {
		width: 188px;
	}
	.best_kuang .best_con {
		width: 1014px;
	}
	.best_kuang .best_img {
		width: 572px;
	}
	.best_kuang .best_zi {
		width: 346px;
	}
	.best {
		background-size: auto 100%;
	}
	.news04 .you {
		width: 644px;
	}
	.slick_news .slick-next{
		right: -46px;
	}
	.slick_news .slick-prev{
		left: -46px;
	}
	.speech .tu .tit {
		width: 820px;
	}
	.future_list .h_lp {
		width: 770px;
	}
	.con_re .you ul {
		margin-left: 78px;
	}
	.con_re .zuo {
		width: 240px;
	}
	.slick_zui {
		width: 736px;
	}
	.zuijia03r {
		width: 1028px;
	}
	.gongsi32 .gongsir {
		width: 460px;
		padding-left: 49px;
		padding-right: 49px;
	}
}
@media screen and (max-width: 1199px) {
	.header_top,
	.head_pc,
	.dong .dongtair .imgk,
	footer .di_dis,
	.product_l .ul1
	{
		display: none;
	}
	.head_ph,
	.product_btn
	{
		display: block;
	}
	.main{
		padding-top: 60px;
	}
	.ban .slick-dots {
		bottom: 15px;
	}
	.ban .slick-next {
		right: 30px;
		margin-right: 0;
	}
	.ban .slick-prev {
		left: 30px;
		margin-left: 0;
	}
	.dong .dongtair {
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}
	.dong .dongtail {
		width: 100%;
	}
	footer {
		padding-top: 0;
	}
	.best_kuang .best_con {
		width: 814px;
	}
	.best_kuang .best_zi {
		width: 300px;
	}
	.best_kuang .best_img {
		width: 418px;
	}
	.product_l .ul2 li{
		width: 33.333%;
	}
	.product_list h1,
	.product_list h2{
		padding-left: 0;
	}
	.product_nei01 .pnei_1 {
		padding-right: 46px;
	}
	.product_nei03 .ul2 {
		margin-right: 94px;
	}
	.recruit .tuijian h6{
		padding: 0;
	}
	.list_down .downr {
		width: 100%;
		border-left: 0;
		padding-left: 0;
		padding-right: 25px;
	}
	.list_down .downl {
		text-align: left;
	}
	.news02 .img_s {
		width: 522px;
	}
	.news03{
		margin-top: 46px;
	}
	.news03 .slick_news{
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	.news04 .zuo {
		width: 100%;
		padding-right: 10px;
	}
	.news04 .zuo h3{
		height: auto;
	}
	.news04 .zuo h5{
		margin-top: 0;
	}
	.news04 .you{
		width: 100%;
		padding-left: 24px;
		border: 0;
		padding-right: 10px;
	}
	.speech .tu .tit {
		width: 620px;
	}
	.speech .tu .tit .img1 {
		margin-left: 38px;
		margin-right: 18px;
	}
	.speech .zhici img.fr {
		width: 524px;
	}
	.future_list .h_lp {
		width: 636px;
	}
	.con_re .you ul {
		width: 337px;
		margin-left: 0;
	}
	.con_form button {
		width: 89px;
		margin-left: 6px;
	}
	.con_form button::after{
		width: 87px;
	}
	.slick_zui {
		width: 100%;
	}
	.slick_zui img{
		width: 100%;
	}
	.zuijiar{
		width: 100%;
	}
	.slick_zui .slick-prev{
		z-index: 1;
		right: 89px;
		background-color: #fff;
	}
	.slick_zui .slick-next{
		right: 0;
		background-color: #fff;
	}
	.zuijia03r {
		width: 828px;
		padding-right: 27px;
	}
	.slick_zui2 .slick-slide {
		padding-right: 20px;
		padding-left: 20px;
	}
	.slick_zui2 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.gongsi_con{
		padding-right: 15px;
	}
	.gongsi22 .wenhua011 {
		width: 25%;
	}
	.gongsi22 .wenhua01 {
		width: 25%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.gongsi22 .wenhua010{
		padding-left: 0;
	}
	.gongsi22 .wenhua012{
		padding-right: 0;
		text-align: right;
	}
	.gongsi32b {
		background: url(../image/guan02.jpg) no-repeat top center;
		height: auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.gongsi32 .gongsil{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 0;
	}
	.gongsi32 .gongsir{
		width: 100%;
		margin-left: 0;
		padding-bottom: 46px;
		height: auto;
	}
	.slick_gongsi .slick-prev {
		left: 16px;
		z-index: 1;
		background-image: url(../image/arrow_l.png);
	}
	.slick_gongsi .slick-next {
		right: 16px;
		z-index: 1;
		background-image: url(../image/arrow_r.png);
	}
	.nav_fang{
		display: none;
	}
	.fangr{
		float: none;
		border-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.fangrbb {
		padding-left: 0;
	}
	.fangr h3.h31,
	.fangr1{
		margin-right: 0;
	}
	.fangr21l {
		width: 100%;
	}
	.slick_fang.slick-dotted.slick-slider{
		width: 100%;
	}
	.slick_fang img{
		width: 100%;
	}
	.fangr21l1 {
		height: auto;
		padding-bottom: 42px;
	}
	.slick_fang .slick-prev{
		right: 87px;
		bottom: auto;
		left: auto;
		top: -63px;
		border-top: 1px solid #dcdcdc;
	}
	.slick_fang .slick-next{
		right: 0;
		bottom: auto;
		left: auto;
		top: -63px;
		border-top: 1px solid #dcdcdc;
	}
	.fangd,
	.fanganx{
		margin-right: 0;
	}
	.gongsi3,
	.gongsi2{
		background-image: none; 
	}
	.slick_gongsi .slick-dots {
		bottom: -19px;
	}
	.banzip{
		display: block;
	}
	.product_nei03 .jiegou{
		padding-left: 0;
	}

}
@media screen and (max-width: 991px) {
	.slick_zui2 .slick-dots{
		display: none !important;
	}
	.best,
	.news02 .img_s
	{
		display: none;
	}
	.best2,
	.news02 .img_d
	{
		display: block;
	}
	.search .input
	{
		width: 100%;
	}
	.chan_lun {
		padding-left: 30px;
		padding-right: 30px;
	}
	.slick_chan .slick-next{
		right: -15px;
	}
	.slick_chan .slick-prev{
		left: -15px;
	}
	.jie .slick_jie .slick-prev {
		left: 9px;
		top: 44%;
	}
	.jie .slick_jie .slick-next {
		right: 9px;
		top: 44%;
	}
	.banner h1{
		font-size: 30px;
	}
	.product_l .ul2 li{
		width: 33.333%;
	}
	.product_l .ul2 li{
		width: 50%;
	}
	.product_nei {
		padding-top: 0;
	}
	.product_nei01 .pnei_1{
		width: 100%;
		padding-right: 0;
	}
	.product_nei01 .pnei_1 .h32 {
		margin-top: 38px;
	}
	.product_nei01 .pnei_2 {
		width: 100%;
		margin-top: 40px;
	}
	.product_nei01 .pnei_2 .slick-dots {
		bottom: -50px;
	}
	.product_nei01 .pnei_3 {
		margin-top: 110px;
		text-align: center;
		width: 100%;
	}
	.product_nei03 .jiegou div {
		width: 100%;
	}
	.news02 .img_d{
		width: 100%;
	}
	.news02 h5 {
		height: auto;
		margin-bottom: 23px;
	}
	.slick_news .slick-prev {
		left: -2px;
		z-index: 1;
	}
	.slick_news .slick-next {
		right: -2px;
	}
	.newsx .newsxc .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.newsx .newsxc .col-sm-6{
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 53px;
	}
	.newsx {
		padding-top: 38px;
		padding-bottom: 55px;
	}
	.newsx .newsf {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.speech .tu .tit {
		width: 400px;
		font-size: 21px;
	}
	.speech .tu .tit .img1{
		width: 30px;
		margin-top: -23px;
		margin-left: 26px;
		margin-right: 14px;
	}
	.speech .zhici img.fr {
		width: 294px;
	}
	.future_list .h_lp {
		width: 100%;
	}
	.future_list{
		background: transparent;
	}
	.future_list .col-md-4{
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 58px;
	}
	.future_list .col-md-4:nth-child(3){
		border-right: 1px solid #dcdcdc;
	}
	.future_list .col-md-4:nth-child(1),
	.future_list .col-md-4:nth-child(4){
		padding-left: 15px;
	}
	.future_list .row{
		border-left: 1px solid #dcdcdc;
	}
	.con_form .btn-select {
		width: 50%;
		margin-bottom: 15px;
	}
	.con_form button {
		width: 50%;
		margin-left: 0;
		height: 48px;
		margin-top: 0;
	}
	.con_re .zuo {
		width: 100%;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 20px;
	}
	.con_re .you {
		float: left;
		min-height: auto;
		width: 100%;
		border: 0;
		padding-left: 0;
	}
	.con_re .you ul {
		width: 50%;
	}
	.yan .input3,
	.yan .input2
	{
		width: 160px;
	}
	.zuijia03l {
		width: 100%;
	}
	.zuijia03l h4 {
		margin-top: 51px;
	}
	.zuijia03l h4::after{
		display: none;
	}
	.zuijia03r {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}
	.gongsi22 .wenhua01 {
		width: 50%;
		text-align: center !important;
		margin-top: 20px;
	}
	.con_form .btn-select:nth-child(3) {
		border-left: 1px solid #dcdcdc;
		margin-left: 0;
	}
	.con_form button::after {
		width: 99%;
	}
	.con_form .container {
		padding-left: 15px;
	}

}
@media screen and (max-width: 767px) {
	.ban .slick-arrow,
	.product_nei01 .pnei_2 .slick-arrow,
	.newsx .newsf,
	.slick_zui .slick-arrow,
	.slick-prev, .slick-next
	{
		display: none !important;
	}
	.search .container,
	.ban .slick-slide img.img_s,
	.color,
	.jie .slick_jie,
	.dong .dongtai_pc,
	.kefu .container,
	.nav_er,
	.banner .img_s,
	.h_lp,
	.banner_nav,
	.speech .tu .tit,
	.speech .zhici img.fr
	{
		display: none;
	}
	.search .sou_img,
	.ban .slick-slide img.img_d,
	.slick_jie2,
	.dong .dongtai_ph,
	.kefu .kefu_ph,
	.banner .img_d,
	.h_phpage
	{
		display: block;
	}
	.slick_chan .slick-dots{
		display: block !important;
	}
	.ban .slick-dots li{
		margin-left: 6px;
		margin-right: 6px;
		width: 6px;
		height: 6px;
	}
	.ban .slick-dots li.slick-active {
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
	}
	.ban .slick-dots {
		bottom: 5px;
	}
	.search{
		height: 36px;
		padding-top: 7px;
	}

	.slick_chan .slick-next{
		background: url(../image/arrow_rx.png) no-repeat center center;
		width: 21px;
		height: 21px;
	}
	.slick_chan .slick-prev{
		background: url(../image/arrow_lx.png) no-repeat center center;
		width: 21px;
		height: 21px;
	}
	.chan_lun p{
		font-size: 14px;
	}
	.chan_lun .imgk {
		height: 128px;
	}
	.sh2{
		font-size: 24px;
	}
	.sh5{
		font-size: 12px;
		margin-top: 12px;
	}
	.chan {
		padding-top: 23px;
		padding-bottom: 17px;
	}
	.chan_lun {
		margin-top: 26px;
	}
	.best2 {
		padding-top: 23px;
	}
	.jie {
		padding-top: 31px;
	}
	.slick_jiel {
		margin-top: 10px;
	}
	.dong {
		padding-top: 14px;
		padding-bottom: 10px;
	}
	.dong .dongtair {
		margin-top: 12px;
	}
	.dong .dongtair li a{
		color: #666;
		font-size: 14px;
	}
	.dong .dongtair li {
		padding-bottom: 5px;
		padding-top: 8px;
	}
	.kefu {
		background-color: #fff;
		padding-top: 17px;
		padding-bottom: 0;
	}
	footer .banqu_di {
		padding-top: 13px;
		padding-bottom: 11px;
	}
	footer .banqu_di .span5{
		width: 100%;
		display: inline-block;
		margin-top: 6px;
	}
	.product_list h1{
		font-size: 30px;
		padding-top: 25px;
	}
	.product_list h2{
		font-size: 18px;
		margin-top: 5px;
	}
	.product_l {
		margin-top: 33px;
	}
	.product_l .ul2 .img_k {
		height: 150px;
	}
	.product_l .ul2 .img_k img{
		max-height: 100%;
	}
	.product_l .ul2 h3,
	.product_l .ul2 .zi a.a{
		font-size: 12px;
	}
	.product_l .ul2 li{
		display: none;
	}
	.product_l .ul2 li:nth-child(1),
	.product_l .ul2 li:nth-child(2),
	.product_l .ul2 li:nth-child(3),
	.product_l .ul2 li:nth-child(4),
	.product_l .ul2 li:nth-child(5),
	.product_l .ul2 li:nth-child(6),
    .product_l .ul2 li:nth-child(7),
    .product_l .ul2 li:nth-child(8)
	{
		display: block;
	}
	.product_nei01 .pnei_2 .slick-slide{
		height: auto;
	}
	.product_nei01 .pnei_3 .lian_a{
		margin-top: 5px;
	}
	.product_nei01 {
		padding-bottom: 68px;
	}
	.main .nav_san li {
		margin-right: 8px;
		margin-left: 8px;
	}
	.nav_san li a {
		font-size: 14px;
	}
	/*03*/
	.recruit h1{
		font-size: 30px;
	}
	.recruit h2{
		font-size: 18px;
	}
	.recruit {
		padding-top: 21px;
		padding-bottom: 30px;
	}
	.recruit h2{
		margin-top: 5px;
	}
	.recruit h4 {
		font-size: 14px;
		margin-top: 18px;
	}
	.recruit .img {
		margin-top: 25px;
	}
	.recruit h5 {
		font-size: 18px;
		margin-top: 26px;
	}
	.recruit .ul1 {
		margin-top: 22px;
	}
	.recruit .ul1 li{
		font-size: 14px;
	}
	.recruit .lian_a{
		margin-top: 30px;
	}
	.recruit .tuijian{
		margin-top: 10px;
	}
	.recruit .tuijian h3 {
		font-size: 18px;
	}
	.recruit .tuijian h6 {
		font-size: 14px;
		line-height: 2;
		margin-top: 11px;
		height: 92.4px;
	}
	.recruit .tuijian .more_re{
		margin-top: 0;
	}
	.down {
		padding-top: 33px;
	}
	.down h1{
		font-size: 30px;
	}
	.down h2{
		font-size: 18px;
	}
	.sou_down {
		margin-top: 28px;
	}
	.sou_down .col-sm-6{
		margin-top: 5px;
	}
	.sou_down .input button {
		width: 78px;
	}
	.list_down {
		padding-top: 8px;
	}
	.news01 {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.news01 h1{
		font-size: 30px;
	}
	.news01 h2{
		font-size: 18px;
		margin-top: 7px;
	}
	.news02 {
		padding-top: 26px;
		padding-bottom: 31px;
	}
	.news02 h4 {
		font-size: 14px;
	}
	.news02 h3 {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.3;
	}
	.news02 h5{
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.news03 {
		margin-top: 26px;
	}
	.news03 .slick_news{
		padding-top: 26px;
	}
	.slick_news h5 {
		margin-top: 18px;
		margin-bottom: 20px;
	}
	.news04 {
		padding-top: 10px;
	}
	.news04 .zuo{
		padding: 0;
	}
	.news04 .you{
		padding: 0;
	}
	.news04 .zuo h3 {
		font-size: 16px;
	}
	.news04 .zuo h5 {
		margin-top: 5px;
		font-size: 12px;
		color: #666;
	}
	.news04 .you h5 {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 0px;
	}
	.newsx h3 {
		font-size: 18px;
		line-height: 1.3;
	}
	.newsx .newsxc p {
		font-size: 12px;
	}
	.newsx .newsxc .row {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.newsx .newsxc .col-sm-6{
		margin-bottom: 25px;
	}
	.newsx .newspage .span1{
		width: 100%;
	}
	.newsx .newspage .span2{
		width: 100%;
		margin-top: 15px;
        float:left;
	}
	.speech {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.speech h1{
		font-size: 30px;
	}
	.speech h2{
		font-size: 18px;
	}
	.speech .tu img.fl{
		width: 100%;
		height: auto;
	}
	.speech .zhici p {
		font-size: 14px;
		line-height: 2;
	}
	.speech .tu {
		margin-top: 22px;
	}
	.speech .zhici {
		padding-top: 22px;
	}
	.future_list .row{
		margin-left: 0;
		margin-right: 0;
	}
	.future h1{
		font-size: 30px;
	}
	.future h2{
		font-size: 18px;
		margin-top: 7px;
	}
	.future {
		padding-top: 25px;
		padding-bottom: 0;
	}
	.future_list {
		margin-top: 26px;
	}
	.faq h1{
		font-size: 30px;
	}
	.faq h2{
		font-size: 18px;
		margin-top: 7px;
		margin-bottom: 18px;
	}
	.faq {
		padding-top: 17px;
	}
	.faq .faq1 {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 25px;
	}
	.faq00 {
		padding-top: 0;
	}
	.faq .faq1 h4{
		height: auto;
		white-space: inherit;
		padding-top: 33px;
		padding-bottom: 33px;
		line-height: 24px;
	}
	.faq h3 {
		font-size: 14px;
		margin-top: 31px;
		margin-bottom: 24px;
	}
	.contact h1{
		font-size: 30px;
	}
	.contact h2{
		font-size: 18px;
		margin-top: 7px;
	}
	.contact {
		padding-top: 19px;
	}
	.contact .h51 {
		margin-top: 25px;
	}
	.contact .h52 {
		font-size: 18px;
	}
	.contact .h52 span {
		font-size: 20px;
	}
	.con_re .you ul{
		width: 100%;
		padding-right: 0;
	}
	.con_re .you li {
		margin-bottom: 13px;
	}
	.yan {
		margin-top: 21px;
	}
	.yan .input1 {
		width: 173px;
	}
	.yan .input3, .yan .input2 {
		width: 100%;
		margin-right: 0;
	}
	.h_map {
		height: 240px;
	}
	.zuijia {
		padding-top: 17px;
	}
	.zuijia h1{
		font-size: 30px;
	}
	.zuijia h2{
		font-size: 18px;
		margin-top: 7px;
	}
	.zuijia h5.h51 {
		font-size: 14px;
		margin-top: 18px;
	}
	.zuijial {
		margin-top: 25px;
		margin-bottom: 32px;
	}
	.zuijiar {
		padding-top: 39px;
		border-bottom: 0;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}
	/*.zuijia02 {
		padding-top: 26px;
	}*/
	.zuijia02 h5 {
		font-size: 14px;
		margin-bottom: 27px;
	}
	.zuijia03r {
		padding-top: 22px;
		padding-bottom: 31px;
	}
	.zuijiax {
		padding-top: 12px;
	}
	.zuijiax h1{
		font-size: 30px;
	}
	.zuijiax h3{
		font-size: 18px;
		margin-top: 7px;
	}
	.zuijiap {
		margin-top: 13px;
		margin-bottom: 45px;
	}
	.zuijiap .row {
		margin-top: 0;
	}
	.zuijiax03{
		display: none;
	}
	.gongsi h1{
		font-size: 30px;
	}
	.gongsi h2{
		font-size: 18px;
		margin-top: 7px;
	}
	.gongsi1 {
		padding-top: 22px;
		padding-bottom: 22px;
		background: #f5f5f5;
	}
	.gongsi12 {
		margin-top: 22px;
	}
	.gongsi12 .gongsi122 {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 22px;
	}
	.gongsi12 h4 img{
		display: none;
	}
	.gongsi12 h4 {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.gongsi12 h3 {
		font-size: 14px;
		margin-top: 8px;
	}
	.gongsi12 h3 .span1 {
		font-size: 16px;
	}
	.gongsi2 {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.gongsi22 {
		margin-top: 22px;
	}
	.gongsi22 .wenhua01 h4 {
		font-size: 18px;
	}
	.gongsi22 .wenhua01 h5 {
		font-size: 14px;
	}
	.gongsi22 .wenhua01 {
		width: 100%;
		text-align: center !important;
		margin-top: 20px;
	}
	.gongsi3 {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.gongsi32 {
		margin-top: 22px;
	}
	.gongsi32 .gongsir {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 29px;
	}
	.fangr{
		padding-top: 30px;
	}
	.fangr h2 {
		margin-bottom: 30px;
	}
	.fangr h3.h31{
		margin-bottom: 30px;
	}
	.fangr1 {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.fangr h3.h312 {
		margin-bottom: 30px;
	}
	.fangr21l {
		padding-top: 30px;
	}
	.fangr21l1 {
		padding-left: 15px;
	}
	.fangr21l h5 {
		margin-bottom: 30px;
		padding-right: 15px;
	}
	.fangr21l1 {
		padding-bottom: 30px;
	}
	.slick_fang .slick-prev, 
	.slick_fang .slick-next{
		display: none !important;
	}
	.fangr2 {
		margin-bottom: 30px;
	}
	.fangr21l ul {
		padding-left: 0;
	}
	.fangd {
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px;
	}
	.fangd h5 {
		margin-top: 30px;
	}
	.fanganx {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fangtitle {
		padding-left: 0;
		text-align: center;
	}
	.product_nei03 .jiegou img{
		max-width: 100%;
	}
	.chan_lun .slick-slide img {
		height: 100%;
	}

}
@media screen and (max-width: 449px) {
	.product_l .ul2 li{
		width: 100%;
	}
}



/*20200102*/
.Security1{ width:100%; background:#fff; padding:55px 0 97px 0;}
.Security1 .tit{ float:left; width:100%; color:#333333; font-size:30px; line-height:40px; font-weight:bold;}
.Security1 .info{ float:left; width:100%; color:#666666; font-size:14px; line-height:24px; margin:27px 0 39px 0;}
.Security1 .cont{ float:left; width:100%;}
.Security1 .box1{ float:left; width:51.33%;}
.Security1 .box1 .lab{ float:left; width:100%; margin:0 0 28px 0; position:relative; padding-right:16px;}
.Security1 .box1 .lab1{ padding-right:186px;}
.Security1 .box1 .ico1{ float:left; width:57px; text-align:center; position:absolute; left:0; top:50%; margin-top:-10px; border-right:1px solid #dcdcdc; }
.Security1 .box1 .ico1 img{ width:20px; height:20px; display:block; margin:0 auto;}
.Security1 .box1 .inpt{ float:left; width:100%;}
.Security1 .box1 .fv0{ float:left; width:100%; border:1px solid #dcdcdc; color:#999999; font-size:14px; height:46px; line-height:24px; padding:10px 20px 10px 77px;}
.Security1 .box1 .xing{ float:left; color:#e50000; font-size:16px; line-height:32px; position:absolute; right:0; top:0;}
.Security1 .box1 .yanzhengma{ float:left; width:152px; height:46px; position:absolute; top:0; right:16px;}
.Security1 .box1 .inpt1{ width:300px; background:#005bac;}
.Security1 .box1 .inpt1:after{ float:left; width:300px; height:4px; position:absolute; left:0; bottom:0; content:''; background:#0d488e; z-index:4;-webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	 -o-transition: 0.5s ease;
		transition: 0.5s ease;}
.Security1 .box1 .fv1{ float:left; width:100%; height:46px; line-height:44px; background:none; color:#fff; font-size:16px; position:relative; z-index:6; border:none; outline:none;}
.Security1 .box1 .inpt1:hover:after{ height:100%;}
.Security1 .box2{ float:right; width:41.42%; min-height:300px; border-left:1px solid #dcdcdc; padding:0 9.66% 0 7.33%;}
.Security1 .box2 .tit1{ float:left; width:100%; color:#333333; font-size:20px; line-height:20px;}
.Security1 .box2 .tit2{ float:left; width:100%; color:#666666; font-size:14px; line-height:24px; margin:18px 0 12px 0;}
.Security1 .box2 .img{ float:left; width:100%; line-height:0;}
.Security1 .box2 .img img{ width:166px; height:85px;}
.Security1 .box2 .p1{ float:left; width:100%; color:#666666; font-size:14px; line-height:26px; margin-top:24px;}
@media screen and (max-width: 1199px) {
.Security1 .box2{ padding:0 2.66% 0 5.33%;}	
.nav_san1 li{margin-left: 40.5px; margin-right: 40.5px;}
}
@media screen and (max-width: 991px) {
.nav_san1 li{margin-left: 20.5px; margin-right: 20.5px;}
}

@media screen and (max-width: 767px){
.Security1{ padding:20px 0 30px 0;}	
.Security1 .tit{ font-size:18px; line-height:28px;}
.Security1 .info{ margin:5px 0 12px 0;}
.Security1 .box1{ width:100%; padding:0;}	
.Security1 .box1 .lab{ margin:0 0 14px 0; padding-right:10px;}
.Security1 .box1 .fv0{ height:36px; padding:5px 10px 5px 50px;}
.Security1 .box1 .ico1{ width:40px; margin-top:-8px;}
.Security1 .box1 .ico1 img{ width:16px; height:16px;}
.Security1 .box1 .yanzhengma{width:114px; height:36px; right:10px;}
.Security1 .box1 .lab1{ padding-right:130px;}
.Security1 .box1 .inpt1{ width:160px;}
.Security1 .box1 .inpt1:after{ width:160px; height:3px;}
.Security1 .box1 .fv1{ height:36px; line-height:32px;}
.Security1 .box2{ width:100%; padding:0; border:none; min-height:100px;}
.Security1 .box2 .tit1{ font-size:16px; line-height:26px;}	
.Security1 .box2 .tit2{ margin:0 0 6px 0;}
.Security1 .box2 .p1{ line-height:24px; margin-top:10px;}
.main .nav_san1 li{margin-left:4px; margin-right:4px;}
}
@media screen and (max-width: 413px){
.main .nav_san1 ul{ margin:0 -10px;}	
.main .nav_san1 li{margin-left:3px; margin-right:3px;}

}
@media screen and (max-width: 374px){
.main .nav_san1 li{margin-left:2px; margin-right:2px;}
.main .nav_san1 li a{ font-size:12px;}

}

.head_ph .logo {
    width: 140px;
    margin: 0 auto;
}
.head_ph .logo img {
    width: auto;
    height: auto;
}

.gongsi22 .wenhua01 {
    width: 33.333333%;
}
@media screen and (max-width: 1199px){
	.gongsi22 .wenhua01 {
		width: 33.333333%;
	}
}
@media screen and (max-width: 767px){
	.gongsi22 .wenhua01 {
		width: 100%;
	}
}

/*22.10.12*/
/*
rgb(0,216,195)
*/
.head_pc .li_item.act a,
.head_pc .li_item.active a {
	color: rgb(0,216,195);
}
.head_pc .li_item a::after {
    background-color: rgb(0,216,195);
}
.ban .slick-dots li.slick-active {
    background-color: rgb(0,216,195);
}
.search .input button {
    background-color: rgb(0,216,195);
}
.xiala .xiala_r li a:hover {
    color: rgb(0,216,195);
}
.sh2 {
    color: rgb(0,216,195);
}
.sh5 {
    color: rgb(0,216,195);
}
.chan_lun .slick-slide:hover p {
    color: rgb(0,216,195);
}
.best_kuang .ul1 span.active {
    color: rgb(0,216,195);
}
.best_kuang .best_con:after {
    background-color: rgb(0,216,195);
}
.best_kuang .best_zi .ul2 h4 {
    color: rgb(0,216,195);
}
.jie .slick-slide p:before {
    background-color: rgb(0,216,195);
}
.jie .slick-slide p:after {
    background-color: rgb(0,216,195);
}
.dong .dongtair li:hover a {
    color: rgb(0,216,195);
}
.nav_er a:last-child {
    color: rgb(0,216,195);
}
.gongsi12 h4 img{
    display: none;    
}
.best_kuang .best_zi .best_a:hover {
    color: rgb(0,216,195);
}
.nav_san li a:hover, .nav_san li a.active {
    color: rgb(0,216,195);
}
.news02 h4 {
    color: rgb(0,216,195);
}
.slick_news .slick-slide:hover h5 a {
    color: rgb(0,216,195);
}
.news04 .col-xs-12::before {
    background-color: rgb(0,216,195);
}
.news04 .col-xs-12:hover .zuo {
    color: rgb(0,216,195);
}

.news04 .col-xs-12:hover .more_a {
    color: rgb(0,216,195);
}
.product_l .ul1 li a:hover {
    color: rgb(0,216,195);
}
.product_l .ul_d li.on a {
    color: rgb(0,216,195);
}
.product_l .ul2 li:hover a {
    color: rgb(0,216,195);
}
.product_l .ul2 .zi a.a {
    color: rgb(0,216,195);
}
.product_nei01 .pnei_1 .h32 {
    color: rgb(0,216,195);
}
.product_nei01 .pnei_2 .slick-dots li {
    background-color: rgb(0,216,195);
}
.product_nei02 li p {
    color: rgb(0,216,195);
}
.list_down .downk::before {
    background-color: rgb(0,216,195);
}
.list_down .downk:hover h4, .list_down .downk:hover h5, .list_down .downk:hover h6, .list_down .downk:hover h6 a {
    color: rgb(0,216,195);
}
.list_down .downl h1 {
    color: rgb(0,216,195);
}
.list_down .downl h5 {
    color: rgb(0,216,195);
}
.list_down .downk:hover .downr {
    border-color: rgb(0,216,195);
}
.sou_down .input button {
    background-color: rgb(0,216,195);
}
.lpage li:hover, .lpage .activepage{
    color: rgb(0,216,195);
    border-color: rgb(0,216,195);
}
.Security1 .box1 .inpt1 {
    background-color: rgb(0,216,195);
}
.recruit .tuijian .col-sm-4:hover h3 a {
    color: rgb(0,216,195);
}
.recruit .tuijian .more_re {
    color: rgb(0,216,195);
}
.Security1 .box1 .inpt1:after {
    background: rgb(0,216,195);
}
.solu .lcon1 .slide a {
    color: rgb(0,216,195) !important;
}
.more {
    color: rgb(0,216,195) !important;
}
.solu .lcon2 h1 {
    color: rgb(0,216,195) !important;
}
.slick-dots li.slick-active button {
    border: 4px solid rgb(0,216,195) !important;
    background: rgba(255,255,255, 1) !important;
}
.slick-dots li button {
    background: rgba(0,216,195, .4) !important;
}
.nav_fang h5.act {
    color: rgb(0,216,195);
}
.fangr h2 {
    color: rgb(0,216,195);
}
.fangr h3.h31 {
    color: rgb(0,216,195);
    border-left: 6px solid rgb(0,216,195);
}
.fangd h4 {
    color: rgb(0,216,195);
}
.fanganx a {
    background-color: rgb(0,216,195);
}
.fangtitle {
    color: rgb(0,216,195);
}
.fanganx a::after {
    background-color: rgb(0,216,195);
}
.govern .lcon1 .head {
    background: rgb(0,216,195) !important;
}
.govern .lcon1 .content li {
    color: rgb(0,216,195) !important;
}
.contact .h52 span {
    color: rgb(0,216,195) !important;
}
.con_form button {
    background-color: rgb(0,216,195) !important;
}
.con_form button:after {
    background-color: rgb(0,216,195) !important;
}
.con_re .you li .h41 {
    color: rgb(0,216,195) !important;
}
.con_biao h1 {
    color: rgb(0,216,195) !important;
}
.yan .input2 {
    background-color: rgb(0,216,195) !important;
}
.yan .input3 {
    background-color: #005bac;
}
.con_re .zuo h4 span {
    color: rgb(0,216,195) !important;
}
footer .lian_di .span2 .ma_di {
     height: auto; 
}

.govern .lcon1 .content li {
    color: #333 !important;
}

.gongsi3 .slick-dots li button{
	/* width: 100%;
	height: 100%;
	border-radius: 50%; */
	display: none !important;
}

.gongsi3 .slick_gongsi .slick-dots li.slick-active{
	background: rgb(0,216,195);
}

.faq .faq1:hover h4 {
    color: rgb(0,216,195);
}

.faq .faq1 h5 span{
	color: rgb(0,216,195);
}

.fangr21l h3 {
    color: rgb(0,216,195);
}


/*.he_icon.on img{*/
/*    transform: rotate(180deg);*/
/*}*/

