/*

Style   : Main CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly


TABLE OF CONTENTS 
---------------------------------------------------

    • Global Styles
    • Spacer
    • Header
    • Navigation
    • BreadCrumb
    • Flex Slider
    • Homepage Content
    • About Page
    • Call to action
    • stats section
    • Leaders (Team)
    • Vision
    • Sidebar
    • Career Page 
    • Job stats
    • service page 
    • back to top 
    • Image Hover Effects
    • Skillbar
    • 404 page
    • Shortcodes
    • Preloader

    */


/* --------------- Global Styles --------------- */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:400,700);
body {
    color: #454545;
    font-family:"微软雅黑";
    line-height: 1;
    padding: 0;    
}
body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}
a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}
.container {
    max-width: 100% !important;
    width: 1230px !important;   
}
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}
header{
    position: relative;
  	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
    background:#fff;
}
.about img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}

h1,h2,h3,h4,h5,h6 {    
    color: #2a2a2a;
}
p {
    font-size: 16px;
    color: #282828;
    line-height: 2;
    margin-bottom: 20px;
}

p + p:last-child {
    margin-bottom: 0;
}
blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;   
    line-height: 48px;
    padding: 0 22px;
    font-weight: normal;   
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.ab_btn{
	display: inline-block;
	width:122px;
	height:35px;
	line-height: 30px;
	text-align: center;
	font-size:16px;
	color:#0072bd;
	border:2px solid #0072bd;
}
.ab_btn:hover{
	background:#0072BD;
	color:#fff;
}
.btn-default {
    background: #FFDA44;
    color: #4c443a;
}
.btn-default:hover {
    background: #ECC124;
}
section {
    padding:40px 0 0;
}
.sidebar {
    padding: 45px 15px;
}
/* --------------- 1.1 Spacer --------------- */
.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 40px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 25px 0;
    }
}
/* --------------- Header Styles --------------- */
.logo-top-info {
    padding: 7px 0;
}
@media only screen and (min-width:1230px ) {
	.header-area{
		position: absolute;
		top:40px;	
	}
}
@media only screen and (min-width:992px )  and (max-width:1230px ){
	.header-area{
		position: absolute;
		top:10px;	
	}
}
@media only screen and (min-width:1230px ) {
	.header-area{
		left:50%;
		margin-left:-600px;
	}
	.logo a{
		width:10%;
	}
	#navbar{	
		width:90%;
	}
}
@media only screen and (min-width:992px ) and (max-width:1230px ) {
	.header-area{
		width:94%;
		margin-left:3%;
	}
	.logo a{
		width:12%;
	}
	#navbar{	
		width:88%;
	}
}
.small{display:none;}
.logo a{
	float:left;	
	text-align: center;	
	background:#fff;
	box-shadow: 2px 2px 5px 0px rgba(46,46,46,0.75);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px
}
@media only screen and (min-width:992px ){
	.logo a{
		padding:10px 0px 14px;
		width:10%;
	}
	#navbar{	
		width:90%;
	}
	.logo a{		
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}
@media only screen and (max-width:992px ){
	.logo a{
		float:left;		
		padding:10px 20px;
		box-shadow: none;
		border-radius: 5px;
	}
}
.top-info {
    width: auto;
}
.cx{
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
  	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.36)
}
.top-info,
.social {
    float: left;
}
.parent a{
	font-weight: normal;
}
.top-info h3 {
    font-size: 15px;
    color: #015887;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #76797f;
    line-height: 1.4;
}
.top-info > div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2;
}
.top-info > div:last-child {
    border: none;
}
.pull-right .market{
	float:right;
}
.top-info:after {
    content: "";
    display: block;
    clear: both;
}
.search{
	float:right;
	margin-left:20px;
	margin-top:10px;
}
.search input{
	float:left;
	width:130px;
	height:36px;
	line-height: 36px;
	padding-left:8px;
	border:1px solid #999999;
}
.search button{
	float:left;
	width:45px;
	height:36px;
	background:url(../../images/search_bg.jpg) no-repeat center;
	border:1px solid #999;
	border-left:none;
}
span.forex {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(118, 121, 127, 0.6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px;
}

span.forex i {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1;
}

.social ul.social-icons {
    padding-left: 15px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li:last-child a {
    margin: 0;
}

.social ul.social-icons li a:hover {
    background: #015887;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: rgba(8, 88, 135, 0.65);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.top-info-social {
    margin-top: 5px;
    text-align: right;
}
.top-info-social dl{
	display: inline-block;
	margin:0px;
}
.erwm dt,.erwm dd{
	float:left;
	display: inline-block;
}
.erwm dt{
	margin-right:30px;
}
.erwm dt img{
	width:71px;
}
.erwm dd{
	font-size:35px;
	color:#f1c232;
	padding-top:30px;
	line-height: 44px;
	background:url(../../images/tel_bg.png) no-repeat left 8px;
}
.navbar-qh{		
    padding: 0px;    
    border: none;
    background: none;
}
.navbar-qh i{
	display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 28px;
    right: 100px;
}
@media all and (max-width: 480px) {
   .navbar-qh i{     
    	top: 8px;
 	}
  .navbar-toggle{
  	top:0px;
  }
}
.main-qh li{
	display: inline-block;
	text-align: center;
	width:48%;
	padding:5px 0px;
}
.qiehuan{
	width:80px;
	float:right;
	text-align: right;
	padding:0px;
}
.qiehuan a{
	display: inline-block;
	margin-left:5px;
}
.top-info-social:after {
    content: "";
    display: block;
    clear: both;
}

@media all and (max-width: 1199px) {
    .top-info > div {
        padding: 0 16px;
    }
    .social ul.social-icons li a {
        margin-right: 10px;
    }
    .search{
    	margin-left:10px;
    }
    .search input{		
		width:110px;
		font-size:12px;		
	}
}
@media all and (max-width: 1200px){
	
} 
@media all and (max-width: 992px) {
    .logo-top-info {
        padding: 0px;
    }
    .logo {    	
        text-align: left;            
    }
    .top-info-social {
        display: none;
    }    
}

@media all and (max-width: 479px) {
   
}
.social-icons .fa{
	line-height: 52px;
}

/* --------------- Navigation --------------- */
.main-menu {
    padding: 0;   
}
@media only screen and (min-width:992px ) {
	.main-menu{
		height:42px;
    	line-height: 42px;  
	}
	#navbar{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}
@media only screen and (max-width:992px ) {
	.main-menu{		
    	line-height: 26px;  
	}
	#navbar{
		border-radius: 5px;
	}
}
#navbar{		
	float:left;	
	line-height: 42px;
	margin-top:54px;
	background:#fff;
	padding:0px 5% 0 4%;
	box-shadow: 5px 2px 5px 0px rgba(46,46,46,0.75);
}
ul.main-menu li a {
    font-size: 16px;    
    color: #0a0a0a;       
    display: block;  	
}
@media only screen and (min-width:992px ) {
	ul.main-menu li a{
		line-height:42px; 
	}
}
ul.main-menu li:last-child a{
	padding-right:0px;
	background:none;
}
ul.main-menu li.in_cur a,ul.main-menu li.active > a,ul.main-menu li:hover a{
	color:#fff;
	background:#044899;	
}
@media only screen and (min-width:991px ) {
	ul.main-menu > li{
		float:left;
    	width:12.5%;
	}
}
ul.main-menu > li {    
    text-align: center;
    position: relative;
}
ul.main-menu > li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}
ul.main-menu > li.dropdown ul li a {    
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

ul.main-menu > li.dropdown ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px !important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

ul.main-menu > li.dropdown:hover ul,
ul.main-menu > li.dropdown:hover ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
i.fa.dropdown-toggle {
    display: none;
}

li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
}
.submenu {
	width:120px;
    left: 0;
    max-height: 0;
    position: absolute;
    top:38px;
    z-index: -1;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;  
    padding-top:2px;  
}
.submenu li{
    opacity: 0;
    text-align: center;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li:first-child{
	padding-top:6px;
	background:url(../../images/ban_libg.png) no-repeat top center;
}
.submenu li:first-child:hover{
	background:url(../../images/ban_libg1.png) no-repeat top center;
}
.menu .submenu li a,.menu .submenu li:last-child a,.menu li:hover .submenu a{
	font-size:14px;
	padding:0px;
	background:#044899;
	color:#fff;
	line-height:40px;
	margin-bottom:2px;
	border:none;
}
.menu .submenu li a:hover{
	background:#ffb901;
	color:#044899;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
@media all and (max-width: 991px) and (min-width: 480px){
  .navbar-toggle{
      top:20px;
  }
}
@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 38px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto !important;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -ms-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
        overflow: inherit;
    }
    .navbar-collapse.collapsing {
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        opacity: 1;
        right: 20px;
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;        
        border: none;
        padding: 0 10px;
        margin:20px 15px 0px;
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px;
    }
    ul.main-menu > li {
        display: block;
    }
    ul.main-menu {
        padding: 10px 0;
    }
    ul.main-menu > li > a {        
        line-height: 40px;
    }
    ul.main-menu > li.dropdown ul {
        left: -30px;
    }
    ul.main-menu > li.dropdown:hover ul,
    ul.main-menu > li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul,
    ul.main-menu > li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul {
        left: 0;
    }
}
/*广告*/
.adv{
	background:#fff;	
	z-index: 99;
	padding:15px;
	box-shadow: 0px 5px 8px 0px rgba(201,201,201,0.75);
}
.adv img{
	width:100%;
}
.adv_nr{
	background:#1653bd url(../../images/adv_bg.png) no-repeat 20% center;;
	padding:40px 0px 40px 185px;
}
.adv1{
	padding-left:0px;
}
.adv dt{
	font-size:26px;
	color:#fff;
	line-height: 28px;
	font-weight: normal;
}
.adv dd{
	font-size:26px;
	color:#659dff;
	line-height: 40px;
}
@media only screen and (min-width:1230px ) {
	.adv{
		position:absolute;
		left:50%;
		margin-left:-615px;
		bottom:-84px;
	}
	.adv_nr{
		background:#1653bd url(../../images/adv_bg.png) no-repeat 20% center;;
		padding:40px 0px 40px 185px;
	}
}
@media only screen and (max-width:1230px ) {
	.adv1,.adv_nr{
		width:96%;
		margin-left:2%;
		padding-right:0px;
	}
	.adv1{
		margin-bottom:15px;
	}
	.adv_nr{
		padding-left:42%;
	}
}
.home-prds{
	background:#f3f3f3;	
}
.list_zs{
	padding-top:30px;
}
.zs{
	text-align: center;
}
.zs p{
	font-size:14px;
}
.zs_nr{
	border:1px solid #dfdfdf;
	padding:30px 0px;
	font-size:14px;
	color:#3f3f3f;
	line-height: 28px;
}
.zs_nr img{
	margin-bottom:30px;
}
@media only screen and (min-width: 992px) {
	.case{
		margin-top:30px;
	}
}
@media only screen and (min-width:1230px ) {
	.home-prds{
		padding:150px 0px 40px;
	}
}
/* --------------- BreadCrumb --------------- */
.page-title {
    background: url('../../images/page_title_bg.png') no-repeat left center;
    background-size: cover;
    padding: 70px 0;
}
.page-title h2.title {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.26;
}
.page-title p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}
.breadcrumbs {
    background:#d9d9d9;
    box-shadow: 2px 0px 5px 2px rgba(139,139,139,0.75);
}
.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #61656f;    
    text-transform: uppercase;    
    margin:0px 10px;
    height:44px;
    line-height: 44px;
}
.breadcrumbs a:hover {
    color: #9f1a1f;
}
.breadcrumbs i {
    padding-right: 15px;
    color: #bebebe;
}
.breadcrumbs span.parent i {
    padding-right: 0px;
}
.breadcrumbs span {
    padding-right: 15px;
}
.list{	
	margin-bottom:60px;
	margin-top:35px;
}
.about1{
	margin-bottom:10px;
}
.about-img{	
	background:#e2e2e2;
}
@media only screen and (min-width:768px ) {
	.about-img{
		padding:30px 0px 30px 38px;
	}
	.about-img p{
		font-size:18px;	
	}
	.about_img{
  		float:right;
    	width: 430px !important;
    	margin-left: 33px;
	}
}
@media only screen and (max-width:768px ) {
	.about-img{
		padding:15px;
	}
	.about-img p{
		font-size:14px;	
	}
}
.about1 img{
	margin-bottom:20px;
	width:100%;
}
.list_about img,.about2 img{
	width:100%;
}
.list_honor{}
.about-img p{
	color:#363955;
	line-height: 34px;
}
@media only screen and (min-width: 992px) {
	.about2 img{
		margin-top:100px;
	}
}
@media all and (max-width: 767px) {
    .page-title {
        padding: 70px 15px;
    }/*

Style   : Main CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly


TABLE OF CONTENTS 
---------------------------------------------------

    • Global Styles
    • Spacer
    • Header
    • Navigation
    • BreadCrumb
    • Flex Slider
    • Homepage Content
    • About Page
    • Call to action
    • stats section
    • Leaders (Team)
    • Vision
    • Sidebar
    • Career Page 
    • Job stats
    • service page 
    • back to top 
    • Image Hover Effects
    • Skillbar
    • 404 page
    • Shortcodes
    • Preloader

    */


/* --------------- Global Styles --------------- */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:400,700);
body {
    color: #454545;
    font-family:"微软雅黑";
    line-height: 1;
    padding: 0;    
}
body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}
a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}
.container {
    max-width: 100% !important;
    width: 1230px !important;   
}
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}
header{
    position: relative;
  	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
img{
    max-width: 100%;
}
ul{
    list-style-type: none;
}
ol,ul{
    margin: 0px;
    padding: 0;
}
ul li,ol li{
    color: #8d8d8d;
    line-height: 1.8;
}
ol.list-unstyled {
    margin-left: 0;
}
.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}
h1,h2,h3,h4,h5,h6 {    
    color: #2a2a2a;
}
p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}
p + p:last-child {
    margin-bottom: 0;
}
blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.light {
    font-weight: 100;
}
.btn {
    border-radius: 3px;
    font-size: 16px;   
    line-height: 48px;
    padding: 0 22px;
    font-weight: normal;   
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.ab_btn{
	display: inline-block;
	width:122px;
	height:35px;
	line-height: 30px;
	text-align: center;
	font-size:16px;
	color:#0072bd;
	border:2px solid #0072bd;
}
.ab_btn:hover{
	background:#0072BD;
	color:#fff;
}
.btn-default {
    background: #FFDA44;
    color: #4c443a;
}
.btn-default:hover {
    background: #ECC124;
}
section {
    padding:40px 0 0;
}
.sidebar {
    padding: 45px 15px;
}
/* --------------- 1.1 Spacer --------------- */
.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 40px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 25px 0;
    }
}


/* --------------- Header Styles --------------- */
.logo-top-info {
    padding: 7px 0;
}
.small{display:none;}
.logo{
	float:left;
	padding:0px;	
}
.logo img{width:100%;}
.top-info {
    width: auto;
}
.cx{
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
  	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.36)
}
.top-info,
.social {
    float: left;
}
.parent a{
	font-weight: normal;
}
.top-info h3 {
    font-size: 15px;
    color: #015887;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #76797f;
    line-height: 1.4;
}
.top-info > div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2;
}
.top-info > div:last-child {
    border: none;
}
.pull-right .market{
	float:right;
}
.top-info:after {
    content: "";
    display: block;
    clear: both;
}
.search{
	float:right;
	margin-left:20px;
	margin-top:10px;
}
.search input{
	float:left;
	width:130px;
	height:36px;
	line-height: 36px;
	padding-left:8px;
	border:1px solid #999999;
}
.search button{
	float:left;
	width:45px;
	height:36px;
	background:url(../../images/search_bg.jpg) no-repeat center;
	border:1px solid #999;
	border-left:none;
}
span.forex {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(118, 121, 127, 0.6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px;
}

span.forex i {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1;
}

.social ul.social-icons {
    padding-left: 15px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li:last-child a {
    margin: 0;
}

.social ul.social-icons li a:hover {
    background: #015887;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: rgba(8, 88, 135, 0.65);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.top-info-social {
    margin-top: 5px;
    text-align: right;
}
.top-info-social dl{
	display: inline-block;
	margin:0px;
}
.erwm dt,.erwm dd{
	float:left;
	display: inline-block;
}
.erwm dt{
	margin-right:30px;
}
.erwm dt img{
	width:71px;
}
.erwm dd{
	font-size:35px;
	color:#f1c232;
	padding-top:30px;
	line-height: 44px;
	background:url(../../images/tel_bg.png) no-repeat left 8px;
}
.navbar-qh{		
    padding: 0px;    
    border: none;
    background: none;
}
.navbar-qh i{
	display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 28px;
    right: 100px;
}
@media all and (max-width: 480px) {
   .navbar-qh i{     
    	top: 8px;
 	}
  .navbar-toggle{
  	top:20px;
  }
}
.main-qh li{
	display: inline-block;
	text-align: center;
	width:48%;
	padding:5px 0px;
}
.qiehuan{
	width:80px;
	float:right;
	text-align: right;
	padding:0px;
}
.qiehuan a{
	display: inline-block;
	margin-left:5px;
}
.top-info-social:after {
    content: "";
    display: block;
    clear: both;
}

@media all and (max-width: 1199px) {
    .top-info > div {
        padding: 0 16px;
    }
    .social ul.social-icons li a {
        margin-right: 10px;
    }
    .search{
    	margin-left:10px;
    }
    .search input{		
		width:110px;
		font-size:12px;		
	}
}
@media all and (max-width: 991px) {
    .logo-top-info {
        padding: 0px 0 0;
    }
    .logo {
        text-align: left;                
    }
    .top-info-social {
        display: none;
    }    
}

@media all and (max-width: 479px) {
    
}
.social-icons .fa{
	line-height: 52px;
}

/* --------------- Navigation --------------- */


/* --------------- Flex Slider --------------- */
.flex-direction-nav a {
    width: 54px;
    height: 100px;
}
.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url('../../images/arrow-left.png') no-repeat;
    width: 54px;
    height: 100px;
}
.flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../../images/arrow-right.png') no-repeat;
}
.flex-control-nav {
    bottom: 40px;
}
.flex-control-paging li a {
    background: #aaa;
}
.flex-control-paging li a.flex-active {
    background: #ffda44;
}
section.home-slider {
    padding: 0;
    position: relative;
    z-index: 88;
}
.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
  	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}
.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";    
}

.slider-content {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 100%;
}
.roll1{
	text-align: left;
}
.flexslider .slides > li {
    position: relative;
}
.roll1_btn{
	display: block;
	width:262px;
	height:48px;
	line-height: 48px;
	background:#f1c232;
	text-align: center;
	font-size:18px;
	color:#fff;
	font-family: "微软雅黑";
	font-weight: normal;
	text-shadow: 0px 1px 8px rgba(0,0,0,0.26);
}
.roll_more1{
	display: block;
	width:118px;
	height:28px;
	line-height: 26px;
	border:1px solid #fff;
	text-align: center;
	border-radius: 5px;
	font-size:14px;
	color:#ffffff;
	margin-top:25px;
}
.roll_more1:hover{
	color:#fff;
	background:#f1c232;
}
.slider-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight:bolder;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family:"黑体";
    letter-spacing: 2px;
}
.slider-content p {
    font-size: 16px;
    color: #fff;
    line-height: 2;    
    margin: 0 0 22px;
}
.slider-content .primary-btn {
    border-radius: 3px;
    background: #FFDA44;
    font-size: 20px;  
    color: #4c443a;
    font-weight: bold;
    padding: 0 40px;
    line-height: 60px;
}
.slider-content .primary-btn i {
    padding-left: 10px;
}
.slider-content .primary-btn:hover {
    background: #ECC124;
}
@media all and (max-width: 991px) {
    .slider-content h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }
    .slider-content p {
        font-size: 18px;
        margin-bottom: 36px;
    }
    .slider-content .primary-btn {
        font-size: 18px;
        line-height: 54px;
        border: none;
    }
    .flexslider .slides > li {
        height: 380px;
    }
    .flexslider .slides > li img {  
    	height:100%;      
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
    }
}
@media all and (max-width: 767px) {
    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .slider-content p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .slider-content .primary-btn {
        font-size: 16px;
        line-height: 48px;
        padding: 0 30px;
        border: none;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .slider-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .flexslider .slides > li {
        height: 260px;
    }
}

@media all and (max-width: 480px) {
    .slider-content h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .slider-content p {
        font-size: 12px;
        margin-bottom:10px;
    }
    .flexslider .slides > li {
        height: 150px;
    }
    .roll1_btn{
    	width: 160px;
	    height: 30px;
	    line-height: 30px;
	    font-size:12px;
    }
    .roll_more1{
    	margin-top:10px;
    }
}

@media all and (max-width: 400px) {
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
/* --------------- Homepage Content --------------- */
h2.color-title {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #0867b6;    
    margin: 0;
    padding: 0 15px;
    line-height: 18px;
    text-transform:uppercase;
    border-left:1px solid #0867B6;
}
.col-md-4 h4.subtitle{
	padding-left:8px;
}
.col-md-4 h4.subtitle .email{	
	margin-top:3px;
}
h4.subtitle{
    font-size: 18px;    
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;    
}
h4.subtitle2{
    font-size: 18px;   
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
    padding-left:8px;
}
h4.subtitle a{
	font-size: 18px;
    color: #4c4c4c;
}
h4.subtitle2 a{
	font-size:14px;
    color: #4c4c4c;
}
.services:hover a{
	color:#005886;
}
.subtitle .email{
	float:right;
	margin-right:10px;
	width:27px;
	height:19px;
	background:url(../../images/yx_bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle2 .email{
	float:right;
	margin-right:10px;
	margin-top:2px;
	width:20px;
	height:15px;
	background:url(../../images/yx_bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle .email:hover{	
	background:url(../../images/yx_bg2.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle2 .email:hover{	
	background:url(../../images/yx_bg2.jpg) no-repeat top center;
	background-size:100% 100%;
}
/*新闻中心*/
/*Process Section*/
h2.title-2 {
    font-size: 40px;
    color: #093EB6;
    font-weight: bold;
    margin: 0;
}
h4.subtitle-2 {
    font-size: 20px; 
    color: #4C4F54;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 20px;
}

@media all and (max-width: 767px) {
    h2.title-2 {
        font-size: 30px;
    }
    h4.subtitle-2 {
        font-size: 16px;
    }
    .row.process > div {
        margin-bottom: 40px;
    }
    .row.process > div:last-child {
        margin-bottom: 0;
    }
}
/*Stats Section*/
section.home-stats {
    background: #f4f5f8;
    padding: 30px 0;
}
.row.stats > div {
    padding: 20px 15px;
    border-left: 1px solid #dee0e5;
}
.row.stats > div:first-child {
    border-left: none;
}
.row.stats > div:after {
    display: block;
    content: "";
    clear: both;
}
.stats img {
    float: left;
    padding-right: 12px;
}
.stats-info h4.counter {
    font-size: 36px;
    color: #093eb6;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.stats-info {
    float: left;
}
.stats-info p {
    margin-bottom: 0;
}
@media all and (max-width: 1099px) {
    .stats img {
        float: none;
        display: inline-block;
        padding: 0;
    }
    .row.stats {
        text-align: center;
    }
    .stats-info {
        float: none;
        display: block;
        margin-top: 20px;
    }
}
@media all and (max-width: 991px) {
    section.home-stats {
        padding: 0;
    }
    .row.stats > div {
        padding: 30px 20px;
        border-bottom: 1px solid #dee0e5;
        border-left: 1px solid #dee0e5;
    }
    .row.stats > div:nth-child(3),
    .row.stats > div:nth-child(4) {
        border-bottom: 0;
    }
}
@media all and (max-width: 480px) {
    .row.stats > div {
        float: none;
        display: block;
        width: 100%;
    }
    .row.stats > div:nth-child(3) {
        border-bottom: 1px solid #dee0e5;
    }
}
/*Testimonials Section*/
section.home-testimonials {
    background: #f4f5f8;
}
.section-title h2.title-2 {
    margin: 20px 0;
}
.home-testimonials blockquote {
    background: #ffffff;
    font-size: 19px;
    color: #677078;
    line-height: 1.684;
    text-align: left;
    border: none;
    margin: 0 0 50px;
    padding: 40px 33px;
    position: relative;
}
.home-testimonials blockquote:hover {
    box-shadow: 16px 27px 49px 0px rgba( 0, 0, 0, 0.1);
}
.home-testimonials blockquote:before {
    content: open-quote;
    display: block;
    font-size: 121px;
    color: rgba( 255, 218, 68, 0.3);
    position: absolute;
    line-height: 60px;
    left: 20px;
}
.home-testimonials blockquote:after {
    content: close-quote;
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
h4.client-name {
    font-size: 20px;
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
}
p.designation {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
}
@media all and (max-width: 991px) {
    .home-testimonials .row > div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .home-testimonials .row > div:last-child {
        margin-bottom: 0;
    }
    section.home-testimonials .spacer-50 {
        height: 20px;
    }
}
/*blog single styles*/
.blog-slide {
    position: relative;
    margin-bottom: 50px;
}
.blog-slide .flex-direction-nav a {
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a:before {
    background: url('../../images/blog-arrow-left.png') no-repeat;
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../../images/blog-arrow-right.png') no-repeat;
}

.blog-slide:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.blog-slide:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

p.description a {
    text-decoration: underline;
    color: #e2ebff;
    display: inline-block;
}

p.description a:hover {
    color: #aaa;
}

.blog-single .cta {
    margin: 60px 0;
}

.blog-single h2.title-2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.social-share {
    padding: 50px 0;
}

.social-share a {
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #506abf;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 4px;
}

.social-share a:hover {
    background: #2E49A0;
}

.social-share a i {
    padding-right: 15px;
    font-size: 18px;
}

.social-share a.tweet-share {
    background: #00baff;
}

.social-share a.tweet-share:hover {
    background: #118EBD;
}

.author-box {
    background: #f4f5f8;
    padding: 30px;
    margin-bottom: 60px;
}

.author-box img {
    float: left;
    margin-right: 15px;
}

.author-details {
    padding-left: 135px;
}

.author-details h4.subtitle {
    margin: 0 0 5px;
    font-size: 24px;
}

.author-share a {
    color: #c5c6c9;
    padding-right: 15px;
    font-size: 15px;
}

.author-share a:hover {
    color: #888;
}

.blog-single .comments h2.title-2 {
    margin: 10px 0 35px;
}

.comments {
    padding-left: 39px;
}

.comments-single {
    padding: 30px 30px 20px 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbd4e6;
    border-radius: 3px;
    margin-bottom: 35px;
    position: relative;
}

.comments-single.reply {
    margin-left: 40px;
}

.comments-single img {
    position: absolute;
    left: -39px;
    border: 1px solid #bbd4e6;
    padding: 4px;
    border-radius: 50%;
    background: #FFF;
}

.comments-single h3 {
    font-size: 20px;
    color: #333845;
    font-weight: bold;
    margin: 0 0 15px;
}

.comments-single h3 span {
    font-size: 16px;
    color: #677078;
    font-weight: normal;
    padding-left: 15px;
}

.comments-single a.reply-link {
    font-size: 16px;
}

.comment-box {
    margin-top: 60px;
}

form.commentform {
    padding: 35px 40px;
    margin: 10px 0 0;
    background: #f4f5f8;
}

form.commentform .form-control {
    margin-bottom: 20px;
}

@media all and (max-width: 600px) {
    .social-share a {
        margin-bottom: 20px;
    }
    .social-share a:last-child {
        margin-bottom: 0;
    }
    .author-box img {
        float: none;
        display: inline-block;
        margin: 0 0 25px;
    }
    .author-box {
        text-align: center;
    }
    .author-details {
        padding-left: 0;
    }
    .comments-single {
        padding: 50px 25px 25px;
        margin: 80px 0px;
    }
    .comments-single img {
        left: 50%;
        top: -39px;
        transform: translateX(-50%);
    }
    .comments .comments-single:last-child {
        margin-bottom: 0;
    }
    .comments {
        padding: 0;
    }
    .comments-single p {
        font-size: 15px;
    }
}

@media all and (max-width: 400px) {
    .comments-single p {
        font-size: 14px;
    }
    form.commentform {
        padding: 25px 20px;
    }
}


/*Career Single Styles*/

.row.career-info {
    margin: 0;
}

.row.career-info > div {
    padding: 0;
}

.career-box {
    padding: 30px 35px;
    background: #ffda44;
}

.career-box i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.career-box h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
    padding-left: 35px;
}

.career-box p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding-left: 35px;
}

.job-info h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1;
}

.career-single-job p {
    margin-bottom: 30px;
}

.response {
    margin-bottom: 50px;
}

.response ul li {
    font-size: 16px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
    padding-left: 30px;
}

.response ul li:first-child {
    padding-top: 0;
}

.response ul li:last-child {
    border-bottom: 0;
}

.response ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 0;
}

.response ul li:first-child i.fa {
    top: 7px;
}

.response-btn {
    padding: 30px 15px;
    background: #f4f5f8;
}

.response-btn a.btn {
    padding: 0 60px;
    background: #ffda44;
    color: #544d33;
}

.response-btn a.btn:hover {
    background: #ECC124;
}

@media all and (max-width: 991px) {
    section.career-single-job {
        padding-bottom: 30px;
    }
}
/* Partners Section */
section.home-partners h2.title-2 {
    margin-top: 0;
}
.case{	
	text-align: center;	
}
.row.partners {
    margin: 0;
    background:#fff;
    padding:55px 0px 48px; 
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(187,187,187,0.75)  
}
.partner-images {	
    text-align: center;
    line-height: 100px;   
}
.partner-images p{
	font-size:18px;
	color:#666666;
	font-weight: bold;
	padding:25px 0px 30px;
	margin-bottom:0px;
	border-bottom:2px;	
}
.home-pro{
	background:#f4f5f8;
}
.home-pro img{
	width:100%;
}
.home-pro2{
	padding-top:10px;
}
.home-services{
	background:#f4f5f8;
	padding-bottom:0px;
}
.hover-effect{
	background:#fff;	
}
.hover-effect i{
	display:block;
	overflow: hidden;
}
.services .col-md-4{
	margin-bottom:40px;
}
.services .col-md-3{
	margin-bottom:40px;
}
@media only screen and (min-width:992px ) {
	footer{
    	padding: 80px 0 0px;
    }
}
@media only screen and (max-width:992px ) {
	footer{
    	padding:40px 0 0px;
    }
}
@media only screen and (min-width:768px ) {
	.link, .link a {
    	font-size:16px;
    }
    .link{
    	padding:15px 30px;
    }
}
@media only screen and (max-width:768px ) {
	.link, .link a {
    	font-size:14px;
    }
    .link{
    	padding:15px;
    }
}
footer{
    margin-top:-28px;
    background: #333b4d;
}
.foot_con{
	border-bottom:1px solid #4a5266;
	padding-bottom:45px;
}
.lx1{
	border-right:1px solid #4a5266;
}
.lx3{	
	border-left:1px solid #4a5266;
}
.lx3 img{
	margin-top:10px;
}
@media only screen and (min-width:768px) {
	.lx2{
		text-align: center;
	}
	.lx2 dl{
		display: inline-block;
	}
	.lx2 dt,.lx2 dd a{
		padding:0px 20px;
	}
	.lx3{
		text-align: right;
	}
	.lx3 p,.lx3 img{
		float:right;
	}
	.footer .lx3 p{		
		margin-right:15px;
	}
}
@media only screen and (max-width:768px){
	.lx2,.lx3{
		margin-top:20px;
	}
	.lx2 dd a{
		padding-right:20px;
	}
	.lx3{
		text-align: left;
	}
	.lx3 p,.lx3 img{
		float:left;
	}
	.footer .lx3 p{		
		margin-left:15px;
	}
}
.lx2 dt{
	text-align: left;	
}
.lx2 dd a{
	display: inline-block;	
}
.lx2 dd:last-child{
	text-align: left;
}
.lx3 p,.lx3 img{
	font-size:16px;
	color:#ffffff;
}
.footer .lx3 p{
	margin-top:45px;	
}
.foot_con dl.lx3 span{
	display: block;
	font-size:16px;
	color:#f2d028;
}
.footer dt{
	font-size:18px;
	color:#fff;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:20px;
}
.footer dd,.footer a{
	font-size:16px;
	color:#c0c0c0;
	line-height:32px;
}
.footer p{
	text-align: center;
	margin:0px;
	line-height: 30px;	
}
.footer p span{
	display: inline-block;
	margin:0px 10px;	
}
.footer p span,.footer p span a{
	font-size:14px;
	color:#fff;
}
.bottom{
	line-height: 30px;
	padding:40px 0px;
	text-align: center;
}
.bottom span{
	display: inline-block;
	margin:0px 5px;
}
.bottom,.bottom span,.bottom a{
	font-size:16px;
	color:#c0c0c0;
	line-height: 30px;
}
.bottom a:hover{
	color:#fff;
}
/*Image Hover Effects*/
.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-effect,
.img-hover-effect {    
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}
.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}
/* Skillbar */
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
div.process-bar > .skillbar:last-child {
    margin-bottom: 0;
}
.skillbar-title {
    position: relative;
    font-size: 15px;
    color: #677078;
    margin-bottom: 10px;
}
.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #ffda44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: inherit !important;
}
.skillbar-bar:after {
    content: "";
    position: relative;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    background: #ffda44;
    border-radius: 50%;
    border: 3px solid #fff;
}
.skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -25px;
    line-height: 1;
    font-size: 15px;
    font-family: "Roboto";
    color: #093EB6;
}
/* 404 page */
section.page-not-found {
    padding: 120px 0;
}
.error-page h1 {
    margin: 0;
    font-size: 150px;
    font-family: Roboto;
    font-weight: bold;
    color: #093EB6;
    line-height: 1;
}
.error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.error-page h4 {
    margin-bottom: 30px;
    font-size: 21px;
}
/* Shortcodes */
.styled-list ol,
.styled-list ul {
    margin: 0px;
    list-style-position: inside;
}
.styled-list ol li,
.styled-list ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
}
.styled-list ol li:first-child,
.styled-list ul li:first-child {
    padding-top: 0;
}

.styled-list ul {
    list-style-type: disc;
}

.styled-list ul ul {
    margin: 15px 0px 0px 20px;
    list-style-type: circle;
}

.styled-list ol ol {
    margin: 15px 0px 0px 20px;
}

.styled-list ul ul li,
.styled-list ol ol li {
    border-bottom: none;
    padding: 8px 0;
}

.styled-list .list-unstyled {
    margin-left: 0;
}

.styled-list .list-unstyled ol {
    list-style-type: none;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn-row a.btn {
    line-height: 60px;
    padding: 0 36px;
}

.btn-col a.btn {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}

.btn-col a.btn:nth-child(odd) {
    margin-left: 0;
    clear: both;
}

a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px;
}

a.btn.btn-block:first-child {
    margin-top: 0;
}

.btn-row a.btn.btn-normal {
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px;
}

a.btn.btn-sm {
    line-height: 36px;
    font-size: 12px;
    padding: 0 24px;
}

.quote-post blockquote {
    background: #093EB6;
    color: #fff;
}

.drop-caps p:first-child::first-letter {
    background: #ffda44;
    color: #675F3F;
    display: block;
    float: left;
    font-size: 36px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 20px;
    border-radius: 4px;
}

.drop-caps.blue p:first-child::first-letter {
    background: #093EB6;
    color: #fff;
}

.tab-widget {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.nav-tabs>li {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #eee;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
    background: #ffffff;
    color: #093EB6;
    border-radius: 0;
    border: none;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.tab-content>.tab-pane {
    padding: 22px;
}

@media (max-width: 991px) {
    .tab-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .btn-col {
        margin-bottom: 30px;
    }
    form.form-horizontal {
        margin-top: 50px;
    }
    .headings {
        margin-bottom: 50px;
    }
    table.table-striped {
        margin-bottom: 50px;
    }
    .row.styled-list h3 {
        margin-top: 0;
    }
    .row.styled-list > div {
        margin-bottom: 50px;
    }
    .row.styled-list > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .nav-tabs>li {
        display: block;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .btn-col a.btn {
        display: inline-block;
        margin: 0 0 20px;
        clear: both;
    }
}


/* Preloader */

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffda44;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    opacity: 1;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
}
.owl-dots{
	display: none;
	text-align: center;
}
.owl-dot{
	display: inline-block;
	width:12px;
	height:12px;
	border-radius: 50%;
	background:#666666;
	margin:0px 8px;
}
.owl-dot.active{
	background:#005886;
}
/* sdmenu */
.sdmenu{	
	background: #f4f5f8;
}
.sdmenu div{
	background:#e9e9e9;
	overflow:hidden;
}
.sdmenu div:first-child{
	background:url(toptitle.gif) no-repeat;
}
.sdmenu div.collapsed{
	height:66px;
}
.sdmenu div span,.sdmenu div a span{
	display:block;
	height:66px;	
	line-height:66px;
	overflow:hidden;	
	font-weight:bold;	
	cursor:pointer;
	border-bottom:1px solid #fff;
	font-size:15px;
	color:#61656f;
	padding-left:30px;
	background:#e9e9e9 url(../../images/bom_tip.png) no-repeat 85% center;	
}
.sdmenu div a span{	
	background:#e9e9e9 url(../../images/bom_tip.png) no-repeat 85% center;	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	font-size:15px;
	color:#61656f;
}
.sdmenu div.collapsed span{	
	background:#f4f5f8 url(../../images/right_tip.png) no-repeat 85% center;;
}
.sdmenu div p{margin:0px;}
.sdmenu div p.list_equip a{
	padding-left:30px;
}
.sdmenu div p a{
	display:block;	
	font-size:13px;
	color:#61656f;	
	border-bottom:1px solid #fff;	
	line-height: 64px;;
	background:#f4f5f8;		
}
.sdmenu div p.li_cur span{
	background:#e9e9e9 url(../../images/right_tip.png) no-repeat 85% center;	
}
.sdmenu div p.li_cur a{
	background:#e9e9e9;
}
.sdmenu div a:hover{
	background:#e9e9e9;	
}
.sdmenu div a:hover span{
	background:#e9e9e9 url(../../images/right_tip.png) no-repeat 85% center;	
}
/*products*/
.list_pro .col-md-4{
	text-align:center;
}
.list_pro .col-md-4 p{
	margin-bottom:0px;	
	overflow: hidden;
	border:1px solid #ccc;
}
.list_pro a:hover span{
	color:#015887;	
}
.list_pro span{
	display: block;
	width:100%;
	font-size:14px;
	color:#4c4c4c;
	line-height:50px;
	word-break: break-all;
    text-overflow: ellipsis; 
    text-align:center;   
}
.list_pro a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/*news*/
.services-checmicals h4{
	color:#015887;	
	margin-bottom:10px;
}
.chemicals p{
	font-size:14px;
}
.services-company{
	padding-top:0px;
}
.services-company .col-md-4{
	margin-bottom:30px;
}
.services-company h4{	
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size:18px;
    color:#000;
    line-height: 22px;
    font-weight: normal;
} 
.li_news{
	padding:20px 10px;
	background:#e6e6e6;
	margin-bottom:25px;	
}
.services-company h4.news_title{
	margin:0px;
	margin-bottom:10px;
	padding-left:20px;
	font-size:16px;
	color:#0072bb;
	background:url(../../images/news_bg2.png) no-repeat left 5px;
}
.li_news:hover{
	background:#0072bb;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.services-company .li_news:hover h4.news_title{
	color:#fff;
	background:url(../../images/news_bg1.png) no-repeat left 5px;
}
.li_news:hover p{
	color:#fff;
}
.li_news p i{
	list-style: none;
	font-style: normal;
	float:right;
}
.li_news p{
	font-size:14px;
	color:#999999;
	font-weight: normal;
	padding-left:20px;
}
.li_news a.link{
	display: block;
	margin-top:20px;
	font-weight: normal;
}
.services-company p{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size:13px;
    color:#677078;
    line-height: 24px;
}
.services-company img{
	min-height: 200px;;
	max-height: 200px;;
}
/*message*/
.list_about .title-2{
	margin:20px 0px;
	color:#015887;
}
.list_about .col-md-10{
	margin-bottom:100px;
}
.contact-centers h4{
	color:#0072bb;
}
/*contact*/
.contact-area-box{
	float:left;
	width:100%;
	min-height:262px;
	margin-bottom:30px;
}
.contact_code p{
	padding:0px;
}
.contact_code div{
	text-align: center;
}
.list_about iframe{
	width:100%;
	height:200px;
	margin-bottom:40px;;
}
@media only screen and (max-width:768px) {
	.list_about img{
		margin-bottom:20px;
	}
}
/*article*/
.arc_pro h1{
	text-align: center;
	font-size:22px;
	color:#0072BB;	
	margin:20px 0px;
	font-weight: normal;
}
.arc_body{
	margin-bottom:50px;
}
.arc_pic{
	margin-top:40px;
	text-align: center;
	margin-bottom:20px;
}
.arc_pic img{
	max-width: 100%;
}
.arc_bottom{
	margin-bottom:30px;
}
.arc_bottom li,.arc_bottom li a{
	font-size:13px;
	color:#999999;
}
.arc_bottom li a:hover{
	color:#015887;
}
.arc_txt{
	font-size:18px;
	color:#015887;
	line-height: 30px;
	border-bottom:1px solid #015887;
	margin-top:36px;
	font-weight: bold;
	margin-bottom:20px;
}
.hiSlider2{
	height:436px;
	overflow: hidden;	
	margin:20px auto 40px;
	position: relative;	
	text-align: center;
}
.hiSlider-item{	
	width:80%;	
	text-align: center;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index:5;
    top: 50%;
    margin-top:-30px;
    height: 60px;
    width: 40px;    
    overflow: hidden;  
}
.hiSlider-btn-prev{
    left: 102px;
    background:  url(../images/left_arrow.jpg) no-repeat center;
}
.hiSlider-btn-next{
    right: 102px;
    background:  url(../images/right_arrow.jpg) no-repeat center;   
}
#floatTool{ 
	width:230px; 	
	overflow:hidden;	
	position:absolute; 
	left:10px;
	top:157px;
	z-index:1000;
}
.subNavBox{
	width:230px;
	background:#005886;		
	z-index: 999;
	border-radius: 10px;
	padding:10px 15px;	
}
.fl_top{
	background:url(../../images/fl_link.png) no-repeat left 0px;
	padding-left:32px;
	font-size:16px;
	color:#ffffff;
	font-family: arial;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height: 30px;
	border-bottom:1px dashed #257098;
	font-weight: bold;
}
.subNav{
	border-bottom:1px dashed #257098;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:30px;	
	text-align: left;
	background:url(../../images/jiantou.png) no-repeat;
	background-position:95% 50%;
}
.currentDd{
	color:#fff;
}
.currentDt{
	background-image:url(../../images/jiantou1.png);
}
.navContent{
	display: none;
	padding:8px 0px;
	border-bottom:1px dashed #257098;
}
.navContent li a{
	display:block;	
	height:30px;	
	font-size:13px;
	line-height:30px;
	color:#fff;
}
.subNav a{
	font-size:14px;
	color:#fff;
}
.navContent li a:hover{
	color:#ff900b;	
}
/*案例展示**/
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1090;
	width:100%;
	height:auto;
	background-color:#131313;
}
#lightbox {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	color:white;
	line-height:0;
}
#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:white;
	text-decoration:underline;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}
#lightboxImage {
	width:100%;
	height:100%;
}
#imageContainer {
	width:50px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:60%;
	height:32px;
	background:url(../icons/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLinkImg, #nextLinkImg {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
}
#prevLinkImg {
	left:0;
	float:left;
}
#nextLinkImg {
	right:0;
	float:right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background:url(../icons/prev.png) 5% center no-repeat;
	_background-image:url(../icons/prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background:url(../icons/next.png) 97% center no-repeat;
	_background-image:url(../icons/next.gif)
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	font-family:" Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:100%;
}
#imageData {
	overflow:hidden;
	width:100%;
}
#imageDetails {
	width:70%;
	float:left;
	text-align:left;
	padding:10px 10px 0 0;
}
#caption {
	font-weight:bold;
	display:block;
}
#numberDisplay {
	display:block;
	float:left;
	padding:9px 10px 0 0;
}
#detailsNav {
	display:block;
	float:left;
	padding:0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat:no-repeat;
	outline-style:none;
	display:block;
	float:left;
}
#prevLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:left 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:right 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position:100% 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
	background-image:url(../icons/navigation.png);
	background-position:-32px 100%;
	background-repeat:no-repeat;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position:-32px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position:-64px 100%;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position:-64px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32color.png', sizingMethod='scale');
}
#close {
	padding:16px 0 0;
	float:right;
}
#closeLink {
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:48px;
	height:48px;
	background:url(../icons/close.png) no-repeat 0 100%;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display:inline-block;
	width:100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;/* End hide from IE-mac */
}
#outerImageFrame {
	height:100%;
	width:100%;
	position:absolute;
}
#outerImageContainer {
	overflow:visible;
}
#outerImageContainer td {
	text-align:center;
	padding:0;
}
#lightboxFrameBody {
	background:url(../icons/back_info.png);
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height:19px;
	width:19px;
}
#outerImageContainer td.tl {
	background:url(../icons/back_corvers.png) 0 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background:url(../icons/back_tb.png) 50% 0;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background:url(../icons/back_corvers.png) 100% 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background:url(../icons/back_lr.png) 0 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background:url(../icons/back_lr.png) 100% 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background:url(../icons/back_corvers.png) 0 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background:url(../icons/back_tb.png) 50% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background:url(../icons/back_corvers.png) 100% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rb.png', sizingMethod='scale');
}
.side-bar a,.chat-tips i {
	background-image: url(../../images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
@media all and (min-width: 1200px) {
   .side-bar {
        display:block;
    }
}
@media all and (max-width: 1200px) {
   .side-bar {
        display:none;
    }
}
.side-bar {
	width: 66px;
	position: fixed;
	top: 50%;
  	margin-top:-150px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
  	font-size:0px;
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color:#0072bd;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
  	width:180px;
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-chat:hover .chat-tips img{
	display:block;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}














}
@media all and (max-width: 480px) {
    .page-title h2.title {
        font-size: 42px;
        line-height: 1;
    }
    .page-title p.description {
        font-size: 16px;
    }
    .breadcrumbs {
        padding: 8px 0;
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block;
    }
}
/* --------------- Flex Slider --------------- */
.flex-direction-nav a {
    width: 54px;
    height: 100px;
}
.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url('../../images/arrow-left.png') no-repeat;
    width: 54px;
    height: 100px;
}
.flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../../images/arrow-right.png') no-repeat;
}
.flex-control-nav {
    bottom: 40px;
    z-index: 99;
}
.flex-control-paging li a {
    background: #aaa;
}
.flex-control-paging li a.flex-active {
    background: #ffda44;
}
section.home-slider {
    padding: 0;
    position: relative;
}
.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
  	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}
.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";    
}

.slider-content {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 100%;
}
.roll1{
	text-align: left;
}
.flexslider .slides > li {
    position: relative;
}
.roll1_btn{
	display: block;
	width:262px;
	height:48px;
	line-height: 48px;
	background:#f1c232;
	text-align: center;
	font-size:18px;
	color:#fff;
	font-family: "微软雅黑";
	font-weight: normal;
	text-shadow: 0px 1px 8px rgba(0,0,0,0.26);
}
.roll_more1{
	display: block;
	width:118px;
	height:28px;
	line-height: 26px;
	border:1px solid #fff;
	text-align: center;
	border-radius: 5px;
	font-size:14px;
	color:#ffffff;
	margin-top:25px;
}
.roll_more1:hover{
	color:#fff;
	background:#f1c232;
}
.slider-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight:bolder;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family:"黑体";
    letter-spacing: 2px;
}
.slider-content p {
    font-size: 16px;
    color: #fff;
    line-height: 2;    
    margin: 0 0 22px;
}
.slider-content .primary-btn {
    border-radius: 3px;
    background: #FFDA44;
    font-size: 20px;  
    color: #4c443a;
    font-weight: bold;
    padding: 0 40px;
    line-height: 60px;
}
.slider-content .primary-btn i {
    padding-left: 10px;
}
.slider-content .primary-btn:hover {
    background: #ECC124;
}
@media all and (max-width: 991px) {
    .slider-content h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }
    .slider-content p {
        font-size: 18px;
        margin-bottom: 36px;
    }
    .slider-content .primary-btn {
        font-size: 18px;
        line-height: 54px;
        border: none;
    }
    .flexslider .slides > li {
        height: 380px;
    }
    .flexslider .slides > li img {
    	width:100%;       
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
    }
}
@media all and (max-width: 767px) {
    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .slider-content p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .slider-content .primary-btn {
        font-size: 16px;
        line-height: 48px;
        padding: 0 30px;
        border: none;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .slider-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .flexslider .slides > li {
        height: 260px;
    }
}

@media all and (max-width: 480px) {
    .slider-content h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .slider-content p {
        font-size: 12px;
        margin-bottom:10px;
    }
    .flexslider .slides > li {
        height: 150px;
    }
    .roll1_btn{
    	width: 160px;
	    height: 30px;
	    line-height: 30px;
	    font-size:12px;
    }
    .roll_more1{
    	margin-top:10px;
    }
}

@media all and (max-width: 400px) {
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
/* --------------- Homepage Content --------------- */
h2.color-title {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #0867b6;    
    margin: 0;
    padding: 0 15px;
    line-height: 18px;
    text-transform:uppercase;
    border-left:1px solid #0867B6;
}
.col-md-4 h4.subtitle{
	padding-left:8px;
}
.col-md-4 h4.subtitle .email{	
	margin-top:3px;
}
h4.subtitle{
    font-size: 18px;    
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;    
}
h4.subtitle2{
    font-size: 18px;   
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
    padding-left:8px;
}
h4.subtitle a{
	font-size: 18px;
    color: #4c4c4c;
}
h4.subtitle2 a{
	font-size:14px;
    color: #4c4c4c;
}
.services:hover a{
	color:#005886;
}
.subtitle .email{
	float:right;
	margin-right:10px;
	width:27px;
	height:19px;
	background:url(../../images/yx_bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle2 .email{
	float:right;
	margin-right:10px;
	margin-top:2px;
	width:20px;
	height:15px;
	background:url(../../images/yx_bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle .email:hover{	
	background:url(../../images/yx_bg2.jpg) no-repeat top center;
	background-size:100% 100%;
}
.subtitle2 .email:hover{	
	background:url(../../images/yx_bg2.jpg) no-repeat top center;
	background-size:100% 100%;
}
/*走进金洋*/
.in_txt{
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	margin-bottom:30px;		
}
.in_txt dt{
	height:20px;
	margin-bottom:20px;
	border-bottom:1px solid #cbcbcb;
}
.in_txt dt span{
	padding:0px 30px;
	background:#f3f3f3;	
	color:#cbcbcb;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	font-weight: normal;
}
@media only screen and (min-width:375px ) {
	.in_txt dt span{
		font-size:30px;
	}
}
@media only screen and (max-width:375px ) {
	.in_txt dt span{
		font-size:20px;
	}
}
.in_txt dd{
	font-size:30px;
	color:#202020;
	line-height: 40px;
}
.in_txt a:hover dd{
	color:#1653bd ;
}
.in_txt a p{
	font-size:18px;
	color:#9c9c9c;
	text-transform: uppercase;
	margin-top:5px;
}
.com-title{
	font-size:26px;
	color:#0072bb;
	font-family: "微软雅黑";
	font-weight: normal;
	position: relative;
	padding-bottom:25px;
	margin-bottom:30px;
}
@media all and (max-width: 1199px){
  .com-title:after{  
    	margin-left: -30px !important;
  }
}
.com-title:after{
	content: '';
	position: absolute;
	width:60px;
	height:4px;
	background:#0072bb;
	bottom:0px;
	left:50%;
  margin-left:-50%;
}
.company-title{	
	font-size:26px;
	color:#0072bb;
	font-family: "微软雅黑";
	font-weight: normal;
	position: relative;
	padding-bottom:25px;
	margin-bottom:30px;
}
@media only screen and (max-width: 991px){
	.company-title:after{		
		left:50%;
		margin-left:-30px;
	}
}
.company-image {   
    min-height: 500px;    
}
.company-details{
	padding-top:30px;
}
.company-details p{
	text-indent: 2em;
	font-size:16px;
	line-height: 26px;
	color:#454545;
}
.company-image .img-left {	   
    z-index: 10;
    padding:17px;
    background:#fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
}
.company-image .img-bom{	
    z-index: 10;
    padding:17px;
    background:#fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
}
@media only screen and (max-width:640px) {
	.img-left,.img-bom,.img-right{
		margin-bottom:20px;		
	}
}
@media only screen and (min-width:640px ) {
	.company-image {
	    position: relative;	    
	    padding-left:90px;
	}
	.company-image .img-left {
		position: absolute;
	    width: 55%;
	    left:0px;
	    top: 50%;
	    transform: translateY(-50%);
    }
    .company-image .img-bom{
		position: absolute;
		width: 55%;
	    left:30%;
	    bottom: -10%;
	    transform: translateY(-50%);
	}
	.company-image .img-right {
		position: absolute;
	    width: 85%;
	    right: 0;
	    z-index: 5;
	}
}
.company-image .img-left img,
.company-image .img-right img {   
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}
.company {    
    align-items: center;
}
@media all and (max-width: 991px) {
    .company {
        display: block;
        text-align: center;
    }
    .company > div {
        margin: 0 auto 30px;
        float: none;
    }
    .company > div:last-child {
        margin-bottom: 0;
    }
    .company-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }
    .company-image > div.hover-effect {
        width: auto;
    }
    .list_honor li span{		
		font-size:17px;		
	}
}

@media all and (max-width: 787px) {
    .company > div {
        margin-bottom: 40px;
    }
    .company-image > div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }
    .company-image .img-left {
        margin-bottom: 30px;
    }
    .list_honor li span{		
		font-size:14px;		
	}
}
.about-company h2.company-title{
	margin-bottom:16px;
}
.owl-carousel{
	width:100%;
}
.owl-carousel.owl-loaded{
	display: inline-block;
}
.owl-carousel .owl-item img {
    width: 100%;
    display: inline-block;     
}
.owl-prev,.owl-next{
	width:66px;
	height:68px;
	position: absolute;
	top:35%;
	margin-top:-36px;
	font-size:0px;
}
.owl-prev{	
	background:url(../../images/btn_left.png) no-repeat center center;
}
.owl-prev:hover{
	background:url(../../images/btn_left1.png) no-repeat center center;
}
@media only screen and (max-width:1300px) {
	.owl-prev{
		left:20px;
	}
	.owl-next{
		right:20px;
	}
}
@media only screen and (min-width:1300px ) {
	.owl-prev{
		left:-120px;
	}
	.owl-next{
		right:-120px;
	}
}
.owl-next{	
	background:url(../../images/btn_right.png) no-repeat center center;
}
.owl-next:hover{
	background:url(../../images/btn_right1.png) no-repeat center center;
}
.item{
	padding-bottom:2px;
	text-align: center;
	position: relative;
}
.item dl{
	width:100%;
	position:absolute;
	bottom:-100%;
	left:0px;
	padding:20px 0px 15px;;	
	background:#9f1a1f;
}
.item dt{
	font-size:22px;
	color:#fff;
	font-weight: normal;
}
.item dd{
	font-size:16px;
	color:#ffffff;
	margin-bottom:15px;
}
.item dd span{
	display: inline-block;
	width:80px;
	height:22px;
	line-height: 22px;
	font-size:16px;
	color:#fff;
	border:1px solid #fff;
}
.item p{
	height:60px;
	line-height: 60px;
	background:#044899;
	font-size:16px;
	color:#fff;
	overflow: hidden;
	    white-space: nowrap;
    text-overflow: ellipsis;
}
.item a:hover p{
	background:#ffb901;
}
.item a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.item-pro:hover img,.item-honor:hover img{
	cursor: pointer;
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
@media only screen and (min-width:1230px ) {
	.item-pro{
		width:256px;
	}
	.item-pro i,.item-pro img{
		width:100%;
	}
}
@media only screen and (max-width:1230px ) {
	.item-pro img{
		width:100%;
	}
}
.item-pro i,.item-honor i{
	display: block;
	overflow: hidden;
}
.item-honor{
	margin-bottom:20px;
}
.item:hover dl{
	bottom:0px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.owl-carousel .owl-stage-outer{
	margin-bottom:50px;
}
p.more{	
	text-align: center;		
}
p.more a{
	display: inline-block;
	width:154px;
	height:40px;
	font-size:18px;
	color:#044899;
	background:#ffb901;
	line-height: 40px;
	font-size:15px;	
	border-radius:15px;
	box-shadow: 0px 2px 5px 0px rgba(28,28,28,0.75);
}
p.more a:hover{	
	background:#044899;
	color:#fff;
}
@media only screen and (min-width: 992px) {
	.home_about{
		background:url(../../images/about_bg.jpg) no-repeat top center;
	}
}
.home_about{
	padding:70px 0px 40px;	
}
.ab_left p{
	font-size:18px;
	color:#ffb901;
	line-height: 110px;
}
.ab_left dl{
	margin-bottom:60px;
	padding-left:85px;
	min-height:60px;
}
.ab_ico1{
	background:url(../../images/ico1.png) no-repeat top left;
}
.ab_ico2{
	background:url(../../images/ico2.png) no-repeat top left;
}
.ab_ico3{
	background:url(../../images/ico3.png) no-repeat top left;
}
.ab_left dt{
	font-size:24px;
	color:#ffb901;
	line-height: 36px;
	font-weight: normal;
}
.ab_left dd{
	font-size:16px;
	color:#ffffff;
	line-height: 20px;;
}
@media only screen and (min-width: 992px) {
	.ab_right{
		height:450px;
	}
}
.ab_right{
	width:110%;	
	border:4px solid #fff;
	padding:25px 40px 55px 105px;
}
.ab_right dt{
	text-align: right;
	font-size:24px;
	color:#ffffff;
	line-height: 30px;
	font-weight: normal;
	margin-bottom:30px;	
}
.ab_right dt span{
	display: block;	
	line-height: 48px;
	color:#fff;	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family:"arial narrow";
}
@media only screen and (min-width:375px ) {
	.ab_right dt span{
		font-size:46px;
	}
}
@media only screen and (max-width:375px ) {
	.ab_right dt span{
		font-size:36px;
	}
}
.ab_right dd{
	font-size:16px;
	color:#ffffff;
	line-height: 32px;
	text-align: left;
}
.ab_right dd:nth-child(3){
	text-align: right;
}
.ab_right dd:nth-child(3) a{
	display: inline-block;
	background:#fff;
	color:#044899;
	width:142px;
	height:38px;
	line-height: 38px;
	border-radius:15px;
	text-align: center;
	margin-top:50px;
}
.ab_right dd:nth-child(3) a:hover{
	background:#ffb901;
	color:#fff;
}
@media only screen and (min-width: 1230px) {
	.ab_right{
		position: absolute;
		top:0px;
		right:0px;		
	}
}
@media only screen and (min-width:992px ) and (max-width:1230px ) {
	.ab_right{
		position: absolute;
		top:0px;
		right:20px;
		padding:25px 40px 55px 105px;
	}
}
@media only screen and (max-width:580px ) {
	.ab_left dl{
		background-position-x:0px;
		background-position-y: center;
	}
	.ab_left{
		background:url(../../images/ab_bg1.jpg) no-repeat top center;
		background-size: cover;
		padding:30px 20px 40px;
	}
	.ab_left p{
		line-height: 30px;
	}
}
@media only screen and (min-width:580px ) and (max-width:992px ) {
	.ab_left{
		background:url(../../images/ab_bg1.jpg) no-repeat top center;
		background-size: cover;
		padding:0px 0px 40px 20%;
	}
}
@media only screen and (max-width:992px ) {	
	.about2{	
		width:100%;	
		background:url(../../images/ab_bg2.jpg) no-repeat top center;
		background-size: cover;
		padding:30px 0px;
	}
	.ab_right{
		width:90%;		
		margin:30px 5%;
		border:4px solid #fff;
		padding:20px 30px;
	}
}
.home-ys{
	padding-bottom:85px;
}
.home-ys .in_txt span{
	background:#fff;
}
.ys2,.ys4{
	text-align: right;
}
.ys dl{
	padding:20px 20px 20px 25px;
}
.ys dl.ys2{
	padding-right:0px;
}
.ys dt{
	font-size:28px;	
	line-height: 28px;
	font-weight: normal;
}
.ys1 dt,.ys4 dt,.ys1 dd,.ys4 dd{
	color:#fff;
}
.ys2 dt,.ys3 dt,.ys2 dd,.ys3 dd{
	color:#202020;
}
.ys dd{
	font-size:16px;	
	line-height: 28px;
	margin-top:8px;
}
.ys1 dd,.y4 dd{
	color:#fff;
}
.ys1{
	background:url(../../images/ys_bg1.png) no-repeat top left;
}
.ys2{
	background:url(../../images/ys_bg2.png) no-repeat top right;
}
.ys3{
	background:url(../../images/ys_bg3.png) no-repeat bottom left;
}
.ys4{
	background:url(../../images/ys_bg4.png) no-repeat bottom right;
}
.ys_img{
	text-align: center;
}
@media only screen and (min-width:375px ) {
	.ys_img i{
		width:327px;
	}
}
@media only screen and (max-width:375px ) {
	.ys_img i{
		width:100%;
	}
}
.ys_img i{	
	display: inline-block;
	overflow: hidden;
	padding:20px;
	border-radius: 100%;
	box-shadow: 0px 0px 8px 0px rgba(141,141,141,0.75);
}
.ys_img i img{
	width:100%;
	border-radius: 100%;
}
@media only screen and (min-width: 1130px) {
	.ys_img i{
		margin-top:-140px;
	}
	.ys_con2{
		margin-top:-125px;
	}
}
@media only screen and (max-width:1130px) {
	.ys dl{
		background-size:100% 100%;
		margin-bottom:20px;
	}
	.ys dl.ys1,.ys dl.ys3{
		padding-right:86px;
	}
	.ys dl.ys4,.ys dl.ys2{
		padding-left:86px;
	}
}
.news{
	padding:62px 0px 33px;	
	background-size: cover;
}
@media only screen and (min-width:992px) {
	.news{
		background:url(../../images/news_bg.jpg) no-repeat top center;
	}
}
@media only screen and (max-width:992px) {
	.news{
		background:url(../../images/news_bg.jpg) no-repeat center 0px;
		background-size:cover;
	}
}
.news .in_txt dt{border:none;}
.news .in_txt span{background:none;}
.news_con{
	margin:20px auto;
}
.news_left{
	text-align: left;
	margin-bottom:50px;
	background:#fff;
	box-shadow: 0px 2px 8px 0px rgba(163,163,163,0.75);
}
@media only screen and (min-width:1230px ) {
	.news_left{
		width:95%;
	}
}
.news_left dl{
	padding:18px;
}
.news_left dt{
	font-size:20px;
	color:#1d1d1d;
	line-height:40px;
	font-weight: normal;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.news_left a:hover dt{
	color:#044899;
}
.news_left dd{
	font-size:15px;
	color:#202020;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.news_left i{
	display: block;
	overflow: hidden;
}
.news_left img{
	width:100%;
}
.news_left a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_right a:hover dt{
	color:#044899;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_right dl{
	border-bottom:1px solid #b7b7b7;
	margin-bottom:6.5%;
}
.news_right dt{
	font-size:16px;
	color:#1d1d1d;
	font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.news_right dt span{	
	font-weight: normal;
	display: block;
}
@media only screen and (min-width:992px ) {
	.news_right dt span{
		float:right;
	}
}
@media only screen and (max-width:992px ) {
	.news_right dt span{
		margin-top:8px;
	}
}
.news_right dd{
	font-size:14px;
	color:#868686;
	line-height: 30px;
	padding:2% 0px 0%;
	margin-bottom:3%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.link,.link a{
	font-size:14px;
	color:#1d1d1d;
	line-height: 40px;
}
.link a:hover{
	color:#000;
	text-decoration: underline;
}
.footer a:hover{
	color:#fff;
	text-decoration: underline
}
@media only screen and (min-width:992px ) {
	footer{
    	padding: 80px 0 0px;
    }
}
@media only screen and (max-width:992px ) {
	footer{
    	padding:40px 0 0px;
    }
}
@media only screen and (min-width:768px ) {
	.link, .link a {
    	font-size:16px;
    }
    .link{
    	padding:15px 30px;
    }
}
@media only screen and (max-width:768px ) {
	.link, .link a {
    	font-size:14px;
    }
    .link{
    	padding:15px;
    }
}
footer{
    margin-top:-28px;
    background: #333b4d;
}
.foot_con{
	border-bottom:1px solid #4a5266;
	padding-bottom:45px;
}
.lx1{
	border-right:1px solid #4a5266;
}
.lx1 dd:nth-child(4){
	padding-left:42px;
}
.lx3{	
	border-left:1px solid #4a5266;
}
.lx3 img{
	margin-top:10px;
}
@media only screen and (min-width:768px) {
	.lx2{
		text-align: center;
	}
	.lx2 dl{
		display: inline-block;
	}
	.lx2 dt,.lx2 dd a{
		padding:0px 20px;
	}
	.lx3{
		text-align: right;
	}
	.lx3 p,.lx3 img{
		float:right;
	}
	.footer .lx3 p{		
		margin-right:15px;
	}
}
@media only screen and (max-width:768px){
	.lx2,.lx3{
		margin-top:20px;
	}
	.lx2 dd a{
		padding-right:20px;
	}
	.lx3{
		text-align: left;
	}
	.lx3 p,.lx3 img{
		float:left;
	}
	.footer .lx3 p{		
		margin-left:15px;
	}
}
.lx2 dt{
	text-align: left;	
}
.lx2 dd a{
	display: inline-block;	
}
.lx2 dd:last-child{
	text-align: left;
}
.lx3 p,.lx3 img{
	font-size:16px;
	color:#ffffff;
}
.footer .lx3 p{
	margin-top:45px;	
}
.foot_con dl.lx3 span{
	display: block;
	font-size:16px;
	color:#f2d028;
}
.footer dt{
	font-size:18px;
	color:#fff;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:20px;
}
.footer dd{
	line-height:30px;
}
.footer dd,.footer a{
	font-size:14px;
	color:#858ea2;	
}
.footer a{
	line-height: 38px;;
}
.footer p{
	text-align: center;
	margin:0px;
	line-height: 30px;	
}
.footer p span{
	display: inline-block;
	margin:0px 10px;	
}
.footer p span,.footer p span a{
	font-size:14px;
	color:#fff;
}
.bottom{
	line-height: 30px;
	padding:40px 0px;
	text-align: center;
}
.bottom span{
	display: inline-block;
	margin:0px 5px;
}
.bottom,.bottom span,.bottom a{
	font-size:14px;
	color:#858ea2;
	
}
@media only screen and (min-width: 768px) {
	.bottom,.bottom span,.bottom a{
		line-height:40px;
	}
}
@media only screen and (max-width: 768px) {
	.bottom,.bottom span,.bottom a{
		line-height: 26px;
	}
}
.bottom a:hover{
	color:#fff;
}
.li_txt{
	text-align: center;
	margin-bottom:40px;
}
.li_txt dt{
	font-size:28px;
	color:#282828;
	font-weight: normal;
}
.li_txt dd{
	font-size:14px;
	color:#9f1a1f;
	line-height: 22px;
	text-transform: uppercase;
}
.list p{
	margin:0px;
}
.about-company img{
	max-width:100%;
	margin-bottom:10px;
}
/*Image Hover Effects*/
.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-effect,
.img-hover-effect {    
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}
.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}
/* Skillbar */
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
div.process-bar > .skillbar:last-child {
    margin-bottom: 0;
}
.skillbar-title {
    position: relative;
    font-size: 15px;
    color: #677078;
    margin-bottom: 10px;
}
.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #ffda44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: inherit !important;
}
.skillbar-bar:after {
    content: "";
    position: relative;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    background: #ffda44;
    border-radius: 50%;
    border: 3px solid #fff;
}
.skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -25px;
    line-height: 1;
    font-size: 15px;
    font-family: "Roboto";
    color: #093EB6;
}
/* 404 page */
section.page-not-found {
    padding: 120px 0;
}
.error-page h1 {
    margin: 0;
    font-size: 150px;
    font-family: Roboto;
    font-weight: bold;
    color: #093EB6;
    line-height: 1;
}
.error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.error-page h4 {
    margin-bottom: 30px;
    font-size: 21px;
}
/* Shortcodes */
.styled-list ol,
.styled-list ul {
    margin: 0px;
    list-style-position: inside;
}
.styled-list ol li,
.styled-list ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
}
.styled-list ol li:first-child,
.styled-list ul li:first-child {
    padding-top: 0;
}

.styled-list ul {
    list-style-type: disc;
}

.styled-list ul ul {
    margin: 15px 0px 0px 20px;
    list-style-type: circle;
}

.styled-list ol ol {
    margin: 15px 0px 0px 20px;
}

.styled-list ul ul li,
.styled-list ol ol li {
    border-bottom: none;
    padding: 8px 0;
}

.styled-list .list-unstyled {
    margin-left: 0;
}

.styled-list .list-unstyled ol {
    list-style-type: none;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn-row a.btn {
    line-height: 60px;
    padding: 0 36px;
}

.btn-col a.btn {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}

.btn-col a.btn:nth-child(odd) {
    margin-left: 0;
    clear: both;
}

a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px;
}

a.btn.btn-block:first-child {
    margin-top: 0;
}

.btn-row a.btn.btn-normal {
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px;
}

a.btn.btn-sm {
    line-height: 36px;
    font-size: 12px;
    padding: 0 24px;
}

.quote-post blockquote {
    background: #093EB6;
    color: #fff;
}

.drop-caps p:first-child::first-letter {
    background: #ffda44;
    color: #675F3F;
    display: block;
    float: left;
    font-size: 36px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 20px;
    border-radius: 4px;
}

.drop-caps.blue p:first-child::first-letter {
    background: #093EB6;
    color: #fff;
}

.tab-widget {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.nav-tabs>li {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #eee;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
    background: #ffffff;
    color: #093EB6;
    border-radius: 0;
    border: none;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.tab-content>.tab-pane {
    padding: 22px;
}

@media (max-width: 991px) {
    .tab-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .btn-col {
        margin-bottom: 30px;
    }
    form.form-horizontal {
        margin-top: 50px;
    }
    .headings {
        margin-bottom: 50px;
    }
    table.table-striped {
        margin-bottom: 50px;
    }
    .row.styled-list h3 {
        margin-top: 0;
    }
    .row.styled-list > div {
        margin-bottom: 50px;
    }
    .row.styled-list > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .nav-tabs>li {
        display: block;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .btn-col a.btn {
        display: inline-block;
        margin: 0 0 20px;
        clear: both;
    }
}


/* Preloader */

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffda44;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    opacity: 1;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
}
.owl-dots{
	display: none;
	text-align: center;
}
.owl-dot{
	display: inline-block;
	width:12px;
	height:12px;
	border-radius: 50%;
	background:#666666;
	margin:0px 8px;
}
.owl-dot.active{
	background:#005886;
}
/*List Page*/
@media only screen and (min-width:992px ){
	.banner_n{
		width:100%;
	    height:494px;
	    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
	}
}
@media only screen and (min-width:700px ) and (max-width:992px ){
  .banner_n{
      width:100%;
      height:300px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size: 260% !important;
  }
}
@media only screen and (min-width:900px ) and (max-width:992px ){
  .banner_n{
      width:100%;
      height:290px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size:140% !important;
  }
}
@media only screen and (min-width:800px ) and (max-width:900px ){
  .banner_n{
      width:100%;
      height:270px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size:130% !important;
  }
}
@media only screen and (min-width:700px ) and (max-width:800px ){
  .banner_n{
      width:100%;
      height:250px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size:160% !important;
  }
}
@media only screen and (min-width:600px ) and (max-width:700px ){
  .banner_n{
      width:100%;
      height:250px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size:160% !important;
  }
}
@media only screen and (min-width:540px ) and (max-width:600px ){
  .banner_n {
      width: 100%;
      height: 230px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size: 200% !important;
  }
}
@media only screen and (min-width:480px ) and (max-width:540px ){
  .banner_n {
      width: 100%;
      height: 200px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size: 200% !important;
  }
}
@media only screen and (min-width:380px ) and (max-width:480px ){
  .banner_n {
      width: 100%;
      height: 150px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size: 150% !important;
  }
}
@media only screen and (max-width:380px){
  .banner_n {
      width: 100%;
      height: 100px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
      background-size: 130% !important;
  }
}
/* sdmenu */
.sdmenu{	
	background: #f4f5f8;
}
.sdmenu div{
	background:#e9e9e9;
	overflow:hidden;
}
.sdmenu div:first-child{
	background:url(toptitle.gif) no-repeat;
}
.sdmenu div.collapsed{
	height:66px;
}
.sdmenu div span,.sdmenu div a span{
	display:block;
	height:66px;	
	line-height:66px;
	overflow:hidden;	
	font-weight:bold;	
	cursor:pointer;
	border-bottom:1px solid #fff;
	font-size:15px;
	color:#61656f;
	padding-left:30px;
	background:#e9e9e9 url(../../images/bom_tip.png) no-repeat 85% center;	
}
.sdmenu div a span{	
	background:#e9e9e9 url(../../images/bom_tip.png) no-repeat 85% center;	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	font-size:15px;
	color:#61656f;
}
.sdmenu div.collapsed span{	
	background:#f4f5f8 url(../../images/right_tip.png) no-repeat 85% center;;
}
.sdmenu div p{margin:0px;}
.sdmenu div p.list_equip a{
	padding-left:30px;
}
.sdmenu div p a{
	display:block;	
	font-size:13px;
	color:#61656f;	
	border-bottom:1px solid #fff;	
	line-height: 64px;;
	background:#f4f5f8;		
}
.sdmenu div p.li_cur span{
	background:#e9e9e9 url(../../images/right_tip.png) no-repeat 85% center;	
}
.sdmenu div p.li_cur a{
	background:#e9e9e9;
}
.sdmenu div a:hover{
	background:#e9e9e9;	
}
.sdmenu div a:hover span{
	background:#e9e9e9 url(../../images/right_tip.png) no-repeat 85% center;	
}
/*products*/
@media only screen and (min-width:992px ) {
	.pro_left{
		width:230px;
	}
	.img_fl{
		text-align: center;
	}
	.right{
		float:right;
	}
}
@media only screen and (max-width:992px ){
	.pro_left{
		width:100%;
		float:left;
	}
}
@media only screen and (min-width:768px ) {
	.img_fl{
		float:right;
	}
}
@media only screen and (max-width:768px ) {
	.list_img img{
		width:100%;
	}	
}
.pro_fl{float:left;width:100%;}
.pro_fl li{float:left;margin-right:15px;margin-bottom:20px;}
.pro_fl li a{padding:10px 15px;font-size:16px;color:#fff;background:#044899;}
.pro_fl li.li_cur a{background:#ffb901;}
.img_fl p{
	text-align: center;
	font-size:16px;
	color:#121212;
	margin:15px 0px 20px;
}
.img_fl i{
	display: inline-block;
	overflow: hidden;
}
.list_about{
	margin-bottom:30px;
}
.pro_left dl{
	padding:8px 0px;
	text-align: center;
	margin-bottom:0px;	
	background:#044899;
}
.pro_left dt{
	font-size:20px;
	color:#fff;
	font-weight: normal;
}
.pro_left dd{
	font-size:14px;
	color:#fff;
	line-height: 24px;;
	font-family: arial;
}
.left_top,.left_bom{
	border:1px solid #e8e8e8;
}
.left_top ul{
	padding:20px 0px;
	background:#f3f3f3;
}
.left_top li a{
	display:block;
	line-height: 45px;
	padding:0px 33px;
	font-size:16px;
	color:#787878;
	position: relative;	
	background:url(../../images/jt_hui.png) no-repeat 50% center ;
}
.left_top li a:after{
	content: '>';
	font-size:18px;
	position: absolute;
	top:0px;
	right:15%;
}
.left_top li.li_cur a{
	color:#044899;	
}
.left_bom{
	margin-top:23px;
}
.bom_lx{
	font-size:14px;
	color:#4b4b4b;
	padding:15px 0px;
	line-height:50px;	
	text-align: center;
}
.left_bom p{
	font-size:26px;
	color:#858ea2;
	line-height: 40px;	
	font-weight: bold;	
}
.place{
	padding-left:36px;
	line-height: 26px;
	padding-bottom:12px;
	border-bottom:1px solid #dfdfdf;
}
.ico1{
	background:url(../../images/pst_ico1.png) no-repeat left top;
}
.ico2{
	background:url(../../images/pst_ico2.png) no-repeat left top;
}
.ico3{
	background:url(../../images/pst_ico3.png) no-repeat left top;
}
.ico4{
	background:url(../../images/pst_ico4.png) no-repeat left 2px;
}
.ico5{
	background:url(../../images/pst_ico5.png) no-repeat left 2px;
}
.ico6{
	background:url(../../images/pst_ico6.png) no-repeat left 2px;
}
.place,.place a{
	color:#202020;
}
@media only screen and (max-width: 768px) {
	.place,.place a{
		font-size:12px;
	}
}
@media only screen and (min-width: 768px) {
	.place,.place a{
		font-size:16px;
	}
}
.place a:hover{
	color:#456cb9;
}
.list_about{
	padding-top:20px;
}
.list_img{	
	margin-top:10px;
}
.list_img .item-pro{
	margin-top:20px;
	margin-bottom:30px;
}
.img_fl a:hover p{
	color:#9f1a1f;	
}
.img_fl i{
	display: inline-block;
	font-size:14px;
	color:#9f1a1f;
	line-height:50px;
	word-break: break-all;
    text-overflow: ellipsis; 
    text-align:center;
    border:1px solid #ccc;
}
.img_fl a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1090;
	width:100%;
	height:auto;
	background-color:#131313;
}
#lightbox {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	color:white;
	line-height:0;
}
#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:white;
	text-decoration:underline;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}
#lightboxImage {
	width:100%;
	height:100%;
}
#imageContainer {
	width:50px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:60%;
	height:32px;
	background:url(../icons/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLinkImg, #nextLinkImg {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
}
#prevLinkImg {
	left:0;
	float:left;
}
#nextLinkImg {
	right:0;
	float:right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background:url(../icons/prev.png) 5% center no-repeat;
	_background-image:url(../icons/prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background:url(../icons/next.png) 97% center no-repeat;
	_background-image:url(../icons/next.gif)
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	font-family:" Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:100%;
}
#imageData {
	overflow:hidden;
	width:100%;
}
#imageDetails {
	width:70%;
	float:left;
	text-align:left;
	padding:10px 10px 0 0;
}
#caption {
	font-weight:bold;
	display:block;
}
#numberDisplay {
	display:block;
	float:left;
	padding:9px 10px 0 0;
}
#detailsNav {
	display:block;
	float:left;
	padding:0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat:no-repeat;
	outline-style:none;
	display:block;
	float:left;
}
#prevLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:left 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:right 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position:100% 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
	background-image:url(../icons/navigation.png);
	background-position:-32px 100%;
	background-repeat:no-repeat;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position:-32px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position:-64px 100%;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position:-64px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32color.png', sizingMethod='scale');
}
#close {
	padding:16px 0 0;
	float:right;
}
#closeLink {
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:48px;
	height:48px;
	background:url(../icons/close.png) no-repeat 0 100%;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display:inline-block;
	width:100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;/* End hide from IE-mac */
}
#outerImageFrame {
	height:100%;
	width:100%;
	position:absolute;
}
#outerImageContainer {
	overflow:visible;
}
#outerImageContainer td {
	text-align:center;
	padding:0;
}
#lightboxFrameBody {
	background:url(../icons/back_info.png);
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height:19px;
	width:19px;
}
#outerImageContainer td.tl {
	background:url(../icons/back_corvers.png) 0 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background:url(../icons/back_tb.png) 50% 0;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background:url(../icons/back_corvers.png) 100% 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background:url(../icons/back_lr.png) 0 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background:url(../icons/back_lr.png) 100% 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background:url(../icons/back_corvers.png) 0 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background:url(../icons/back_tb.png) 50% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background:url(../icons/back_corvers.png) 100% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rb.png', sizingMethod='scale');
}
/*news*/
.list_news .row{
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
}
@media only screen and (min-width:1230px ) {
	.time{
		padding-left:0px;
	}
}
@media only screen and (max-width: 768px){
	.time{
		padding:0px;
	}
	.time p{
		float:left;
		background:#dadada;
		text-align:center;
		padding:10px;
		margin-right:15px;
	}
	.time p span{
		display: block;
	}
}
@media only screen and (min-width: 768px){ 
	.time p{
		background:#dadada;
		text-align:center;
		font-size:30px;
		color:#1a1a1a;
		line-height: 30px;
		padding:10px;
	}
	.time p span{
		display: block;
		font-size:15px;
		color:#1a1a1a;
	}
}
.list_arc{
	padding:10px 0px;
}
.list_arc dt{
	font-size:18px;
	color:#1a1a1a;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_arc dd{
	font-size:14px;
	color:#7c7c7c;
	line-height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_news a:hover dt{
	color:#044899;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news a:hover p{
	background:#044899;
	color:#fff;	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news a:hover p span{
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/*新闻详情页*/
.arc_head{
	padding-bottom:10px;
	border-bottom:1px solid #a9a9a9;
	margin-bottom:20px;
}
.arc_head h1{	
	color:#262635;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	margin-bottom:5px;
}
@media only screen and (min-width:768px ) {
	.arc_head h1{
		font-size:20px;
	}
}
@media only screen and (max-width:768px ) {
	.arc_head h1{
		font-size:16px;
	}
}
.arc_head p{
	font-size:14px;
	color:#1d1d1d;
	line-height: 34px;
}
.arc_head p span{
	padding:0px 4px;
}
.arc_body{
	margin-top:5px;
	margin-bottom:20px;	
}
.bdsharebuttonbox{
	margin-top:10px;
}
.arc_page li{	
	border:none;
	margin-bottom:15px;	
}
.arc_page li a{
	color:#8d8d8d;
}
.arc_page li,.arc_page li a{
	font-size:14px;
	color:#1d1d1d;
}
.arc_page li a:hover{
	color:#9f1a1f;
}
@media only screen and (min-width:992px ) {
	.arc_page li{
		display: inline-block;
		margin:0px 2%;
	}
}
/*contact*/
.list_contact dt{	
	color:#044899;
	line-height: 60px;
	font-weight: normal;
}
.list_contact dd{	
	color:#282828;
	line-height:50px;
}
@media only screen and (min-width:360px ) {
	.list_contact dt{
		font-size:20px;
	}
	.list_contact dd{
		font-size:16px;
	}
}
@media only screen and (max-width:360px ) {
	.list_contact dt{
		font-size:18px;
	}
	.list_contact dd{
		font-size:13px;
	}
}
.li_ly input{
	margin-top:20px;	
}
#name,#phone{	
	width:96%;
	height:38px;
	line-height: 38px;
	padding-left:4%;	
	border:1px solid #b3b3b3;
}
#neirong{
	width:96%;
	height:94px;
	line-height: 38px;
	padding-left:4%;
	margin-top:20px;
	border:1px solid #b3b3b3;
}
.coolbg{
	display: inline-block;
	width:135px;
	height:34px;
	line-height: 34px;
	text-align: center;
	font-size:14px;
	color:#203857;
	background:#f2d028;
	border:None;
}
.coolbg:hover{
	background:#044899;
	color:#fff;
}
#map{
	width:100%;
	height:400px;
	margin-top:30px;
}
@media only screen and (max-width:768px ) {
	#map{display: none;}
}
/*article*/
.arc_pro h1{
	text-align: center;
	font-size:22px;
	color:#0072BB;	
	margin:20px 0px;
	font-weight: normal;
}
.arc_body{
	margin-bottom:36px;
}
.arc_pic{
	margin-top:40px;
	text-align: center;
	margin-bottom:20px;
}
.arc_pic img{
	max-width: 100%;
}
.arc_bottom{
	margin-bottom:30px;
}
.arc_bottom li,.arc_bottom li a{
	font-size:13px;
	color:#999999;
}
.arc_bottom li a:hover{
	color:#015887;
}
.arc_txt{
	font-size:18px;
	color:#015887;
	line-height: 30px;
	border-bottom:1px solid #015887;
	margin-top:36px;
	font-weight: bold;
	margin-bottom:20px;
}
.hiSlider2{
	height:436px;
	overflow: hidden;	
	margin:20px auto 40px;
	position: relative;	
	text-align: center;
}
.hiSlider-item{	
	width:80%;	
	text-align: center;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index:5;
    top: 50%;
    margin-top:-30px;
    height: 60px;
    width: 40px;    
    overflow: hidden;  
}
.hiSlider-btn-prev{
    left: 102px;
    background:  url(../images/left_arrow.jpg) no-repeat center;
}
.hiSlider-btn-next{
    right: 102px;
    background:  url(../images/right_arrow.jpg) no-repeat center;   
}
#floatTool{ 
	width:230px; 	
	overflow:hidden;	
	position:absolute; 
	left:10px;
	top:157px;
	z-index:1000;
}
.subNavBox{
	width:230px;
	background:#005886;		
	z-index: 999;
	border-radius: 10px;
	padding:10px 15px;	
}
.fl_top{
	background:url(../../images/fl_link.png) no-repeat left 0px;
	padding-left:32px;
	font-size:16px;
	color:#ffffff;
	font-family: arial;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height: 30px;
	border-bottom:1px dashed #257098;
	font-weight: bold;
}
.subNav{
	border-bottom:1px dashed #257098;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:30px;	
	text-align: left;
	background:url(../../images/jiantou.png) no-repeat;
	background-position:95% 50%;
}
.currentDd{
	color:#fff;
}
.currentDt{
	background-image:url(../../images/jiantou1.png);
}
.navContent{
	display: none;
	padding:8px 0px;
	border-bottom:1px dashed #257098;
}
.navContent li a{
	display:block;	
	height:30px;	
	font-size:13px;
	line-height:30px;
	color:#fff;
}
.subNav a{
	font-size:14px;
	color:#fff;
}
.navContent li a:hover{
	color:#ff900b;	
}
/*案例展示**/
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1090;
	width:100%;
	height:auto;
	background-color:#131313;
}
#lightbox {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	color:white;
	line-height:0;
}
#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:white;
	text-decoration:underline;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}
#lightboxImage {
	width:100%;
	height:100%;
}
#imageContainer {
	width:50px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:60%;
	height:32px;
	background:url(../icons/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLinkImg, #nextLinkImg {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
}
#prevLinkImg {
	left:0;
	float:left;
}
#nextLinkImg {
	right:0;
	float:right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background:url(../icons/prev.png) 5% center no-repeat;
	_background-image:url(../icons/prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background:url(../icons/next.png) 97% center no-repeat;
	_background-image:url(../icons/next.gif)
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	font-family:" Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:100%;
}
#imageData {
	overflow:hidden;
	width:100%;
}
#imageDetails {
	width:70%;
	float:left;
	text-align:left;
	padding:10px 10px 0 0;
}
#caption {
	font-weight:bold;
	display:block;
}
#numberDisplay {
	display:block;
	float:left;
	padding:9px 10px 0 0;
}
#detailsNav {
	display:block;
	float:left;
	padding:0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat:no-repeat;
	outline-style:none;
	display:block;
	float:left;
}
#prevLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:left 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:right 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position:100% 0;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
	background-image:url(../icons/navigation.png);
	background-position:-32px 100%;
	background-repeat:no-repeat;
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position:-32px 0;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position:-64px 100%;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position:-64px 0;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32color.png', sizingMethod='scale');
}
#close {
	padding:16px 0 0;
	float:right;
}
#closeLink {
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:48px;
	height:48px;
	background:url(../icons/close.png) no-repeat 0 100%;
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position:0 0;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display:inline-block;
	width:100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;/* End hide from IE-mac */
}
#outerImageFrame {
	height:100%;
	width:100%;
	position:absolute;
}
#outerImageContainer {
	overflow:visible;
}
#outerImageContainer td {
	text-align:center;
	padding:0;
}
#lightboxFrameBody {
	background:url(../icons/back_info.png);
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height:19px;
	width:19px;
}
#outerImageContainer td.tl {
	background:url(../icons/back_corvers.png) 0 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background:url(../icons/back_tb.png) 50% 0;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background:url(../icons/back_corvers.png) 100% 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background:url(../icons/back_lr.png) 0 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background:url(../icons/back_lr.png) 100% 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background:url(../icons/back_corvers.png) 0 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background:url(../icons/back_tb.png) 50% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background:url(../icons/back_corvers.png) 100% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rb.png', sizingMethod='scale');
}
.side-bar a,.chat-tips i {
	background-image: url(../../images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
@media all and (min-width: 1200px) {
   .side-bar {
        display:block;
    }
}
@media all and (max-width: 1200px) {
   .side-bar {
        display:none;
    }
}
.side-bar {
	width: 66px;
	position: fixed;
	top: 50%;
  	margin-top:-150px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
  	font-size:0px;
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color:#0072bd;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
  	width:180px;
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-chat:hover .chat-tips img{
	display:block;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}
@media only screen and (min-width:768px ){
	.video{
		position:fixed;
		left:0px;
		bottom:0px;
		z-index: 999;
	}
}
@media only screen and (min-width:1024px ) {
	.video iframe{
		width:500px;
		height:300px;
	}
}
@media only screen and (min-width:768px ) and (max-width:1024px ) {
	.video iframe{
		width:360px;
		height:250px;
	}
}
@media only screen and (max-width:768px ){
	.video{
		position:fixed;
		left:0;
		bottom:0px;
		z-index:99999999;
	}
	.video iframe{
		width:200px;
		height:160px;
	}
}
.guanbi{
	display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 51px;
    height: 14px;
    background: url(../../images/guanbi.gif) no-repeat;
}










