﻿* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	min-width: 1259px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #107ed5
}

textarea {
	-webkit-appearance: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"Circular-Book";src:url("../fonts/Circular-Book.woff.woff2") format("woff2"),url("../fonts/Circular.woff.woff") format("woff"),url("../fonts/Circular.woff.ttf") format("truetype"),url("../fonts/Circular-Book.woff.eot") format("embedded-opentype"),url("../fonts/Circular-Book.woff.svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 960px;
	margin: 0 auto
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

.header-top {
	height: 30px;
	color: #777;
	font-size: 12px;
	line-height: 30px;
	background: #f8f8f8
}

.header-top a {
	color: #777
}

.header-top a:hover {
	color: #107ed5
}

.header-top span {
	float: right
}

.header-top span a {
	padding: 0 10px;
	position: relative;
	display: inline-block
}

.header-top span a:before {
	content: "";
	width: 1px;
	height: 9px;
	top: 50%;
	left: 0;
	margin-top: -4px;
	position: absolute;
	background: #bfbfbf
}

.header-top span a:first-child:before {
	display: none
}

.header-top span a:last-child {
	padding-right: 0
}

.header-top span a:hover {
	font-weight: bold
}

.header {
	height: 110px;
	padding-top: 17px
}

.header span {
	vertical-align: top;
	display: inline-block
}

.header .font26 {
	color: #107ed5;
	font-size: 26px;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 5px
}

.header .font-line {
	min-height: 50px;
	line-height: 50px;
	padding-right: 15px;
	margin-top: 13px;
	border-right: solid 1px #e9e9e9
}

.header .tel {
	float: right;
	color: #888;
	font-size: 18px;
	padding-top: 10px;
	position: relative
}

.header .tel img {
	top: 13px;
	left: 0;
	position: absolute
}

.header .tel span {
	display: block;
	padding-left: 60px
}

.header .tel i,.header .tel em {
	color: #ff4a00;
	font-style: normal
}

.header .tel em {
	font-family: "Circular-Book";
	font-weight: bold
}

.nav {
	height: 45px;
	line-height: 45px;
	background: #107ed5;
	max-width: 1600px;
	margin: 0 auto
}

.nav li {
	float: left;
	font-size: 15px;
	position: relative
}

.nav li:before {
	left: 0;
	top: 50%;
	content: "";
	width: 1px;
	height: 18px;
	margin-top: -9px;
	position: absolute;
	background: url(../images/nav-line.jpg) no-repeat left center
}

.nav li>a {
	display: block;
	color: #fff;
	height: 45px;
	line-height: 45px;
    overflow:hidden;
    padding:0 27px;
	font-weight: bold
}

.nav li .subnav {
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 9;
	line-height: 30px;
	font-size: 13px;
	padding: 10px 0;
	display: none;
	background: #107ed5;
	position: absolute
}

.nav li .subnav a {
	display: block;
	color: #fff;
	padding: 0 10px;
	text-align: center
}

.nav li .subnav a:hover {
	font-weight: bold
}

.nav li:first-child:before {
	display: none
}

.nav li:hover,.nav .active {
	background: #ff960a
}

.nav li:hover:before,.nav .active:before {
	display: none
}

.banner {
	width: 100%;
	display: block;
	height: 495px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 495px;
	overflow: hidden;
	position: relative
}

.banner .pic .container {
	position: relative
}

.banner .pic span {
	display: block;
	width: 1600px;
	left: 50%;
	height: 495px;
	position: relative;
	text-align: center;
	margin-left: -800px
}

.banner .container {
	position: relative
}

.banner .slick-dots {
	bottom: 22px
}

.banner .slick-dots li {
	margin: 0 5px
}

.banner .slick-dots li button {
	width: 13px;
	height: 13px;
	background: #e1e1e1;
	border-radius: 100;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner .slick-dots li.slick-active button {
	background: #ff960a
}

.index-search {
	height: 50px;
	border-bottom: solid 1px #e6e6e6
}

.index-search .hot {
	line-height: 49px;
	display: inline-block
}

.index-search .hot a {
	color: #aaa;
	padding: 0 10px;
	position: relative;
	display: inline-block
}

.index-search .hot a:hover {
	color: #107ed5
}

.index-search .hot a:before {
	top: 50%;
	left: 0;
	content: "";
	background: #aaa;
	width: 1px;
	height: 11px;
	margin-top: -6px;
	position: absolute
}

.index-search .hot .first:before {
	display: none
}

.index-search .search {
	display: block;
	float: right;
	position: relative;
	vertical-align: top;
	margin-top: 8px
}

.index-search .search input {
	width: 200px;
	height: 32px;
	display: inline-block;
	border: solid 1px #e1e1e1;
	border-radius: 30px;
	padding-left: 35px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.index-search .search img {
	top: 11px;
	left: 14px;
	position: absolute
}

.index-search .search .btn {
	color: #fff;
	width: 55px;
	height: 33px;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	background: #107ed5
}

.index-search .search .btn:hover {
	background: #ff960a;
	border-color: #ff960a
}

.index-product {
	margin-top: 30px
}

.index-product .pro-menu {
	width: 200px;
	float: left
}

.index-product .pro-menu .title {
	color: #e9edf1;
	height: 70px;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background: #107ed5;
	text-transform: uppercase
}

.index-product .pro-menu .title p:first-child {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px
}

.index-product .pro-menu ul {
	border: solid 1px #ececec;
	min-height: 820px
}

.index-product .pro-menu li span {
	height: 40px;
	line-height: 40px;
    overflow:hidden;
	display: block;
	padding: 0 17px;
	font-size: 14px;
	background: #f5f5f5
}

.index-product .pro-menu li span>a {
	padding-left: 5px;
	color: #424242;
	font-weight: bold
}

.index-product .pro-menu li .submenu a {
	display: block;
	height: 31px;
	line-height: 30px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	padding-left: 35px;
	border-top: solid 1px #f5f5f5;
	background: url(../images/arrow-2.png) no-repeat 17px 10px
}

.index-product .pro-menu li .submenu a:hover,.index-product .pro-menu li .submenu a.cur {
	color: #107ed5;
	font-weight: bold
}

.index-product .pro-menu .none span {
	background: #fff
}

.index-product .pro-menu .none span a:hover {
	color: #107ed5
}

.procontent {
	width: 747px;
	float: right
}

.procontent .tabmenu {
	background: #e9e9e9;
	height: 41px;
	line-height: 40px;
	border-left: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2
}

.procontent .tabmenu ul {
	width: 640px;
	float: left
}

.procontent .tabmenu li {
	float: left;
	padding: 0 15px
}

.procontent .tabmenu li a {
	display: block;
    max-width:60px;
    height:42px;
    line-height:42px;
    overflow:hidden;
}

.procontent .tabmenu li:hover,.procontent .tabmenu .active {
	background: #fff;
	border-top: solid 2px #107ed5
}

.procontent .tabmenu li:hover>a,.procontent .tabmenu .active>a {
	color: #107ed5;
	font-weight: bold
}

.procontent .tabmenu .more {
	color: #888;
	float: right;
	padding-right: 10px
}

.procontent .tabmenu .more:hover {
	color: #107ed5
}

.procontent .tabcontent {
	display: none;
	padding-top: 30px;
	padding-bottom: 5px;
	border: solid 1px #ececec;
	border-top: 0;
	height: 849px
}

.procontent .tabcontent ul {
	padding: 0 12px
}

.procontent .tabcontent li {
	float: left;
	width: 222px;
	margin: 0 9px
}

.procontent .tabcontent li .pic {
	width: 222px;
	height: 216px;
	position: relative;
	overflow: hidden;
	border: solid 1px #f1f1f1
}

.procontent .tabcontent li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.procontent .tabcontent li .tit {
	color: #333;
	height: 54px;
	line-height: 54px;
    overflow:hidden;
	text-align: center
}

.procontent .tabcontent li:hover .pic {
	border: solid 3px #107ed5
}

.procontent .tabcontent li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.procontent .tabcontent li:hover .tit {
	color: #107ed5;
	font-weight: bold;
	text-decoration: underline
}

.index-ad {
	height: 180px;
	margin-top: 35px;
	background: url(../images/index-ad.jpg) no-repeat top center
}

.index-title {
	text-align: center
}

.index-title .font36 {
	font-size: 36px;
	line-height: 40px;
	color: #333;
	font-weight: 700
}

.index-title .font24 {
	font-size: 24px;
	color: #545454;
	margin-top: 15px;
	margin-bottom: 5px
}

.index-box {
	padding-top: 50px
}

.index-box .tabmenu {
	margin-top: 15px
}

.index-box .tabmenu ul {
	margin: 0 -1px
}

.index-box .tabmenu li {
	float: left;
	width: 190px;
	height: 50px;
	text-align: center;
	line-height: 48px;
    overflow:hidden;
	background: #f8f8f8;
	font-size: 16px;
	margin: 0 1px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 1px #edecec
}

.index-box .tabmenu li a {
	display: block;
	color: #333
}

.index-box .tabmenu li:hover,.index-box .tabmenu .active {
	background: #107ed5
}

.index-box .tabmenu li:hover a,.index-box .tabmenu .active a {
	color: #fff
}

.index-box .tabmenu li:first-child {
	width: 192px
}

.index-box .tabcontent {
	margin-top: 35px;
	height: 334px;
	position: relative;
	display: none;
	border: solid 1px #dedede;
	padding: 40px 50px
}

.index-box .tabcontent:before {
	top: -15px;
	left: 85px;
	content: "";
	width: 23px;
	height: 15px;
	position: absolute;
	background: url(../images/arrow-6.jpg) no-repeat top left
}

.index-box .tabcontent .leftbox {
	width: 48%;
	float: left;
	color: #333;
	line-height: 30px
}

.index-box .tabcontent .leftbox h3 {
	font-size: 24px;
	margin-bottom: 20px
}

.index-box .tabcontent .leftbox .indexprocon {
    line-height:30px;
    max-height:180px;
    overflow:hidden;
}

.index-box .tabcontent .leftbox .t1 {
	padding-left: 15px;
	background: url(../images/arrow-4.png) no-repeat left 11px
}

.index-box .tabcontent .leftbox .button,.index-box .tabcontent .leftbox .button-2 {
	width: 126px;
	height: 35px;
	color: #fff;
	margin-right: 5px;
	margin-top: 20px;
	line-height: 31px;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	color: #107ed5;
	-webkit-transition: all 0s;
	transition: all 0s;
	border: solid 2px #107ed5
}

.index-box .tabcontent .leftbox .button i,.index-box .tabcontent .leftbox .button-2 i {
	width: 17px;
	height: 17px;
	margin: 7px 0 0 5px;
	vertical-align: top;
	font-style: normal;
	display: inline-block;
	border-radius: 100%;
	background: url(../images/arrow-6.png) no-repeat center center #107ed5
}

.index-box .tabcontent .leftbox .button i img,.index-box .tabcontent .leftbox .button-2 i img {
	vertical-align: top
}

.index-box .tabcontent .leftbox .button {
	background: #f3a705;
	font-weight: bold;
	color: #fff;
	border-color: #f3a705
}

.index-box .tabcontent .leftbox .button i {
	background: url(../images/arrow-5.png) no-repeat center center #fff
}

.index-box .tabcontent .leftbox .button:hover {
	background: #ff4a00;
	border-color: #ff4a00
}

.index-box .tabcontent .leftbox .button-2:hover {
	color: #fff;
	background: #107ed5
}

.index-box .tabcontent .leftbox .button-2:hover i {
	background: url(../images/arrow-5.png) no-repeat center center #fff
}

.index-box .tabcontent .rightbox {
	width: 52%;
	float: right;
	padding-left: 20px;
	text-align: center;
	background: url(../images/pro-line.png) no-repeat left center
}

.index-box .tabcontent .rightbox .pic {
	width: 355px;
	height: 250px;
	margin: 0 auto;
	position: relative
}

.index-box-2 {
	padding-top: 40px
}

.index-box-2 ul {
	margin: 0 -10px;
	margin-top: 25px
}

.index-box-2 li {
	width: 176px;
	float: left;
	margin: 0 10px;
	text-align: center
}

.index-box-2 li .pic {
	width: 176px;
	height: 164px;
	overflow: hidden;
	position: relative
}

.index-box-2 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box-2 li .txtbox {
	height: 100px;
	padding: 0 12px;
	border: solid 1px #dedede
}

.index-box-2 li .txtbox .tit {
	color: #000;
	font-size: 18px;
	height: 45px;
	line-height: 44px;
	overflow: hidden;
	border-bottom: solid 1px #ededed
}

.index-box-2 li .txtbox .txt {
	line-height: 20px;
	height: 40px;
	color: #666;
	margin-top: 5px;
	overflow: hidden
}

.index-box-2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-box-2 li:hover .txtbox .tit {
	color: #107ed5;
	font-weight: bold
}

.index-box-3 {
	margin-top: 55px
}

.index-box-3 .item {
	padding-top: 35px
}

.index-box-3 .leftbox {
	width: 468px;
	float: left
}

.index-box-3 .leftbox .num span {
	float: left;
	width: 46px;
	height: 59px;
	font-size: 40px;
	font-weight: bold;
	line-height: 59px;
	font-family: arial;
	text-align: center;
	color: #fff;
	display: inline-block;
	background: url(../images/pro-16.jpg) no-repeat top center
}

.index-box-3 .leftbox .bt {
	height: 59px;
	float: left;
	width: 420px;
	color: #888;
	padding-left: 12px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc
}

.index-box-3 .leftbox .bt p:first-child {
	font-size: 26px;
	font-weight: bold;
	color: #0066b2;
	margin-bottom: 5px
}

.index-box-3 .leftbox ul {
	margin-left: 25px;
	margin-top: 25px;
	position: relative
}

.index-box-3 .leftbox ul:before {
	top: 10px;
	left: 0;
	content: "";
	height: 85%;
	position: absolute;
	border-left: dashed 1px #cacaca
}

.index-box-3 .leftbox li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative
}

.index-box-3 .leftbox li:before {
	content: "";
	width: 9px;
	height: 11px;
	top: 9px;
	left: -4px;
	z-index: 1;
	position: absolute;
	background: url(../images/arrow-7.jpg) no-repeat top left
}

.index-box-3 .rightbox {
	width: 446px;
	float: right;
	margin-top: 5px
}

.index-box-3 .item-2 .rightbox {
	float: left
}

.index-box-3 .item-2 .leftbox {
	float: right;
	margin-top: 65px
}

.index-box-4 {
	height: 321px;
	margin-top: 50px;
	color: #fff;
	padding-top: 65px;
	background: url(../images/bg-3.jpg) no-repeat top center
}

.index-box-4 .container {
	position: relative
}

.index-box-4 .container .ico {
	top: 0;
	left: 0;
	position: absolute
}

.index-box-4 .container p {
	padding-left: 45px
}

.index-box-4 .container .font45 {
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	padding-top: 20px
}

.index-box-4 .container .font27 {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 5px
}

.index-box-4 .container .font12 {
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
	margin: 20px 0 15px 0
}

.index-box-4 .container .tel img {
	vertical-align: top;
	margin-top: 2px
}

.index-box-4 .container .tel span {
	padding-bottom: 3px;
	display: inline-block;
	font-size: 26px;
	color: #f3da05;
	font-weight: bold;
	font-family: "AVGARDM";
	border-bottom: solid 3px #f3da05
}

.index-title-2 {
	height: 55px;
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 20px;
	padding-left: 20px;
	position: relative;
	border-bottom: solid 1px #ececec
}

.index-title-2:before {
	content: "";
	width: 4px;
	height: 20px;
	top: 19px;
	left: 5px;
	position: absolute;
	background: #f3a705
}

.index-title-2 span {
	color: #d4d4d4;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
	text-transform: uppercase
}

.index-title-2 a {
	float: right;
	font-size: 16px;
	font-family: arial;
	font-weight: normal
}

.index-title-2 a:hover {
	color: #f3a705
}

.index-box-5 {
	margin-top: 35px
}

.index-box-5 .content {
	border: solid 1px #ececec
}

.index-box-5 .content ul {
	padding: 10px 0
}

.index-box-5 .content li {
	width: 445px;
	float: left;
	margin: 20px;
	margin-right: 0
}

.index-box-5 .content li .pic {
	width: 206px;
	height: 148px;
	float: left;
	overflow: hidden;
	position: relative
}

.index-box-5 .content li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box-5 .content li .txtbox {
	width: 213px;
	float: right
}

.index-box-5 .content li .tit {
	font-size: 16px;
	color: #444;
	height: 48px;
	overflow: hidden;
	font-weight: bold
}

.index-box-5 .content li .line {
	margin-top: 8px;
	padding-top: 7px;
	border-top: dashed 1px #e3e3e3
}

.index-box-5 .content li .txt {
	font-size: 12px;
	color: #666;
	height: 48px;
	overflow: hidden
}

.index-box-5 .content li span {
	color: #fff;
	width: 77px;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	background: #f3a705
}

.index-box-5 .content li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-box-5 .content li:hover .tit {
	color: #107ed5;
	text-decoration: underline
}

.index-box-5 .content li:hover span {
	background: #107ed5
}

.index-box-5 .srcoll {
	padding: 35px
}

.index-box-5 .srcoll dl {
	margin: 0 10px
}

.index-box-5 .srcoll dt {
	width: 161px;
	height: 105px;
	position: relative;
	border: solid 1px #f1f1f1
}

.index-box-5 .srcoll dd {
	text-align: center;
	height: 24px;
	font-size: 12px;
	overflow: hidden;
	margin-top: 8px
}

.index-box-5 .srcoll .slick-prev,.index-box-5 .srcoll .slick-next {
	border: 0;
	width: 20px;
	height: 20px;
	margin-top: -30px
}

.index-box-5 .srcoll .slick-prev {
	left: 15px;
	background: url(../images/left-arrow.png) no-repeat left center
}

.index-box-5 .srcoll .slick-prev:hover {
	background: url(../images/left-arrow-2.png) no-repeat left center
}

.index-box-5 .srcoll .slick-next {
	right: 15px;
	background: url(../images/right-arrow.png) no-repeat left center
}

.index-box-5 .srcoll .slick-next:hover {
	background: url(../images/right-arrow-h.png) no-repeat left center
}

.index-box-6 {
	margin-top: 25px
}

.index-box-7 .leftbox {
	width: 636px;
	float: left;
	height: 350px;
	border: solid 1px #ececec
}

.index-box-7 .leftbox .content {
	overflow: hidden;
	padding: 20px;
	font-size: 12px
}

.index-box-7 .leftbox .content img {
	margin-right: 30px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box-7 .leftbox .content h2 {
	color: #107ed5;
	margin: 10px 0 15px 0
}

.index-box-7 .leftbox .content .more {
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-top: 30px;
	background: #107ed5
}

.index-box-7 .leftbox .content .more:hover {
	background: #f3a705
}

.index-box-7 .leftbox .content:hover img {
	opacity: .8
}

.index-box-7 .rightbox {
	width: 310px;
	float: right;
	height: 350px;
	border: solid 1px #ececec
}

.index-box-7 .rightbox .srcoll {
	padding: 15px 50px
}

.index-box-7 .rightbox .srcoll dt {
	width: 197px;
	height: 226px;
	position: relative
}

.index-box-7 .rightbox .srcoll dd {
	height: 24px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px
}

.index-box-7 .rightbox .srcoll .slick-prev,.index-box-7 .rightbox .srcoll .slick-next {
	border: 0;
	width: 36px;
	height: 36px;
	margin-top: -18px
}

.index-box-7 .rightbox .srcoll .slick-prev {
	left: 0;
	background: url(../images/left-1.png) no-repeat center center #eee
}

.index-box-7 .rightbox .srcoll .slick-prev:hover {
	background: url(../images/left-1-h.png) no-repeat center center #107ed5
}

.index-box-7 .rightbox .srcoll .slick-next {
	right: 0;
	background: url(../images/right-1.png) no-repeat center center #eee
}

.index-box-7 .rightbox .srcoll .slick-next:hover {
	background: url(../images/right-1-h.png) no-repeat center center #107ed5
}

.index-box-8 {
	margin-top: 25px
}

.index-box-8 .content {
	border: solid 1px #ececec
}

.index-box-8 .srcoll {
	padding: 20px 13px
}

.index-box-8 .srcoll dl {
	margin: 0 7px
}

.index-box-8 .srcoll dt {
	width: 219px;
	height: 194px;
	overflow: hidden;
	position: relative
}

.index-box-8 .srcoll dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box-8 .srcoll dd {
	height: 40px;
	text-align: center;
	margin-top: 1px;
	line-height: 40px;
	overflow: hidden;
	background: #eaeaea
}

.index-box-8 .srcoll dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-box-8 .srcoll dl:hover dd {
	color: #fff;
	background: #107ed5
}

.index-box-9 {
	margin-top: 25px
}

.index-box-9 .leftbox {
	width: 572px;
	float: left;
	height: 415px;
	padding: 0 20px;
	border: solid 1px #ececec;
	border-top: solid 3px #4c7ba2
}

.index-box-9 .rightbox {
	padding: 0 20px;
	height: 415px;
	width: 371px;
	float: right;
	border: solid 1px #ececec;
	border-top: solid 3px #4c7ba2
}

.index-box-9 .rightbox .title {
	height: 53px;
	line-height: 52px;
	font-size: 16px;
	border-bottom: solid 1px #ececec
}

.index-box-9 .rightbox .title b {
	display: inline-block;
	position: relative
}

.index-box-9 .rightbox .title b:before {
	content: "";
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: #f3a705
}

.index-box-9 .rightbox .title span {
	color: #d4d4d4
}

.index-box-9 .rightbox .title .more {
	float: right;
	font-family: arial
}

.index-box-9 .rightbox .title .more:hover {
	color: #f3a705
}

.index-box-9 .rightbox dl {
	padding: 17px 0;
	border-bottom: dashed 1px #ececec
}

.index-box-9 .rightbox dl dt,.index-box-9 .rightbox dl dd {
	padding-left: 30px;
	position: relative
}

.index-box-9 .rightbox dl dt span,.index-box-9 .rightbox dl dd span {
	top: 5px;
	left: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	border-radius: 3px;
	background: #107ed5
}

.index-box-9 .rightbox dl dd span {
	background: #f3a705
}

.index-box-9 .rightbox dl dt {
	height: 24px;
	overflow: hidden;
	font-weight: bold
}

.index-box-9 .rightbox dl dt a {
	display: block
}

.index-box-9 .rightbox dl dd {
	font-size: 12px;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 7px
}

.index-box-9 .tabmenu {
	height: 53px;
	line-height: 52px;
	border-bottom: solid 1px #ececec
}

.index-box-9 .tabmenu li {
	float: left;
	font-size: 16px;
	padding: 0 10px;
    max-width:120px;
    	height: 53px;
	line-height: 52px;
    overflow:hidden;
	position: relative
}

.index-box-9 .tabmenu li a {
	display: block
}

.index-box-9 .tabmenu li:before {
	content: "";
	top: 21px;
	left: -3px;
	width: 7px;
	height: 13px;
	position: absolute;
	background: url(../images/line-4.jpg) no-repeat top left
}

.index-box-9 .tabmenu li:after {
	content: "";
	width: 0;
	height: 2px;
	bottom: -1px;
	left: 50%;
	position: absolute;
	background: #f3a705
}

.index-box-9 .tabmenu li:first-child:before {
	display: none
}

.index-box-9 .tabmenu li:first-child {
	padding-left: 0
}

.index-box-9 .tabmenu .active a {
	font-weight: bold;
	color: #107ed5
}

.index-box-9 .tabmenu .active:after {
	width: 100%;
	left: 0
}

.index-box-9 .tabcontent {
	display: none;
	padding-top: 18px;
	position: relative
}

.index-box-9 .tabcontent .gy-more {
	top: -35px;
	right: 0;
	font-size: 16px;
	position: absolute;
	font-family: arial
}

.index-box-9 .tabcontent .gy-more:hover {
	color: #f3a705
}

.index-box-9 .tabcontent dl {
	height: 143px;
	border-bottom: solid 1px #ededed
}

.index-box-9 .tabcontent dl dt {
	float: left;
	height: 125px;
	width: 175px;
	overflow: hidden;
	position: relative;
	border: solid 1px #ececec
}

.index-box-9 .tabcontent dl dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box-9 .tabcontent dl dd {
	float: left;
	width: 340px;
	float: right
}

.index-box-9 .tabcontent dl dd .tit {
	font-size: 14px;
	height: 24px;
	font-weight: bold;
	overflow: hidden
}

.index-box-9 .tabcontent dl dd .tit a {
	display: block;
	color: #107ed5
}

.index-box-9 .tabcontent dl dd .txt {
	font-size: 12px;
	height: 48px;
	color: #979797;
	overflow: hidden;
	margin-top: 5px
}

.index-box-9 .tabcontent dl dd .more {
	color: #fff;
	width: 106px;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding-left: 15px;
	display: inline-block;
	background: #107ed5;
	border-radius: 30px;
	position: relative
}

.index-box-9 .tabcontent dl dd .more:before {
	content: "";
	width: 30px;
	height: 30px;
	right: -1px;
	top: 0;
	position: absolute;
	border-radius: 100%;
	background: url(../images/jia.png) no-repeat center center #f3a705
}

.index-box-9 .tabcontent dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-box-9 .tabcontent dl:hover dd .more {
	background: #f3a705
}

.index-box-9 .tabcontent ul li {
	height: 37px;
	line-height: 36px;
	padding-left: 10px;
	border-top: solid 1px #ececec;
	background: url(../images/jt-1.png) no-repeat left 16px
}

.index-box-9 .tabcontent ul li span {
	float: right;
	color: #b1b1b1;
	padding-left: 30px;
	font-family: arial;
	display: inline-block
}

.index-box-9 .tabcontent ul li:hover {
	background: url(../images/jt-2.png) no-repeat left 16px
}

.index-box-9 .tabcontent ul li:first-child {
	border-top: 0
}

.index-links {
	margin-top: 25px;
	margin-bottom: 45px
}

.index-links .content {
	padding: 20px;
	padding-top: 0;
	border: solid 1px #ececec
}

.index-links .content .title {
	height: 53px;
	line-height: 52px;
	font-size: 16px;
	border-bottom: solid 1px #ececec
}

.index-links .content .title b {
	display: inline-block;
	position: relative
}

.index-links .content .title b:before {
	content: "";
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: #f3a705
}

.index-links .content .title span {
	color: #d4d4d4
}

.index-links .content .title .more {
	float: right;
	font-family: arial
}

.index-links .content .title .more:hover {
	color: #f3a705
}

.index-links .content .hezi {
	padding-top: 18px
}

.index-links .content .hezi a {
	padding-right: 20px;
	display: inline-block
}

.footer {
	color: #999;
	background: #107ed5;
	padding-top: 45px;
	max-width: 1600px;
	margin: 0 auto
}

.footer a {
	color: #bcdaf1;
	display: block
}

.footer a:hover {
	color: #fff;
	text-decoration: underline
}

.footer .box {
	padding: 0 65px;
	padding-bottom: 35px
}

.footer .weixin {
	float: left;
	margin-right: 50px;
	padding-right: 45px;
	border-right: solid 1px #1a8ce5
}

.footer .menu {
	width: 120px;
	float: left
}

.footer .menu a {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	background: url(../images/dian.png) no-repeat left 11px
}

.footer .contact {
	float: left;
	width: 360px;
	padding-left: 45px;
	color: #bcdaf1;
	border-left: solid 1px #1a8ce5
}

.footer .contact p {
	margin-top: 10px
}

.footer .contact p:first-child {
	margin-top: 0
}

.footer .contact span {
	color: #fff;
	font-size: 18px;
	font-family: "Circular-Book"
}

.footer .copy {
	color: #fff;
	padding: 20px 0;
	background: #0a66af;
	text-align: center
}

.footer .copy a {
	display: inline-block
}

.inside-banner {
	height: 335px;
	overflow: hidden;
	position: relative
}

.inside-banner span {
	left: 50%;
	top: 0;
	height: 335px;
	margin-left: -800px;
	position: absolute
}

.inside-warp {
	margin-top: 30px;
	padding-bottom: 50px
}

.inside-left {
	width: 230px;
	float: left
}

.inside-left .title {
	color: #e9edf1;
	height: 70px;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background: #107ed5;
	text-transform: uppercase
}

.inside-left .title p:first-child {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px
}

.inside-left .title-2 {
	color: #e9edf1;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #107ed5
}

.inside-left .title-2 span {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	padding-left: 5px;
	text-transform: uppercase
}

.inside-left .box-1 {
	margin-bottom: 10px
}

.inside-left .box-1 .listMenu {
	border: solid 1px #ececec
}

.inside-left .box-1 .listMenu li {
	height: 40px;
	line-height: 40px;
    overflow:hidden;
	background: url(../images/arrow.png) no-repeat 17px 15px;
	border-top: solid 1px #ececec
}

.inside-left .box-1 .listMenu li a {
	display: block;
	color: #424242;
	padding-left: 34px;
	font-weight: 700
}

.inside-left .box-1 .listMenu li:hover>a,.inside-left .box-1 .listMenu .cur>a {
	color: #107ed5
}

.inside-left .box-2 ul {
	border: solid 1px #ececec
}

.inside-left .box-2 li {
	color: #061824
}

.inside-left .box-2 .li01 {
	padding: 10px 0;
	position: relative;
	padding-left: 60px;
	font-size: 14ppx;
	border-bottom: solid 1px #ececec
}

.inside-left .box-2 .li01 span {
	top: 14px;
	left: 10px;
	position: absolute
}

.inside-left .box-2 .li01 .blue {
	font-size: 18px;
	color: #107ed5;
	font-family: arial
}

.inside-left .box-2 .li02 {
	padding: 10px;
	padding-right: 0;
	padding-bottom: 15px
}

.inside-left .box-2 .li02 span {
	font-weight: 700;
	color: #107ed5
}

.inside-left .box-2 .li02 i {
	font-size: 15px;
	font-style: normal;
	font-family: arial
}

.inside-left .box-2 .li02 p {
	margin-top: 10px
}

.inside-left .box-2 .li02 p:first-child {
	margin-top: 5px
}

.inside-left .box-2 .li03 {
	padding: 15px 0 10px 0;
	position: relative;
	padding-left: 60px;
	font-size: 18px;
	border-top: solid 1px #ececec
}

.inside-left .box-2 .li03 p {
	font-weight: 600
}

.inside-left .box-2 .li03 span {
	top: 14px;
	left: 10px;
	position: absolute
}

.inside-left .box-2 .li03 .en {
	color: #777;
	font-size: 12px;
	font-family: arial;
	margin-top: -5px;
	font-weight: normal
}

.inside-left .box-3 {
	margin-bottom: 10px
}

.inside-left .box-3 ul {
	padding: 10px 0;
	border: solid 1px #ececec
}

.inside-left .box-3 li {
	padding: 5px 15px;
	text-align: center
}

.inside-left .box-3 li .pic {
	overflow: hidden;
	position: relative;
	border: solid 1px #f1f1f1
}

.inside-left .box-3 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 90%
}

.inside-left .box-3 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-left .box-3 li .tit {
	color: #333;
	height: 24px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px
}

.inside-left .box-3 li:hover .pic {
	outline: solid 1px #107ed5;
	border-color: #107ed5
}

.inside-left .box-3 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-left .box-3 li:hover .tit {
	color: #107ed5;
	font-weight: bold
}

.inside-left .box-4 {
	margin-top: 10px
}

.inside-left .box-4 ul {
	padding: 10px;
	border: solid 1px #ececec
}

.inside-left .box-4 li {
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
    overflow:hidden;
	background: url(../images/news-icon.png) no-repeat 0 16px
}

.inside-left .box-4 li:hover {
	background: url(../images/news-icon-h.png) no-repeat 0 16px
}

.inside-right {
	width: 700px;
	float: right
}

.inside-right .title {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	border-bottom: solid 1px #f1f1f1
}

.inside-right .title h2 {
	width: 30%;
	float: left;
	color: #555;
	font-size: 20px;
	padding-left: 12px;
	font-weight: normal;
	position: relative
}

.inside-right .title h2:before {
	top: 14px;
	left: 0;
	width: 4px;
	height: 20px;
	content: "";
	border-radius: 3px;
	position: absolute;
	background: #107ed5
}

.inside-right .title p {
	width: 60%;
	float: right;
	color: #aaa;
	font-size: 12px;
	text-align: right
}

.inside-right .title p a {
	color: #aaa
}

.inside-right .title p a:hover {
	color: #107ed5
}

.inside-about {
	color: #555;
	line-height: 34px
}

.inside-about .title-2 {
	line-height: 26px;
	text-align: center;
	padding: 30px 0 10px 0
}

.inside-about .title-2 .cn {
	color: #333;
	font-size: 26px
}

.inside-about .title-2 .en {
	font-size: 20px;
	font-family: "宋体";
	color: #aeaeae;
	margin-top: 10px;
	position: relative
}

.inside-about .title-2 .en:before,.inside-about .title-2 .en:after {
	content: "";
	width: 34px;
	height: 2px;
	margin: 12px 5px;
	vertical-align: top;
	display: inline-block;
	background: #107ed5
}

.inside-about .list {
	margin-top: 20px
}

.inside-about .list li {
	float: left;
	width: 222px;
	height: 216px;
	margin-left: 16px;
	overflow: hidden;
	border: solid 1px #f1f1f1
}

.inside-about .list li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about .list li:first-child {
	margin-left: 0
}

.inside-about .list li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-about .list-2 {
	margin: 0 -10px;
	margin-top: 20px
}

.inside-about .list-2 li {
	float: left;
	width: 340px;
	overflow: hidden;
	margin: 0 10px;
	margin-bottom: 15px;
	text-align: center
}

.inside-about .list-2 li .pic {
	overflow: hidden
}

.inside-about .list-2 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about .list-2 li p {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	font-weight: bold
}

.inside-about .list-2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-qyfc {
	overflow: hidden;
    width:700px;
}

.inside-qyfc ul {
	margin: 0 -10px;
	margin-top: -15px
}

.inside-qyfc li {
	width: 219px;
	float: left;
	margin: 0 10px;
	margin-top: 35px;
	text-align: center
}

.inside-qyfc li .pic {
	width: 219px;
	height: 194px;
	position: relative;
	overflow: hidden
}

.inside-qyfc li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-qyfc li .tit {
	height: 40px;
    overflow:hidden;
	color: #666;
	line-height: 40px;
	background: #eaeaea;
	margin-top: 1px
}

.inside-qyfc li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-hzhb {
	overflow: hidden
}

.inside-hzhb ul {
	margin: 0 -9px
}

.inside-hzhb li {
	width: 161px;
	float: left;
	margin: 0 9px;
	margin-top: 25px;
	text-align: center
}

.inside-hzhb li .pic {
	width: 161px;
	height: 105px;
	border: solid 1px #f1f1f1;
	position: relative;
	overflow: hidden
}

.inside-hzhb li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-hzhb li .tit {
	height: 40px;
	color: #666;
    overflow:hidden;
	font-size: 12px;
	line-height: 40px
}

.inside-hzhb li:hover .pic {
	border-color: #107ed5
}

.inside-hzhb li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-qywh {
	padding-top: 30px
}

.inside-qywh .font30 {
	font-size: 30px;
	color: #333;
	line-height: 40px
}

.inside-qywh .font18 {
	font-size: 18px;
	margin-top: 10px
}

.inside-qywh .list {
	margin: 30px 0 50px 0
}

.inside-qywh .list li:first-child {
	padding-left: 0
}

.inside-qywh .list li {
	float: left;
	padding-left: 140px;
	position: relative
}

.inside-qywh .list li .line {
	top: 10px;
	left: 20px;
	position: absolute
}

.inside-qywh .list li .font18 {
	font-size: 18px
}

.inside-qywh .list-2 li {
	width: 56%;
	float: right;
	padding-right: 10px;
	line-height: 40px
}

.inside-qywh .list-2 li:first-child {
	float: left;
	width: 44%
}

.inside-honor {
	padding-bottom: 30px
}

.inside-honor .list-honor {
	margin: 0 -10px
}

.inside-honor .list-honor li {
	width: 340px;
	float: left;
	margin: 0 10px;
	margin-top: 25px
}

.inside-honor .list-honor li .pic {
	width: 338px;
	height: 464px;
	border: solid 1px #ececec;
	position: relative
}

.inside-honor .list-honor li .tit {
	color: #424242;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	height: 24px;
	overflow: hidden
}

.inside-honor .list-honor-2 {
	margin: 0 -10px
}

.inside-honor .list-honor-2 li {
	width: 340px;
	float: left;
	margin: 0 10px;
	margin-top: 25px
}

.inside-honor .list-honor-2 li .pic {
	width: 338px;
	height: 265px;
	border: solid 1px #ececec;
	position: relative
}

.inside-honor .list-honor-2 li .tit {
	color: #424242;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	height: 24px;
	overflow: hidden
}

.inside-page {
	padding: 50px 0 0 0;
	text-align: center
}

.inside-page a {
	height: 27px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 2px;
	font-family: arial;
	display: inline-block;
	border: solid 1px #cbcbcb
}

.inside-page span {
	height: 27px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 2px;
	font-family: arial;
	display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #107ed5;
	border: solid 1px #107ed5
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	font-weight: bold;
	background: #107ed5;
	border-color: #107ed5
}

.inside-page .none {
	border: 0;
	padding: 0
}

.inside-page .none:hover {
	color: #107ed5;
	background: none
}

.inside-news dl {
	margin-top: 25px
}

.inside-news dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news dl:hover dd h3 a {
	text-decoration: underline
}

.inside-news dl:hover dd .more {
	background: #f3a705
}

.inside-news dt {
	float: left;
	width: 174px;
	height: 125px;
	overflow: hidden;
	position: relative
}

.inside-news dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news dd {
	width: 510px;
	float: right
}

.inside-news dd h3 {
	height: 24px;
	font-size: 16px;
	overflow: hidden
}

.inside-news dd h3 a {
	display: block;
	color: #107ed5
}

.inside-news dd .txt {
	font-size: 12px;
	height: 48px;
    line-height:24px;
    overflow:hidden;
	margin-top: 12px
}

.inside-news dd .more {
	width: 108px;
	height: 30px;
	color: #fff;
	line-height: 28px;
	margin-top: 10px;
	vertical-align: top;
	padding-left: 18px;
	border-radius: 30px;
	position: relative;
	display: inline-block;
	background: #107ed5
}

.inside-news dd .more:after {
	content: "+";
	width: 30px;
	height: 30px;
	font-size: 26px;
	right: -1px;
	top: 0;
	vertical-align: top;
	font-family: "宋体";
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #f3a705;
	position: absolute
}

.inside-news ul {
	margin-top: 25px;
	border-top: solid 1px #ececec
}

.inside-news li {
	height: 37px;
	line-height: 36px;
	padding-left: 15px;
	border-bottom: dashed 1px #ececec;
	background: url(../images/news-icon.png) no-repeat 0 16px
}

.inside-news li span {
	float: right;
	color: #acbec6;
	padding-left: 50px;
	display: inline-block;
	font-family: arial
}

.inside-news li:hover {
	background: url(../images/news-icon-h.png) no-repeat 0 16px
}

.inside-news .inside-page {
	padding: 60px 0 15px 0
}

.inside-news-show {
	padding-top: 20px;
	line-height: 26px
}

.inside-news-show h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-align: center
}

.inside-news-show .info {
	color: #999;
	text-align: center;
	font-size: 12px;
	padding: 20px 0 10px 0;
	margin-bottom: 25px;
	border-bottom: solid 1px #e9e9e9
}

.inside-page-news {
	margin-top: 30px
}

.inside-page-news li:first-child {
	border-top: solid 1px #ededed
}

.inside-page-news li {
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 10px;
	border-bottom: solid 1px #ededed;
	background: url(../images/news-icon.png) no-repeat left 15px
}

.inside-page-news li span {
	float: right;
	color: #acbec6;
	padding-left: 50px;
	display: inline-block;
	font-family: arial
}

.inside-page-news li:hover {
	color: #107ed5;
	background: url(../images/news-icon-h.png) no-repeat left 15px
}

.inside-xg-news {
	margin-top: 30px
}

.inside-xg-news .title-2 {
	font-size: 20px;
	color: #107ed5;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #ececec
}

.inside-xg-news .title-2:before {
	content: "";
	width: 82px;
	height: 2px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background: #f3a705
}

.inside-xg-news ul {
	padding-top: 20px
}

.inside-xg-news li {
	border-bottom: dashed 1px #ececec
}

.inside-xg-news li p {
	width: 50%;
	float: left;
	height: 36px;
	padding-right: 50px;
	overflow: hidden;
	line-height: 35px;
	padding-left: 14px;
	background: url(../images/news-icon.png) no-repeat left 15px
}

.inside-xg-news li:hover p {
	background: url(../images/news-icon-h.png) no-repeat left 15px
}

.inside-xg-product {
	margin-top: 20px
}

.inside-xg-product .title {
	border-bottom: 0;
	margin-bottom: 5px
}

.inside-xg-product ul {
	margin: 0 -8px
}

.inside-xg-product li {
	float: left;
	width: 222px;
	margin: 0 8px;
	text-align: center
}

.inside-xg-product li .pic {
	width: 222px;
	height: 216px;
	overflow: hidden;
	position: relative;
	border: solid 1px #f1f1f1
}

.inside-xg-product li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-xg-product li .tit {
	color: #333;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 12px
}

.inside-xg-product li:hover .pic {
	outline: solid 1px #107ed5;
	border-color: #107ed5
}

.inside-xg-product li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-product li:hover .tit {
	color: #107ed5;
	font-weight: bold
}

.inside-xg-tag {
	padding-top: 10px;
	margin-top: 15px;
	border-top: solid 1px #ececec
}

.inside-xg-tag .title {
	border-bottom: 0;
	margin-bottom: 5px
}

.inside-xg-tag .item {
	padding: 25px 30px;
	border: solid 1px #ececec
}

.inside-xg-tag .item a {
	display: block;
	width: 25%;
	color: #333;
	float: left;
	padding: 0 15px;
	overflow: hidden
}

.inside-xg-tag .item a:hover {
	color: #107ed5
}

.inside-case {
	overflow: hidden
}

.inside-case ul {
	margin: 0 -8px
}

.inside-case li {
	float: left;
	width: 222px;
	height: 219px;
	padding: 7px;
	margin: 0 8px;
	margin-top: 16px;
	text-align: center;
	border: solid 1px #f1f1f1
}

.inside-case li .pic {
	width: 207px;
	height: 167px;
	overflow: hidden;
	position: relative
}

.inside-case li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-case li .tit {
	color: #333;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 12px
}

.inside-case li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-product .inside-left,.inside-product .pro-menu {
	width: 230px
}

.inside-product .pro-menu {
	float: none;
	margin-bottom: 10px
}

.inside-product .pro-menu ul {
	height: auto;
	padding-bottom: 15px
}

.inside-product .procontent {
	float: none
}

.inside-product .procontent .tabcontent {
	border: 0;
	padding: 0;
	height: auto
}

.inside-product .procontent .tabcontent ul {
	padding: 0;
	margin: 0 -8px
}

.inside-product .procontent .tabcontent li {
	margin: 8px
}

.inside-product .procontent .tabcontent li .tit {
	height: 24px;
	margin-top: 7px;
	overflow: hidden;
	line-height: 24px
}

.inside-product .class-list {
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f1f1f1
}

.inside-product .class-list dl {
	position: relative;
	overflow: hidden;
	margin-top: 5px
}

.inside-product .class-list dl dt {
	font-size: 12px;
	color: #333;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	font-weight: 700
}

.inside-product .class-list dl dd {
	padding-left: 70px;
	overflow: hidden;
	position: relative;
	padding-right: 50px;
	height: 30px
}

.inside-product .class-list dl dd .chushou {
	overflow: hidden
}

.inside-product .class-list dl dd a {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 3px;
	display: block;
	float: left;
	margin: 5px 20px 5px 0
}

.inside-product .class-list dl dd a:hover,.inside-product .class-list dl dd a.cur {
	color: #fff;
	background: #107ed5
}

.inside-product .class-list dl dd .more {
	position: absolute;
	top: 0;
	right: 5px;
	margin-right: 0;
	width: 40px;
	height: 20px;
	background: url(../images/zhankai.png) no-repeat center center
}

.inside-product .class-list dl dd .more:hover {
	background: url(../images/zhankai.png) no-repeat center center
}

.inside-product .class-list dl dd .more.active {
	background: url(../images/shouqi.png) no-repeat center center
}

.inside-product .class-list dl dd .active {
	color: #fff;
	background: #043490
}

.inside-product .class-list dl .open {
	height: auto
}

.inside-product .inside-page {
	padding-top: 30px
}

.inside-proshow .hezi-1 {
	padding: 20px;
	margin-top: 20px;
	padding-top: 0;
	border: solid 1px #dedede
}

.inside-proshow .hezi-1 .leftnr {
	width: 49%;
    margin-right:1%;
	float: left
}

.inside-proshow .hezi-1 .bigimg .pic {
	display: block;
	position: relative
}

.inside-proshow .hezi-1 .bigimg .pic:after {
	content: "";
	display: block;
	padding-bottom: 88%
}

.inside-proshow .hezi-1 .smallimg {
	padding: 0 50px 0 30px
}

.inside-proshow .hezi-1 .smallimg .pic {
	margin: 0 4px;
	display: block;
	position: relative;
	border: solid 1px #ebebeb
}

.inside-proshow .hezi-1 .smallimg .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-proshow .hezi-1 .slick-prev,.inside-proshow .hezi-1 .slick-next {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-width: 3px;
	border-color: #c4c4c4
}

.inside-proshow .hezi-1 .slick-prev {
	left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inside-proshow .hezi-1 .slick-prev:hover {
	border-color: #107ed5
}

.inside-proshow .hezi-1 .slick-next {
	right: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.inside-proshow .hezi-1 .slick-next:hover {
	border-color: #107ed5
}

.inside-proshow .hezi-1 .contact {
	padding-top: 15px;
	margin-top: 15px;
	border-top: solid 1px #eaeaea
}

.inside-proshow .hezi-1 .tel {
	padding-left: 40px;
	display: inline-block;
	position: relative
}

.inside-proshow .hezi-1 .tel img {
	top: 7px;
	left: 0;
	position: absolute
}

.inside-proshow .hezi-1 .tel i {
	color: #107ed5;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-family: "Circular-Book"
}

.inside-proshow .hezi-1 .meg {
	color: #fff;
	width: 138px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	vertical-align: top;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	background: #f3a705;
	margin-left: 20px;
	margin-top: 5px
}

.inside-proshow .hezi-1 .meg img {
	margin-right: 5px
}

.inside-proshow .hezi-1 .meg:hover {
	background: #107ed5
}

.inside-proshow .hezi-1 .rightnr {
	width: 50%;
	float: left
}

.inside-proshow .hezi-1 .rightnr h1 {
	font-size: 22px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eaeaea
}

.inside-proshow .hezi-1 .rightnr li {
	font-size: 12px;
	margin-top: 20px;
	line-height: 20px;
	padding-left: 20px;
	position: relative
}

.inside-proshow .hezi-1 .rightnr li:before {
	content: "";
	top: 8px;
	left: 0;
	width: 11px;
	height: 9px;
	position: absolute;
	background: url(../images/proshow-ico.png) no-repeat top left
}

.inside-proshow .tabmenu {
	margin-top: 35px;
	border-bottom: solid 1px #dedede
}

.inside-proshow .tabmenu li {
	float: left;
	width: 20%;
	line-height: 34px;
	text-align: center;
	overflow: hidden;
	margin-left: -1px;
	cursor: pointer;
	border: solid 1px #dedede;
	border-bottom: 0
}

.inside-proshow .tabmenu .active {
	color: #fff;
	background: #107ed5
}

.inside-proshow .tabcot {
	display: none;
	padding-top: 20px
}

.inside-proshow .tabcot .font18 {
	color: #1681d6;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.inside-proshow .tabcot .font14 {
	color: #333;
	margin-bottom: 10px;
	padding-left: 11px;
	font-weight: bold;
	position: relative
}

.inside-proshow .tabcot .font14:before {
	content: "";
	width: 3px;
	height: 12px;
	top: 7px;
	left: 0;
	position: absolute;
	background: #1681d6
}

.inside-proshow .inside-page-news li {
	width: 50%;
	float: left;
	border-top: solid 1px #ededed
}

.inside-proshow .inside-page-news li span {
	display: none
}

.inside-contact .content {
	padding-top: 35px
}

.inside-contact .content .bt {
	font-size: 20px;
	font-weight: bold
}

.inside-contact .content dt {
	width: 335px;
	float: left
}

.inside-contact .content dt .item {
	padding: 20px 0;
	font-size: 15px;
	border-bottom: solid 1px #f1f1f1
}

.inside-contact .content dt .item span {
	font-family: "Circular-Book"
}

.inside-contact .content dt .red {
	color: #f54336;
	font-weight: bold
}

.inside-contact .content dd {
	width: 350px;
	float: right;
	height: 408px;
	padding: 2px;
	border: solid 3px #efefef
}

.inside-contact .content .contact-map #l-map {
	width: 100%;
	height: 398px
}

.inside-contact .content .contact-map {
	width: 100%;
	z-index: 1;
	position: relative;
	height: 398px
}

.inside-contact .content .contact-map em {
	color: #ff4a00;
	font-style: normal;
	font-weight: bold
}

.inside-contact .message {
	padding: 25px 0 59px 0
}

.inside-contact .message .message-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px
}

.inside-contact .message .message-jsh {
	line-height: 30px;
	background: url("../images/dot2.jpg") no-repeat 0 6px;
	padding-left: 20px
}

.inside-contact .message .message-jsh span {
	color: #f00
}

.inside-contact .message form {
	border-top: 1px dashed #e3e3e3;
	padding-top: 26px;
	margin-top: 12px
}

.inside-contact .message ul {
	margin: 0 -13px
}

.inside-contact .message li {
	width: 50%;
	float: left;
	padding: 0 13px
}

.inside-contact .message li span {
	margin-bottom: 4px;
	display: block;
	overflow: hidden
}

.inside-contact .message li span i {
	font-style: normal;
	color: #f00
}

.inside-contact .message input,.inside-contact .message textarea {
	background: #f2f3f5;
	padding: 10px;
	color: #333;
	margin-bottom: 10px;
	vertical-align: middle;
	border: #f2f3f5 solid 2px
}

.inside-contact .message input {
	width: 100%;
	float: left;
	height: 35px
}

.inside-contact .message input:focus {
	border: #107ed5 solid 2px
}

.inside-contact .message textarea {
	width: 100%;
	padding-right: 90px;
	min-height: 157px
}

.inside-contact .message textarea:focus {
	border: #107ed5 solid 2px
}

.inside-contact .message .yzhm {
	width: 100%
}

.inside-contact .message .yzhm input {
	width: 27%
}

.inside-contact .message .yzhm img {
	margin-right: 5px
}

.inside-contact .message .yzhm a {
	color: #bdbdbd
}

.inside-contact .message .btn {
	text-align: center;
	width: 100%;
	border-top: 1px dashed #d3d3d3;
	padding-top: 27px;
	margin: 14px 0 0 0
}

.inside-contact .message .submit,.inside-contact .message .reset {
	width: 113px;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	margin: 0 4px;
	border-radius: 30px;
	overflow: hidden
}

.inside-contact .message .submit {
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px #107ed5 solid;
	background: #107ed5
}

.inside-contact .message .reset {
	border: 1px #a6a6a6 solid;
	color: #a6a6a6
}

.inside-contact .message .verify {
	max-height: 39px;
	vertical-align: middle;
	margin-left: 5px
}

#toTop {
	z-index: 9;
	width: 49px;
	height: 49px;
	bottom: 22%;
	right: 30px;
	position: fixed;
	cursor: pointer;
	background: url(../images/top.jpg) no-repeat top center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

#toTop:hover {
	background: url(../images/top-hover.jpg) no-repeat top center
}

.inside-contact .map {
    width: 100%;
    margin: 0 auto;
}

.inside-contact .map dl {
    border: #d6dbe1 solid 1px;
    border-top: #107ed5 solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0;
}

.inside-contact .map dt {
    background: #fcfcfc;
    color: #107ed5;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px;
}

.inside-contact .map dt a {
    color: #333;
}

.inside-contact .map dt img {
    margin-left: 20px;
}

.inside-contact .map dd {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.inside-contact .map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px;
}

.inside-contact .map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}