﻿@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) center;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #339dd1;
	cursor: pointer;
}

.clear,
.clearfix {
	clear: both;
}


/*头部开始*/

.header {
	width: 100%;
	height: 190px;
}

.hTop {
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	color: #333;
}

.hTopBox {
	width: 1100px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}

.hTopBoxName {
	font-size: 14px;
}

.hTopBoxTel {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	font-size: 14px;
}

.hTopBoxTel a {
	margin-left: 40px;
	box-sizing: border-box;
	position: relative;
	color: #333;
}

.hTopBoxTel a:hover {
	color: #333;
	text-decoration: underline;
}

.hTopBoxTel a:after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background: #333;
	margin-left: 10px;
	box-sizing: border-box;
	position: absolute;
	right: -28px;
	top: 10px;
}

.hTopBoxTel a:last-child::after {
	content: "";
	width: 0;
}

.hMain {
	width: 100%;
	height: 140px;
	background: url(../images/footbg.jpg) no-repeat center;
	margin: 0 auto;
	box-sizing: border-box;
}

.hMainBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.hlogoImg {
	float: left;
}

.hName {
	width: 124px;
	float: left;
	padding-top: 36px;
	padding-left: 20px;
	color: #FFF;
}

.hName h2 {
	font-size: 24px;
	letter-spacing: 6px;
	font-weight: normal;
	color: #FFF;
}

.hName p {
	font-family: arial;
	font-size: 14px;
	color: #FFF;
}

.hName p:nth-child(2) {
	letter-spacing: 1px;
	font-size: 12px;
}

.hName p:nth-child(3) {
	font-size: 12px;
	letter-spacing: 1px;
}

.hlogoImg img {
	transform: translateY(42px);
}

.hlogoImgAp {
	font-size: 20px;
	color: #2b2a29;
	letter-spacing: 25px;
	transform: translateY(-25px);
}

.hlogoLine {
	float: left;
	width: 1px;
	height: 140px;
	background: #999;
	margin: 27px 40px 0 40px;
}


/*.hlogoName {
	color: #333;
	float: left;
	margin-top: 50px;
	height: 45px;
	border-left: 1px solid #999;
}*/

.hlogoNameCN {
	width: 270px;
	height: 50px;
	font-weight: bold;
	margin-left: 20px;
	color: #FFF;
	float: left;
	margin-top: 50px;
	height: 45px;
	font-size: 13px;
	border-left: 1px solid #30c076;
	position: relative;
}

.hlogoNameCN1 {
	position: absolute;
	left: 74px;
	letter-spacing: 2px;
	top: 30px;
}

.hlogoNameCN2 {
	letter-spacing: 4px;
	font-size: 15px;
	position: absolute;
	left: 106px;
	top: 0;
}

.hlogoNameCN3 {
	font-size: 15px;
	position: absolute;
	left: 31px;
	top: 26px;
}

.hlogoNameCN4 {
	font-size: 15px;
	position: absolute;
	left: 46px;
	top: 11px;
}

.hlogoNameCN5 {
	font-size: 15px;
	position: absolute;
	left: 71px;
	top: 2px;
}

.hlogoNameENG {
	font-size: 12px;
}

.hlogoLoacateP {
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}

.hlogoLoacateP:before {
	content: url(../images/telico2.png);
	position: absolute;
	left: 0;
	top: 0;
}

.hlogoLoacateP p:nth-child(1) {
	font-size: 14px;
	letter-spacing: 6px;
}

.hlogoLoacateP p:nth-child(2) {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: arial;
}


/*导航开始*/

.hnav {
	width: 100%;
	height: 49px;
	background: #fff;
	line-height: 49px;
	text-align: center;
}

.nav {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}

.navL {
	float: left;
	height: 70px;
	padding-top: 25px;
	box-sizing: border-box;
}

.navLP {
	color: #fff;
	font-size: 16px;
}

.navbox {
	float: left;
}

.navLi {
	float: left;
	position: relative;
	margin: 0 1px;
	height: 100%;
}

.navLiA {
	font-size: 14px;
	z-index: 11;
	color: #333;
	padding: 15px 29px;
	position: relative;
}

.navLi:hover {
	background:  #339dd1;
}


/*.navLiA:after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #838383;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
}

.navLi:last-child .navLiA:after {
	width: 0;
}*/

.navLiA:hover {
	color:  #339dd1;
}

.navLiAOn {
	color:  #339dd1;
}


/*二级菜单*/

.navSonUl {
	width: 160px;
	height: 0;
	background: rgba(0, 0, 0, .7);
	box-sizing: border-box;
	position: absolute;
	top: 49px;
	left: 50%;
	z-index: 10;
	transform: rotateY(90deg);
	transition: .2s;
	text-align: center;
}

.navSonLi {
	height: 30px;
	line-height: 30px;
	background: rgba(111, 186, 44, 0.9);
	position: relative;
}

.navSonLi:hover {
	background: rgba(125, 193, 65, 0.75);
	color: #fff;
}

.navLi:hover .navSonUl {
	transform: rotateY( 0deg) translateX(-50%);
}

.navSonA {
	color: #fff;
	font-size: 14px;
}

.navSonA:hover {
	text-decoration: underline;
}

.navSonLi:hover .navSonA {
	color: #fff;
}


/*三级菜单*/

.navSonLiUl {
	position: absolute;
	left: 100%;
	top: 0;
	transition: .3s;
}

.navSonLiUl {
	transform: rotateY(90deg);
}

.navSonLi:hover .navSonLiUl {
	transform: rotateY(0deg);
}

.navSonLiUlOneA {
	display: block;
	width: 160px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	background: rgba(125, 193, 65, 0.75);
	color: #fff;
}

.navSonLiUlOneA:hover {
	text-decoration: underline;
	color: #fff;
}


/*导航结束*/


/*头部结束*/


/*轮播图开始*/

.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.carousel .pic_box {
	width: 10000px;
}

.carousel .pic_box li {
	float: left;
}

.carousel .pic_box li img {
	display: block;
}

.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
}

.left {
	left: -10%;
}

.right {
	right: -10%;
}

.carousel:hover .left {
	left: 0;
}

.carousel:hover .right {
	right: 0;
}

.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0 auto;
}

.control {
	color: red;
	background: #c5c8cc;
	margin: 10px;
	width: 40px;
	height: 4px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}

.active {
	background:  #339dd1;
	transition: .5s;
	width: 50px;
}


/*轮播图结束*/


/*搜索*/

.search_div {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.searchBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
	box-sizing: border-box;
}

.searchWord {
	width: 800px;
	margin-top: 18px;
	float: left;
	font-size: 14px;
	color: #238ecb;
	padding-left: 110px;
	box-sizing: border-box;
	position: relative;
}

.searchWord span {
	position: absolute;
	left: 0;
	top: 0px;
	color:  #339dd1;
	/* width: 201px; */
	height: 53px;
	background: url(../images/hotimg.jpg) no-repeat center;
}

.searchWord a {
	color: #333;
	line-height: 22px;
	margin-right: 10px;
	font-size: 14px;
}

.searchWord a:hover {
	text-decoration: underline;
}

.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}


/**/

.search {
	float: right;
	width: 260px;
	height: 30px;
	position: relative;
	margin-top: 14px;
}

.search .search_tow {
	width: 100%;
	height: 100%;
	padding-right: 63px;
	padding-left: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	background:  #339dd1;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 1px solid #999;
}

.search .search_button {
	background:  #339dd1;
	font-size: 16px;
	border: 0;
	color: #ffffff;
	width: 60px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.search .search_tow:focus {
	outline: #fff;
}

.SearchType {
	background: rgba(0, 0, 0, 0);
}

.search .search_tow::-moz-placeholder {
	color: #fff;
}

.search .search_tow::-ms-input-placeholder {
	color: #fff;
}

.search .search_tow::-webkit-input-placeholder {
	color: #fff;
}

.searchIco {
	font-size: 14px;
	position: absolute;
	right: 17px;
	top: 55%;
	transform: translateY(-50%);
}

.searchIco:after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: -12px;
	top: 1px;
}


/*搜索结束*/


/*网站地图开始*/

.mapUl {
	margin: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}

.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}

.mapUlP a {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}


/*.mapUlP a[class="mapLi"] {
	margin-left: 10px;
}
.mapUlP a[class="mapLi"]:first-child {
	margin-left: 0px;
}*/

.mapUlP:hover {
	color: #5B9C34;
}

.mapUl .mapLi {
	color: #666;
}

.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}

.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}

.mapLi:hover {
	color: #5B9C34;
}

.on {
	background: #5B9C34;
}

#to_top {
	width: 30px;
	height: 40px;
	padding: 20px;
	font: 14px/20px arial;
	text-align: center;
	background: red;
	position: fixed;
	cursor: pointer;
	color: #fff;
}

.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}


/*网站地图结束*/

.caseOneTilte {
	text-align: center;
}


/*友情链接开始*/

.links {
	width: 100%;
	height: 81px;
	background: url(../images/linkbg.jpg) no-repeat center;
	border-bottom: 1px solid #ccc;
}

.linksBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.linkL {
	font-size: 17px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.linkR {
	width: 900px;
	position: absolute;
	left: 200px;
	top: 50%;
	transform: translateY(-50%);
}

.linkR a {
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

.linkR a:hover {
	color: #fff;
	text-decoration: underline;
}


/*友情链接结束*/


/*底部开始*/

.footer {
	width: 100%;
	height: 375px;
	background: url(../images/footbg.jpg) no-repeat center;
}

.foot {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}

.footT {
	width: 1100px;
	height: 220px;
	float: left;
	margin: 0 auto;
}

.footT li {
	width: 105px;
	height: 150px;
	margin-right: 30px;
	float: left;
}

.footT li div {
	width: 105px;
	height: 105px;
	overflow: hidden;
}

.footT li div img {
	width: 100%;
}

.footT li p {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

.footTR {
	width: 620px;
	float: right;
	color: #fff;
}

.footTR p {
	font-size: 14px;
	margin-bottom: 20px;
}

.footTR div span {
	margin-right: 20px;
}

.footTR div span a {
	color: #fff;
}

.footTR div span a:hover {
	color: #fff;
	text-decoration: underline;
}

.footTRLine {
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 15px 0;
}

.footNav {
	text-align: center;
	height: 49px;
}

.footNav a {
	margin-right: 40px;
	color: #fff;
}

.footNav a:hover {
	color: #fff;
	text-decoration: underline;
}

.footCopy {
	width: 1100px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-top: 1px solid #ccc;
	font-size: 13px;
}

.footCopy a {
	color: #fff;
}

.footCopy a:hover {
	color: #fff;
	text-decoration: underline;
}


/*底部结束*/