/*
===============
	Reset Css
===============
*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
	Global Settings
===================

 ***/
body {margin: 0;
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif；
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #292929;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


p {
    position: relative;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {

    max-width: 100%;
}
.clear {
    clear: both;
}
.b-rad50{	border-radius:50px;}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}


.border-0 {
    border: 0px;
}

.centered {
    text-align: center;
}



/*** 

==================
    Color Classes
==================

***/
.cl-black {
    color: #292929;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #17278E;
}

.cl-blue-2 {
    color: #17278E;
}

.cl-mint {
    color: #ff9f43;
}

.cl-yellow {
    color: #A3CB38;
}

.cl-red {
    color: #FE1360;
}

/*** 

==================
    Section Styles
==================

***/
.bza{  max-width:900px;border-radius: 20px; margin:auto; margin-top:40px; margin-bottom:40px; padding:25px;}
.bza p{ font-size:20px; line-height:2; letter-spacing:1px;}
.bza p:first-child:first-letter { font-size:2.4rem; color:#007aff; padding-right:2px;line-height:1.5;}
.container {
    max-width: 1200px;width: 1200px;
}

.section-padding {
    padding: 120px 0;
}

.section-padding-2 {
    padding-top:80px;
    padding-bottom:0px;
}

.section-padding-3 {
    padding-top: 120px;
    padding-bottom: 60px;
}

.section-title {
    margin-bottom:35px;
    margin-top:10px;

}
.section-title h1 {
    position: relative;
	color:#007aff;
    font-size:56px;
    font-weight:500;
    line-height: 2.0;
    z-index: 1;
	text-align:center;
	letter-spacing:5px;

}
.section-title h1 .spanl{ background:#48ccdc; border-radius:15px 0 0 15px; padding:3px 8px; font-size:18px; margin-right:15px;letter-spacing:1px;color:#fff;}
.section-title h1 .spanr{ background:#48ccdc; border-radius:0 15px 15px 0; padding:3px 8px; font-size:18px; margin-left:15px;}
.section-title h2 {
    font-size:42px;
    font-weight:600;
    line-height: 1.4;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -6px;
	letter-spacing:2px;
	text-align:center;
	opacity:.7;
}

.section-title h2 span {
    color: #00cfbc;
}

.section-title h4 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    color: #00cfbc;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3px;
}

.section-title p {
    margin-bottom: 50px;
}


/*** 

=======================
   Height
=======================

***/
.H01{ height:1065px;}
/*** 

=======================
    Margin and Padding
=======================

***/
/* 
    Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
    Margin Right Styles
*/
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Padding Top Styles
*/
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
    Background and Overlay
============================

***/
.gray-bg {
    background: #F9F9F9;
}

.black-bg {
    background: #292929;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #17278E;
}

.light-blue-bg {
    background: #234BA5;
}

.blue-bg-2 {
    background: #000040;
}

.mint-bg {
    background: #ff9f43;
}

.transparent-bg {
    background: transparent;
}

.gradient-bg {
    background-image: linear-gradient(to left, #162690 0%, #18298e 100%);
}

.dark-overlay:after {
    background: #8e5ba0;
    opacity: .9;
}


.mint-overlay:after {
    background: #f1b4a8;
    opacity: .9;
}


.blue-overlay:after{
    opacity: .8;background: #3251c3;
}

.blue-overlay01:after {
    opacity: .9;background: #3251c3;
}
.blue-overlay02:after{
    opacity: .5;background: #3251c3;
}

.gradient-overlay:after {
    background: #3d88af;
    opacity: .9;
}


.white-overlay:after {
    background: #ffffff;
    opacity: .7;
}
.red-overlay:after{opacity: .9;background: #db7bab;}

.red-overlay,.white-overlay,.gradient-overlay,.blue-overlay,.blue-overlay01,.blue-overlay02,.mint-overlay,.dark-overlay  {
    background-size: cover !important;
    position: relative;
    z-index: 1;

}

.red-overlay:after,.white-overlay:after,.gradient-overlay:after,.blue-overlay:after,.blue-overlay01:after,.blue-overlay02:after,.mint-overlay:after,.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;    
    content: "";
    z-index: -1;
    
}
.dark-overlay:hover:after,.red-overlay:hover:after,.gradient-overlay:hover:after,.blue-overlay01:hover:after,.mint-overlay:hover:after{opacity: .1;transition: 0.8s;}
/*

==========================
  Main Header style
==========================

*/


.header-area {
    padding: 10px 0;
    transition: 0.4s;
    width: 100%;
    z-index: 11;
	position: fixed;
}

.navbar-brand img {
    height: 26px;
    width: auto;
}

.main-menu {
    padding-left: 0;
    padding-right: 0;
}

.main-menu ul li {
    margin-right: 25px;
}

.main-menu ul li:last-child {
    margin-right: 0px;
}

.main-menu ul li:hover a {
    color: #00cfbc;
}

.main-menu ul li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;

}

.main-menu ul li:nth-last-of-type(1) .dropdown-menu .dropdown-menu, .main-menu ul li:nth-last-of-type(2) .dropdown-menu .dropdown-menu, .main-menu ul li:nth-last-of-type(3) .dropdown-menu .dropdown-menu {
    left: -100%;
    top: 0;
}


/*

===============================
news List
===============================

*/
.news{display: flex;justify-content: space-between;}

.ch_typewd_r { float:right; }
.ch_typewd_l { float:left; }
.ch_typewd_r,.ch_typewd_l { border-bottom:2px solid #37474f;  font:normal normal 2.4rem/2em Georgia, "Microsoft YaHei UI"; transition:all 1s;}
.ch_typewd_r a,.ch_typewd_l a { display:block; text-decoration:none; transition:all 1s;color:#007aff;}
.ch_typewd_r span,.ch_typewd_l span{color:#007aff; transition:all 1s;font-size:1.4rem;}
.ch_typewd_r:hover,.ch_typewd_l:hover { border-color:#d53939;}
.ch_typewd_r:hover a,.ch_typewd_l:hover a {  color:#d53939;}
.ch_typewd_r:hover span,.ch_typewd_l:hover span { color:#fff;font-size:1.6rem; border-radius:20px; background:#f15d5d;padding:5px 10px;}
.ch_typewd_r:hover span { margin-right:11em; }
.ch_typewd_l:hover span { margin-left:11em; }
.ch_typewd_r span{margin-right:1.5em; }
.ch_typewd_l span { margin-left:1.5em;}

.news-box {
    width:47.8%;
}

.news-list {
	overflow: hidden;
	margin-top:30px;
}
.news-list ul li {
	line-height: 64px;
	border-bottom: 1px solid #e7e3e2;
}
.news-list ul li a {
	display: block;font-size: 18px;white-space: nowrap;
	color: #333;
}

.news-list ul li a:hover{color: #007aff;}



/*

===============================
Services Area
===============================

*/

.services-area .single-service-2 {
    padding: 10px;
    border: 1px solid #d9dadb;
    margin-bottom: 60px;
	margin-top:20px;
    transition: 0.4s;
    position: relative;
	width:205px;
	 background:rgba(255, 255, 255, 0.8);
}

.services-area .single-service-2 .service-icon {
    margin-top: -60px;
    margin-bottom:15px;
}

.services-area .single-service-2 .service-icon i {
    font-size: 26px;
	font-weight:600;
    display: inline-block;
    color: #00cfbc;
    transition: 0.4s;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.services-area .single-service-2 .service-content h4 {
    margin-bottom:0px;
	margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.4s;
	line-height:1.3;
}

.services-area .single-service-2 .service-content h4 a {
    color: #00cfbc;
}


.services-area .single-service-2 .service-content p {
    margin-bottom: 0px;
}

.services-area .single-service-2:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.services-area .single-service-2:hover .service-icon i {
    box-shadow: none;
    background: #00cfbc;
    color: #ffffff;
}

.services-area .single-service-2:hover .service-content a {
    color: #00cfbc;
}

.services-area .single-service-2:hover .service-content h4 a span {
    color: rgba(0, 207, 188, 0.5);
    top: -10px;
    right: -10px;
}
.services-area .single-service-2 img{
	border-radius:10px;
	width:183px;
	height:133px;
}



/*
===============================
feature area
===============================

*/
.feature-area .single-feature {
    margin-bottom: 30px;
    border: 2px solid #efefef;
    padding: 45px 30px;
    text-align: center;
}


.feature-area .single-feature h4 {
    font-weight: 300;
    color: #292929;
    margin-bottom: 15px;
}

.feature-area .single-feature p {
    color: #434a53;
    margin-bottom: 15px;
}

.feature-area .single-feature a {
    font-weight: 600;
}
.big-bg1{ background:rgba(23, 40, 143, 0.4);border-radius:30px; padding:25px;}
.single-feature-2:hover img {
    transform: scale(1.2);
}

.single-feature-2 {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    color: #ffffff;
	width:200px;
	height:290px;
	margin:20px 10px 10px;
}

.single-feature-2 i {
	width:200px;
	height:200px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: auto;
    margin-bottom:15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    border: 0;
    transition: 0.4s;
}

.single-feature-2 img {
    width:200px;
    height:200px;
    margin-bottom:15px;
    transition: 0.4s;
	border-radius: 50%;
}
.single-feature-2 h4 {
	font-size:22px;
    font-weight:400;
    margin-bottom: 15px;
    transition: 0.4s;border-radius:10px;padding:5px;
}
.single-feature-2:hover h4 {
    background: #17288f;color: #ffffff;border-radius:15px;
}
.feature-area .single-feature-2 p {
    margin-bottom: -5px;
}

.single-feature-2:hover i {
    background: #ffffff;
    color: #00cfbc;
}
/*
===============================
tekan
===============================

*/
.tk {
    display: block;
    width:200px;
    height:296px;
    overflow: hidden;
    position: relative;
    border: 2px solid #efefef;
	margin:20px 8px 30px;

}
.tk img{
	width:200px;
	height:296px;
	opacity:.9;
	transition: 0.4s
}
.tk h2{height:250px;width:100%;font-size:16px; font-weight:400;position: absolute;left: 0;bottom:0;background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); }
.tk h2 p{position: absolute;left: 0;bottom:0;color:#666;padding:0 8px 8px;line-height:1.3; margin:0;transition: 0.4s;}
.tk:hover{box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);transform: scale(1.1);}
.tk:hover img{opacity:.5;}
.tk:hover h2 p{color:#000; bottom:15px;}

/*
===============================
10pic
===============================

*/
.t-c{text-align:center;}
.portfolio .portfolio-item {display:flex;align-items: center!important;    justify-content: center!important;
    margin-bottom: 30px; 
	}
.portfolio .portfolio-item img{ width:90%; height:90%;border-radius:25px;opacity:1.0;}
.portfolio .portfolio-item a {
	display:flex;
	width:90%;
	height:90%;
  opacity: 0;
  position: absolute;
  top:5%;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;border-radius:25px;
}

.portfolio .portfolio-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item:hover a {
  opacity:.8;

}
.pic-1{width:232px; height:348px;border-radius:25px;}
.pic-2{width:232px; height:174px;}
.pic-3{width:464px; height:174px;}
/*
===============================
10p-1
===============================

*/
.tenp1 li{ height:215px;text-align:center;}
.tenpboxs{ width:290px;}
.tenpboxb{ width:580px;}
.tenp1 li a { display:block;   
	position:absolute;
	z-index:3; width:100%; height:100%;
}
.tenp1 li a h4{position: relative;margin:0 15px; top:83px; left:0; color:#fff;font-size:23px;font-weight:600;transition: 0.4s;line-height: 1.3;padding:8px;}
.tenp1 li a:hover h4{ background: rgba(72, 204, 220, 0.9);color:#fff; border-radius:15px; padding:25px 8px;top:55px;}
.tenp1 li h2{ padding:20px; font-size:42px;line-height:4;}


/*
===============================
mpic
===============================

*/
#mpic{
	margin-top:20px;
	height:300px;
	position:relative;
}
#mpic .swiper-slide{
	width: 250px;height: 300px;overflow:hidden;
	padding:0 15px;
	position:relative;
}


#mpic .swiper-button-prev,#mpic .swiper-button-next{
	position:absolute;
	z-index:999;
	top:50%;
	left:10px;
	margin-top:-30px;
	width: 60px;
    height: 60px;
	background:url(http://www.cs.com.cn/css/2020/2020nz/swiper-btn.png);
	cursor:pointer;
	display:none;
}
#mpic .swiper-button-next{
	background-position:0 -60px;
	left:auto;
	right:10px;}
#mpic:hover .swiper-button-prev,#mpic:hover .swiper-button-next{
	display:block;
}



#mpic a{
	position: absolute;
	width: 250px;height: 300px;
	z-index:3;
    bottom: 0px;
	color:#fff;
	background: rgba(0, 0, 0, 1);
	overflow:hidden;
}

#mpic img{z-index:3; opacity:.5;width:100%;height:100%;}
#mpic .swiper-slide:hover img{opacity:1;}
#mpic h3{transition: 0.8s;
	position: absolute;
	color: #fff;
    font-size:20px;
    font-weight: 500;
	bottom:0px;
	padding:15px;background: rgba(0, 0, 0, 0)
}
#mpic .swiper-slide:hover h3{background: rgba(0, 0, 0, .5);transition: 0.6s;}


/*
===============================
footer
===============================

*/
.footer{ width:100%;}
footer.ft_site { padding:20px 0; width:1200px; font-size:12px; margin:auto;}
.ft_item { display:-webkit-flex; display:flex; -webkit-align-items:flex-start; align-items:flex-start; margin-bottom:20px; color:#fff;}
  .ft_item ul { margin-right:4%; width:10%;}
  .ft_item ul li { color:#fff; line-height:2.5em;}
  .ft_item ul li:first-child { font-size:16px;}
  .ft_item ul li a { display:block; width:100%; color:#90a4ae; text-decoration:none; transition:color .25s;}
  .ft_item ul li a:hover { color:#fff;}
  .ft_item div { margin-top:10px; margin-left:auto; width:120px; background-color:rgba(0,0,0,.2); text-align:center;}
  .ft_item div span { display:block; margin:5px 0 8px; font-size:14px; line-height:1em;}
.ft_gr { margin-bottom:20px; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1);}
  .ft_gr ul { display:-webkit-flex; display:flex; padding:20px 0; width:100%;}
  .ft_gr ul li { margin-right:4em; color:#fff; font-size:14px; line-height:1em;}
  .ft_gr ul li a { color:#fff; text-decoration:none;}
.ft_cr { color:#90a4ae; line-height:2em;}

.bot_icon_spc { position: relative; cursor: pointer;}
.bot_icon_spc div { display: none; margin: 0;}
.bot_icon_spc:hover div { display: block; position: absolute; top: 0; background-color: #1e282d;}