/*************************************************
*********** Initialization CSS Styles ************
************* Written by: Cool, 2016 *************
*************************************************/

body {
    width: 100%;
    /*line-height: 1em;*/
    color: #333;
    font-family: 'Helvetica Neue',Helvetica,STheiti,'Microsoft YaHei UI','Microsoft YaHei','SimSun',Arial,Tahoma,sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    line-height: 1em;
}
li {
    list-style: none;
}
a,
a:hover,
a:focus {
    line-height: 1em;
    color: inherit;
    text-decoration: none;
}
span {
    line-height: 1em;
}
input,
button,
textarea {
    vertical-align: middle;
    border: 0;
    outline: none;
}
input[type='submit'],
input[type='button'],
input[type='reset'],
button {
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea {
    resize: none;
}
.clear,
.wrapper:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    visibility: hidden;
}
.wrapper {
    margin: 0 auto;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: horizontal;
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
}

/*.logo {
    padding-top: 2px;
    padding-bottom: 10px;
}*/
.logo,
.logo img,
.logo span {
    float: left;
}
.logo span {
    font-size: 24px;
    font-weight: bold;
}

#location a{font-size:14px;font-weight:bold;}
/*************************************************
********************* banner *********************
*************************************************/
.banner {
    width: 100%;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
}

/*************************************************
******************** location ********************
*************************************************/
#location {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 4px;
    line-height: 20px;
    color: #888;
    font-size: 12px;
    font-family: 'SimSun';
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
}
#location .wrapper:before,
#location .wrapper:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 75px;
    height: 1px;
    background-color: #3CADFB;
    content: '';
    opacity: 1;
    visibility: visible;
}
#location .wrapper:after {
    left: auto;
    right: 0;
}
#location .wrapper a:first-child {
    margin-left: 0;
    padding-left: 16px;
    background: url("../images/home.jpg") no-repeat left center;
}
#location .wrapper a.in {
    color: #3CADFB;
}

/*************************************************
********************* frame **********************
*************************************************/
#container:after {
    display: block;
    clear: both;
    content: '';
}
#container .aside {
    float: left;
    width: 210px;
}
#container .aside .nav-title {
    margin-bottom: 12px;
    color: #666;
    font-size: 18px;
}
#container .aside .nav-title span {
    font-family: Arial;
}
#container .aside ul li {
    height:auto;overflow:hidden;
}
#container .aside ul li:first-child {
    /*border: none;*/
}
#container .aside ul li a {
    position: relative;
    display: block;
    /*padding: 11px 16px 11px 30px;*/
	padding:15px 20px 15px 30px;
    /*min-height: 40px;
    line-height: 18px;*/
	font-size:14px;
    color: #fff;
    -webkit-transition: color .28s ease, background-color .3s ease;
    -moz-transition: color .28s ease, background-color .3s ease;
    -ms-transition: color .28s ease, background-color .3s ease;
    -o-transition: color .28s ease, background-color .3s ease;
    transition: color .28s ease, background-color .3s ease;
}
#container .aside ul li a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    width: 5px;
    height: 14px;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#container .aside ul li.active a,
#container .aside ul li a:hover {
    color: #fff;
    background-color: #3CADFB;
}
#container .aside ul li.active a:before,
#container .aside ul li a:hover:before {
    background-color: #fff;
}
#container .aside .callme {
    margin-top: 12px;
    padding-top: 20px;
    background: url("../images/callme.jpg") no-repeat left top;
}
#container .aside .callme .title {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 24px;
    color: #3CADFB;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}
#container .aside .callme .info {
    padding: 0 12px;
    color: #606060;
}
#container .aside .callme .info p {
    position: relative;
    padding-left: 3em;
	font-size:14px;
    line-height: 26px;
}
#container .aside .callme .info span {
    float: left;
    line-height: 26px;
	font-size:14px;
}
#container .aside .caption {
    display: block;
    margin-top: 10px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #f00;
}
#container .content {
    float: right;
    width: 950px;
}
#container .content .hilite {
    position: relative;
	/*padding-top:30px;*/
    padding-bottom: 15px;
    line-height: 1em;
    color: #666;
    font-size: 24px;
}
#container .content .hilite:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 7px;
    content: '';
    background: url("../images/ce_bg.jpg") no-repeat;
}
#container .content .hilite span {
    display: block;
    margin-top: 16px;
    margin-bottom: -10px;
    color: #666;
    font-size: 25px;
}
.content .wrap {
    margin-top: 35px;
}
.content .wrap p {
    padding-bottom: 13px;
    line-height: 24px;
	font-size:14px;
    color: #666;
}
.content .wrap > img,
.content .wrap p > img {
    display: block;
    margin: 0 auto;
}
.content .wrap img {
    max-width: 400px;
}
.content .chapter {
    margin: 50px 0;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
}
.content .chapter span {
    padding: 4px 0;
    line-height: 16px;
    display: block;
    color: #4b4b4b;
}
.content .chapter span em {
    font-weight: bold;
    font-style: normal;
}

/*************************************************
******************* pagination *******************
*************************************************/
.pagination-container {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align:center;
	overflow:hidden;
	 margin:0 auto;
}
.pagination {
    margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:auto;
	height:auto;
	padding:10px 0 20px;
	display:table;
}
.pagination li{
    float:left;
	width:auto;
	 *float:none;
    *display:inline;
    *zoom:1;
	margin-right:2px;
}
.pagination li a {
    display: inline-block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    border-color: transparent;
    border-radius: 0 !important;
    cursor: pointer;
	color: #fff;
    background:#3CADFB;
}
.pagination .active a, .pagination li a:hover{
    color: #3CADFB;
	background:#FFF;
	border:1px solid #3CADFB;
}
.pagination li.fisrt a,
.pagination li.fisrt a:hover,
.pagination li.fisrt a:focus,
.pagination li.last a,
.pagination li.last a:hover,
.pagination li.last a:focus,

.pagination li.prev a,
.pagination li.prev a:hover,
.pagination li.prev a:focus,
.pagination li.next a,
.pagination li.next a:hover,
.pagination li.next a:focus {
    color: #fff;
    font-size: 16px;
    font-family: 'SimSun';
    background-color: #3CADFB;
    border-color: #3CADFB;
}
.pagination li.fisrt a,
.pagination li.prev a {
    margin-right: 5px;
}
.pagination li.last a,
.pagination li.next a {
    margin-left: 5px;
}

/*************************************************
******************** bxslider ********************
*************************************************/
.bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
	
}
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}
.bxslider {
    box-shadow: none;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*************************************************
***************** tooltip-inner ******************
*************************************************/
.tooltip-inner {
    white-space: nowrap;
}

/*************************************************
***************** servicesBar ******************
*************************************************/
#servicesBar {
    position: absolute;
    top: 300px;
    right: 2px;
}
#servicesBar .item {
    position: relative;
    display: block;
    width: 50px;
    height: 55px;
    margin: 1px 0;
}
#servicesBar a.item {
    cursor: pointer;
}
#servicesBar .item:before,
#servicesBar .item:after {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 43.3333333px;
    background: url("../images/servicesBar.png") no-repeat 0 0;
    background-size: 200% auto;
    content: '';
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.ie #servicesBar .item:before,
.ie #servicesBar .item:after {
    background-image: url("../images/servicesBar.lie.png");
}
#servicesBar .item:before,
#servicesBar .item:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
}
#servicesBar .item:hover:before,
#servicesBar .item:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
}
#servicesBar .tel:before {
    background-position: 0 0;
}
#servicesBar .qq:before {
    background-position: 0 33.333333333%;
}
#servicesBar .wx:before {
    background-position: 0 66.666666666%;
}
#servicesBar .appointment:before {
    background-position: 0 100%;
}
#servicesBar .tel:after {
    background-position: 100% 0;
}
#servicesBar .qq:after {
    background-position: 100% 33.333333333%;
}
#servicesBar .wx:after {
    background-position: 100% 66.666666666%;
}
#servicesBar .appointment:after {
    background-position: 100% 100%;
}
#servicesBar .top:before,
#servicesBar .top:after {
    width: 0;
    height: 0;
}
#servicesBar .item i {
    position: absolute;
    z-index: 995;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8c8c8c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#servicesBar .item:hover i {
    background-color: #333;
}

#servicesBar .top i {
    background: #fff url("../images/logo.png") no-repeat center !important;
    background-size: 85% auto !important;
    border: 2px solid #8c8c8c;
}
#servicesBar .wrap {
    position: absolute;
    z-index: 993;
    top: 50%;
    right: 80%;
    margin-top: -44px;
    padding-right: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#servicesBar .item:hover .wrap {
    right: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
#servicesBar .o {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
    filter: url("../images/shadow.svg#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}
#servicesBar .o:before {
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 0;
    margin-right: -12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 6px;
    border-style: solid;
    border-left-color: #fff;
    content: '';
}
#servicesBar .o p {
    line-height: 20px;
    white-space: nowrap;
}
#servicesBar .wx .o {
    /*margin-top: -82px;*/
    padding: 4px;
    width: 158px;
    height: 158px;
}
#servicesBar .wx .o img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}



/*  底部  */
.comfoot{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#202430;
	padding:50px 0 0;
	}
.comfoot1{
	width:23%;
	float:left;
	
	}
.comfoot1 span{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	
	}
.comfootjs{padding-top:10px;width:94%;}
.comfootjs p{text-align:justify;font-size:14px;line-height:22px;color:#CCC;}
.comfoot3{
	width:23%;
	float:left;
	}
.comfoot3 span{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	}
.comfootcon .f-logo img {
	display: block;
}
.comfootcon .f-logo a {
	display: block;
	width: 240px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 30px 0 20px;
	transition: all 0.4s;
}
.comfootcon .f-logo a:hover {
	background: #4c81c3;
	border-color: #4c81c3;
}
.comfootcon .tel {padding:0px;margin:0px;}
.comfootcon .tel li {
	margin-bottom: 15px;
	font-size: 0;
}
.comfootcon .tel li:last-child {
	margin-bottom: 0;
}
.comfootcon .tel i {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.comfootcon .tel a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	transition: all 0.4s;
}
.comfootcon .tel p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color:#CCC;
	line-height: 16px;
	padding:0;
	margin:0;
}
.comfootcon .tel a:hover {
	color: #fff;
}
.comfootcon .tel li {
	margin-bottom: 11px;
}
.comfootcon .tel i {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.comfootcon .tel li img {
	width: 16px;
	height: 16px;
}
.comfootcon .tel a {
	font-size: 15px;
	height: 16px;
	line-height: 16px;
}
.comfootcon {
	width: 100%;
	margin-top: 15px;
}
.comfoot2 {
	font-size: 0;
	width:27%;
	float:left;
	margin-left:8.5%;
	margin-right:5%;
}
.comfoot2 dl {
	display: inline-block;
	margin:0 18% 0 0;
	vertical-align: text-top;
	text-align: left;
}
.comfoot2 a {
	display: block;
}
.comfoot2 dt {
	margin-bottom: 20px;
}
.comfoot2 dt a {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}
.comfoot2 dd{
	margin-left:0;	
	}
.comfoot2 dd a {
	font-size: 15px;
	line-height: 26px;
	color: #b8bbc4;
	transition: all 0.4s;
}
.comfoot2 dd:hover a {
	color: #ffffff;
}
.comfoot4 {
	
	text-align: center;
	padding: 6px 0;
	width:10%;
	float:right;
}
.comfoot4 img{
	width:100%;height:auto;
}
.comfoot4 span {
	color:#CCC;
	font-size:14px;
	line-height: 40px;
}
.comfootcopy{width: 100%;padding:15px 0;border-top:1px solid #CCC;height:auto;overflow:hidden;clear:both;}
.comfootcopy span {
	display: block;
	font-size: 14px;
	color: #9a9b9b;
	line-height: 22px;
	text-align: center;
}
.comfootcopy a {
	color: #9a9b9b;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.3s;
}
.comfootcopy a:hover {
	color: #ffffff;
}