﻿
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 80px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03,
.mainImg .pic04 {
	width: 100%;
	height: 800px;
	float: left;
}

.mainImg .slick-active {
}

.mainImg .pic01 {
	background: url(../image/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(http://jiuzhouxinhui.com/template/default/images/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(http://jiuzhouxinhui.com/template/default/images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic04 {
	background: url(http://jiuzhouxinhui.com/template/default/images/mainimg04.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #F8770F;
}

.feature {
	margin: 0 auto 50px;
	width: 90%;
	min-width: 1200px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.feature li {
	padding: 30px 0;
	width: 25%;
	float: left;
	font-size: 16px;
	text-align: center;
}

.feature li p {
	color: #666;
	font-size: 15px;
}

.feature li span {
	display: block;
	color: #FF7800;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.feature .fea01 span {
	padding-left: 40px;
	display: inline-block;
	background: url(http://jiuzhouxinhui.com/template/default/images/icon01.png) no-repeat left 10px;
	background-size: 30px 30px;
}

.feature .fea02 span {
	padding-left: 40px;
	display: inline-block;
	background: url(../image/icon02.png) no-repeat left 10px;
	background-size: 30px 30px;
}

.feature .fea03 span {
	padding-left: 40px;
	display: inline-block;
	background: url(http://jiuzhouxinhui.com/template/default/images/icon03.png) no-repeat left 10px;
	background-size: 30px 30px;
}

.feature .fea04 span {
	padding-left: 40px;
	display: inline-block;
	background: url(../image/icon04.png) no-repeat left 10px;
	background-size: 30px 30px;
}

.proLead {
	margin-bottom: 30px;
}

.proLead li {
	margin: 0 1% 15px;
	width: 18%;
	float: left;
}

.proLead li a {
	padding: 8px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	background: #006DD3;
}

.proLead li a:hover {
	background: #FF7800;
}

.product {
	margin: 0 auto 100px;
	width: 90%;
	min-width: 1300px;
	overflow: hidden;
}

#conts .product {
	margin: 0;
	width: auto;
	min-width: inherit;
}

#top_scroll {
	height: 1200px;
	overflow: hidden;
}

.product .proList li {
	margin: 0 1% 30px;
	width: 23%;
	float: left;
}

#conts .product .proList li {
	width: 31.3333333%;
}

.product .proList li a {
	display: block;
}

.product .proList li a .photo {
	overflow: hidden;
}

.product .proList li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product .proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product .proList li a p {
	padding: 15px 15px;
	color: #000;
	font-size: 16px;
	overflow: hidden;
	background: #EBEBEB;
}

.product .proList li a p span {
	margin: -5px 0;
	padding: 5px 0;
	width: 120px;
	color: #000;
	float: right;
	font-size: 15px;
	text-align: center;
	background: #fff;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product .proList li a:hover p span {
	color: #fff;
	background: #006DD3;
}


.about {
	overflow: hidden;
}

.about .inner {
	padding-bottom: 50px;
	background: url(../image/about_bg.jpg) no-repeat center top;
	background-size: cover;
}

.about .subBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.about .textBox {
	padding: 60px 0 20px;
	width: 600px;
	float: right;
}

.about .textBox h3 {
	color: #006DD3;
	font-size: 50px;
	font-family: Impact;
	line-height: 1.2;
}

.about .textBox .ttl {
	margin-bottom: 30px;
	color: #006DD3;
	font-size: 30px;
	font-weight: bold;
}

.about .textBox .text {
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	text-indent: 2em;
}

.about .textBox .link {
	margin-top: 20px;
}
	
.about .textBox .link a {
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	border-radius: 50px;
	background: #FF7800;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.about .textBox .link a:hover {
	background: #006DD3;
}

.about .youshi {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

.about .youshi ul {
	padding: 30px 0;
	background: #FF7800;
	border-radius: 20px;
}

.about .youshi li {
	margin: 0 2.5%;
	width: 20%;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.about .youshi li img {
	height: 60px;
}

.about .youshi li .name {
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.case {
	margin: 0 auto;
	padding: 70px 0;
	width: 83%;
	min-width: 1300px;
	position: relative;
}

.case li {
	margin-right: 25px;
	width: 375px;
	float: left;
}

.case li .photo {
	overflow: hidden;
}

.case li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: #F1F1F1;
}

.case .prev {
	margin-top: -24px;
	width: 26px;
	height: 48px;
	position: absolute;
	left: -50px;
	top: 60%;
	cursor: pointer;
	background: url(../image/left.png) no-repeat left top;
}

.case .next {
	margin-top: -24px;
	width: 26px;
	height: 48px;
	position: absolute;
	right: -50px;
	top: 60%;
	cursor: pointer;
	background: url(../image/right.png) no-repeat left top;
}

.advantage {
	margin: 0 auto 100px;
	width: 90%;
	min-width: 1300px;
}

.advantage .inner {
	position: relative;
}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}

}

.rotat{
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
}
.rotat1{
    -webkit-transform: rotate(360deg);
    animation: rotation 5s linear infinite;
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
}

.advantage {
	overflow: hidden;
}

.advantage .inner .fix {
	margin-left: -229px;
	width: 458px;
	height: 458px;
	position: absolute;
	left: 50%;
	top: -1px;
	z-index: 30;
	overflow: hidden;
	border: 40px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
}

.advantage .inner .fix img {
	width: 100%;
	border-radius: 50%;
}

.advantage .adList {
	z-index: 10;
	position: relative;
}

.advantage .adList li {
	margin-bottom: 50px;
	padding: 50px 50px 0;
	width: 50%;
	height: 203px;
	float: left;
	color: #fff;
	z-index: 10;
	font-size: 16px;
	box-sizing: border-box;
	background: #FF7800;
	border-radius: 30px;
}

.advantage .adList li .title {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.advantage .adList .ad01 {
	padding-right: 220px;
}

.advantage .adList .ad02 {
	padding-left: 260px;
	float: right;
}

.advantage .adList .ad02 {
	color: #000;
	background: #F1F1F1;
}

.advantage .adList .ad03 {
	padding-right: 220px;
	color: #000;
	background: #F1F1F1;
}

.advantage .adList .ad02 .title,
.advantage .adList .ad03 .title {
	color: #FF7800;
}

.advantage .adList .ad03,
.advantage .adList .ad04 {
	margin-bottom: 0;
}

.advantage .adList .ad04 {
	padding-left: 260px;
	float: right;
}

.banner {
	height: 185px;
	background: url(../image/banner_bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner .sub {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
	position: relative;
}

.banner .sub p {
	padding-top: 48px;
	float: left;
	color: #fff;
	font-style: oblique;
	font-size: 35px;
	font-weight: bold;
}

.banner .sub p span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.banner .sub .tel {
	padding-top: 34px;
	float: right;
	color: #fff;
	font-size: 20px;
}

.banner .sub .tel span {
	display: block;
	font-size: 40px;
	font-family: Impact;
	line-height: 1.2;
}

.banner .sub .pic {
	position: absolute;
	left: 51%;
	top: 10%;
}
	
.banner .sub .pic img {
	width: 250px;
}

.news {
	margin: 0 auto;
	padding: 60px 0;
	width: 90%;
	min-width: 1300px;
}

.news .imgList li {
	margin: 0 1% 15px;
	width: 23%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

.news .imgList li .date {
	width: 90px;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #FF7800;
}

.news .imgList li .date span {
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
}

.news .imgList li .pic {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.news .imgList li .pic img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news .imgList li .textBox {
	padding: 15px 20px 20px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.news .imgList li a:hover .textBox {
	background: #065BBA;
	border: 1px solid #065BBA;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li .textBox .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li a:hover .textBox .ttl,
.news .imgList li a:hover .textBox .txt {
	color: #fff;
}

.pageAbout {
	margin: 0 auto 50px;
	width: 90%;
	min-width: 1300px;
}

.pageAbout h3 {
	margin-bottom: 30px;
	color: #006DD3;
	font-size: 40px;
	text-align: center;
}

.pageAbout h3 .en {
	margin-bottom: -50px;
	display: block;
	color: #EFEFEF;
	font-size: 60px;
	font-family: Impact;
	line-height: 1.2;
}

.pageAbout h3 .ttl {
	padding: 0 50px;
	display: inline-block;
	position: relative;
}

.pageAbout h3 .ttl:before {
	margin-top: -15px;
	width: 25px;
	height: 31px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../image/icon09.png) no-repeat left top;
}

.pageAbout h3 .ttl:after {
	margin-top: -15px;
	width: 25px;
	height: 31px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../image/icon10.png) no-repeat left top;
}

.pageAbout p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 1.8;
}


.detailBox {
	margin: 0 auto;
	width: 1200px;
}

#conts .detailBox {
	width: auto;
	overflow: hidden;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #1488F5;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 20px;
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #1488F5;
	font-size: 22px;
	text-align: center;
	border: 1px solid #1488F5;
	border-radius: 5px;
	background: url(../image/tel01.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #1488F5;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(http://jiuzhouxinhui.com/template/default/images/icon01.png) no-repeat left center;
	background-size: 15px 15px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #1488F5;
}

.detailBox .subDetail {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.detailBox .subDetail img {
	margin: 0 auto;
	display: block;
}

.detailBox .content img {
	margin: 0 auto 20px;
	display: block;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.detailBox video {
	margin: 0 auto;
	display: block;
}

.qianhou {
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

.pageNews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageNews li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.pageNews li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews li .textBox {
	padding-left: 230px;
}

.pageNews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.pageNews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

.pageNews li .textBox .date {
	font-size: 14px;
	color: #999;
}

.pageNews li a:hover {
	background: #1488F5;
}

.pageNews li a:hover .textBox .ttl,
.pageNews li a:hover .textBox .txt,
.pageNews li a:hover .textBox .date {
	color: #fff;
}

.conList {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent {
	margin: 0 auto;
	height: 390px;
	border: 1px solid #ccc;
}

.huishou {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 90%;
	min-width: 1300px;
	font-size: 18px;
	text-align: center;
}

