﻿

body,a,h1,h2,h3,h4,h5,div,p{
font-family:"Microsoft YaHei" !important;
}
button,input{
font-family:"Microsoft YaHei" !important;
}

body, html {
    font-size: 13px;
    font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', serif;
    text-transform: capitalize;
    font-weight: 700;
    margin: 20px 0 10px;
	line-height: 1;
    -webkit-font-smoothing:antialiased;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 18px;
    font-weight: 400;
    
}
h5 {
    font-size: 13px;
	color:#333;
}
h6 {
    font-size: 24px;
    color: #ffffff;
}
a {
    font-family: 'PT Serif', serif;
    text-decoration: none;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
}
a:hover, 
a:focus, 
a:active {
    text-decoration: none;
	outline: 0;
}
ul, li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    
}
iframe {
    border: 0;
}

/*
MISC
*/
hr {
    border-color: #404040;
    width: 100%;
    margin: 10px 0;
    
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.overlay {
    background: rgba(56, 70, 174, 0.78);
    color: #ffffff;
}

.padd-top-30 {
    padding-top: 30px;
}
.padd-top-40 {
    padding-top: 40px;
}
.padd-top-60 {
    padding-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.colxs1{
    width: 28px;
    float: left;
    overflow: auto;
}
.colxs11{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.z-index{
    z-index: 99999;
}


/*-----------------BUTTONS style-------------------*/

.btn {
    position: relative;
    transition: all .3s ease;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    font-weight: 600;
    margin: 15px 0;
    background: #888;
    color: #ffffff;
    overflow: hidden;
    padding: 15px 15px 15px 25px; 
    z-index: 999;
}

.btn:focus,
.btn:active,
.btn:hover {
    outline: none;
    text-decoration: none;
}
.btn .btn-text {
    padding: 0;
    margin-right: 45px;
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    top: 1px;
}
.btn .btn-icon {
    position: absolute;
    right: 17px;
    top: 18px;
}
.btn .btn-icon span {
    position: relative;
    z-index: 9999;
    font-weight: bold;
    font-size: 20px;
}
.btn .btn-icon:after {
    content: "";
    background-color: rgba(102, 102, 102, .60);
    width: 50px;
    height: 85px;
    top: -41px;
    right: -23px;
    transform: skew(22deg);
    position: absolute;
    overflow: hidden;
    transition: all .3s ease;
}
.btn:hover .btn-icon span {
    color: #fff;
}
.btn:hover .btn-icon:after {
    width: 60px;
    transition: all .3s ease;
}

/*---------------SECTION style---------------*/

.intro, 
.services,
.achievements,
.case-studies,
.blog,
.team,
.footer {
    padding: 60px 0 80px;
}

/*
========================================================================
# 2 - Header Styles
------------------------------------------------------------------------
*/


.header{ 
    position: relative;
}
/*top-bar*/
.top-bar {
    height: 40px;
    background: rgba(56, 70, 174, .78);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}
.top-bar span{
    color: #fff;
    font-size: 12px;
    line-height: 37px;
}
.top-bar ul{
    float: right;
}
.top-bar ul li{
    display: inline-block;
	margin-left: 15px;
}
.top-bar ul li a{
    display: block;
    line-height: 37px;
    color: #fff;
}
 .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	  width: 1170px;
  }
/*brand-nav*/
.header .brand-nav{
    height: 80px;
    background: rgba(10, 150, 210, .85);
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 1px #999;
}
.header .navbar-home .brand-nav {
	/*top: 39px;*/
}
.header .brand-nav .leftDiv{
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 28%;
    height: 100%;
}
.header .brand-nav .leftDiv:before{
    content: '';
	background-color: #fff;
    height: 100%;
    width: 86px;
    position: absolute;
    right: -43px;
    -moz-transform: skewX(-42deg);
    -webkit-transform: skewX(-42deg);
    -o-transform: skewX(-42deg);
    transform: skewX(-42deg);
}
.header .brand-nav .leftDiv:after{
    content: '';
    background: #ccc;
    height: 100%;
    width: 15px;
    position: absolute;
    right: -58px;
    -moz-transform: skewX(-42deg);
    -webkit-transform: skewX(-42deg);
    -o-transform: skewX(-42deg);
    transform: skewX(-42deg);
}
.brand-nav .col-sm-3 a{
    display: block;
    line-height: 80px;
	text-align:center;
}
.navfix {
	height: 80px;
}

/*************** HOME PAGE HOME NAVBAR ***************/

@media screen and (min-width: 768px) {
	
	.navbar-home.navbar {
		background: transparent;
	}
	.navbar-home .navbar-nav ul li a {
		color: #fefffe;
	}
	
}
.navbar-default {
    border: none;
    background: none;
	height: 80px;
    position: relative;
}
.navbar-default .navbar-nav{
    float: right;
    /*margin-right: 70px;*/
    margin-top: 0;
}
.navbar-default .navbar-nav li{
    margin: 0;
    padding: 0;
	margin-left: 30px;
}
.navbar-default .navbar-nav > li a {
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
	position: relative;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	background: transparent;
	color: #fff;
}
.navbar-default .navbar-nav li a:after,
.navbar-default .navbar-nav li.active a:after {
    content: '';
	position: absolute;
	width: 0;
	height: 5px;
	background: #0f5ba7;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}
.navbar-default .navbar-nav li a:hover:after,
.navbar-default .navbar-nav li.active a:after {
   width: 100%;
}
.barIcon{
    position: relative;
    right: 0;
    top: -80px;
}
/*dropdown menu*/
.dropdown-menu {
    background: rgba(15, 90, 165, 0.85);
    width: 200px;
    border-radius: 0;
    padding: 15px 0;
}
.dropdown-menu > li > a:hover {
    background: rgba(15, 90, 165, 0.8);
}
.navbar-home .navbar-nav ul li a:hover {
	color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0px;
}
.navbar-default .navbar-nav .dropdown-menu > li a {
    padding: 12px 30px;
	font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-menu li {
    margin: 2px 0;
    padding: 0;
}
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}

/*底部联系信息*/
.warp{ width:100%;height:auto;overflow:hidden;left:0; top:0; margin:0 auto;text-align:center;min-width:1100px;_width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1100? '1100px' : 'auto');}
.content-footer{width:100%; height:230px; background:#545252;}
.content-footer a:hover{color:#99CC00;}
.content-footer-t{width:100%; height:170px; overflow:hidden; text-align:center; margin:0 auto}
.content-footer-t-w{width:1000px; height:170px; overflow:hidden; text-align:center; margin:0 auto}
.content-footer-t-w-l{float:left; width:430px; height:170px; overflow:hidden}
.content-footer-t-w-l li{float:left; width:130px; padding-right:30px}
.content-footer-t-w-l li dd{color:#959494; font-size:12px; line-height:20px;}
.content-footer-t-w-l li dd a{color:#959494}
.content-footer-t-w-l li .about dt{background:url(../images/footer-ico-3.jpg) center 15px no-repeat; width:100%; height:70px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:40px;}
.content-footer-t-w-l li .jiejue dt{background:url(../images/footer-ico-1.jpg) center 15px no-repeat; width:100%; height:70px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:40px;}
.content-footer-t-w-l li .help dt{background:url(../images/footer-ico-2.jpg) center 15px no-repeat; width:100%; height:70px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:40px;}
.content-footer-t-w-l li .more dt{background:url(../images/footer-ico-4.jpg) center 15px no-repeat; width:100%; height:70px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:40px;}
.content-footer-t-w-c{float:left;width:130px; height:170px; overflow:hidden}
.content-footer-t-w-c ul{padding-top:30px}
.footer-wx{width:160px; height:40px; line-height:40px; color:#959494; background:url(../images/footer-ico-wx.jpg) left center no-repeat; text-indent:30px; text-align:left}
.footer-wb{width:160px; height:40px; line-height:40px; color:#959494; background:url(../images/footer-ico-wb.jpg) left center no-repeat; text-indent:30px; text-align:left}
.footer-tx{width:160px; height:40px; line-height:40px; color:#959494; background:url(../images/footer-ico-tx.jpg) left center no-repeat; text-indent:30px; text-align:left}
.content-footer-t-w-m{float:left;width:350px; height:170px; overflow:hidden; text-align:left}
.content-footer-t-w-m dl{padding-top:30px}
.content-footer-t-w-c a{color:#959494}
.footer-wz{line-height:30px; background:url(../images/footer-ico-wz.jpg) left center no-repeat; color:#959494;text-indent:30px; font-size:12px}
.footer-yx{line-height:30px; background:url(../images/footer-ico-yx.jpg) left 4px no-repeat; color:#959494;text-indent:30px; font-size:12px}
.footer-yx a{color:#999}
.footer-tel{width:350px; height:55px; background:url(../images/tel.jpg) left center no-repeat; padding:10px 0}
.content-footer-t-w-r{float:left;width:90px; height:170px; overflow:hidden; background:url(../images/wx2wm.jpg) center center no-repeat}
.content-footer-b{background:#3e3e3e; width:100%; height:65px; line-height:20px;margin-top:4px; text-align:center; margin:0 auto; color:#fff; font-size:12px}


/*在线客服*/
.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;/*border-bottom:1px solid #ddd;*/border-top:1px solid #ddd}
.other p { padding:0px; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
