/*头部*/
body{
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
}
/*.headtop{
	height: 100px;
}*/
.headlogo{
	float: left;
    line-height: 100px;
}
.headtop>span{
	display:inline-block;
	line-height: 100px;
	font-size:18.78px;
	color: #999999;
    font-family: '华文行楷';
    padding: 0 30px;
}
.headtel{
	float: right;
}
.headtel>p{
	text-align: right;
	padding-top: 18px;
    padding-bottom: 8px;
}
.headtel>P>span{
	color: #3779ba;
	font-size: 24px;
	font-family: "华文琥珀";
}
/*.headul>li{
	float: left;
	font-size: 16px;
}*/
/*顶部导航*/
.headtab>li{
	float: left;
	width: 100px;
    line-height: 46px;
    text-align: center;
	height:47px;
}
.headtab .link {
    cursor: pointer;
    display: inline-block;
    /*padding: 10px;*/
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.linkfirst{
    font-size: 16px;
}
.linkfirst a{
	color:#3779ba;
}
.headtab li:last-child .link {
    border-bottom: 0;
}
.headtab li{
    cursor: pointer;
}
.headtab li i {
    position: absolute;
    /*top: 2px;*/
    left: 12px;
    font-size: 18px;
    margin-left: 5px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.headtab li i.icon-jiantouarrow {
/*    right: 12px;*/
    left: auto;
    font-size:12px;
}
.headtab>li.open{
	border-bottom: 3px solid #3779ba;
}
.headtab li.open .link {
    color: #3779ba;
}

.headtab li.open i {
    color: #3779ba;
}

.headtab li.open i.icon-jiantouarrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    width: 100px;
    margin-top: 3px;
}

.submenu li {
    /*border-bottom: 1px solid #d6d7dc;*/
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    /*padding: 12px;
    padding-left: 42px;*/
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #3779ba;
    color: #FFF;
}

/*广告轮播*/
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 842px;
}
.playbox{
	position: absolute;
	width: 1920px;
	height: 842px;
	left: 50%;
	top:0;
	margin-left: -960px;
}
.bannerbox{
	position: relative;
}
.bannerbox li{
	float: left;
	width: 1920px;
    text-align: center;
    position: relative;
}
.bannerbox li img{
	width: 100%;
}
.bannertext{
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-family: '华文行楷';
    left: 0;right: 0;
    top: 240px;
    margin: auto;
    line-height: 90px;
}
.btns {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.btns span{
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}
.btns span.cur{
	background: #3779ba;
}
/*底部*/
.footer{
	height: 200px;
	background: #3779ba;
	    color: #fff;
}
.footer>div{
	height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.fonticp{
	height: 45px;line-height: 45px;
	font-size: 12px;
	color: #999999;
	background:#1e1b1e;
	text-align: center;
}
.footlf{
	margin-right: 175px;
}
.footlf>h1{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.footer p{
	margin: 10px 0;font-size: 15px;
}
.footmd>h2{
	font-size: 18px;
	margin: 10px 0;
}
.footmd>p>span{
	margin-left:88px;
}
.footrg{
	position: absolute;
    right: 0;
}
.footrg>dl{
	float: left;
	margin-left: 13px;
}
.footrg>dl>dd{
	text-align: center;
	margin-top: 13px;
}
/*内容板块部分*/
.contitle{
	padding: 40px 0;
}
.contitle>h1{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.contitle>p{
    margin: 5px 0;
}
.contul{
	margin-bottom: 45px;
}
.contul>li{
	float: left;
	padding: 10px 22px;
	cursor: pointer;
	transition:all 0.5s;
}
.contul>li>a{
	color: #666;
	transition:color 1s;
}
.contul>li.active{
	background-color:#3779ba;
}
.contul>li.active a{
	color: #fff;
}
.contul>li>a:hover{
	color: #fff;
}
.contul>li:hover{
	background-color:#3779ba;
}
.conshow>dl{
	width: 278px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
	margin-right:20px;
	margin-bottom: 30px;
	transition:all 0.5s;
}
.conshow>dl:hover{
	background: #3779ba;
	cursor: pointer;
}
.conshow dl img{
	width: 280px;
	height: 186px;
}
.conshow>dl:nth-child(4n){
	margin-right:0px;
}
.conshow>dl dd{
	padding: 20px;
}
.conshow h4{
	font-size: 15px;
    margin-bottom: 20px;
}
.conshow p{
	text-indent: 24px;
	line-height: 20px;
    font-size: 12px;
    color: #999;
}
.ppi{
	text-align: center;
}
.pi{
	display: inline-block;
	margin-bottom: 45px;
    width: 148px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    transition: all 0.5s;
}
.pi:hover{
	color: #fff;
	background: #3779ba;
}
.pi>img{
	margin-right:15px;
}
/*核心业务*/
.core{
	background: #f7f7f7;
	padding-bottom: 40px;
}
.corepic{
	width: 530px;height: 350px;
	margin-right: 50px;
}
.corepic>img{
	width: 100%;height: 100%;
}
.corepic,.coretext{
	float: left;
}
.coretext>h1{
	font-size: 40px;
	font-weight: normal;
    color: #333;
}
.coretext>h6{
	font-size: 14px;
	color: #999;
	margin:15px 0;
}
.coretext>p{
	line-height:30px;
	color: #333;
}
.coretext>a.cor{
	display: inline-block;
	width: 148px;height: 33px;
    line-height: 33px;
	border: 1px solid #a0a0a0;
	margin-top: 35px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.cor:hover{
	background:#3779ba;
	color: #fff;
}
.cor img{
    margin-right: 15px;
}
.corg{
	background: #fff;
}
.corg .corepic{
	margin-right: 0;
	float: right;
}
.cbusness{
	padding-top: 30px;
}
.cbusness:nth-of-type(2){
	padding-top:0;
}
.coreimg{
	width: 100%;
	height: 515px;
	background: url(../images/s_09.png) no-repeat;
	padding-bottom: 0px;
}
.coreimg .cbusness{
	background: #fff;
	height: 317px;
	padding-top: 0;
}
.coreimg .coretext{
	width: 650px;
    margin: 60px 100px 50px 40px;
}
.coreimg .coretext p{
	text-indent: 24px;
}
.coreimg .corepic{
	float: right;
	width: 315px;height: 220px;
	margin-top: 50px;
}
/*公司新闻*/
.newss{
	display: flex;
	margin-bottom: 60px;
}
.newspart{
	flex: 1;
}
.newspart:nth-of-type(1){
	margin-right: 30px;
}
.newspart:nth-of-type(2){
	margin-left:30px;
}
.newspart>ul{
	margin:-20px 0 40px;
}
.newspart>ul>li{
    border-bottom: 1px dashed #e7e7e7;
    height:45px;line-height: 45px;
    color: #333;
}
.newspart li span{
	float: right;
}
.newspart .cor{
    width: 148px;
    height: 33px;line-height: 33px;
    display: inline-block;
    text-align:center;
    transition: all 0.5s;
}
/*在线咨询*/
.online{
	width: 183px;height: 43px;
    background: #3779ba;
    font-size: 16px;
    line-height: 43px;
    text-align:center;
    position: fixed;
    right: 0;
    bottom: 0;
}
.online img{
	margin-right: 20px;
}
.online>a{
	color: #fff;
}
.dwad{
	width: 100%;
	height: 283px;
}
.dwad>img{
	width: 100%;height: 100%;
	float: left;
}
.dwad .w{
	position: relative;
	height: 100%;
}
.dwad .dwadpart{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);	
}
.dwad h1{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.dwad  p{
	color: #fff;
	line-height: 40px;
}
.sonnav{
	background: #f8f8f8;
}
.sonnav ul li{
	float: left;
}
.sonnav .contul{
	margin-top:0px;
    margin-bottom:0px;
}
.sonnav .contul li{
	padding: 13px 25px;
}
.ptext{
	margin-bottom: 75px;
    color: #333;
}
.ptext p{
	line-height: 30px;
	text-indent: 24px;
}
.ptext>div:nth-of-type(1){
	float: left;
	width: 667px;
}
.ptext>div:nth-of-type(2){
	float: right;
	width: 448px;height: 330px;
}
.ptext>div:nth-of-type(2)>img{
	width: 100%;height: 100%;
}
.newtext>h3{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.newtext>h6{
	font-size: 12px;
	color: #999;
	margin: 15px 0;
	text-align: center;
}
.newpic{
	width: 650px;height: 300px;
	margin:20px auto 40px;
}
.newpic>img{
	width: 100%;height: 100%;
}
.newtext>p{
	text-indent: 24px;
	color: #333;
	line-height: 25px;
}
.newco{
	margin: 145px 0 25px;
}
.newco>p{
	line-height: 30px;
}
.newco a:hover{
	text-decoration:underline;
}
.newlist>li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.newimg{
	float: left;
	width: 200px;height: 100px;
}
.newimg>img{
	width: 100%;height: 100%;
}
.contitle.fw>h1{
	font-weight: bold;
}
.newtitle{
	float: right;
	width: 960px;
}
.newtitle>a{
	font-weight: bold;
    font-size: 16px;
}
.newtitle>a:hover{
	text-decoration: underline;
}
.newtitle>span{
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.newtitle>p{
	margin-top: 25px;
	font-size: 12px;
	text-indent: 24px;
    line-height: 25px;
}
.newlist{
    margin-top: -20px;
}
.pages{
	margin: 60px 0;
	text-align: center;
}
.pages>a:hover{
	font-weight: bold;
}
.pages>a{
	padding: 0 5px;
}
.pages ul a{
	padding: 5px;
}
.pages ul a:hover{
	color: #fff;
	background:#3779ba;
	/*padding: 5px;*/
}
.pages ul,.pages ul li{
	/*float: left;*/
    display: inline-block;
}
.corebox{
	display:flex;
	justify-content: space-between;
	margin:50px 0;
	overflow: hidden;
}
.corebox>div{
    position: relative;
	width: 380px;
	height: 567px;
}
.corebson{
	width: 100%;height: 400px;
    background: #be2342;
    position: absolute;
    bottom:-320px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1.5s; 
}
.corebson>.coretext{
	height: 100%;
    padding:30px 40px;
}
.corebox>div:hover .corebson{
    bottom: 0;
    width:345px;
    transition: all 1.5s;
}
.corebson>.coretext>h1{
	font-size: 24px;
	color: #fff;
}
.corebson>.coretext>h6{
	color: #f9a6b7;
	line-height: 30px;
}
.corebson>.coretext>p{
	color: #fff;
}
.corebson>.coretext>.cor{
	border: none;
	margin-top: 15px;
	color: #fff;
}
.corebson>.coretext>.cor:hover{
	background: none;
	color: #666;
}
.map{
	width: 100%;
	height: 430px;
	margin-top: -20px;
}
.map>img{
	width: 100%;height: 100%;
}
.liuyan{
    height: 320px;
    padding: 60px;
    /* box-shadow: 0px 2px 3px 3px #eee; */
    background: #fff;
    position: relative;
    filter: drop-shadow(0px 3px 5px #e0e0e0);
}
.liuyan p{
	color: #666;
	line-height: 40px;
}
.liuyan>div>img{
	margin-top: 50px;
}
.liuyan>div{
	float: left;
}
.liuyan>form{
	float: right;
}
.liuyan>form input,textarea{
    width: 363px;height: 43px;
    border: 1px solid #c9c9c9;
    color: #666;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
}
textarea{
	height: 110px;
}
.liuyan>form input.liuyanbtn{
	width: 383px;
	background: #be2342;
	color: #fff;
	font-size: 18px;
}
.liuyan>form li{
	margin-bottom: 20px;
}
.sanjiao{
    width: 0;
     height: 0; 
    /* border-color: #fff transparent transparent; */
    /* border-width: 30px 15px; */
    /* border-style: solid; */
    bottom: -60px;
    position: absolute;
    left: 50%;
    overflow: hidden;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-width: 30px 20px;
}
.recontent{
	display: flex;
}
.rebox{
	flex: 1;
}
.rebox:nth-of-type(1){
	margin-right: 50px;
}
.rebox>h5{
	font-size: 18px;
	color: #be2342;
}
.rebox>div{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.rebox>div>span,.redz>h4>span{
margin-left: 60px;
}
.rebox>h6{
	margin-top: 20px;
	line-height: 30px;
}
.rebox>p{
	line-height: 30px;
}
.redz{
	font-size: 18px;
	color: #be2342;
	line-height: 40px;
	margin: 150px 0 50px;
}
