﻿@charset "utf-8";
/*公用样式*/
/*
    ad_height：内页广告高度
    vi_color：vi色
    assist_color：辅助色
    hight_light_color:突出色
    font_color：字体色
    second_color：二级辅色
    third_color：三级辅色
    reverse_color：VI反色字体
*/
.hd{ display:   none;}
@font-face {
 font-family: 'number';
    src:url('../fonts/didotltstd-roman.eot'); /* IE9 Compat Modes */
    src:url('../fonts/didotltstd-roman.eot') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/didotltstd-roman.woff') format('woff'), /* Modern Browsers */
        url('../fonts/didotltstd-roman.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/didotltstd-roman.svg#yourwebfontname') format('svg'); /* Legacy iOS */
}
html{background:#ffffff; max-width:1920px; min-width:1200px; margin:0 auto; width: 100%; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden;} 
body,a{color:#333333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
input::-webkit-input-placeholder {color: #d1d1d1;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}


.grow{ overflow:hidden; display:inline-block;}
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}

/*扫光效果*/
.spark{ overflow:hidden;position:relative; display:inline-block;}
.spark:after{
    content: ' ';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height:100%;
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.spark:hover:after{
    left:100%;
	
    -moz-transition:0.8s;
    -o-transition:0.8s;
    -webkit-transition:0.8s;
    transition:0.8s;
}
/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.apa{ opacity:0;}



/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#00367E;}
a:focus{outline:0;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs,.topadcs a.fullad{ height:320px;}


/* -- 页面整体布局大小 -- 
.header , .content , .footer { width:1200px; margin:0 auto;  }

*/
.content{width:1200px; margin:0 auto;}

/*公用内容样式*/
.content_box{ }
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:240px;
    float:left;
    margin-top:20px;
    margin-bottom:40px;
}
.right {
    width:930px;
    float:right;
    margin-top:20px;
    margin-bottom:40px;
}




.h_nav li a:-webkit-any-link{ display:block;}




/*如果屏幕小于1200*/
@media (min-width: 320px) and (max-width: 1200px) 
{
 
}



/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999999;}
.addr h4 em a,.addr h4 a:hover{ color:#00367E;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../images/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}



/*分页*/
.pages{ background:#ffffff; padding:28px 0; text-align:center; clear:both;}
.pages a{ display:inline-block; min-width:22px; background:#ffffff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px; font:16px Arial; line-height:22px; color:#999999;}
.pages a:hover,.pages a.cur{ background:#00367E; color:#ffffff; border:1px solid #00367E;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}
 
/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#00367E;}
.notfound dt b{ display:block; font-size:70px; color:#333333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#ffffff; margin-right:20px; border-radius:4px; background:#333333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#00367E;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666666;}
.notfound dt span{ font-size:28px; color:#333333; font-weight:bold; display:block; background:url(../images/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }




/*在线客服1*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #00367E;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 66px;line-height: 66px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -200px;top: 0;background: #004eb5;display: block;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #ffffff;line-height: 66px;padding: 0 20px;}
.kef li.vx i{width: 0;height: 0;display: block;position: absolute;left:-102px;top:0;  overflow:hidden; transition: all .25s linear;}
.kef li.vx i img{padding-top: 0; width: 100px;height: 100px;float: right;}
.kef li.tel:hover i{right: 0;z-index: 1;}
.kef li.vx:hover i{width: 100px;height: 100px;}

/*客服2*/
.kef_new{ width:96px;}
.kef_new li{ background:none; width:96px; height:96px;}
.kef_new li .hov_img{ display:none;}
.kef_new li:hover em img{ display:none;}
.kef_new li:hover em .hov_img{ display:block;}
.kef_new li em{ height:auto; z-index:2; position:relative;}
.kef_new li em img{ padding:0;}
.kef_new li.tel i{ background:#ffffff;top: 18px;height: 40px;color: #666;line-height: 40px;padding: 10px 20px;border-radius: 20px;box-shadow: 2px 2px 6px #ddd; z-index:1;}
.kef_new li.tel:hover i{ right:96px; }
.kef_new li.vx i{right: 96px;top: -35px; left:auto; display:inline-block;}
.kef_new li.vx i::before{border: 8px solid transparent; border-left-color:#dddddd; position:absolute; right:-6px; content:'';right: -16px;top: 50%;margin-top: -8px;z-index: -1; }
.kef_new li.vx:hover i{width: 120px;height: 120px;padding: 12px;background: #ffffff;box-shadow: 2px 2px 5px #dedede;overflow: visible;}
.kef_new li.vx i img{width: 120px;height: 120px;}


/*友情链接申请*/
.flinkpage{  background:url(../images/friend_link_bg.jpg) no-repeat center center; position:relative; z-index:1;}
.flinkpage:before{filter: blur(2px); content:''; width:100%; height:100%;  position:absolute; z-index:2;background: inherit;}
.flinkpage .content{ padding-top:60px; padding-bottom:60px;}
.flinkpage .form_box{ background:rgba(255,255,255,0.55); position:relative; z-index:9; padding:60px 20px;}

.flinkpage .sp-title{ border-top:2px solid #00367E; position:relative; z-index:99;height: 42px;line-height: 42px;background: #00367E; padding:0 12px; background: linear-gradient(-90deg,#ffffff,#004eb5,#00367E);}
.flinkpage .sp-title a{ color:#ffffff;}
.flinkpage .sp-title .more{ color:#00367E; letter-spacing:1px; font-weight:bold;}

.friendlk_box{ width:520px; margin:0 auto; display:block;}
.friendlk_box li{ margin-bottom:12px; line-height:32px; font-size:0;}
.friendlk_box li span{ display:inline-block; width:150px; text-align:right; letter-spacing:1px; font-size:14px;}
.friendlk_box li span font{ color:red; margin-right:4px;}
.friendlk_box li p{ display:inline-block; font-size:14px; margin-left:5px;}
.friendlk_box li p input{ border:1px solid #dedede; line-height:32px; text-indent:6px; padding-right:5px; width:200px;}
.friendlk_box li p textarea{ height:100px; padding:6px; line-height:20px; border:1px solid #dedede; vertical-align:text-top;}
.friendlk_box li p input:focus,.friendlk_box li p textarea:focus{ border:1px solid #00367E; box-shadow:4px 2px 10px #00367E;}

.friendlk_box li .submit{ line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#00367E; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:155px;}
.friendlk_box li .submit:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }
.friendlk_box li .reset{line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#333333; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:30px;}
.friendlk_box li .reset:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }


/*在线留言3*/
.temp_one_con{ padding-top:42px; padding-bottom:60px;}
.temp_one_con h3{ font-size:32px; display:block; text-align:center; font-weight:normal; color:#ee2923;}
.temp_one_con h3 i{ font-size:16px; letter-spacing:1px; display:block; color:#999999; line-height:32px; position:relative;  text-align:center;}
.temp_one_con h3 i em{background:#ffffff; display:inline-block; padding:0 20px; position:relative; z-index:99;}
.temp_one_con h3 i:before{ width:100%; content:''; position:absolute; left:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con h3 i:after{ width:100%; content:''; position:absolute; right:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con p{ display:block; text-align:center; color:#666666; line-height:32px; letter-spacing:1px;}
.temp_one_con ul{ margin-top:24px; }
.temp_one_con ul li{ display:inline-block; color:red; line-height:36px; height:36px; overflow:hidden; border:1px solid #dedede; margin-bottom:16px; width:31.5%; margin-right:2%;}
.temp_one_con ul li.none{ margin-right:0;}
.temp_one_con ul li.hd{ display:none;}
.temp_one_con ul li.addr{ width:auto; display:block; margin-right:0;}
.temp_one_con ul li.addr input{ width:93%;}
.temp_one_con ul li.text{ width:auto; display:block; height:auto; overflow:auto; margin-right:0;}
.temp_one_con ul li.text span{ color:#dedede;}
.temp_one_con ul li textarea{ display:block; border:none;  padding:1%; width:98%; padding-top:0; line-height:22px; height:88px;}
.temp_one_con ul li span{ display:inline-block; color:#666666; letter-spacing:2px; text-indent:12px;}
.temp_one_con ul li input{ border:none; height:36px; line-height:36px; box-sizing:border-box; width:78%;}
.temp_one_con ul li.vcode{ width:46%;}
.temp_one_con ul li.vcode input{ width:70%; vertical-align:middle;}
.temp_one_con ul li.vcode img{ width:76px; vertical-align:middle;margin-top: -4px; }
.temp_one_con ul li .submit{  cursor:pointer; background:url(../images/gou.png) no-repeat 50px center #ee2923; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px; margin-right:20px; }
.temp_one_con ul li .reset{cursor:pointer; background:url(../images/reset.png) no-repeat 50px center #666666; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px;}
.temp_one_con ul li .submit:hover{ opacity:0.85;}
.temp_one_con ul li .reset:hover{ opacity:0.85;}
.temp_one_con ul li.last{ border:none; display:inline-block; margin-right:0; width:46%;}


#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}

/******************算定义样式 http://www.xiaobiu.com 2024/1/24 13:05:14**********************/

.kef li.tel i{ height:auto; min-height:56px; line-height: 28px;background: url('../images/h-tel.png') no-repeat #295EAB;padding: 5px 20px 5px 45px;background-position: 15px center;right: -300px;}
.kef li{/*background: #295EAB;*/}
/*在线客服*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

    .client-2 li a {
        text-decoration: none;
    }
        
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}
        
.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
        
.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
        
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
        
.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}
        
.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}
        
.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}
        
.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}
        
.client-2 .my-kefu-ftop {
    display: none;
}
        
.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}
        
.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}
        
.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    /*height: 24px;*/
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 5px;
}
        
.client-2 .my-kefu-right {
    width: 20px;
}
        
.client-2 .my-kefu-tel-main {
    background:#00367E;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}
        
.client-2 .my-kefu-main {
    background:#00367E;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}
        
.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
        
.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
.advantage {background-image:url('../images/wt-bg.jpg');background-repeat:no-repeat;background-position:center top;background-size:96rem auto;height:51.9rem;box-sizing:border-box;padding-top:5rem;}
.advantage h2 {text-align:center;}
.advantage h2 b {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#FFD93F;}
.advantage h2 span {display:block;font-size:2.1rem;font-weight:lighter;line-height:2.1rem;color:#fff;margin-top:1rem;}
.advantage .advantage-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.9rem;position:relative;}
.advantage .advantage-c .lefts,.advantage .advantage-c .rights {width:28%;}
.advantage .advantage-c .lefts dl dt {margin-left:-2.5rem;margin-right:1.75rem;}
.advantage .advantage-c .rights dl dt {margin-right:-2.5rem;order:2;margin-left:1.75rem;}
.advantage .advantage-c .rights dl dd {order:1;text-align:right;}
.advantage .advantage-c .centers {position:absolute;left:50%;top:0;width:21rem;margin-left:-10.5rem;margin-top:5.5rem;}
.advantage .advantage-c .centers img {display:block;width:100%;}
.advantage .advantage-c .centers::before {content:"";display:block;width:31.95rem;height:31.95rem;background-image:url('../images/wt-yuan.png');background-repeat:no-repeat;background-position:center center;background-size:31.95rem 31.95rem;position:absolute;left:50%;top:50%;margin-left:-15.975rem;margin-top:-15.975rem;animation:warn3 2s ease-out infinite;}
.advantage .advantage-c dl {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:3.9rem;}
.advantage .advantage-c dl:last-of-type {margin-bottom:0;}
.advantage .advantage-c dl dt {background-image:url('../images/wt-cbg.png');background-repeat:no-repeat;background-position:center center;background-size:6rem 6rem;width:6rem;height:6rem;text-align:center;font-size:1.2rem;font-weight:bold;line-height:6rem;color:#fff;position:relative;}
.advantage .advantage-c dl dt::before {content:"";display:block;width:7.5rem;height:7.5rem;border:0.05rem dashed #fff;opacity:0.3;border-radius:50%;position:absolute;left:50%;top:50%;margin-left:-3.8rem;margin-top:-3.75rem;}
.advantage .advantage-c dl dt::after {content:'';position:absolute;width:6rem;height:6rem;-webkit-box-shadow:inset #FFD93F 0 0 4rem;box-shadow:inset #FFD93F 0 0 4rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;display:none;}
.advantage .advantage-c dl dd {width:calc(100% - 6rem);}
.advantage .advantage-c dl dd b {display:block;font-size:1.3rem;font-weight:bold;line-height:1.3rem;color:#fff;margin-top:0;}
.advantage .advantage-c dl dd p {display:block;font-size:0.9rem;font-weight:normal;line-height:1.5rem;color:#fff;margin-top:0.9rem;}
.advantage .advantage-c dl:hover dt,.advantage .advantage-c dl.hov dt {background-image:url('../images/wt-cbgh.png');background-repeat:no-repeat;background-position:center center;background-size:6rem 6rem;}
.advantage .advantage-c dl:hover dt::after,.advantage .advantage-c dl.hov dt::after {display:block;}
.advantage .advantage-c dl:hover dt::before,.advantage .advantage-c dl.hov dt::before {border-color:#FFD93F;opacity:0.5;}


.honor-list{position:relative;}
.honor-list li img{ width:100%; display:block;}
.honor-list .honor-qh{width:100%;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;position:absolute;right:0;top:50%;z-index:1;padding:0 1.5rem;box-sizing:border-box;margin-top:-2rem}
.honor-list .honor-qh img{display:block;width:4rem;cursor:pointer;position:relative;top:0;transition:.35s;background:rgba(0,0,0,.2);border-radius:50%}
.honor-list:hover .honor-qh img{background:#f2ac20}
.honor-list .honor-qh .prev{margin-right:.5rem}
.honor-list .honor-hov{width:25rem;position:absolute;left:50%;top:8rem;margin-left:-41.5rem}
.honor-list .honor-hov h3{display:block;font-size:2.1rem;font-weight:700;line-height:2.1rem;color:#333}
.honor-list .honor-hov h3 em{color:#00367e}
.honor-list .honor-hov h3 span{display:block;font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#333;margin-top:1rem}
.honor-list .honor-hov h3::after{content:"";display:block;width:3rem;height:.1rem;background:#333;opacity:.2;margin-top:2.25rem}
.honor-list .honor-hov p{display:block;font-size:.8rem;font-weight:400;line-height:1.5rem;color:#333;margin-top:2.1rem}
.honor-list .honor-hov .more{display:block;width:10rem;background:#00367e;margin-top:5.8rem;text-align:center;font-size:.8rem;font-weight:400;line-height:2.5rem;color:#fff;transition:.5s}
.honor-list .honor-hov .more::after{content:"";display:inline-block;background-image:url(../images/ry-more.png);background-repeat:no-repeat;background-position:left top;background-size:.8rem auto;width:.8rem;height:.35rem;vertical-align:middle;margin-left:.9rem;margin-top:-.2rem}
.honor-list .honor-hov .more:hover{background:#f2ac20}

.banner {height:auto;max-width:1920px;margin:-8.5rem auto 0 auto!important;position:relative;}
.banner .bd li {float:left;width:100%;line-height:0;}
.banner .bd li img {width:100%;}
.banner .bd li a {display:block;}
.banner .hd {z-index:1;margin:0 auto;text-align:center;position:absolute;left:0;width:100%;bottom:8%;cursor:pointer; display:block;}
.banner .hd li {width:13px;height:13px;background:#fff;display:inline-block;margin:0 10px;border-radius:13px;}
.banner .hd li.on {background:#FFD93F;width:39px;}
.banner .prev {position:absolute;top:calc(50% - 35px);left:0%;z-index:10;cursor:pointer;opacity:0;transition:all 0.5s linear;}
.banner .next {position:absolute;top:calc(50% - 35px);right:0%;z-index:10;cursor:pointer;opacity:0;transition:all 0.5s linear;}
.banner:hover .prev {opacity:1;left:6%;}
.banner:hover .next {opacity:1;right:6%;}

@keyframes myfirst {0% {background-position:0 bottom;}
100% {background-position:100% bottom;}
}
@keyframes rotate {0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);}
}
@keyframes line {from {width:0;}
to {width:60px;}
}
@keyframes fadeinL {0% {opacity:0;transform:translateX(-100px);}
100% {opacity:1;transform:translateX(0);}
}
@keyframes fadeinR {0% {opacity:0;transform:translateX(100px);}
100% {opacity:1;transform:translateX(0);}
}
@keyframes bounceinL {0% {opacity:0;transform:translateX(-100px);}
60% {opacity:1;transform:translateX(30px);}
80% {transform:translateX(-10px);}
100% {transform:translateX(0);}
}
@keyframes bounceinR {0% {opacity:0;transform:translateX(100px);}
60% {opacity:1;transform:translateX(-30px);}
80% {transform:translateX(10px);}
100% {transform:translateX(0);}
}
@keyframes warn {0% {opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);}
5% {opacity:1;}
to {opacity:0;-webkit-transform:scale(2);transform:scale(2);}
}
@keyframes warn2 {0% {opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);}
5% {opacity:1;}
to {opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5);}
}
@keyframes warn3 {0% {opacity:0;-webkit-transform:scale(1);transform:scale(1);}
5% {opacity:1;}
to {opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8);}
}
.content-big {width:83rem;margin:0 auto;}
.content{ width:1400px;}
.head {position:relative;z-index:9999;background:none;border-bottom:0.05rem solid rgba(255,255,255,0.2);}
.head .head-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;height:5.85rem;align-items:center;}
.head .head-c dt {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.head .head-c dt .logo {width:11.75rem;margin-right:1.5rem;}
.head .head-c dt .logo img {display:block;width:100%;}
.head .head-c dt .slogan {font-size:1.2rem;font-weight:normal;line-height:1.2rem;color:#fff;}
.head .head-c dd {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.head .head-c dd .tel {font-size:0;margin-right:1.5rem;}
.head .head-c dd .tel em {background-image:url('../images/h-tel.png');background-repeat:no-repeat;background-position:left center;background-size:1.2rem 1.2rem;padding-left:1.9rem;font-size:1.2rem;font-weight:normal;line-height:1.2rem;color:#fff;display:inline-block;}
.head .head-c dd .tel em:nth-of-type(2) {margin-left:1.7rem;}
.head .head-c dd .search {border:0.1rem solid rgba(255,255,255,0.2);border-radius:1.2rem;width:14rem;box-sizing:border-box;height:2.4rem;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.head .head-c dd .search .txt {width:11.8rem;background:none;border:0;height:2.2rem;outline:0;box-sizing:border-box;padding:0 0.8rem;font-size:0.8rem;font-weight:normal;line-height:2.2rem;color:#fff;}
.head .head-c dd .search .btn {width:1rem;height:1rem;background:none;background-image:url('../images/h-sou.png');background-repeat:no-repeat;background-position:center center;background-size:1rem 1rem;border:0;cursor:pointer;}
.head .menu ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.head .menu ul li {position:relative;}
.head .menu ul li::after {content:"";display:block;width:0;height:0.15rem;background:#F2AC20;position:absolute;left:0;bottom:-0.15rem;transition:0.5s;}
.head .menu ul li > a {font-size:1rem;font-weight:normal;line-height:2.6rem;color:#fff;display:block;}
.head .menu ul li.cur::after,.head .menu ul li:hover::after {width:100%;}

.submenu { position: absolute; left: 50%; top: 60%; transform: translateX(-50%);  display: none; z-index: 99 ;padding-top: 22px !important;}
.submenu p{
    background: rgba(255, 255, 255, .95); padding:6px 10px;border-radius:10px; position: relative;width: 19rem;text-align: left;
}
.submenu p
.submenu p:before { position: absolute; content: ""; border-width: 9px 8px; border-style: solid; border-color: transparent transparent rgba(255,255,255,.95); top: -18px; left: 50%; margin-left: -8px }
.submenu a { transition: all .4s ease; display: inline-block; min-width:5rem; margin-right: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 10px; font-weight: 500; padding: 0 17px 0 32px; font-size: 16px; line-height: 48px; color: #333; line-height: 54px; white-space: nowrap; position: relative;border-bottom:1px dotted #B5B5B5; text-align:left;}
.submenu a:last-child { border-bottom: 0 }
.submenu a:before { position: absolute; content: ""; width:4px;
height:4px;
border:2px solid rgba(125,125,125,1);
border-radius:50%; top: 23px; left: 13px; transition: ease .4s; -o-transition: ease .4s; }
.submenu a:hover { color: #00367E;font-weight:bold; }
.submenu a:hover:before { border-color: #00367E;}
@media screen and (max-width:1400px) {
    .content {
        width: 1300px;
    }
    .submenu a {
        min-width: 4.6rem;
    }
    .submenu p {
        width:26rem;
    }
}

.foot {background:#295EAB;padding-bottom:9.5rem;}
.foot .content-big {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;padding-top:4.9rem;}
.foot .foot-l {width:65%;}
.foot .foot-l .fnav {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;padding-bottom:3rem;border-bottom:0.05rem solid rgba(255,255,255,0.2);margin-bottom:2.8rem;}
.foot .foot-l .fnav a {font-size:0.9rem;font-weight:normal;line-height:1rem;color:#fff;margin-right:3.5rem;}
.foot .foot-l .fnav a:last-of-type {margin-right:0;}
.foot .foot-l .fnav a:hover {color:#FFD93F;}
.foot .foot-l .flogo {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;}
.foot .foot-l .flogo h2 {width:11.75rem;margin-right:2.7rem;}
.foot .foot-l .flogo h2 img {display:block;width:100%;}
.foot .foot-l .flogo .info p {font-size:0.8rem;font-weight:normal;line-height:1.8rem;color:rgba(255,255,255,0.6);display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;}
.foot .foot-l .flogo .info p em {margin-right:0.5rem;}
.foot .foot-l .flogo .info p span {margin-left:1.5rem;}
.foot .foot-l .flogo .info p span:first-of-type {margin-left:0;}
.foot .foot-l .flogo .info p a {color:rgba(255,255,255,0.6);}
.foot .foot-l .flogo .info p a:hover {color:#FFD93F;}
.foot .foot-r {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;width:31%;}
.foot .foot-r .fcode {background:#fff;width:8.5rem;padding:0.6rem 0.5rem;box-sizing:border-box;}
.foot .foot-r .fcode img {display:block;width:100%;}
.foot .foot-r .fcode span {display:block;font-size:0.8rem;font-weight:normal;line-height:1.3rem;color:#666;text-align:center;}
.foot .foot-r .fcontact em {display:block;font-size:1.3rem;font-weight:normal;line-height:2rem;color:#fff;margin-bottom:1.3rem;margin-top:0.9rem;}
.foot .foot-r .fcontact span {display:block;font-size:0.8rem;font-weight:lighter;line-height:1.6rem;color:#fff;}
.form {position:fixed;left:0;bottom:0;height:5rem;background:rgba(0,0,0,0.5);width:100%;z-index:99;}
.form .content-big {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.form h3 {font-size:1.2rem;font-weight:lighter;line-height:5rem;color:rgba(255,255,255,0.8);width:30%;}
.form ul {width:70%;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.form ul li {width:20.5%;margin-right:1.7%;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;border-bottom:0.05rem solid rgba(255,255,255,0.2);}
.form ul li label {font-size:0.8rem;font-weight:normal;line-height:2.5rem;color:rgba(255,255,255,0.8);width:35%;}
.form ul li .txt {width:65%;border:0;background:none;font-size:0.8rem;font-weight:normal;line-height:2.5rem;color:rgba(255,255,255,0.8);outline:0;}
.form ul li .btn {width:100%;border:0;background:#F2AC20;border-radius:1.25rem;height:2.5rem;font-size:0.8rem;font-weight:normal;line-height:2.5rem;color:#fff;cursor:pointer;outline:0;transition:0.35s;position:relative;top:0;}
.form ul li .btn:hover {top:0.5rem;}
.form ul li:last-of-type {margin-right:0;width:11.2%;border-bottom:0;}
@media screen and (max-width:1400px) {.content {width:1300px;}
}