/*风格酷模板网  做优质整站模板下载网站  www.fenggeku.com*/
*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%
}
html {
	overflow-x: hidden
}
body {
	font-size: 14px;
	color: #333;
	line-height: normal;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: justify
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all .4s
}
a:hover {
	color: #1370c2
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
em, i {
	font-style: normal
}
img {
	vertical-align: middle
}
input, select, textarea {
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	font-size: 14px
}
textarea {
	overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0
}
input::-ms-clear {
display:none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
	-webkit-appearance: none
}
.clearfix, .clear:after, .container:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.'
}
.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px
}
header .top {
	background: #f5f5f5;
	line-height: 44px;
	color: #717171
}
header .top a {
	color: #717171
}
header .top a:hover {
	color: #1370c2
}
header .top .welcome {
	float: left
}
header .top .href {
	float: right
}
header .top .href a {
	margin-left: 20px
}
header .head .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 140px
}
header .head .container:after {
	display: none
}
header .head .logo img {
	height: 80px;
	width: auto
}
header .head .line {
	width: 1px;
	height: 70px;
	margin: 0 12px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #aaa 50%, transparent 100%)
}
header .head .info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: 24px;
	line-height: 1;
	color: #717171;
	font-weight: 300
}
header .head .info .bold {
	font-size: 28px;
	padding: 0 0 10px 0;
	color: #1e1e1e;
	font-weight: bold
}
header .head .info em {
	color: #1370c2
}
header .head .tel i {
	background: #333;
	color: #fff;
	line-height: 28px;
	padding: 0 5px;
	float: right;
	position: relative;
	margin: 5px 0 10px 0
}
header .head .tel i:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 9px solid #333;
	border-right: 9px solid transparent;
	position: absolute;
	left: 0px;
	top: 100%
}
header .head .tel em {
	width: 100%;
	font-size: 30px;
	color: #3583d0;
	line-height: 1;
	font-family: 'deckerregular'
}
header .head .navbut {
	display: none
}
header nav {
	background: #1370c2;
	display: block
}
header nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
header nav li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	position: relative;
	z-index: 999
}
header nav li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: #6084a5
}
header nav li>a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 68px
}
header nav li .iconfont {
	display: none
}
header nav li .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 100%;
	background-color: rgba(0,0,0,0.7);
	white-space: nowrap;
	box-shadow: 0 0 10px #444
}
header nav li .sub a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
header nav li .sub a:hover {
	background: #1370c2
}
header nav li:first-child:before {
	display: none
}
header nav li:hover>a {
	color: #fff;
	background: #999
}
header nav li.on>a {
	color: #fff;
	background: #777777
}
footer {
	background: #222;
	padding: 50px 0 35px 0;
	color: #fff;
	line-height: 2.2
}
footer a {
	color: #fff
}
footer a:hover {
	color: #1370c2
}
footer .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
footer .container:after {
	display: none
}
footer .tit {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #343434;
	line-height: 1;
	margin-bottom: 10px
}
footer .tit:after {
	content: "";
	height: 1px;
	background: #121212;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 15px
}
footer .nav {
	width: 170px
}
footer .nav ul {
	opacity: .7
}
footer .nav ul li {
	width: 50%;
	float: left
}
footer .cont .text {
	opacity: .7
}
footer .ewm {
	width: 150px
}
footer .ewm .pic {
	max-width: 103px;
	text-align: center;
	padding: 10px 0 0 0
}
footer .ewm .pic img {
	width: 100%;
	height: auto;
	margin-bottom: 3px
}
footer .ewm .pic p {
	opacity: .7
}
footer .copy {
	order: -1;
	font-size: 16px;
	line-height: 2
}
footer .copy .logo {
	padding: 0 0 10px 0
}
footer .copy .logo img {
	height: 80px;
	width: auto
}
footer .copy .icp {
	opacity: .7;
	font-size: 14px
}
.banner a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.banner img {
	width: 100%;
	height: auto;
	display: none
}
.banner .banner-num {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 3;
	bottom: 25px
}
.banner .banner-num .swiper-pagination-bullet {
	opacity: .5;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	transition: all .4s;
	border: 1px solid #fff;
	background: none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 4px
}
.banner .banner-num .swiper-pagination-bullet:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: block;
	overflow: hidden
}
.banner .banner-num .swiper-pagination-bullet-active {
	opacity: 1
}
.banner .banner-prev, .banner .banner-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 34px;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all .4s;
	opacity: 0
}
.banner .banner-prev:hover, .banner .banner-next:hover {
	background: #1370c2
}
.banner .banner-prev {
	left: 4%
}
.banner .banner-next {
	right: 4%
}
.banner:hover .banner-prev, .banner:hover .banner-next {
	opacity: 1
}
.nbanner {
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.nbanner img {
	width: 100%;
	height: auto;
	display: none
}
.search {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6
}
.search .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.search .container:after {
	display: none
}
.search .key {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 30px 0 0;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #9f9f9f
}
.search .key a {
	margin-left: 20px;
	color: #9f9f9f
}
.search .key a:first-of-type {
	margin-left: 5px
}
.search .key a:hover {
	color: #1370c2
}
.search .box {
	border: 1px solid #1370c2;
	overflow: hidden
}
.search .box input[type='text'] {
	width: 300px;
	height: 44px;
	border: 0;
	padding: 0 10px;
	float: left
}
.search .box button {
	width: 100px;
	height: 44px;
	background: #1370c2;
	color: #fff;
	border: 0;
	float: left;
	cursor: pointer;
	transition: all .4s;
	font-size: 16px;
	line-height: 1
}
.search .box button .iconfont {
	margin-right: 5px
}
.search .box button:hover {
	background: #1370c2
}
.in_box {
	padding: 38px 0;
}
.in_tit {
	text-align: center;
	line-height: 1;
	padding: 0 0 15px 0;
	overflow: hidden
}
.in_tit .t1 {
	font-size: 32px
}
.in_tit .t2 {
	font-size: 18px;
	color: #666;
	margin-top: 10px
}
.in_tit .t2:after {
	content: "";
	background: url(../images/icon_titx.png) center center no-repeat;
	background-size: auto 100%;
	height: 7px;
	display: block;
	overflow: hidden;
	margin-top: 13px
}
.in_pro .web_cate {
	margin-bottom: 35px
}
.in_pro .li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border: 1px solid #e3e3e3;
	overflow: hidden
}
.in_pro .li .box {
	width: 100%;
	padding: 30px 35px
}
.in_pro .li .box .tit {
	font-size: 32px;
	color: #1370c2;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0
}
.in_pro .li .box .text {
	font-size: 16px;
	color: #8d9195;
	line-height: 1.5
}
.in_pro .li .box ul {
	padding: 10px;
	overflow: hidden
}
.in_pro .li .box ul li {
	float: left;
	width: 33%;
	padding: 8px 12px;
	line-height: 1;
	text-align: center;
	overflow: hidden
}
.in_pro .li .box ul li a {
	display: block;
	overflow: hidden
}
.in_pro .li .box ul li .pic {
	overflow: hidden
}
.in_pro .li .box ul li .pic img {
	width: 100%;
	height: auto;
	transition: all .4s
}
.in_pro .li .box ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 0 0
}
.in_pro .li .box ul li:hover .pic img {
	transform: scale(1.1)
}
.in_pro .li .box .more {
	display: block;
	overflow: hidden;
	text-align: center;
	background: #6d6d6d;
	font-size: 16px;
	color: #fff;
	line-height: 38px
}
.in_pro .li .box .more .iconfont {
	margin-left: 5px
}
.in_pro .li .box .more:hover {
	background: #1370c2
}
.in_pro .li .bimg {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	overflow: hidden
}
.in_pro .li .bimg img {
	width: 100%;
	height: 100%;
	transition: all .4s
}
.in_pro .li .bimg img:hover {
	transform: scale(1.1)
}
.in_youshi {
	padding: 0
}
.in_youshi .tab {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	margin-bottom: -45px
}
.in_youshi .tab li {
	margin: 0 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #5a5a5a;
	text-align: center;
	cursor: pointer;
	line-height: 1
}
.in_youshi .tab li .iconfont {
	color: #9d9c9c;
	font-size: 30px;
	display: block;
	overflow: hidden;
	padding: 19px 0 8px 0
}
.in_youshi .tab li.on {
	background: #000;
	border-color: #000;
	color: #fff
}
.in_youshi .tab li.on .iconfont {
	color: #fff
}
.in_youshi .li {
	position: relative;
	overflow: hidden;
	background: url(../images/bj_xiant.png) repeat
}
.in_youshi .li .pic {
	width: 50%
}
.in_youshi .li .pic img {
	width: 100%;
	height: auto
}
.in_youshi .li .fixed {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}
.in_youshi .li .box {
	width: 50%;
	float: right;
	padding: 50px 0 50px 60px
}
.in_youshi .li .box .iconfont {
	font-size: 50px
}
.in_youshi .li .box span {
	font-size: 30px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding: 20px 0 25px 0;
	color: #000
}
.in_youshi .li .box .text {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 2.2
}
.in_case .tab {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
	position: relative
}
.in_case .tab:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 11px;
	right: 0px;
	height: 1px;
	background: #cfcfcf
}
.in_case .tab i {
	background: #fff;
	border: 2px solid #e5e5e5;
	width: 23px;
	height: 23px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 10px auto;
	border-radius: 50%
}
.in_case .tab i:after {
	content: "";
	width: 11px;
	height: 11px;
	background: #cfcfcf;
	border-radius: 50%;
	display: block;
	overflow: hidden
}
.in_case .tab .swiper-slide {
	width: auto;
	z-index: 5;
	cursor: pointer
}
.in_case .tab .swiper-slide-active {
	color: #1370c2
}
.in_case .tab .swiper-slide-active i {
	background: #f6f9fe;
	border-color: #c9d8f9
}
.in_case .tab .swiper-slide-active i:after {
	background: #a1bcf5
}
.in_case .xun ul {
	margin: -10px -15px;
	overflow: hidden;
}
.in_case .xun ul li {
	float: left;
	width: 25%;
	padding: 10px 15px;
	line-height: 1;
	text-align: center;
	overflow: hidden
}
.in_case .xun ul li a {
	display: block;
	overflow: hidden
}
.in_case .xun ul li .pic {
	overflow: hidden
}
.in_case .xun ul li .pic img {
	width: 100%;
	height: auto;
	transition: all .4s
}
.in_case .xun ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 12px 0 0 0
}
.in_case .xun ul li:hover .pic img {
	transform: scale(1.1)
}
.in_about {
	background: url(../images/bj_zouj.jpg) center center no-repeat;
	background-size: 100% 100%
}
.in_about .b_tit {
	line-height: 1;
	position: relative;
	overflow: hidden;
	padding: 45px 0 30px 0
}
.in_about .b_tit span {
	font-size: 32px;
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0
}
.in_about .b_tit em {
	font-size: 18px;
	color: #666
}
.in_about .b_tit a {
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 20px;
	padding: 0 5px;
	font-size: 18px
}
.in_about .all {
	position: relative;
	overflow: hidden
}
.in_about .all .pic {
	width: 50%
}
.in_about .all .pic img {
	width: 100%;
	height: auto
}
.in_about .all .fixed {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}
.in_about .all .box {
	width: 50%;
	float: right;
	padding: 25px 0 25px 35px
}
.in_about .all .box .tit {
	font-size: 18px;
	color: #1370c2;
	padding: 0 0 15px 0
}
.in_about .all .box .text {
	line-height: 2.3;
	text-indent: 2em
}
.in_butsi {
	padding: 50px 0;
	overflow: hidden
}
.in_butsi li {
	width: 25%;
	border-left: 1px solid #fff;
	float: left
}
.in_butsi li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 80px;
	background: #666;
	color: #fff;
	line-height: 1
}
.in_butsi li .iconfont {
	font-size: 40px;
	margin-right: 10px
}
.in_butsi li span {
	font-size: 18px;
	display: block;
	overflow: hidden;
	padding: 0 0 5px 0
}
.in_butsi li em {
	font-size: 12px;
	opacity: .6
}
.in_butsi li:first-child {
	border-left: 0
}
.in_butsi li:hover a {
	background: #1370c2
}
.in_hezuo {
	background: url(../images/bj_hezuo.jpg) center center no-repeat;
	background-size: 100% 100%
}
.in_hezuo a {
	display: block;
	overflow: hidden;
	border: 1px solid #e6e6e6
}
.in_hezuo a img {
	width: 100%;
	height: auto;
	transition: all .4s
}
.in_hezuo a:hover {
	border-color: #1370c2
}
.in_hezuo a:hover img {
	transform: scale(1.1)
}
.in_hezhao {
	margin: 0 -5px
}
.in_hezhao ul {
	width: 50%;
	float: left
}
.in_hezhao ul li {
	width: 50%;
	float: left;
	padding: 5px
}
.in_hezhao ul li a {
	display: block;
	overflow: hidden
}
.in_hezhao ul li a img {
	width: 100%;
	height: 195px;
	transition: all .4s
}
.in_hezhao ul li a img:hover {
	transform: scale(1.1)
}
.in_hezhao ul li.big {
	float: right
}
.in_hezhao ul li.big a img {
	height: 400px
}
.in_mess {
	background: url(../images/bj_mess.jpg) center center no-repeat;
	height: 362px;
	background-size: 100% 100%;
	color: #fff
}
.in_mess .tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 60px 60px 50px 0
}
.in_mess .tit .left {
	font-size: 16px;
	text-align: center
}
.in_mess .tit .left .bt {
	font-size: 36px;
	margin-bottom: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.in_mess .tit .left .bt .b {
	font-size: 60px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	margin-right: 25px
}
.in_mess .tit .left .bt .b em {
	font-size: 18px;
	background: #ff6600;
	width: 24px;
	line-height: 24px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 88%;
	bottom: 6px;
	font-weight: normal
}
.in_mess .tit .right {
	font-size: 30px;
	text-align: center
}
.in_mess .tit .right .iconfont {
	font-size: 50px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px
}
.in_mess .mess {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.in_mess .mess li {
	width: 40%;
	margin-right: 12px
}
.in_mess .mess li.li3{
	position: relative;
}
.in_mess .mess li.li3 img{
	 position: absolute; left: 150px; top: 11px;
}
.in_mess .mess li:last-child {
	width: 18%;
	margin-right: 0
}
.in_mess .mess li input[type='text'] {
	height: 50px;
	background: #fff;
	width: 100%;
	border: 0;
	padding: 0 18px;
	border-radius: 100px
}
.in_mess .mess li input[type='submit'] {
	background: #1370c2;
	color: #fff;
	border: 0;
	border-radius: 100px;
	height: 50px;
	width: 100%;
	transition: all .4s;
	cursor: pointer
}
.in_mess .mess li input[type='submit']:hover {
	background: #0e5594
}
.in_news .tab {
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.in_news .tab li {
	border: 2px solid #dfdfdf;
	margin: 0 10px;
	line-height: 42px;
	padding: 0 35px;
	font-size: 16px;
	cursor: pointer
}
.in_news .tab li.on {
	background: #1370c2;
	border-color: #1370c2;
	color: #fff
}
.in_news .li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.in_news .li .big {
	width: 500px;
/*padding: 25px 0 0 30px;*/
	position: relative
}
.in_news .li .big:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 294px;
	height: 234px;
	border: 5px solid #eaeaea;
	z-index: -1
}
.in_news .li .big a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5
}
.in_news .li .big .pic {
	overflow: hidden
}
.in_news .li .big .pic img {
	width: 100%;
	height: 255px;
	transition: all .4s
}
.in_news .li .big .pic img:hover {
	transform: scale(1.1)
}
.in_news .li .big span {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	line-height: 35px;
	margin-top: 7px;
	transition: all .4s
}
.in_news .li .big span:hover {
	color: #1370c2
}
.in_news .li .big p {
	color: #7f7f7f;
	line-height: 24px;
	height: 48px;
	display: block;
	overflow: hidden
}
.in_news .li ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 35px
}
.in_news .li ul li {
	border-bottom: 1px solid #e4e4e4
}
.in_news .li ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 122px;
	color: #333;
	padding: 0 10px
}
.in_news .li ul li .date {
	text-align: center;
	line-height: 1;
	font-size: 16px
}
.in_news .li ul li .date em {
	display: block;
	overflow: hidden;
	font-size: 40px;
	padding: 0 0 15px 0
}
.in_news .li ul li .line {
	border-left: 1px dashed #333;
	height: 60px;
	width: 0;
	margin: 0 25px 0 20px
}
.in_news .li ul li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.in_news .li ul li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 0 0 8px 0
}
.in_news .li ul li .box p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	color: #7b7b7b
}
.in_news .li ul li:hover a {
	box-shadow: 0 0 10px #ddd
}
.in_link {
	background: #1370c2;
	color: #fff;
	line-height: 24px
}
.in_link a {
	color: #fff
}
.in_link a:hover {
	text-decoration: underline
}
.in_link .container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 10px
}
.in_link .container:after {
	display: none
}
.in_link .tit {
	font-size: 18px
}
.in_link ul {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.in_link ul li {
	margin-left: 24px;
	float: left
}
.web_cate {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 45px
}
.web_cate ul {
	border: 1px solid #b2b1b1;
	line-height: 46px;
	border-radius: 100px;
	overflow: hidden
}
.web_cate ul li {
	float: left;
	border-left: 1px solid #b2b1b1;
	padding: 0 30px;
	font-size: 16px;
	cursor: pointer
}
.web_cate ul li a {
	display: block;
	overflow: hidden;
	margin: 0 -30px;
	padding: 0 30px
}
.web_cate ul li:first-child {
	border-left: 0
}
.web_cate ul li.on {
	background: #1c1b1b;
	color: #fff
}
.web_cate ul li.on a {
	color: #fff
}
.wap_cate {
	display: none
}
.main {
	padding: 45px 0 70px 0
}
.main .main_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse
}
.main .main_left {
	width: 240px
}
.main .main_left .b_tit {
	background: #acacac;
	text-align: center;
	padding: 15px 0;
	line-height: 1;
	color: #fff
}
.main .main_left .b_tit span {
	font-size: 24px;
	display: block;
	overflow: hidden;
	padding: 0 0 6px 0;
	font-weight: bold
}
.main .main_left .b_tit em {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px
}
.main .main_left .b_tit em:before, .main .main_left .b_tit em:after {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 1px;
	background: #fff;
	content: ""
}
.main .main_left .b_tit em:before {
	left: 100%
}
.main .main_left .b_tit em:after {
	right: 100%
}
.main .main_left .menu .b_tit {
	background: #1370c2
}
.main .main_left .menu ul {
	border: 1px solid #d3d3d3;
	border-top: 0
}
.main .main_left .menu ul li {
	border-bottom: 2px solid #dddddd
}
.main .main_left .menu ul li:last-child {
	border-bottom: 0
}
.main .main_left .menu ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 35px;
	position: relative;
	font-size: 16px;
	line-height: 60px
}
/* .main .main_left .menu ul li a:before {
	content: "\e601";
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: "iconfont" !important;
	transform: translateY(-50%);
	font-size: 18px
} */
.main .main_left .menu ul li.on a {
	color: #1370c2
}
.main .main_left .cont {
	margin: 25px 0 20px 0
}
.main .main_left .cont .text {
	border: 1px solid #d3d3d3;
	border-top: 0;
	padding: 15px 20px;
	line-height: 2.2
}
.main .main_left .tel .box {
	margin-top: 2px;
	background: #1370c2;
	color: #fff;
	padding: 20px 10px 20px 20px;
	font-size: 16px
}
.main .main_left .tel .box .dh {
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1
}
.main .main_left .tel .box .dh .iconfont {
	font-size: 40px;
	margin-right: 6px
}
.main .main_left .tel .box .dh em {
	font-size: 20px;
	font-weight: bold
}
.main .main_right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 50px;
	overflow: hidden
}
.main .position {
	margin-bottom: 25px;
	background: #ebebeb;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 16px;
	color: #666
}
.main .position a {
	color: #666
}
.main .position a:hover {
	color: #1370c2
}
.main .position .iconfont {
	margin-right: 8px;
	font-size: 20px
}
.main .position_nob {
	overflow: hidden
}
.main .position_nob .position {
	background: none;
	float: right;
	height: auto
}
.list_news {
	margin: -10px 0;
	overflow: hidden
}
.list_news li {
	padding: 10px 0;
	overflow: hidden
}
.list_news li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #333
}
.list_news li .pic {
	width: 200px;
	height: 130px;
	overflow: hidden
}
.list_news li .pic img {
	width: 100%;
	height: 100%;
	transition: all .4s
}
.list_news li .pic img:hover {
	transform: scale(1.1)
}
.list_news li .date {
	text-align: center;
	padding: 0 20px;
	line-height: 1
}
.list_news li .date em {
	font-size: 40px;
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0
}
.list_news li .date p {
	color: #888
}
.list_news li .line {
	width: 1px;
	height: 115px;
	background: #ccc;
	margin: 0 20px 0 0
}
.list_news li .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
.list_news li .box span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	transition: all .4s
}
.list_news li .box span:hover {
	color: #1370c2
}
.list_news li .box p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	color: #888;
	margin: 10px 0 15px 0
}
.list_news li .box em {
	width: 100px;
	line-height: 26px;
	float: right;
	background: #1370c2;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	transition: all .4s
}
.list_news li .box em:hover {
	background: #0e5594
}
.list_pro {
	margin: -10px;
	overflow: hidden
}
.list_pro li {
	width: 33.33333333%;
	float: left;
	padding: 10px
}
.list_pro li a {
	display: block;
	position: relative;
	box-shadow: 0 0 5px #ddd
}
.list_pro li a .pic {
	overflow: hidden
}
.list_pro li a .pic img {
	width: 100%;
	height: auto;
	transition: all .4s
}
.list_pro li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	background: #fbfbfb;
	line-height: 40px;
	text-align: center;
	transition: all .4s
}
.list_pro li a:hover img {
	transform: scale(1.1)
}
.list_pro li a:hover span {
	background: #1370c2;
	color: #fff
}
.list_video {
	margin: -15px -20px;
	overflow: hidden
}
.list_video li {
	float: left;
	width: 33.33333333%;
	padding: 15px 20px;
	line-height: 1;
	text-align: center
}
.list_video li a {
	display: block;
	overflow: hidden
}
.list_video li .pic {
	overflow: hidden;
	position: relative
}
.list_video li .pic img {
	width: 100%;
	height: auto;
	transition: all .4s
}
.list_video li .pic:before {
	content: "\e78d";
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	font-family: "iconfont" !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 80px;
	opacity: .5;
	transition: all .4s
}
.list_video li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 12px 0 0 0
}
.list_video li:hover .pic img {
	transform: scale(1.1)
}
.list_video li:hover .pic:before {
	opacity: 1
}
.web_body {
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-align: justify
}
.web_body img {
	max-width: 100% !important;
	height: auto !important;
	padding: 10px 0
}
.web_body hr {
	height: 10px;
	width: 100%;
	border: 0
}
.web_body video, .web_body iframe {
	width: 100% !important;
	max-width: 600px !important;
	height: 340px !important;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	background: #000
}
.web_body table {
	border: 1px solid #eee;
	width: 100%
}
.web_body table th {
	font-weight: normal;
	text-align: left
}
.web_body table th, .web_body table td {
	padding: 5px 10px;
	border: 1px solid #eee
}
.view_news {
	overflow: hidden
}
.view_news .bt {
	font-size: 22px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 0 0
}
.view_news .cs {
	text-align: center;
	font-size: 12px;
	color: #888;
	overflow: hidden;
	padding: 10px 0 0 0
}
.view_news .cs span {
	padding: 0 10px
}
.view_news .web_body {
	padding: 15px 0;
	margin: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9
}
.view_news .sxfx {
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 22px;
	padding: 0 200px 0 0;
	position: relative;
	color: #888
}
.view_news .sxfx p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.view_news .sxfx .bdsharebuttonbox {
	position: absolute;
	right: 0px;
	top: 4px
}
.view_news .xgxw {
	overflow: hidden
}
.view_news .xgxw .tit {
	position: relative;
	overflow: hidden;
	height: 34px;
	margin-bottom: 10px
}
.view_news .xgxw .tit:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #eee;
	content: ""
}
.view_news .xgxw .tit span {
	height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #1370c2;
	padding: 0 8px;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1
}
.view_news .xgxw .xun {
	overflow: hidden;
	margin: 0 -10px
}
.view_news .xgxw .xun li {
	width: 50%;
	padding: 0 10px;
	float: left
}
.view_news .xgxw .xun li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	padding: 0 0 0 15px;
	position: relative;
	color: #666
}
.view_news .xgxw .xun li a:before {
	width: 3px;
	height: 3px;
	background: #666666;
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	margin-top: -2px
}
.view_news .xgxw .xun li a:hover {
	color: #1370c2
}
.view_pro .flex_main {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 30px 0
}
.view_pro .b_pic {
	width: 380px
}
.view_pro .b_pic .jqzoom {
	position: relative;
	padding: 0px;
	cursor: crosshair;
	overflow: hidden;
	border: 1px solid #ddd
}
.view_pro .b_pic .jqzoom img {
	width: 100%;
	height: auto
}
.view_pro .b_pic .zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden
}
.view_pro .b_pic .jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #ddd;
	background: #ffffff;
	opacity: .3;
	-moz-opacity: .3;
	-khtml-opacity: .3;
	filter: alpha(opacity=30)
}
.view_pro .b_pic .probanbig {
	border: 1px solid #ddd;
	position: absolute;
	left: -99999px;
	top: -99999px;
	opacity: 0
}
.view_pro .b_pic .probanbig img {
	width: 100%;
	height: auto
}
.view_pro .b_pic .probansmall {
	position: relative;
	padding: 0 20px
}
.view_pro .b_pic .probansmall .swiper-slide {
	width: 25%;
	padding: 0 4px;
	cursor: pointer
}
.view_pro .b_pic .probansmall .swiper-slide img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd
}
.view_pro .b_pic .probansmall .swiper-slide-thumb-active img {
	border-color: #1370c2
}
.view_pro .b_pic .probansmall .arrow-left, .view_pro .b_pic .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	font-size: 20px;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	outline: 0
}
.view_pro .b_pic .probansmall .arrow-left {
	left: 0px
}
.view_pro .b_pic .probansmall .arrow-right {
	right: 0px
}
.view_pro .b_pic .fxbut {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0
}
.view_pro .b_pic .fxbut .pic_all {
	cursor: pointer;
	color: #888
}
.view_pro .b_pic .fxbut .pic_all .iconfont {
	color: #ea5a50;
	font-weight: bold;
	margin-left: 5px
}
.view_pro .b_pic .fxbut .pic_all:hover {
	color: #1370c2
}
.view_pro .b_box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding: 0 0 0 30px
}
.view_pro .b_box .bt {
	font-size: 24px;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 15px 0;
	font-weight: bold
}
.view_pro .b_box .text {
	line-height: 1.8;
	color: #666;
	overflow: hidden;
	padding: 15px 0
}
.view_pro .b_box .tel {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	padding: 0 0 15px 0;
	overflow: hidden
}
.view_pro .b_box .tel .iconfont {
	font-size: 50px;
	color: #1370c2;
	margin-right: 5px
}
.view_pro .b_box .tel em {
	display: block;
	overflow: hidden;
	color: #1370c2;
	font-size: 24px;
	padding: 5px 0 0 0;
	font-weight: bold
}
.view_pro .b_box .but {
	text-align: right;
	overflow: hidden
}
.view_pro .b_box .but a {
	display: inline-block;
	line-height: 38px;
	border-radius: 4px;
	width: 122px;
	text-align: center;
	color: #fff;
	background: #1370c2
}
.view_pro .b_box .but a:hover {
	opacity: .8
}
.view_pro .b_box .but a:last-child {
	background: #666;
	margin-left: 18px
}
.view_pro .b_tit {
	text-align: center;
	overflow: hidden;
	line-height: 1
}
.view_pro .b_tit span {
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #1370c2
}
.view_pro .b_tit em {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	color: #666;
	text-transform: capitalize
}
.view_pro .b_tit .line {
	background: url(../images/icon_line.png) center center no-repeat;
	background-size: auto 100%;
	height: 39px;
	overflow: hidden
}
.view_pro .web_body {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px
}
.view_pro .sxfx {
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 22px;
	padding: 0 200px 0 0;
	position: relative;
	color: #888
}
.view_pro .sxfx a {
	color: #888
}
.view_pro .sxfx a:hover {
	color: #1370c2
}
.view_pro .sxfx p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.view_pro .sxfx .bdsharebuttonbox {
	position: absolute;
	right: 0px;
	top: 4px
}
.view_pro .xgcp {
	overflow: hidden
}
.view_pro .xgcp .tit {
	position: relative;
	overflow: hidden;
	height: 34px;
	margin-bottom: 15px
}
.view_pro .xgcp .tit:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #eee;
	content: ""
}
.view_pro .xgcp .tit span {
	height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #1370c2;
	padding: 0 8px;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1
}
.in_zhengs {
	padding: 0 60px;
	position: relative;
	overflow: hidden;
	margin-top: 40px
}
.in_zhengs img {
	width: 100%;
	height: auto;
	transition: all .4s;
	cursor: pointer
}
.in_zhengs img:hover {
	transform: scale(1.1)
}
.in_zhengs .prev, .in_zhengs .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #999;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	z-index: 5;
	cursor: pointer;
	transition: all .4s;
	outline: 0
}
.in_zhengs .prev:hover, .in_zhengs .next:hover {
	background: #1370c2
}
.in_zhengs .prev {
	left: 0px
}
.in_zhengs .next {
	right: 0px
}
/*风 格 酷 模 板 网 新 增 翻 页 样 式   w w w . f e n g g e k u . c o m*/
.pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 50px 0 0 0
}
.pagination li {
	padding: 0 5px
}
.pagination > a {
	padding: 0 5px
}
.pagination li a {
	display: inline-block;
	overflow: hidden;
	padding: 0 12px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f9f9f9
}

.pagination li a.active {
	cursor: default;
background: #1370c2;
color: #fff;
border-color: #1370c2;
}
.pagination li a:hover {
	background: #1370c2;
	color: #fff;
	border-color: #1370c2
}


.box_contact .b_tit {
	text-align: center;
	overflow: hidden;
	line-height: 1;
	padding: 0 0 20px 0
}
.box_contact .b_tit span {
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0;
	font-size: 24px
}
.box_contact .b_tit em {
	font-size: 18px;
	color: #666;
	font-family: 'Arial'
}
.box_contact .web_body {
	text-indent: 2em
}
.box_contact .lx {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 70px;
	text-align: center
}
.box_contact .lx .iconfont {
	font-size: 100px;
	line-height: 1;
	color: #000
}
.box_contact .lx .b {
	font-size: 18px;
	padding: 15px 0 10px 0;
	line-height: 1
}
.box_contact .lx .t {
	color: #666666
}
.box_contact .lx li {
	padding: 20px 0 0 0
}
.box_contact .lx .line {
	width: 1px;
	height: 190px;
	background: transparent;
	background: -webkit-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -o-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: -moz-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
	background: linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%)
}
.box_contact .ren {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -20px
}
.box_contact .ren li {
	width: 33.33333333%;
	padding: 20px;
	float: left;
	text-align: center
}
.box_contact .ren li .box {
	box-shadow: 0 0 15px #ddd;
	padding: 30px;
	overflow: hidden
}
.box_contact .ren li img {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 103px;
	height: 103px;
	border-radius: 50%
}
.box_contact .ren li span {
	font-size: 24px;
	color: #000;
	letter-spacing: 10px;
	display: block;
	overflow: hidden;
	padding: 15px 0 0 10px
}
.box_contact .ren li em {
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #888;
	padding: 10px 0
}
.box_contact .ren li .t {
	line-height: 1.6;
	color: #888
}

 .clear{clear: both;}
                    .mt-20 { margin-top: 20px;}
                    .mt-20 *{box-sizing: border-box;}
                    .title3 { background: #fafafa;color: #444;height: 50px;line-height: 50px;font-weight: bold; font-size: 20px;border-radius: 5px;}
                    .title3 i { background: #0699e7; width: 2px;height: 30px;display: block; float: left;margin: 10px 10px 0px 0px;}
                    .loves,.love{width:100%;}
                    ul.love li{width:25%;padding:10px;float:left;color:#666;}
                    ul.love li a:hover{color:#FF0000;}
                    ul.love li a img{width:100%;height: 180px;}
                    ul.love li div{overflow:hidden;transform:rotate(0);border-radius: 5px;}
                    ul.love li div img{transition:all 2s ease-in-out;}
                    ul.love li div:hover{box-shadow: 0px 0px 15px #333;transition:all .3s ease-in-out;}
                    ul.love ol{padding:10px 0px 0px 0px;display:block;text-align:center;}
                    .loves li{width: 49%;line-height: 40px;border-bottom: 1px dashed #b8b8b8;float: left;margin-right: 1%}
                    .loves li:nth-child(2n){margin-right: 0;}








#tan_box {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999
}
.tan_box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.tan_box .box {
	position: relative;
	background: #fff url(../images/loading.gif) center center no-repeat;
	padding: 10px;
	box-shadow: 0 0 15px #ccc;
	border-radius: 5px 0 5px 5px
}
.tan_box .box img {
	max-height: 100%;
	max-width: 100%
}
.tan_box .close {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -36px;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px #ccc;
	transition: all .4s;
	border-radius: 5px 5px 0 0
}
.tan_box .close .iconfont {
	display: inline-block;
	transition: all .4s
}
.tan_box .close:hover {
	background: #1370c2
}
.tan_box .close:hover .iconfont {
	transform: rotate(360deg);
	color: #fff
}
.tan_pic {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 80px;
	z-index: 99999;
	background-color: rgba(0,0,0,0.85)
}
.tan_pic .swiper-container {
	width: 100%;
	height: 100%
}
.tan_pic .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.tan_pic .swiper-container .swiper-slide img {
	max-width: 100%;
	max-height: 100%
}
.tan_pic .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
	color: #fff;
	transition: all .4s;
	background: #000
}
.tan_pic .close:hover {
	background: #1370c2
}
.tan_pic .swiper-pagination-bullets {
	width: 100%;
	z-index: 5;
	left: 0px
}
.tan_pic .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px;
	outline: none
}
.tan_pic .swiper-pagination-bullet-active {
	background: #1370c2
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	background: none;
	font-size: 60px;
	z-index: 5;
	opacity: 1;
	outline: none;
	color: #fff;
	transition: all .4s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.tan_pic .swiper-button-next:after, .tan_pic .swiper-button-prev:after {
	display: none
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
	color: #1370c2
}
.tan_pic .swiper-button-disabled {
	opacity: .2
}
.tan_pic .swiper-button-next {
	right: 0px
}
.tan_pic .swiper-button-prev {
	left: 0px
}
.tan_mess {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 11111;
	background-color: rgba(0,0,0,0.5);
	display: none
}
.tan_mess .box {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	background: #fff;
	box-shadow: 0 0 10px #ccc
}
.tan_mess .tit {
	padding: 0 20px;
	height: 50px;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #1370c2;
	color: #fff
}
.tan_mess .tit span {
	font-size: 20px
}
.tan_mess .tit .close {
	font-size: 20px;
	cursor: pointer;
	transition: all .4s
}
.tan_mess .tit .close:hover {
	transform: rotate(360deg)
}
.tan_mess ul {
	padding: 10px 20px;
	overflow: hidden
}
.tan_mess ul li {
	border-bottom: 1px solid #f1f1f1;
	line-height: 1;
	padding: 15px 0
}
.tan_mess ul li:last-child {
	border-bottom: 0
}
.tan_mess ul li.lr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0
}
.tan_mess ul li.tip {
	font-size: 24px;
	text-align: center
}
.tan_mess ul li.tip em {
	color: #1370c2
}
.tan_mess ul li .bt em {
	color: #1370c2
}
.tan_mess ul li .sex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.tan_mess ul li .sex label {
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-left: 8px;
	padding: 5px 10px;
	cursor: pointer
}
.tan_mess ul li .sex label:first-child {
	margin-left: 0
}
.tan_mess ul li .sex label.on {
	background: #cdcdcd;
	color: #fff
}
.tan_mess ul li .sex label input {
	display: none
}
.tan_mess ul li input[type='text'] {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	height: 50px;
	padding: 0 5px;
	border: 0
}
.tan_mess ul li textarea {
	height: 100px;
	width: 100%;
	float: left;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 10px
}
.tan_mess ul li input[type='submit'] {
	width: 100%;
	height: 50px;
	background: #1370c2;
	color: #fff;
	border: 0;
	margin-top: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: all .4s;
	border-radius: 5px
}
.tan_mess ul li input[type='submit']:hover {
	background: #0e5594
}
.tan_mess .yes {
	display: none;
	padding: 30px;
	overflow: hidden;
	text-align: center
}
.tan_mess .yes .tips {
	font-size: 24px
}
.tan_mess .yes .tips em {
	color: #1370c2
}
.tan_mess .yes .text {
	color: #1370c2;
	width: 80%;
	margin: 0 auto;
	line-height: 1.8
}
.tan_mess .yes .line {
	overflow: hidden;
	position: relative;
	height: 5px;
	margin: 15px 0
}
.tan_mess .yes .line:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	right: 0px;
	height: 1px;
	background: #e0e0e0
}
.tan_mess .yes .line:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	background: #e0e0e0;
	width: 30%;
	transform: translateX(-50%);
	border-radius: 20px
}
.tan_mess .loading {
	display: none
}
.tan_mess .loading .cen {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 150px
}
.tan_mess .loading i {
	display: block;
	overflow: hidden;
	width: 6px;
	height: 20px;
	background: #9b59b6;
	margin: 0 2px;
	animation: preloader_height 1.5s infinite ease-in-out
}
.tan_mess .loading i:nth-child(2) {
	animation-delay: .2s
}
.tan_mess .loading i:nth-child(3) {
	animation-delay: .4s
}
.tan_mess .loading i:nth-child(4) {
	animation-delay: .6s
}
.tan_mess .loading i:nth-child(5) {
	animation-delay: .8s
}
.tan_mess.cur {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.bottom_san {
	display: none;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 11115;
	background: #1370c2
}
.bottom_san li {
	float: left;
	width: 33.33333333%
}
.bottom_san li a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	height: 40px;
	line-height: 1
}
.bottom_san li i {
	margin-right: 5px
}
.bottom_san li:nth-child(2) {
	background: #0489f0
}
.bottom_san li:nth-child(3) {
	background: #10ab11
}
.aboutpic {
	padding:20px 0;
}

.aboutpic ul li {
	width: 25%;
	float: left;
	padding: 5px
}
.aboutpic ul li a {
	display: block;
	overflow: hidden
}
.aboutpic ul li a img {
	width: 100%;
	height: 195px;
	transition: all .4s
}
.aboutpic ul li a img:hover {
	transform: scale(1.1)
}
.aboutpic ul li.big {
	float: right
}
.aboutpic ul li.big a img {
	height: 400px
}
.html-read{text-align:center; padding:10px 0;}
.html-read a{color:#1370c2;}