﻿html, body {width:100%;height:100%;min-width: 320px;} /*非常重要的样式让背景图片100%适应整个屏幕*/  
@charset "utf-8";
body 
{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	border:none;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
ul,ol,li{list-style-type:none;}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
a{color: inherit;text-decoration:none;}
.clear{ clear:both;}    

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.top{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: solid 1px #e1e1e1;
}
.top-left{
	float: left;
	font-size: 14px;
	color: #7d7d7d;
}
.top-right{
	float: right;
	font-size: 14px;
	color: #7d7d7d;
}
.top-right .lang{
	float: left;
}
.top-right .lang + .lang{
	margin-left: 19px;
}
.top-right a:hover{
	color: #7f7f7f;
	text-decoration: underline;
}
/*header*/
.header{
	float: left;
	width: 100%;
	padding: 25px 0;
}
.logo{
    float: left;
    width: 657px;
    height: 63px;	
    background: url(../images/logo.jpg) no-repeat left top;
    margin-top: 33px;
}
.header-right{
	float: right;
	width: 260px;
	background: url(../images/tel.jpg) no-repeat left top 24px;
	padding-left: 30px;
}
.header-right .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #37363e;
}
.header-right .sub-title{
	float: left;
	width: 100%;
	font-size: 29px;
	color: #f39500;
	font-weight: bold;
	
}
.header-right img{
	float: left;
	width: 197px;
	height: 52px;
	margin-top: 14px;
}
/*nav*/
.daohang-wrap{
	float: left;
	width: 100%;
	background-color: #159bd2;
	position: relative;
}
.bg-light{
    background-color: transparent !important;
}
.navbar{
	float: left;
	width: 100%;
	padding: 0rem 0rem;
}
.navbar-expand-md .navbar-nav{
	float: left;
	width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item{
	float: left;
	width: 11.11%;
	text-align: center;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 14px 0px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 15px;
}
.navbar-light .navbar-nav .actives .nav-link, .navbar-light .navbar-nav .actives .nav-link{
    background-color: #0d8abd;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	 color: #fff;
    background-color: #0d8abd;
}
.dropdown-menu {
  min-width: 171px;
  padding: 0rem 0;
  margin: 0rem 0 0;
  margin-top: -1px;
  border-bottom: solid 5px #0d8abd;
  text-align: center;
}
.dropdown-item{
	font-size: 13px;
	background-color: #f7f7f7;
	border-bottom: solid 1px #c8eefd;
	padding: 7px 0;
}
.dropdown-item:last-child{
	border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0d8abd;
}
.navbar-nav > li:hover .dropdown-menu {display: block;}

/*hot*/
.hot-word{
	float: left;
	width: 100%;
	padding-bottom: 16px;
	padding-top:16px;
}
.hot-list{
	float: left;
}
.hot-list a{
	font-size: 13px;
	color: #7d7d7d;
	margin-left: 19px;
	transition: .3s;
	display:inline-block
}
.hot-list a:first-child{
	color: #159bd2;
}
.hot-list a:hover{
	color: #159bd2;
}
.search{
	float: right;
	margin-top: -7px;
}
.search .text-text{
	float: left;
	width: 232px;
	height: 33px;
	background-color: #fff;
	border: solid 2px #eeeeee;
}
.search .text-btn{
	float: left;
	width: 42px;
	height: 33px;
	background: url(../images/search.jpg) no-repeat left top;
	border: none;
	margin-left: -1px;
	cursor: pointer;
}
/*轮播*/
.swiper-container{
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container img{
	float: left;
	min-width: 100%;
    width: 100%;
}
.gongsi-title-wrap{
	float: left;
	width: 100%;
	padding: 34px 0;
}
.gongsi-title{
	max-width: 642px;
	margin: 0 auto;
	font-size: 20px;
	font-style: italic;
	color: #159bd2;
	font-weight: bold;
	background: url(../images/two-line.jpg) no-repeat bottom center;
	text-align: center;
	padding-bottom: 15px;
}
/*product*/
.pro-top{
	float: left;
	width: 100%;
}
.pro-top img{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.pro-wrap{
	float: left;
	width: 100%;
}
.left-nav{
	float: left;
	width: 255px;
	border: solid 3px #159bd2;
	margin-bottom:40px;
}
.nav-title{
	float: left;
	width: 100%;
	background-color: #159bd2;
	text-align: center;
	padding: 10px 0;
}
.nav-title .title{
	float: left;
	width: 100%;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
.nav-title .sub-title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase;
}
.nav-list{
	float: left;
	width: 100%;
	padding: 13px 11px 0 11px;
}
.nav-list ul li{
	float: left;
	width: 100%;
	margin-bottom: 11px;
	position: relative;
}
.nav-list ul li > a{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 14px 0;
	background-color: #159bd2;
	text-align: center;
}
.nav-list ul li > a:hover{
	background-color: #f39500;
}
.nav-list .ul-li{
	float: left;
	width: 100%;
	display: none;
}
.nav-list .ul-li a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #159bd2;
	padding: 10px;
	text-align: center;
	border-bottom: dashed 1px #e3e3e3;
}
.nav-list .ul-li a:hover{
	color: #f39500;
}
.nav-list ul li.active > a{
	background-color: #f39500;
}
.nav-list ul li.active .ul-li{
	display: block;
}

.kefu{
	float: left;
	width: 100%;
	min-height: 111px;
	background: url(../images/kefu-pic.jpg) no-repeat left top;
	padding-left: 84px;
	line-height: 23px;
	margin-left: 5px;
}
.kefu .fuwu{
	float: left;
	width: 100%;
	font-size: 17px;
	color: #37363e;
	margin-top: 20px;
}
.kefu .fuwu-tel{
	float: left;
	width: 100%;
	font-size: 21px;
	color: #f39500;
	font-weight: bold;
}
.kefu .fuwu-tel{
	float: left;
	width: 100%;
	font-size: 21px;
	color: #f39500;
	font-weight: bold;
}
.hot-tel{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #37363e;
}
.pro-right{
	float: right;
	width: calc( 100% - 305px );
}
.pro-right-list{
	float: left;
	width: 276px;
	overflow: hidden;
	border-bottom: solid 3px #f39500;
	margin-right: 33px;
	margin-bottom: 22px;
}
.pro-right-list:nth-child(3n){
	margin-right: 0px;
}
.pro-right-list .imgimg{
	float: left;
	width: 276px;
	height: 227px;
	position: relative;
	overflow: hidden;
}
.pro-right-list .img{
	width: 276px;
	height: 227px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.pro-right-list .img img{
	width: 100%;
	height: auto;
}
.pro-right-list .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #0f0f0f;
	text-align: center;
	margin: 22px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-right-list:hover .title{
	color: #f39500;
}
.yincang{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.yincang .ckxq{
	position: absolute;
	width: 146px;
	height: 31px;
	line-height: 31px;
	top: 50%;
	left: 50%;
	margin-left: -73px;
	margin-top: -15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #f39500;
	border-radius: 25px;
}
.pro-right-list:hover .yincang{
	display: block;
}
/*四大优势*/

@media screen and (min-width:320px) and (max-width:768px){
.sdys{
	display: none;
}
.mobile-youshi{
	float: left;
	width: 100%;
	background-color: #159bd2;
	padding: 15px;
	font-size: 25px;
	color: #fff;
	font-style: italic;
	text-align: center;
}
}

@media screen and (min-width:768px){
.mobile-youshi{
	display: none;
}
.sdys{
	float: left;
	width: 100%;
	height: 151px;
	background: url(../images/sidayoushi-title.jpg) no-repeat top center;
	background-size:100% auto;
	margin-top: 53px;
}
}
.youshi-wrap{
	float: left;
	width: 100%;
	padding-top: 22px;
}
.youshi-list{
	float: left;
	width: 100%;
	margin-bottom: 62px;
}
.youshi-left{
	float: left;
	width: 50%;
	background: url(../images/one.jpg) no-repeat left top;
	padding-left: 150px;
	padding-top: 55px;
}

.youshi-list-head{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #5c5c5c;
	font-weight: bold;
}
.youshi-li{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.youshi-li li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #555;
	background: url(../images/li.jpg) no-repeat left top 3px;
	padding-left: 28px;
	margin-bottom: 16px;
}
.youshi-right{
	float: right;
	width: 50%;
	padding-top: 28px;
}
.youshi-right img{
	float: right;
	max-width: 100%;
}
.youshi-left img{
	max-width: 100%;
}
.youshi-left2{
	background: none;
	padding-left: 0px;
	padding-top: 28px;
}
.youshi-right2{
	float: right;
	background: url(../images/two.jpg) no-repeat right top;
	padding-top: 52px;
	padding-right: 150px;
}

.youshi-left3{
	background: url(../images/three.jpg) no-repeat left top;
}

.youshi-right4{
	background: url(../images/four.jpg) no-repeat right top;
	padding-right: 150px;
}
/*about-wrap*/
.about-wrap{
	float: left;
	width: 100%;
	height: 413px;
	background: url(../images/about.jpg) no-repeat top center;
	overflow: hidden;
	padding-top: 64px;
}
.about-left{
	float: left;
	width: 400px;
	height: 276px;
	overflow: hidden;
}
.about-right{
	float: right;
	width: calc( 100% - 459px );
}
.about-right .about-title{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.about-right .about-title .title-title{
	font-size: 24px;
	color: rgba(255,255,255,0.5);
}
.about-right .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 26px;
	margin-bottom: 36px;
}
.about-right .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.about-right .more-jia{
	float: right;
	border-radius: 100%;
}
/*news-problem*/
.news-problem{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.news{
	float: left;
	width: 47%;
	margin-right: 6%;
}
.news:nth-child(2n){
	margin-right: 0;
}
.small-title{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #1896d3;
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/news-ico.jpg) no-repeat left top 8px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.small-title .sub-title{
	font-size: 24px;
	color: #b1b1b1;
	font-weight: bold;
}
.news-list{
	float: left;
	width: 100%;
	padding-left: 15px;
}
.news-list li{
	float: left;
	width: 100%;
	border-bottom: dashed 1px #a9a9ac;
	padding:  17px 0 11px 0px;
}
.news-list li a{
	float: left;
	width: 80%;
	font-size: 16px;
	color: #29282f;
	background: url(../images/news-ico.png) no-repeat left center;
	padding-left: 24px;
	transition: .5s;
}
.news-list li span{
	float: right;
	width: 15%;
	font-size: 14px;
	color: #a9a9ac;
}
.news-list li:hover a{
	color: #ff9c00;
	background: url(../images/news-ico-hover.png) no-repeat left center;
	transform: translate(5px);
}

.problem .small-title{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #1896d3;
	font-weight: bold;
	padding-left: 48px;
	background: url(../images/problem-ico.jpg) no-repeat left top 8px;
}
.problem-list{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 40px;
	background: url(../images/problem-mulu.jpg) no-repeat left top;
	border-bottom: dashed 1px #a9a9ac;
	padding-bottom: 7px;
}
.problem-list .title{
	float: left;
	width: 100%;
	height: 28px;
	font-size: 16px;
	color: #29282f;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.problem-list .title:hover{
	color: #ff9c00;
}
.problem-list .sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 4px;
}
/*rongyu-wrap*/
.rongyu-wrap{
	float: left;
	width: 100%;
	padding-top: 80px;
}
.head{
	float: left;
	width: 100%;
	text-align: center;
}
.head .title{
	font-size: 34px;
	color: #1896d3;
	font-weight: bold;
}
.head .sub-title{
	font-size: 24px;
	color: #b1b1b1;
	font-weight: bold;
	text-transform: uppercase;
}
.rongyu{
	float: left;
	width: 100%;
	border: dashed 1px #a9a9ac;
	margin-top: 30px;
}
/*slider*/
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick { 
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 23px;
	padding-left: 8px;
}
.slick-slide {
	 margin: 0px 25px;
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-slide .imgimg{
	float: left;
	width: 215px;
	height: 261px;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-slide .title{
	float: left;
	width: 215px;
	font-size: 16px;
	color: #29282f;
	margin-top: 14px;
	text-align: center;
}
.slick-slide:hover .title{
	color: #1896d3;
}
.slick-prev:before
{
    display: block;
    content: '';
    background:url(../images/prev.jpg) no-repeat center;
    width: 38px;
    height: 38px;
    
}
.slick-next:before
{
	display: block;
    content: '';
    background:url(../images/next.jpg) no-repeat center;
    width: 38px;
    height: 38px;
}
.slick-prev,
.slick-next
{z-index: 3333333333;}

/*hezuo-top*/
.hezuo-top{
	float: left;
	width: 100%;
	margin-top: 43px;
}
.hezuo-top img{
	float: left;
	width: 100%;
}
.hezuo-wrap{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.head-li{
	display: block;
	width: 315px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.hezuo{
	float: left;
	width: 100%;
	border: dashed 1px #a9a9ac;
	margin-top: -17px;
	padding: 40px 24px 20px 24px;
}
.hezuo .imgimg{
	float: left;
	width: 211px;
	height: 68px;
	margin-right: 23px;
	margin-bottom: 15px;
}
.hezuo .imgimg:nth-child(5n){
	margin-right: 0px;
}
.hezuo .imgimg img{
	float: left;
	max-width: 100%;
	height: auto;
}
/*links-wrap*/
.links-wrap{
	float: left;
	width: 100%;
	margin-top: 57px;
}
.links-head{
	float: left;
	width: 100%;
	background: url(../images/lianjie-ico.jpg) no-repeat left top 5px;
	padding-left: 28px;
}
.links-head .title{
	float: left;
	font-size: 24px;
	color: #159bd2;
	font-weight: bold;
	margin-left: 3px;
}
.links-head .sub-title{
	float: left;
	font-size: 24px;
	color: #159bd2;
	font-weight: bold;
	margin-left: 5px;
}
.links{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding-left: 27px;
	margin-top: 24px;
	margin-bottom: 63px;
	line-height: 25px;
}
.links a{
	white-space:nowrap;
}
.links a + a{
	margin-left: 20px;
}
.links a:hover{
	color: #888;
	text-decoration: underline;
}

/*footer-wrap*/
.footer-wrap{
	float: left;
	width: 100%;
	background-color: #1896d3;
	padding-top: 28px;
}
.footer{
	float: left;
	width: 100%;
	border-bottom: solid 1px #3eb1e8;
	padding-bottom: 18px;
}
.footer-left{
	float: left;
	width: 43%;
}
.footer-head{
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
.footer-head .title{
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.footer-head .sub-title{
	float: left;
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
}
.lianxi{
	float: left;
	width: 100%;
}
.lianxi li{
	margin-bottom: 17px;
	font-size: 13px;
	color: #fff;
}
.footer-center{
	float: left;
	width: 162px;
	background: url(../images/wecode-bor-bg.png) no-repeat bottom center;
}
.footer-center img{
	display: block;
	width: 132px;
	height: 132px;
	border: solid 15px #1280bb;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.footer-center .title{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.footer-right{
	float: right;
	width: 36%;
	padding-right: 15px;
	padding-left: 3px;
}
.footer-right-nav{
	float: left;
	width: 100%;
	line-height: 30px;
	
}
.footer-right-nav a{
	font-size: 13px;
	color: #fff;
	margin-right: 45px;
	display:inline-block
}
.footer-right-nav a:hover{
	text-decoration: underline;
}
.return-top{
	float: left;
	width: 100%;
	text-align: center;
}
.return-top img{
	width: 68px;
	height: 71px;
	margin-top: -40px;
	cursor: pointer;
}
/*end*/
.end{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #1896d3;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 23px;
}


/***********产品***************/
.banner{
	float: left;
	width: 100%;
	margin-bottom: 39px;
}
.banner img{
	float: left;
	width: 100%;
}
.pro-nei-right{
	float: right;
	width: calc( 100% - 300px );
	margin-bottom:40px;
}
.weizhi{
	float: left;
	width: 100%;
	background-color: #f0f0f0;
}
.weizhi-left{
	float: left;
	padding:  13px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #159bd2;
	text-align: center;
	overflow: ;
}
.weizhi-right{
	float: right;
	font-size: 15px;
	padding:  15px 20px 15px 20px;
	color: #32a1d4;
	font-weight: bold;
	background: url(../images/weizhi.png) no-repeat left top 15px;
	padding-left: 36px;
	padding-right: 20px;
}
.weizhi-right a:hover{
	color: #2fbdf7;
	text-decoration: underline;
}
.pro-info{
	float: left;
	width: 100%;
	margin-top: 45px;
}
.pro-left{
	float: left;
	width: 384px;
	height: 317px;
	overflow: hidden;
}
.pro-left .imgimg{
	width: 384px;
	height: 317px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
    padding: 17px 11px;
}
.pro-left .imgimg img{
	width: 100%;
	height: auto;
}
.pro-right-nei{
	float: right;
	width: calc( 100% - 420px );
}
.pro-right-title{
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 13px 34px;
	background-color: #159bd2;
}
.rule{
	float: left;
	width: 100%;
	padding-top: 26px;
	border-top: solid 1px #d5d5d5;
	margin-top: 15px;
}
.rule li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: rgba(15,15,15,0.75);
	min-height: 60px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.buy-load{
	float: left;
	width: 100%;
}
.buy-load .buy,.buy-load .load{
	float: left;
	width: 127px;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	color: #fff;
	border-radius: 25px;
	text-align: center;
}
.buy-load .buy{
	background-color: #f39500;
}
.buy-load .load{
	background-color: #159bd2;
	margin-left: 38px;
}
.buy-load .buy:hover{
	background-color: #f0a125;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.buy-load .load:hover{
	background-color: #36aee0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.pro-intro{
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 50px;
	font-weight: bold;
}
.pro-intro .title{
	float: left;
	padding: 13px 39px;
	font-size: 18px;
	color: #fff;
	background-color: #159bd2;
}
.neirong{
	float: left;
	width: 100%;
	min-height: 150px;
	padding-top: 15px;
}
.neirong img{
    float: left;
    width: 100%;
    min-width: 100%;
}
.inp-wrap{
	float: left;
	width: 100%;
	padding: 0 13px;
	padding-top: 55px;
}
.inp-wrap ul li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.inp-wrap .title{
	float: left;
	width: 110px;
	font-size: 14px;
	color: #3d3d3d;
}
.inp-right{
	float: right;
	width: calc( 100% - 110px);
}
.inp-right input{
	float: left;
	width: 215px;
	height: 29px;
	font-size: 14px;
	color: #3d3d3d;
	background-color: #fff;
	border: solid 1px #e4e4e4;
}
.inp-right textarea{
	float: left;
	width: 65%;
	height: 120px;
	border: solid 1px #e4e4e4;
}
.tijiao{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.tijiao input{
	float: left;
	width: 87px;
	height: 33px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: .6s;
}
.tijiao .tijiao-inp{
	background-color: #f39500;	
}
.tijiao .reset-inp{
	background-color: #adadad;
	margin-left: 59px;	
}
.tijiao .tijiao-inp:hover{
	background-color: #d58301;	
}
.tijiao .reset-inp:hover{
	background-color: #9c9b9b;
}
.tuijian-pro{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.tuijian-pro .tuijian-title{
	font-size: 24px;
	color: #1896d3;
	font-weight: bold;
}
.tuijian-pro .tuijian-sub-title{
	font-size: 24px;
	color: #b1b1b1;
	font-weight: bold;
	text-transform: uppercase;
}

/*pro-slide*/
.pro-slide{
	float: left;
	width: 100%;
	padding-top: 31px;
	padding-bottom: 24px;
	overflow:hidden;
}
/**********************滚动***************************************/
.gundongbk
{
	width:100%;
}
.gundongkj
{
	width:100%;
}

.gdbo
{   float:left;
	width:100%;
	margin-top:0px;
	margin-bottom: 1%;
}
.cpzslzjt
{ 
	width: 4%;
	float: left;
	height:38px;
	margin-top:11.5%;
	_display:inline;
	background:url(../images/prev.jpg) center no-repeat;
	cursor:pointer;
}
.cpzsryzz
{
	width: 90%;
	float: left;
	_display:inline;
	overflow:hidden;
	margin-left: 1%;
	margin-right: 1%;
}
.cpzsgdkj
{
	width:2000%;
	float:left;
}
.cpzsryzt
{
	float:left;
	width: 100%;
}
.hao
{
	text-align: center;
	width: 276px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	_display:inline;
	position: relative;
	border-bottom: solid 3px #f2ab49;
}
.yincang2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.yincang2 .ckxq{
	position: absolute;
	width: 146px;
	height: 31px;
	line-height: 31px;
	top: 50%;
	left: 50%;
	margin-left: -73px;
	margin-top: -15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #f39500;
	border-radius: 25px;
}
.hao:hover .yincang2{
	display: block;
}
.hao .img{
	display: block;
	width: 276px;
	height: 227px;
	overflow: hidden;
	position: relative;
}
.hao .img img
{
	width: 100%;
	height:auto;
}
.hao .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: rgb(0,0,0,0.75);
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    
}
.hao .title:hover{
	color: #f2ab49;
	text-decoration: underline;
}
#demo2
{
	float:left;
}
.cpzslyjt
{
	width: 4%;
	float: left;
	height:38px;
	margin-top:11.5%;
	_display:inline;
	background:url(../images/next.jpg) center no-repeat;
	cursor:pointer;
}
.main-02 .left .left-img{ width:178px; height:56px; margin:10px auto;_text-align:center;}
.main-02 .left .left-img img{_margin-left:20px;}
.news-main{_text-align:center;}
/**********************滚动***************************************/
.syp-wrap{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.syp-wrap ul li{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}
.syp-wrap ul li a:hover{
	color: #33a2d8;
}

.nr{ width:100%; text-align:left; line-height:30px; clear:both; padding-top:19px; margin-bottom:24px;}

.nr img{ max-width:100%; height:auto;}

.nr a{ color:#858585; text-decoration:none;}

.nr a:hover{ color:#858585; text-decoration:underline;}

.mod-pager-box
{
    clear:both;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:30px;
    font-family:微软雅黑,Microsoft YaHei;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:30px;
    margin:0 5px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:30px;
    height:30px;
    line-height:30px; cursor:pointer;
    color:#fff;
    background-color:#159bd2;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}

.xwnrsss{ width:96%; border-bottom:dashed 1px #858585; clear:both; overflow:hidden;  font-size:13px; margin-left:2%;}

.xwimgss{ width:2px; height:2px; overflow:hidden; clear:both; float:left; background-image:url(../images/dxs.jpg); margin-top:26px; margin-bottom:0px;}

.xwtits{ overflow:hidden; float:left;padding-left:7px; margin-top:19px; margin-bottom:19px;}

.xltit{  overflow:hidden; clear:both; line-height:30px; width:76%; text-align:left; border-bottom:solid 1px #858585; font-weight:normal;}

.rq{ float:right;  margin-top:19px; margin-bottom:19px;}

.sideBar-contact a{ cursor:pointer;}

.sideBar-contact a:hover{ font-weight:bold;}

.pro-rights{
	float: right;
	width: 100%;
	padding-top:12px;
}
.pro-rights-list{
	float: left;
	width: 276px;
	overflow: hidden;
	border-bottom: solid 3px #f39500;
	margin-right: 33px;
	margin-bottom: 22px;
}
.pro-rights-list:nth-child(3n){
	margin-right: 0px;
}
.pro-rights-list .imgimg{
	float: left;
	width: 276px;
	height: 227px;
	position: relative;
	overflow: hidden;
}
.pro-rights-list .img{
	width: 276px;
	height: 227px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.pro-rights-list .img img{
	width: 100%;
	height: auto;
}
.pro-rights-list .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #0f0f0f;
	text-align: center;
	margin: 22px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-rights-list:hover .title{
	color: #f39500;
}