﻿
body
{
	padding: 0;
	margin: 0;
	font-family: 微软雅黑;
	font-size: 13px;
	/*color: #ccc;*/
	background: #fff;
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd
{
	margin: 0;
	padding: 0;
}
ul, ol
{
	list-style: none;
}

img
{
	vertical-align: top;
	border: 0;
}
a
{
	color: #777;
	font-family: 微软雅黑;
	text-decoration: none;
}
a:hover
{
	color: #1282B5;
	font-family: 微软雅黑;
	text-decoration: none;
}

.logo
{
	width: 250px;
	height: auto;
	float: left;
	margin-top: 20px;
}
.logo a img
{
	width: 250px;
	height: auto;
	float: left;
	margin-top: 15px;
}
/*本例css*/
.bannercom
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.bannerpic
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.bannercom img
{
	width: 100%;
	height: 400px;
	text-align: center;
	border: 0px;
}
/*数字按钮样式*/
.bannercom .num
{
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	left: 50%;
	zoom: 1;
	z-index: 3;
}
.bannercom .num li
{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-family: "微软雅黑" , Arial;
	color: #FFFFFF;
	background: #005d97;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	list-style: none;
}
.bannercom .num li.on
{
	background: #FF7700;
}
/*当前项*/

/*上一个  下一个*/
.bannercom .prev, .bannercom .next
{
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 115px;
}
.bannercom .prev
{
	left: 0;
}
.bannercom .next
{
	right: 0;
	background-position: right;
}

.case-content
{
	margin: 0 auto;
	overflow: hidden;
	width: 1100px;
}
.case-item
{
	float: left;
	margin: 0px 35px;
	margin-bottom: 20px;
}
.case-item a
{
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
}
.ih-item
{
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.ih-item, .ih-item *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a
{
	color: #333;
}
.ih-item a:hover
{
	text-decoration: none;
}
.ih-item img
{
	width: 100%;
	height: 100%;
}
.ih-item.circle, .ih-item.circle .img
{
	position: relative;
	width: 95px;
	height: 95px;
	border-radius: 50%;
}
.ih-item.circle .img:before
{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.ih-item.circle .img img
{
	border-radius: 50%;
}
.ih-item.circle .info
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square
{
	position: relative;
	width: 206px;
	height: 106px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.ih-item.square .info
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect1 .spinner
{
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 50%;
}
.ih-item.circle.effect1 .img
{
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 5px;
	right: 0;
	width: auto;
	height: auto;
}
.ih-item.circle.effect1 .img:before
{
	display: none;
}
.ih-item.circle.effect1.colored .info
{
	background: #1a4a72;
	background: rgba(26,74,114,.6);
}
.ih-item.circle.effect1 .info
{
	top: 5px;
	bottom: 0;
	left: 5px;
	right: 0;
	background: #333;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.ih-item.circle.effect1 .info h3
{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 10px;
	padding: 35px 0 0;
	height: 110px;
	text-shadow: 0 0 1px white,0 1px 2px rgba(0,0,0,.3);
}
.ih-item.circle.effect1 .info p
{
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,.5);
}
.ih-item.circle.effect1 a:hover .spinner
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 50%;
}
.ih-item.circle.effect1 a:hover .info
{
	opacity: 1;
}

.page2
{
	background: #fff;
}
.Conn2
{
	margin: 0 auto;
	width: 1100px;
	height: 100%;
	margin-top: 20px;
}
.box li
{
	width: 345px;
	height: 215px;
	margin-right: 29.5px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #F8F5F5;
}
.toll_img
{
	width: 345px;
	height: 215px;
	overflow: hidden;
}
.toll_img img
{
	width: 345px;
	min-height: 215px;
}
.toll_info
{
	width: 340px;
	height: 200px;
	float: left;
	vertical-align: middle;
	display: table-cell;
	border-bottom: 5px solid #005d97;
}
.toll_info h4
{
	text-align: left;
	width: 345px;
	height: 25px;
	margin: 10px 0px;
	font-size: 17px;
	float: left;
	color: #000;
	margin-left: 10px;
	vertical-align: middle;
	font-family: 微软雅黑;
}
.box li p
{
	float: left;
	padding: 5px 10px;
	font: normal 13px/24px '微软雅黑';
	cursor: pointer;
}
.box li a
{
	color: #666;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}
.Conn3
{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.sub_tg
{
	padding: 0 0 10px;
}

.sub_tg01
{
	text-align: center;
	font-size: 29px;
	color: #1081d9;
	padding: 17px 0 20px;
	width: 1100px;
	margin: 0 auto;
}

.sub_tg02
{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 455px;
	background: url(../images/sub_tg01.jpg) repeat-x left center;
}

.sub_tg03
{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: url(../images/sub_tg01.jpg) repeat-y;
}



.sub_tg04
{
	position: absolute;
	top: 62px;
	left: 0;
	width: 527px;
}

.sub_tg04 dl a
{
	width: 527px;
	height: 121px;
	display: block;
}



.sub_tg04 dl dt
{
	float: right;
	text-align: center;
	width: 117px;
	height: 117px;
	background: url(../images/sub_tg03.jpg) no-repeat;
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari 和 Chrome */
	-o-transition: background 0.5s; /* Opera */
	transition: background 0.5s;
}

.sub_tg04 dl a:hover dt
{
	background: url(../images/sub_tg02.jpg) no-repeat;
}



.sub_tg04 dl dt img
{
	margin-top: 33px;
}

.sub_tg04 dl dd
{
	float: left;
	text-align: right;
	width: 380px;
	line-height: 24px;
}

.sub_tg05
{
	color: #3786e5;
	font-size: 24px;
	padding-top: 2px;
}

.sub_tg05 span
{
	color: #aac5ef;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial;
	display: block;
}

.sub_tg06
{
	padding-top: 23px;
	font-size: 14px;
	line-height: 24px;
	color: #949494;
	color: #414141;
}



.sub_tg07
{
	top: 266px;
}

.sub_tg08
{
	left: 602px;
}

.sub_tg08 dl dt
{
	float: left;
}

.sub_tg08 dl dd
{
	float: right;
	text-align: left;
}



.sub_tg09
{
	top: 266px;
}







.ttttt01 dl a dd .sub_tg05
{
	-moz-transition: padding-right 0.5s; /* Firefox 4 */
	-webkit-transition: padding-right 0.5s; /* Safari 和 Chrome */
	-o-transition: padding-right 0.5s; /* Opera */
	transition: padding-right 0.5s;
}

.ttttt03 dl a dd .sub_tg05
{
	-moz-transition: padding-right 0.5s; /* Firefox 4 */
	-webkit-transition: padding-right 0.5s; /* Safari 和 Chrome */
	-o-transition: padding-right 0.5s; /* Opera */
	transition: padding-right 0.5s;
}



.ttttt02 dl a dd .sub_tg05
{
	-moz-transition: padding-left 0.5s; /* Firefox 4 */
	-webkit-transition: padding-left 0.5s; /* Safari 和 Chrome */
	-o-transition: padding-left 0.5s; /* Opera */
	transition: padding-left 0.5s;
}



.ttttt04 dl a dd .sub_tg05
{
	-moz-transition: padding-left 0.5s; /* Firefox 4 */
	-webkit-transition: padding-left 0.5s; /* Safari 和 Chrome */
	-o-transition: padding-left 0.5s; /* Opera */
	transition: padding-left 0.5s;
}





.ttttt01 dl a:hover dd .sub_tg05
{
	padding-right: 30px;
	color: #ed6363;
}

.ttttt01 dl a:hover dd .sub_tg05 span
{
	color: #f4c6c6;
}



.ttttt03 dl a:hover dd .sub_tg05
{
	padding-right: 30px;
	color: #ed6363;
}

.ttttt03 dl a:hover dd .sub_tg05 span
{
	color: #f4c6c6;
}



.ttttt02 dl a:hover dd .sub_tg05
{
	padding-left: 30px;
	color: #ed6363;
}

.ttttt02 dl a:hover dd .sub_tg05 span
{
	color: #f4c6c6;
}



.ttttt04 dl a:hover dd .sub_tg05
{
	padding-left: 30px;
	color: #ed6363;
}

.ttttt04 dl a:hover dd .sub_tg05 span
{
	color: #f4c6c6;
}
.xx
{
	width: 1100px;
	margin: 5px auto;
	overflow: hidden;
}
.title
{
	font-size: 30px;
	margin-top: 20px;
	color: white;
	overflow: hidden;
}
contents
{
	width: 100%;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.title
{
	font-size: 30px;
	margin-top: 20px;
	color: white;
	overflow: hidden;
}
.details
{
	float: left;
	margin-left: 20px;
	color: white;
	font-size: 13px;
	width: 100%;
}
.details p
{
	width: 520px;
	height: auto;
	float: left;
	text-indent: 2em;
	line-height: 25px;
	text-align: left;
	margin-left: 30px;
}
.details h3
{
	width: 520px;
	height: auto;
	float: left;
	color: #005d97;
	margin-top: 5px;
	line-height: 25px;
	text-align: left;
	margin-left: 30px;
}
.index-mix
{
	width: 100%;
	background: #0081CC;
	float: left;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.index-mix ul
{
	width: 1200px;
	margin: auto;
	padding-top: 38px;
}
.index-mix ul li
{
	width: 200px;
	float: left;
	overflow: hidden;
}
.index-mix p
{
	width: 52px;
	height: 52px;
	float: left;
	margin-left: 5px;
	display: block;
	background: #fff;
	border-radius: 5px;
}
.index-mix ul li h5
{
	width: 120px;
	float: right;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
}
.index-mix ul li span
{
	width: 110px;
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 20px;
}
.index-mix ul li:hover
{
	cursor: pointer;
}
.index-mix ul li:hover h1
{
	color: #fff;
}
.index-mix ul li:hover span
{
	color: #fff;
}
.index-mix ul li:hover p
{
	background: #005d97;
}
.biaodan
{
	width: 470px;
	height: auto;
	color: #000;
	float: left;
	margin-left: 30px;
	background-color: #ccc;
}
.biaodantitle
{
	border-bottom: 1px solid #ddd;
	line-height: 1.8;
	margin: 0px auto 10px auto;
	color: #cf261f;
	font-size: 20px;
	text-align: center;
}
.biaodanul
{
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-left: 30px;
}

.biaodanul li
{
	margin-top: 10px;
	float: left;
	line-height: 25px;
	width: 430px;
}
.biaodanul li span
{
	margin-top: 10px;
	float: left;
	line-height: 25px;
	width: 100px;
}
.sjyq
{
	width: 470px;
	float: left;
	height: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.sjyq span
{
	float: left;
	height: auto;
	padding-left: 10px;
	margin-right: 5px;
}
.tijiao
{
	width: 200px;
	height: auto;
	margin-left: 100px;
	float: left;
}
.ticon input
{
	width: 100px;
	height: auto;
	float: left;
}
.jiaocon inptut
{
	width: 100px;
	height: auto;
	margin: right:;
}
/*.Footerbox*/
.Footerbox
{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	border-top: 1px solid #ccc;
	background: #f5f5f3;
}
.Footercon
{
	width: 1100px;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
	color: #333;
	line-height: 20px;
	text-align: center;
	font-family: 微软雅黑;
	font-size: 13px;
	position: relative;
}
.Footercon a
{
	color: #333;
	padding: 0 10px;
	font-size: 13px;
}
