
.top_bg{ height:116px; width:100%;background: #fff;position: relative;}
.top_bg:before{content: "";width: 100%;height: 6px;background: #183884;position: absolute;top: 0;left: 0;}
.header{width: 1400px;margin: 0 auto;position: relative;}
.h_tel{position: absolute;top: 25px;right: 0;font-size: 16px;color: #fff;font-weight: bold;display: flex;align-items: center;justify-content: space-between;height: 26px;padding: 0 10px;background: #183884;border-radius: 26px;}
.h_tel em{width: 18px;height: 18px;line-height: 0;padding-right: 5px;}
.h_tel em img{width: 18px;height: 18px;}
.logo{width: 11.78%;line-height: 0;padding: 20px 30px 0 0;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 22px;color: #000;line-height: 32px;padding-top: 30px;}
.h_dw i{font-weight: normal;display: block;font-size: 14px;color: #a3a3a3;text-transform: uppercase;}
.h_nav{width: 50%; height:60px;padding-top: 56px;}
.h_nav ul{ width: 100%; height:60px;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:16px; color:#000;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 60px;line-height: 60px;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fce100;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li .erji{ display:none;height:auto;background: rgba(24,56,132,0.8); width:180px; text-align:center; position:absolute; top:60px; left:-60px;z-index:5;}
.h_nav li .erji li{ border-bottom:rgba(255,255,255,0.4) 1px solid; height:40px; line-height:40px;}
.h_nav li .erji a,.h_nav li.cur .erji a{ height:40px; line-height:40px; width:180px; font-size:14px; color:#fce100;font-weight:bold;}
.h_nav li.cur .erji a:after,.h_nav li .erji a:hover:after{ background:none;opacity: 0;}
.h_nav li.cur .erji a:hover,.h_nav li .erji a:hover{color:#fce100;font-weight:bold;}
em,i{font-style: normal;}
@media screen and (max-width:1500px) {
	.header{width: 1200px;}
	.h_dw{font-size: 20px;line-height: 28px;}
	.h_dw i{font-size: 12px;}
}

 
.banner{position: relative; height:auto;clear: both;}
.banner img {display: block;width: 100%;margin:0 auto;}
.banner .slick-arrow {position: absolute;font-size: 0;bottom:8%;z-index: 9; width: 2.2rem; height: 2.2rem;border: 0; outline: none;cursor: pointer;}
.banner .slick-prev {left: 13.5%; background:url(images/ban_lico.png) no-repeat center center;background-size: 2.2rem 2.2rem;}
.banner .slick-next {left: 16%;background:url(images/ban_rico.png) no-repeat center center;background-size: 2.2rem 2.2rem;}
.slick-dots {position: absolute;left:5%; font-size:0;bottom:5%;width:90%;text-align: center;outline: none;z-index: 4;}
.slick-dots li {display: inline-block;margin: 0 8px; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 15px;height: 15px;border-radius: 15px;margin-right:12px; display: inline-block;outline: none;background: #fff; transition: .5s;}
.slick-dots .slick-active button {background: #a88b60;width: 40px;}
.small{position: absolute;right:13.5%;bottom:8%;}
.sm_m{ font-size: 1rem;color: #fff;height: 2.7rem;line-height: 2.7rem;overflow: hidden;}
.sm_m b{font-weight: bold;font-size: 2rem;color: #fff;}


.search{width: 1400px;margin: 0 auto;height: 88px;overflow: hidden;}
.search p{ float:left;font-size: 14px; color:#1d1d1d; height:88px; line-height:88px; overflow:hidden;}
.search p i{color: #183884;text-transform: uppercase;padding-right: 2px;}
.search p a{font-size: 14px; color:#848484; padding:0 10px 0 0;}
.search p a:hover{color: #000;}
.search .ser_inp{ background:url(images/s_inp.gif) no-repeat;width:245px; height:33px;padding-left: 15px; border:none; float:right; font-family:"Microsoft YaHei";font-size: 14px; color:#666; line-height:33px; outline:none;margin-top: 19px;}
.search .ser_so{cursor: pointer; float:right; background:url(images/s_so.gif) no-repeat; border:none; width:45px; height:33px;margin-top: 19px;}
input::-webkit-input-placeholder {color: #666;}
@media screen and (max-width:1500px) {
	.search{width:1200px;}
}


.f_bg{ background: url(images/f_bg.jpg) no-repeat center 0; height:480px;overflow: hidden;padding-top: 70px;}
.footer{width: 1400px; margin:0 auto;}
.f_logo{width: 28.57%;}
.f_logo em{display: block;width: 71.5%;line-height: 0;margin-bottom: 20px;}
.f_logo img{display: block;width: 100%;}
.f_logo a{font-size: 32px;color: #fff;line-height: 36px;font-weight: normal;}
.f_logo i{display: block;font-size: 14px;color: rgba(255,255,255,0.5);}
.f_nav{height: 248px;width: 65.7%;padding-top: 22px;}
.f_ul01 li{height: 248px;float: left;width: 22%;}
.f_ul01 li a{font-size: 20px;color: rgba(255,255,255,1);font-weight: bold;display: block;height: 48px;line-height: 48px;width: 100%;}
.f_ul01 .f_ul02 li{width: 100%;height: 30px;line-height: 30px;}
.f_ul01 .f_ul02 li a{height: 30px;line-height: 30px;font-size: 14px;color: rgba(255,255,255,0.6);font-weight: normal;}
.f_nav ul li a:hover{color: #fff;}
.f_ul01 li.f_li03{width: 42%;}
.f_ul01 li.f_li03 .f_ul02 li{width: 42%;float: left;}
.f_ul01 li.f_li04{width: 12%;}
.f_ban{width: 60%;height: 170px;padding-top: 40px;}
.f_ban b{display: block;font-size: 30px;color: #fce100;height: 50px;line-height: 40px;overflow: hidden;}
.f_ban i{padding-left: 25px;}
.f_ban p{line-height: 30px;font-size: 14px;color: rgba(255,255,255,0.6);padding-left: 25px;float: left;padding-right: 20px;background-size: 18px 24px;}
.f_ban p.f_p01{ background: url(images/f_ico01.png) no-repeat 0 center;}
.f_ban p.f_p02{ background: url(images/f_ico02.png) no-repeat 0 center;}
.f_bot{width: 100%;height: 30px;line-height: 30px;overflow: hidden;font-size: 14px;color: rgba(255,255,255,0.4);padding-top: 10px;}
.f_bot span{padding: 0 10px;}
.f_bot a{color: rgba(255,255,255,0.4);}
.f_er{width: 30%;height: 180px;padding-top: 20px;}
.f_er p{width: 30%;float: left;background: #fff;margin-left: 3%;padding-bottom: 10px;}
.f_er p em{width: 94%;display: block;line-height: 0;padding: 3%;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 12px;color: #000;line-height: 20px;text-align: center;}
@media screen and (max-width:1500px) {
	.footer{width:1200px;}
}
  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#183884 url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#183884 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#183884 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#183884 url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#183884 url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#183884 url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#183884 url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
