﻿/*公共CSS*/

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}

a{
	color: #000 ;
  	text-decoration: none !important;
}
img{
	max-width:100%;
}
body{font-family: Arial!important;}
input.text,
select.text,
textarea.text {
  outline: none;
  -webkit-appearance: none;
}
/*.brief_con p,
.course_con p,
.information p,
.layout_cont p,
.one_stop p,
.strategy p
{
  text-indent:2em !important;
}*/	
.display_row{
	display: flex;
    flex-direction: row;
}
.display_col{
	display: flex;
    flex-direction: column;
}
.swiper-father{
	position: relative;
	padding: 20px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.active{
	background: #366a87;
	color: white;
}
.web_nav_position{
	position: relative;
}

/***************************************** 电脑端头部开始 */
.web_nav_conter{position: relative;}
.web_nav_conter .top_img_com{overflow: hidden;}
.web_nav_conter .top_title_com{ position: absolute;top: 33%;z-index: 1000;text-align: left;left: 38%;}
.web_nav_conter .top_title_com p{color: #366a87;font-size: 28px;}
.lubo_slide1 .top_title_com{
    	top: 26%;
    	right: 16%;
      	text-align: right;
    }
    .lubo_slide2 .top_title_com2{
      	position: absolute;
      	bottom: 3%;
        right: 7%;
        top: auto;
        text-align: right;
    }
.web_nav_conter .top_title_com2 p{color: #366a87;font-size: 28px;}
    .lubo_slide3 .top_title_com{
        left: 3%;
        top: 40%;
      	text-align: left;
    }
    .lubo_slide4 .top_title_com{
      	bottom: 11%;
        right: 21%;
      	left:0;
        top: auto;
        text-align: right;
    }
    .lubo_slide5 .top_title_com{
    	left: 10%;
        top: 20%;
      	text-align: left;
    }
.web_nav_conter .lubo_slide1 .top_title_com p,
.web_nav_conter .lubo_slide2 .top_title_com2 p,
.web_nav_conter .lubo_slide3 .top_title_com p,
.web_nav_conter .lubo_slide4 .top_title_com p,
.web_nav_conter .lubo_slide5 .top_title_com p
{color: #fff;}
.web_nav_conter .lubo_slide1 .top_title_com .weight,
.web_nav_conter .lubo_slide2 .top_title_com2 .weight,
.web_nav_conter .lubo_slide3 .top_title_com .weight,
.web_nav_conter .lubo_slide4 .top_title_com .weight,
.web_nav_conter .lubo_slide5 .top_title_com .weight
{font-weight: 800;}
.web_nav_conter .top_img_com img{max-width: 100%;}
.web_nav_conter .nav_com{ width:100%;padding: 0 2%;position: absolute;z-index: 100;top: 0;}
.web_nav_conter .nav_com .web_nav_left{float: left;width: 15%;margin-top: 17px;}
.web_nav_conter .nav_com .web_nav_left img{height: 50px;}
.web_nav_ritht{width: 80%;float: right; padding-top: 20px;overflow:hidden;}
.web_nav_ritht li {float: left; width:9.88%;height:45px; font-size:14px;line-height: 45px;text-align: center;display: inline;}
.web_nav_ritht li a {display: block;font-weight:600 !important;color:#fff;}
.web_nav_ritht li a:hover {color:rgb(255,255,255);background:url(../img/dh.gif) repeat-x;}
.web_nav_ritht li.cur{width: 11%;}
.web_nav_ritht li.cur a{ display:inline-block;width: 40px;height: 40px;background: #366a87;border-radius: 100%;line-height: 40px}
.web_nav_ritht li.cur a.cur{background: transparent;border: 2px solid #fff;margin-left: 10px;}
.web_nav_ritht li ul {display: none;position: absolute;background:#366a87;width:7.6%; font-size:12px; font-weight:normal;}
.web_nav_ritht li:hover>ul {display: block;}
.web_nav_ritht li ul li {float: none; color:rgb(255,255,255);margin: 0px;width: 100%;}
.web_nav_ritht li ul li ul{display: none;position: absolute;background:rgb(3,133,191);width:100%; }
.web_nav_ritht li ul li:hover>ul {position: relative;left:100%;top: -45px;}
.web_nav_ritht li ul li:hover>ul {display: block;}
.web_nav_ritht li ul li  ul li ul{float: none;margin: 0px; background:rgb(29,146,198);}
.web_nav_ritht li ul li  ul li ul a{ background:none;}
.web_nav_ritht li ul li  ul li ul a:hover{ background:rgb(3,133,191);}

/***************************************** /.电脑端头部结束 */

/***************************************** 电脑端尾部开始*/
.web_footer{
	padding-top: 30px;
	background: #376a87;
}
.web_footer_cont{
	margin-left: auto;
	margin-right: auto;
}
.web_fonter_border{
	border-bottom: 2px solid #fff;
}
.web_footer ul li{
	/*width: 16.666%;*/
	width: 20%;
	float: left;
}
.web_footer ul li h4{
    color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}
.web_footer ul li a{
    width: 100%;
    display: block;
    color: #7aadca;
    font-size: 14px;
    /*margin-bottom: 10px;*/
}
.web_fonter_right{
	border-left: 2px solid #fff;
 	margin-bottom: 10px;
}
.web_fonter_ul{
	margin-bottom: 15px;
}
.web_fonter_ul h4{
	color: #fff;
}
.web_fonter_ul p{
	font-size: 14px;
	color:#7aadca ;
}
.web_fonter_ul p a{
	font-size: 14px;
	color:#7aadca ;
}
.web_fonter_right .text-center p{
	color:#7aadca ;
  margin-top:10px;
}
.web_fonter_bottom{
	color: #7aadca;
}
.web_fonter_bottom a{
	color: #7aadca;
}
.web_fonter_bottom .fonter_l{
    float: left;
  	line-height: 65px;
}
.web_fonter_bottom .fonter_r{
	float: right;
	line-height: 65px;
	display: flex;
	flex-direction: row;
}
.web_fonter_bottom .fonter_r a{
	margin-left: 30px;
}
/***************************************** /.电脑端尾部结束*/

/***************************************** /.其他页内公共导航样式*/
.titli_con{
	margin: 50px auto;
	overflow: hidden;
}
.titli_con ul li{
	float: left;
	margin: 0 20px;
}
.titli_con ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
  	display: table;
  	margin: auto;
  	overflow: hidden;
}
.titli_con ul li a{
    padding: 0px 20px;
    line-height: 40px;
    display: -webkit-inline-box;
    display: block;
}
.titli_con ul li.cur a{
	color: #fff;
	background:url(../img/dh.gif) repeat-x;
}
.titli_con ul li:hover a{
	color: #fff;
  	background:url(../img/dh.gif) repeat-x;
}

/*返回顶部*/
.fixed_side{position:fixed;width:54px;height:215px;right:0;bottom:46%;z-index:100;background: #fff;}
.fixed_side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #ccc;border-left: 1px solid #ccc;}
.fixed_side ul li .sidebox{position:absolute;width:54px;height:54px;line-height:54px; top:0;right:0;transition:all 0.3s;color:#fff;overflow:hidden;}
.fixed_side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;transition:all 0.3s;}
.fixed_side ul li .sidetop:hover{opacity:1;}
.fixed_side ul li img{float:left;}
.fixed_side ul li .sidebox2{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;color:#fff;overflow:hidden;}
.fixed_side ul li .sidebox2:hover{background: #2677d5;}
.fixed_side .div_img{position: absolute;left: -115px;top: 0px;display: none;}
.fixed_side ul li:hover .div_img{display: block;}
.fixed_side .div_img img{width: 110px;height: 110px;}

.index_fixed_web_bottom{
	position:fixed;
  	width:400px;
    right:0;
    bottom:0;
    z-index:100; 
}
.fixed_web_bottom img{
	width:100%;
}
.index_fixed_web_bottom .index_fixed_off{
	width: 60px;
    height: 30px;
    background: #366a87;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #fff;
  	cursor: pointer;
  	font-weight: 600 !important;
  	font-size: 14px;
}
  

@media (max-width: 768px) {
  	.titli_con {
        margin: 29px auto;
        overflow: hidden;
    }
	.titli_con ul{
		display: block;
		overflow: hidden;
	}
	.titli_con ul li{
		float: left;
		margin: 0;
      	width: 33.333%;
      	text-align: center;
	}
	.titli_con ul li a {
      padding: 0px; 
      line-height: 40px;
      display: -webkit-inline-box;
      display: block;
  	}
}
/***************************************** /.其他页内公共导航样式*/


/***************************************** 手机端头部开始*/
/*手机端顶部固定文字*/
.middle_nav_con .top_img_com{overflow: hidden;position: relative;}
.middle_nav_con .top_img_com img{max-width: 100%;}
.middle_nav_con .top_title_com{ position: absolute;top: 30%;text-align: center;width: 100%;}
.middle_nav_con .top_title_com p{color: #fff;font-size: 16px;}

/*手机端首页轮播文字*/
.middle_nav_con #index_swiper2 .top_img_com{overflow: hidden;position: relative;}
.middle_nav_con #index_swiper2 .top_img_com img{max-width: 100%;}
.middle_nav_con #index_swiper2 .middle_title_com1{ position: absolute;top: 23%;right:8%; text-align: right;}
.middle_nav_con #index_swiper2 .middle_title_com2{ position: absolute;bottom: 3%;right:8%; text-align: right;}
.middle_nav_con #index_swiper2 .middle_title_com3{ position: absolute;top: 40%;left:3%; text-align: left;}
.middle_nav_con #index_swiper2 .middle_title_com4{ position: absolute;bottom: 10%;right:7%; text-align: right;}
.middle_nav_con #index_swiper2 .middle_title_com5{ position: absolute;top: 20%;left:8%; text-align: left;}
.middle_nav_con #index_swiper2 .middle_title_com1 p,
.middle_nav_con #index_swiper2 .middle_title_com2 p,
.middle_nav_con #index_swiper2 .middle_title_com3 p,
.middle_nav_con #index_swiper2 .middle_title_com4 p,
.middle_nav_con #index_swiper2 .middle_title_com5 p
{color: #fff;font-size: 16px;}
/***************************************** /.手机端头部结束*/


/***************************************** 手机端尾部开始*/
.mobile_footer{
	overflow: hidden;
	background: #376a87;
	padding: 20px 10px;
	text-align: center;
}
.mobile_footer p{
	color: #7aadca;
}
.mobile_footer p a{
	color: #7aadca;
}
/***************************************** /.手机端尾部结束*/

.custom-notice{
  position: relative;
  padding: 5px 10px;
}

.custom-notice .notice_con{
  line-height: 25px;
}

/*文字公告*/
.dowebok_con{
  width: 100%;
  position: relative;
}
.str_wrap {
  overflow:hidden;
  zoom:1;
  width:100%;
  line-height:30px;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;  
  background:#f6f6f6;
  white-space:nowrap;
}
.str_wrap.str_active {
  background:#f1f1f1;
}
.str_move { 
  white-space:nowrap;
  position:absolute; 
  top:0; 
  left:0;
  cursor:move;
}
.icon-notice{
  width: 30px;
  height: 30px;
  background: #fff url(../img/notice.png)no-repeat left;
  background-size: 25px;
  display: inline-block;
  z-index: 1000;
  position: absolute;
}
.dowebok { width: 100%;}
/*文字公告*/