@charset "utf-8";


/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: calc(100vw/19.2);
}


html,

body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: 'Microsoft YaHei ','PingFang SC','Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53, "BEBAS";
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background:#f8f8f8;
}



input, button 
    {
    -webkit-appearance: none;
    border-radius: 0;
}


a{ color:#222;}
a, a:hover, a:focus 
    {
    text-decoration: none;
}


textarea {
    resize: none;
    overflow: auto;
}



input, button, textarea,select 
    {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}



img {
    border: 0;
    vertical-align: top;
}



li {
    list-style: none;
}


div,

ul,

ol,

li,

p,

h1,

h2,

h3,

h4,

h5,

h6 {
    margin: 0;
}



/* placeholder修改 */

input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    color: #999 !important;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #999 !important;

    opacity: 1;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #999 !important;

    opacity: 1;

}



input::-ms-input-placeholder,

textarea::-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #999 !important;

}


select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select::-ms-expand {
    display: none;
}


@font-face {
    font-weight: normal;
    font-style: normal;
}



/*公共样式*/
.fr{ float:right;}

.fwhite{ color:#fff !important;}

.c-clear {
    zoom: 1;
}


.c-clear:after {
    content: '';
    display: block;
    clear: both;
}



.c-container2 {
    position: relative;
    margin: 0 auto;
    width: 72.91666666666667%;
}



/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 80px;
}

.h40{ height:40px; width:100%;}
.h80{ height:80px; width:100%;}
.h120{ height:120px; width:100%;}
.pb80{ padding-bottom:80px;}


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    line-height: 90px;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    background: #fff;
}



#c-header a {
    color: #666;
    transition: all 0.5s;
}



#c-header.c-head-move {
    top: -100px;
}



#c-header .c-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#c-header .c-right-box {
    display: flex;
    align-items: center;
	padding-right:55px;
}



/*顶部logo*/


#c-header .c-logo {
    display: flex;
    align-items: center;
}


#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}



#c-header .c-logo img {
    height: 44px;
}




/*顶部pc导航*/


#c-header .c-nav {
    display: flex;
    align-items: center;
}


#c-header .c-nav>li {
    margin: 0 35px;
}


#c-header .c-nav li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


#c-header .c-nav>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 3px;
    background: #004fa2;
    transition: .5s;
}


#c-header .c-nav li a i {
    margin-left: 8px;
    font-size: 20px;
}


#c-header .c-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}


#c-header .c-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    padding: 30px 0;
}


#c-header .c-nav ul li:last-child {
    border: 0;
    margin-right: 0;
}



#c-header .c-nav ul a {
    color: #666;
    text-align: center;
    line-height: 26px;
}


#c-header .c-nav ul a img {
    height: 38px;
}


#c-header .c-nav ul a img:nth-child(2),
#c-header .c-nav ul li:hover a img:nth-child(1) {
    display: none;
}



#c-header .c-nav ul li:hover a img:nth-child(2) {
    display: inline-block;
}



#c-header .c-nav ul li .c-title {
    padding-top: 10px;
}



#c-header .c-nav li:hover>a,
#c-header .c-nav li.active>a {
    font-weight: bold;
    color: #004fa2;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}



#c-header .c-nav li.active>a::before,

#c-header .c-nav>li:hover>a::before {

    width: 100%;

}



/* 鼠标放上去图片放大效果*/

.imgbox{ position:relative; background:#fff;overflow:hidden; }

.imgbox img{ transition: all 0.46s ease 0s; cursor:pointer;}


/*sliderbar*/
.sliderbar{position:fixed;right:5px;top:50%;margin-top:-100px;z-index:100; background-color:#fff; border-radius:30px; box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.sliderbar-menu{position:relative; width:60px; height:60px; padding-top:6px;}
.sliderbar-btn{ width:48px; height:48px;text-align:center;display:block;position:relative; margin-bottom:1px; position:relative; margin-left:6px;z-index:101;}
.sliderbar-btn:after{ content: "";  display: block;  position: absolute; width:20px; height:1px; left:14px; top:-6px; background-color:#d5d6d7;}

.sliderbar-box{ position:absolute;top:-15px;right:68px;padding-right:10px; display:none;}
.sliderbar-box .box-border{padding:17px 20px; background-color:#fff;-webkit-box-shadow: 0 0px 20px rgba(0,0,168,.1);-moz-box-shadow: 0 0px 20px rgba(0,0,168,.1);box-shadow: 0 0px 20px rgba(0,0,168,.1);position:relative; border-radius:8px; width:240px; font-size:14px; color:#666;}
.sliderbar-box .box-border h5{ font-size:16px; color:#222; padding-bottom:5px;}
.sliderbar-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-12px;top:26px;}

.menu-sev .sliderbar-box .box-border{width:200px;}
.sliderbar-menu:hover .sliderbar-box{display:block}


/*sliderbar icon*/
.menu-ser .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -6px no-repeat; }
.menu-ser .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -6px no-repeat; background-color:#004fa2;}
.menu-ser .sliderbar-btn:after{ display:none;}
.menu-tel .sliderbar-btn{background:url(../images/sliderbaricon.png) -6px -66px no-repeat;}
.menu-tel .sliderbar-btn:hover{background:url(../images/sliderbariconh.png) -6px -66px no-repeat; background-color:#004fa2;}
.menu-tel .tel{font-family:bwmodelicaRegular; color:#004fa2; font-size:18px;}
.menu-mess .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -126px no-repeat;}
.menu-mess .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -126px no-repeat; background-color:#004fa2;}
.sliderbar-box{ top:0px;}
.menu-top .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -186px no-repeat;}
.menu-top .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -186px no-repeat; background-color:#004fa2;}
.sliderbar-btn:hover{ background-color:#004fa2; border-radius:30px;}


/* 鼠标放上出现加号*/
.item_d{background-color: #fff; width: 60px; height: 60px;  text-align: center; border-radius:30px; position:absolute; opacity:0; top:-180px; left:134px;  transition: all 0.46s ease 0s;}	
.item_cont{ position: relative; transition: all 0.46s ease 0s; width: 60px; height: 60px; }
.item_cont:hover{-moz-transform:rotate(225deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(225deg);transform:rotate(180deg); }
.line_bottom{  width:2px; height:18px; background: #004fa2;position: absolute;top:50%;left:50%;margin-left: -1px;	margin-top: -8px; }
.line_top{  width: 18px; height: 2px; background: #004fa2;position: absolute;top: 50%;  left: 50%; margin-left: -9px; }	
li:hover .item_d{ top:175px; opacity: 100;  transition: all 0.46s ease 0s;}

/* pages */
.pages{  width:1400px;  margin: 0px auto; text-align:center; padding-top:30px;}
.pages a{ display:inline-block; padding:0px 15px; line-height:38px; border:#e9e9e9 1px solid; margin-right:5px; color:#666; background:#fff; border-radius:3px;}
.pages .active{ background-color:#004fa2; color:#FFF; }



/* 通用按钮 */

.commmbluebut { background:url(../images/arrb.png) 114px center no-repeat; display:inline-block; height:58px; border:#004fa2 1px solid; width:170px; border-radius:30px; line-height:56px; color:#004fa2; padding-left:35px; transition: 0.2s all; font-size:15px; text-align:left;}
.commmbluebut:hover{ transition: 0.2s all; background:url(../images/arrb.png) 118px center no-repeat; }

.commmwhitebut { background:url(../images/arr.png) 70px center no-repeat; display:inline-block; height:56px; width:160px; border-radius:30px; line-height:56px; color:#fff; transition: 0.3s all; font-size:14px; text-align:left;}
.commmwhitebut:hover{ transition: 0.3s all; background:url(../images/arr.png) 76px center no-repeat; }

.commmblackbut { background:url(../images/arrg.png) 70px center no-repeat; display:inline-block; height:56px; width:160px; border-radius:30px; line-height:56px; color:#222; transition: 0.3s all; font-size:14px; text-align:left;}
.commmblackbut:hover{ transition: 0.3s all; background:url(../images/arrg.png) 76px center no-repeat; }

.tlcenter{ text-align:center;}
.pdt30{ margin-top:30px;}


/* 通用板块标题 */

.commontit{ 
	font-size:40px;
	line-height:1; 
	text-align:center; 
	padding-top:80px; 
	padding-bottom:48px; 
	font-weight:bold;
	position: relative;
	margin-bottom:50px;
}

.commontit::after{ 
	content: ""; 
	display:inline-block; 
	width:26px; 
	height:3px; 
	background-color:#004fa2;
	position:absolute;
	left:calc(50% - 13px);
	bottom:0;
}

.commontit2{ 
	font-size:40px;
	line-height:1; 
	text-align:center; 
	padding-top:80px; 
	font-weight:bold;
	position: relative;
	margin-bottom:40px;
}

.commontit3{ 
	font-size:40px;
	line-height:1; 
	text-align:center; 
	padding-top:80px; 
	padding-bottom:48px; 
	font-weight:bold;
	position: relative;
	margin-bottom:50px;
	color:#fff;
}

.commontit3::after{ 
	content: ""; 
	display:inline-block; 
	width:26px; 
	height:3px; 
	background-color:#fff;
	position:absolute;
	left:calc(50% - 13px);
	bottom:0;
}

.futit{ text-align:center; padding-bottom:80px; color:#666;}

.bigtitle{ width: 1400px; margin:0px auto; padding-top:10px;}
.bigtitle h1{ display:inline-block; text-align:left; float:left;}
.bigtitle .commontit::after{ left:0px;}

.undis{ display:none;}


