body { margin:0px;
font-family:微软雅黑,宋体;
font-size:16px;
}
img{ border:0px;}
a{ text-decoration:none;}

a:link{ color:#676767;}
a:visited{color:#398ab9;}
a:hover{ color:#397ed4;}
div,ul,ol,li,ins,p,form,h1,h2,span{ margin:0px;padding:0px;list-style:none outside; }

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
}
.owl-dots {
    width: 100%;
    position: absolute;
    height:30px;
    text-align: center;
    bottom:30px;
}
.owl-dot {
    background: transparent;
    width: 30px;
    height: 5px;
    background: #f5f5f5;
    display: inline-block;
    margin: 0px 8px;
}
.owl-dot.active {
    background-color: #658fc9!important;
}


.nav-area {
    width: 100%;
    height: auto;
    background-color:#fff;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar> .container .navbar-brand {
    margin-right: 120px;
	margin:20px 0;
	width:173px; height:42px; background:url(/images/logo.png) no-repeat; background-size:100%;
}
.navbar-default .navbar-nav > li {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 600;
    line-height:50px;
    letter-spacing: 0px;
    color: #4b4b4b;
    padding: 15px 22px;
    text-transform: uppercase;
}
.navbar-right .form-group {
    width: 150px;
    margin: 19px 0px 0px;
}
.navbar-right .btn-search {
    padding: 0px;
    font-size: 14px;
    color: #303030;
    border: 0px;
}
.navbar-default .navbar-nav >.active > a,
.navbar-default .navbar-nav >.active > a:focus,
.navbar-default .navbar-nav >.active > a:hover,
.navbar-default .navbar-nav >.open > a,
.navbar-default .navbar-nav >.open > a:focus,
.navbar-default .navbar-nav >.open> a:hover {
    color: #07aca7;
    background-color: transparent;
}
.dropdown-menu {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform: rotateX(-20deg) translateY(-10px);
    -moz-transform: rotateX(-20deg) translateY(-10px);
    -ms-transform: rotateX(-20deg) translateY(-10px);
    -o-transform: rotateX(-20deg) translateY(-10px);
    transform: rotateX(-20deg) translateY(-10px);
    background-color: rgba(30, 30, 30, 0.94);
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: auto;
    border-radius: 0px;
}
.ie .dropdown-menu {
    display: none;
}
.dropdown-menu li {
    margin-bottom: 0;
    position: relative;
}
.dropdown-menu > li > a {
    
    font-size:14px;
    font-weight: 400;
    line-height:32px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}
.dropdown-menu > li > a span {
    font-size: 18px;
    margin: 0px 3px;
}
.dropdown:hover .dropdown-menu,
.open > .dropdown-menu {
	background:#658fc9;
    display: block;
    opacity: 1;
	width:100%;
	text-align:center;
    pointer-events: painted;
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-bottom:8px;
}
.dropdown:hover{ background:#658fc9;}
.dropdown:hover a{ color:#fff!important;}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
	background:#3c68a5!important;
    background-color: transparent;
}
.navbar-right {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-right i {
    font-size: 15px;
    color: #c4c3c3;
    line-height: 26px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dropdown li ul.sub-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    display: block!important;
    opacity: 0!important;
    pointer-events: none;
    transform-origin: right center 0!important;
    -webkit-transform: rotateY(0deg) translateX(50%)!important;
    -moz-transform: rotateY(0deg) translateX(50%)!important;
    -ms-transform: rotateY(0deg) translateX(50%)!important;
    -o-transform: rotateY(0deg) translateX(50%)!important;
    transform: rotateY(0deg) translateX(50%)!important;
}
.dropdown-menu li .sub-menu li a {
    padding: 10px 40px 10px 20px;
}
.dropdown li:hover ul {
    opacity: 1!important;
    display: block!important;
    -webkit-transform: rotateY(0deg) translateX(100%)!important;
    -moz-transform: rotateY(0deg) translateX(100%)!important;
    -ms-transform: rotateY(0deg) translateX(100%)!important;
    -o-transform: rotateY(0deg) translateX(100%)!important;
    transform: rotateY(0deg) translateX(100%)!important;
}
.mega-dropdown {
    display: block!important;
    width: auto;
    transform: rotateY(0deg) translateX(-0px)!important;
}
.mega-dropdown-menu {
    width: 580px;
    padding: 30px;
}
.mega-dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu li {
    width: 100%;
}
.dropdown-header {
    width: 100%!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}
.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(30, 30, 30, 0.94);
}
.mega-dropdown-menu li a {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 0px;
}
.sticky {
    position: fixed;
    height:60px;
    z-index: 10000;
    top: 0px;
    background-color:#658fc9;
    border-bottom: none;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sticky > .container .navbar-brand {
    margin-right: 120px;
	margin:10px 0!important;
	width:173px; height:42px; background:url(/images/logob.png) no-repeat; background-size:100%;
}
.sticky .dropdown-menu {
    background-color: rgba(30, 30, 30, 0.94);
}
.sticky .dropdown-menu > li {
    border-bottom: 1px solid rgba(30, 30, 30, 0.94);
}
.sticky .dropdown-menu > li:last-child {
    border-bottom: 0px;
}
.sticky .navbar-nav > li > a{ color:#fff!important; line-height:30px;}
.navbar-default .navbar-collapse
{ float:right; padding:0px;}
.navbar-default .navbar-form {
    max-height: 400px;
    border-color: transparent;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.open span:nth-child(3) {
    opacity: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.hero-area {
    width: 100%;
    position: relative;
}
.hero-area .item {
    position: relative;
    overflow: hidden;
}
.hero-area .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #658fc9;
    opacity: 0;
    z-index: 1;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    text-align: center;
    z-index: 10;
    display: table;
}
.hero-caption-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.hero-caption-inner h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-caption-inner h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-caption-inner p {
    width: 600px;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 50px;
}
.hero-caption-inner span {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #fff;
}

.post-row {
    width: 100%;
    height: auto;
	background:#fff;
	margin-bottom:20px;
	border:1px #fff solid;
	border-radius:3px;
	overflow:hidden;
	padding-bottom:10px;
}
.post-header {}
.post-feature {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
	max-height:235px;
	overflow:hidden;
	cursor:pointer;
}
.post-feature img {
    width: 100%;
}
.post-feature img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.post-body { height:120px;}
.equi{ height:36px;}
.post-caption {
    width: 100%;
    padding:15px 0;
    position: relative;
}
.post-caption p{font-size:12px!important; color:#5d5d5d!important; line-height:20px!important;}
.post-caption i{ float:right; font-size:17px; margin-right:3px; color:#8ba3c1;} 
.post-heading {
    line-height: 0;
    margin-bottom:10px;
	font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
}
.post-heading a{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
}
.post-meta {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    color: #606060;
}
.post-sticker {
    position: absolute;
    width: auto;
    height: auto;
    top: 28px;
    left: 0;
    border-radius: 5px;
    text-align: center;
    background-color: #08ada7;
}
.post-sticker small {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    padding: 5px 11px;
}
.post-sticker .month {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #303030;
    margin: 0;
    padding: 3px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.post-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom:5px;
}
.bline{ position:absolute; left:0px; bottom:-1px; width:60px; height:1px; border-bottom:2px #397ed4 solid; left:10px;-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.post-row:hover .bline{position:absolute; left:0px; bottom:-1px; width:100%; height:1px; border-bottom:2px #397ed4 solid; left:0px;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;}}
.post-footer { padding-bottom:0px;}
.post-row:hover .post-feature img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.post-row:hover .post-feature:after {
    opacity: .6;
}

.title-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-bottom:0px;
}

.title-wrap > p {
    font-size: 16px;
    margin:5px auto 20px;
    width: 80%;
	font-size:12px;
	letter-spacing:1em;
	color:#8c9999;
	
}

.section-title {
    letter-spacing: 1px;
	font-size:22px; color:#658fc9; 
	margin-bottom:10px;
}


.section-title .round-shape {
    border: 1px solid #658fc9;
    border-radius: 5em;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px 8px;
}

.section-title .round-shape {
    position: relative;
}

.section-title .round-shape:before,
.section-title .round-shape:after {
    border-bottom: 1px solid #658fc9;
    content: "";
    height: 5px;
    position: absolute;
    top: 25px;
    width: 100%;
}

.section-title .round-shape:before {
    right: 100%;
}

.section-title .round-shape:after {
    left: 100%;
}

.sub-title {
    font-size:16px;
    text-transform: uppercase;
	margin:0px;
   
}
.sub-title .round-shape {
    border: 1px solid #658fc9;
    border-radius:0em;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px 5px;
	color:#658fc9;
	letter-spacing: 6px;
	position: relative;
}
.sub-title .round-shape:before,
.sub-title .round-shape:after {
    border-bottom: 1px solid #658fc9;
    content: "";
    height: 5px;
    position: absolute;
    top: 15px;
    width: 100%;
}
.sub-title .round-shape2 {
    border: 1px solid #658fc9;
    border-radius:0em;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px 5px;
	color:#658fc9;
	letter-spacing: 6px;
	position: relative;
}
.sub-title .round-shape2:before,
.sub-title .round-shape2:after {
    border-bottom: 1px solid #658fc9;
    content: "";
    height: 5px;
    position: absolute;
    top: 15px;
    width: 100%;
}
.sub-title span:before {
    right: 100%;
    margin-right:0px;
}

.sub-title span:after {
    left: 100%;
    margin-left:0px;
}

.sub-title-sm {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #9f9f9f;
}

.sub-title-1 {
    font-size: 10px;
    text-transform: uppercase;
    color: #9f9f9f;
}
.inner-padding {
    padding:20px 0px;
}
.inner-padding2 {
    padding: 80px 0px 60px;
}
.inner-padding3 {
    padding: 50px 0px 40px;
}
.inner-padding4 {
    padding: 0px 0px 40px;
}
.inner-padding5 {
    padding: 50px 0px 0px;
}
.testimonials-area {}
.testimonial-carousel {}
.testimonial-carousel .item {
    background-color: #fafafa;
    position: relative;
    margin-left: 55px;
}

.client-details {
    padding: 30px 30px 35px 80px;
}
.client-name {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.text-thin {
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
}
.client-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
    position: relative;
    z-index: 1;
}
.client-details p:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f10e";
    color: #dadada;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    bottom: -10px;
    right: -12px;
}
.testimonial-carousel .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
.testimonial-carousel .owl-dot {
    background-color: #ebebeb;
}


.youshi{ padding:35px 15px 40px; text-align:center;}
.youshi h2{ font-size:28px; line-height:60px;}
.youshi p{ font-size:20px; line-height:32px; margin-bottom:30px;}
.iyou{ background:#658fc9;height:80px;border:1px #f5f5f5 solid; border-radius:4px; overflow:hidden; padding:20px;}
.iyou i{ float:left; font-size:40px; line-height:40px; color:#fff; margin:0 20px 0 10px;}
.iyou b{ font-size:16px; letter-spacing:3px; color:#fff;}
.iyou p{ font-size:13px; letter-spacing:3px; color:#e8e8e8;}

.iabout{ width:100%;font-size:16px; line-height:28px;}
.iabout img{width:90%; margin-left:60px;}
.iabout p{ margin-bottom:10px;}
.icon{ padding:0 30px;}

.iservice{ background:#a2c3e4;}

.iabout1 i{ border:1px #3d79cc solid;background-color: rgba(255,255,255, 0.1);width:100px; height:100px; text-align:center; line-height:100px; border-radius:50px; font-size:32px; color:#fff;}
.iabout1 h3{ font-size:18px; color:#fff; letter-spacing:0.2em; font-weight:400;}
.iabout1 { text-align:center; padding:60px 0 20px;}
.iabout2{ padding:0 60px; }
.iabout3{ width:100%;position:relative;}
.iabout4{width:100%; position:absolute; top:40px;background:#fff;box-shadow: 3px 9px 17px rgba(0, 0, 0, 0.19); border-radius:5px; padding:60px 80px 40px; text-align:left; color:#9a9a9a; font-size:13px; line-height:24px;}
.iabout4 button{ font-size:20px; display:block; margin:auto; margin-top:40px; border:0px; background:none; color:658fc9;}
.stitle{ margin-bottom:20px; position:relative;}
.stitle h2{ font-size:22px; color:#000; margin-left:15px;}
.stitle p{ font-size:12px; line-height:36px; letter-spacing:0.3em;}
.stitle div{ width:80%; margin:auto; color:#676869;}
.inmenu{ position:absolute; font-size:16px; right:15px; line-height:36px; top:0px;}
.inmenu li{ float:right; margin-left:30px;}

.inews{ width:100%;}

.footarea{ width:100%; background:#636466;font-size:15px; color:#fff;}
.footarea h3{ font-size:22px; color:#fff; letter-spacing:0.5em; font-weight:bold; margin:0px; padding:0px; line-height:40px;}
.footarea h4{ font-size:16px; color:#fff; letter-spacing:0.1em; font-weight:400; margin:0px; padding:0px; line-height:40px; margin-bottom:20px;}
.footarea p{ font-size:14px; line-height:24px;}

.footbottom{ width:100%; height:60px; background:#efefef; color:#898989; line-height:60px; font-size:12px;}

.nbody{ background:#fff;}
.topnav{ line-height:48px; font-size:12px; color:#afafaf;}
.lmenu{ width:220px; border-radius:3px; background:#3d9cd6; padding:30px; color:#fff;}
.lmenu h2{ font-size:22px; color:#fff; font-weight:600; letter-spacing:0.2em; border-bottom:1px #60a1f2 solid; line-height:60px;}
.lmenu ul{ border-bottom:1px #6ca9f6 solid;}
.lmenu a{ font-size:14px; color:#dde7fb; line-height:42px;}

.tmenu{ text-align:center; font-size:16px;margin-top:30px;}
.tmenu a{ color:#565758;}
.tmenu .linkon{ color:#4973b6; font-weight:bold;}
.tmenu span{ padding:0 15px;line-height:14px; height:14px; position:relative;}
.tmenu span i{ width:4px; border-radius:2px; height:12px; background:#5f8ace;position:absolute; left:-5px; top:5px;}

.solutions{ width:860px; margin:auto; text-align:center;}
.solutions h2 a{ font-size:18px; color:#548bcc; line-height:50px; margin-top:10px;}
.solutions p{ font-size:16px; background:url(/images/m_bg.jpg) center center; width:120px; margin:auto;}
.solutions p span{ padding:3px 18px; background:#fff;}
.solutions p span a{ padding:0px; margin:0px;}
.slo{ border-radius:6px; border:1px #999 solid; overflow:hidden; width:372px; margin-bottom:30px; padding-bottom:20px;}

.nlist h2 a{ font-size:18px; color:#548bcc; line-height:50px; margin-top:10px; padding:0 15px;}
.nlist p{ font-size:14px; padding:0 15px;margin:auto;}
.nlist p span{ padding:3px 18px; background:#fff;}
.nlist p span a{ padding:0px; margin:0px;}
.newl{ border-radius:6px; border:1px #999 solid; overflow:hidden; width:100%; margin-bottom:30px; padding-bottom:20px; min-height:420px;}
.newl div{height:260px; overflow:hidden;}
.newl img{ width:100%; height:100%;}
.newl h2 { line-height:20px; padding:10px 15px; height:80px!important;}
.newl h2 a{ line-height:22px; padding:0px;}

.ncontent{ width:100%;padding:20px; min-height:680px;line-height:24px; color:#828892; font-size:14px!important; font-family:'微软雅黑'!important;}
.ncontent p{margin-bottom:1.5em; line-height:24px;}
.ncontent img{width:80%!important; height:auto!important; margin:auto!important;}

.pcontent{ width:100%;padding:20px; min-height:680px;line-height:24px; color:#828892; font-size:14px!important; font-family:'微软雅黑'!important;}
.pcontent p{margin-bottom:1.5em; line-height:24px;}

.ncontent2{ width:100%;padding:20px; min-height:680px;line-height:24px; color:#828892; font-size:14px!important; font-family:'微软雅黑'!important;}
.ncontent2 p{margin-bottom:1.5em; line-height:24px;}

.acontent{ width:100%; padding:0 20px; min-height:680px;line-height:24px; color:#828892;}
.acontent p{ font-size:14px;margin-bottom:1.5em; line-height:24px;}
.acontent img{ max-width:100%!important;}

.mtitle{position:relative; margin-bottom:30px;}
.mtitle h1{ font-size:24px; line-height:35px;}
.mtitle span{ width:72px; position:absolute; left:0px; bottom:-1px;}
.mtitle p{text-transform:uppercase}

.mbiaoti{ text-align:center; margin-bottom:20px;}
.mbiaoti h1{ font-size:22px; line-height:38px; color:#4d7fbc; margin:0px;}
.mbiaoti p{ width:100%; margin:auto; text-align:left; font-size:16px; line-height:28px; padding:15px;}
.mbiaoti p strong{color:#4d7fbc;}


.clist .clt{ border-radius:6px; border:1px #999 solid; overflow:hidden; width:100%; margin-bottom:30px; padding:20px; padding-bottom:10px; min-height:360px;} 
.clt .cline{ border-bottom:1px dashed #999; text-align:center; margin-bottom:15px;}
.clt:hover{ color:#6491ca;}
.clt:hover a{color:#6491ca;}
.clc{ padding:0 15px; margin-bottom:10px;}
.clc div{ padding:0px; border:0px;}
.clist p{font-size:15px;}

.ptitle{position:relative; margin-bottom:30px; padding-bottom:10px; border-bottom:1px #edf2f5 solid;}
.ptitle h1{ font-size:24px; line-height:35px; text-align:center; color:#397ed4;}
.ptitle span{ width:72px; border-bottom:2px #397ed4 solid; position:absolute; left:45%; bottom:-1px;}
.ptitle p{text-transform:uppercase}

.newsl{ border-bottom:1px #f0f0f0 solid; padding:15px 0 0; margin:0px;}
.newsl h3{ font-size:18px; margin:0px; padding:0px; line-height:20px; padding-bottom:15px;}
.newsl img{ width:88px; height:62px;}
.xnum{ font-size:28px; font-family:Verdana, Geneva, sans-serif; font-style:italic; color:#ced8e5;}
.ntime{ color:#999999; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; border-left:1px #f1f1f1 solid; height:40px; padding-left:30px;}
.spage{ font-size:14px; line-height:60px; margin:20px 0; color:#999; padding-left:80px; letter-spacing:0.3em;}
.spage a{ color:#999;}
.casel{color:#828892;; font-size:14px; line-height:24px;border-bottom:1px #f0f0f0 solid; margin-bottom:20px; padding-bottom:20px;}
.casel h4{ font-size:16px; color:#222; letter-spacing:0.5em;}
.prom{ padding:30px 120px; text-align:center; padding:30px 0; border-bottom:1px #e3e3e3 dashed; margin-bottom:40px;}
.prom div{ position:relative;}
.prom b{ font-size:42px; font-weight:300!important;color:#397ed4; font-family:"Courier New", Courier, monospace}
.prom p{ color:#8ba3c1; font-size:18px; line-height:32px;}
.prom span{ position:absolute; right:0px; width:1px; height:40px; background:#ebebeb; top:10px;}
.ikouhao{ width:634px; height:323px; position:absolute; z-index:999; right:0px;bottom:-460px;}
.message{}
.message div{ padding:0px; margin:0 15px;}
.message p{font-size:15px;}
.message input{ width:300px; border:1px #666 solid; border-radius:4px;}
.message textarea{ width:100%; border:1px #666 solid; border-radius:4px; margin-bottom:20px;}
.yanzheng{width:160px; border:1px #666 solid; border-radius:4px; margin:10px 0; float:left;}
.myz img{ float:left; margin-top:10px; margin-left:10px; text-align:center;}
.sub1{ width:120px!important; height:33px; background:#ff0000; color:#fff; margin:0px; float:left; margin-right:20px; border:0!important; line-height:33px; border-radius:4px;}
.sub2{ width:120px!important; height:33px; background:#9a9a9a; color:#fff; float:left; border:0!important; line-height:33px; border-radius:4px;}
.zp1{ border:2px #f0f3d6 solid; background:#f0f3d6; border-radius:5px; margin:5px 0px; height:40px; line-height:40px;}
.zp2{ border:2px #f0f3d6 solid;border-radius:5px; margin:5px 0px; height:40px; line-height:40px;}
.npic{ width:100%; height:420px;}

.fnavb{ width:1050px; margin:0 20px;}
.fnavb a{ color:#fff;}
.fnav{ width:150px; float:left;}
.fcontent{ padding-top:70px;}
.flogo{ position:relative; height:103px;}
.flogo img{ position:absolute; bottom:0px; left:30px;}

.dllist{ margin-bottom:40px;}
.dlist{ border-bottom:1px #777 dashed; padding:10px; width:1000px; margin:auto;}
.downsub p{ font-size:14px; line-height:32px; color:#999;}
.downsub{ width:460px; margin:auto; padding:5px 0px;}
.downsub li{ float:left!important; margin:0px; padding:0px;}
.downsub .dleft{ width:80px; float:left;}
.downsub span{ padding:0 5px; color:#ff0000;}
.downsub input{ width:360px; height:32px; border-radius:4px; border:1px #999 solid;}
.dsub{ background:#6491ca; letter-spacing:2px; color:#fff;}
.dsub:hover{ background:#4c6b93; color:#fff;}
.zp01{ width:22px; height:20px; background:url(/images/z_01.png) right no-repeat ; margin-top:8px;}
.zp02{ width:22px; height:20px; background:url(/images/z_03.png);}
.zbg{ background:#f0f3d6; border-radius:5px;}
.accordion-inner{ padding:15px!important;}
.zcontent{border-top:1px #333 dashed; padding:15px 0;}

.paddingno{ padding:0px 15px;}
.ashow{ width:100%; height:500px; border:1px #999 solid; border-radius:15px; padding:60px 20px; margin-bottom:50px;}
.clients-carousel {}
.clients-carousel .item {
    background-color: #fafafa;
    position: relative;
}
.clients-carousel h2{ background:#fff;font-size:14px!important; text-align:center; height:36px; line-height:36px;}
.clients-carousel h2 a{}
.client-img {
    position:relative;
    width: 100%;
	text-align:center;
}
.client-img img {
    width: auto!important;
	max-height:200px!important;
	margin:auto!important;
}
.shipinp{ height:180px; overflow:hidden;}
.client-img .shipinb{ width:100%; height:100%; background:url(/images/sp.png) center center no-repeat; position:absolute; left:0px; top:0px;}
.client-details {
}
.pline{ border-bottom:1px #ccc dashed; padding-bottom:10px; margin-bottom:20px;}

.shipin-carousel h2{ background:#fff;font-size:16px!important; text-align:center; height:36px; line-height:36px;}
.shipin-carousel h2 a{}
.client-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.owl-nav > div {
    background-color: #004490;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height:40px;
    left: 10px;
    margin: auto;
    padding:5px 8px;
    position: absolute;
    top: 0;
}
.owl-nav > .owl-next {
    left: auto;
    right: 10px;
}

.owl-nav > div:hover, .nav-2 .owl-nav > div:focus {
    background-color: #fd942a;
    color: #fff;
}

.text-thin {
    font-family: '微软雅黑', Microsoft Yahei;
    font-weight: 300;
}
.client-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
    position: relative;
    z-index: 1;
}
.client-details p:after {
    position: relative;
    content: "\f10e";
    color: #dadada;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    bottom: -10px;
    right: -12px;
}
.testimonial-carousel .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
.testimonial-carousel .owl-dot {
    background-color: #ebebeb;
}

.about-slider {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-slider .item {
    position: relative;
}
.about-slider .item div {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
	max-height:235px;
	overflow:hidden;
	cursor:pointer;
}
.about-slider .item div img {
    width: 100%;
}
.about-slider .item div img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.about-slider .item h2{ height:120px;}
.about-slider .item p{font-size:12px!important; color:#5d5d5d!important; line-height:20px!important;}

.about-content {}
.about-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 15px;
}
.rmenu{ padding-top:40px;}