@charset "UTF-8";
.main{padding:0 10px 0 10px; max-width: 1360px; margin:auto;}

.header{ padding:20px 0 20px 0; position: relative;}
.header .mleft{float:left;}
.header .mleft img{ width: auto; height:52px;}
.header .nav-box{float: left; margin: 0 0 0 30px;}
.header .nav-box li{ float: left; position: relative; background-image: url(../images/shu.jpg); background-repeat: no-repeat; background-position: right 20px; padding: 0 1px 0 1px;}
.header .nav-box li:last-child{background-image:url();}
.header .nav-box li > a{position: relative; display: block; line-height: 52px; font-size: 15px; padding: 0 35px 0 35px;}
.header .nav-box li p{ z-index: 88888888; position: absolute; display: none; left: -20%; top: 52px; background-color: #ffffff; padding: 0 5px 12px 5px;
    width: 140%; width: calc(140% - 10px); width: -moz-calc(140% - 10px); width: -webkit-calc(140% - 10px);
    border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px;  -webkit-border-radius:0 0 5px 5px;
}
.header .nav-box li p a{ position: relative; display: block; text-align: center; border-bottom: 1px solid #eeeeee; padding: 8px 0 8px 0;}
.header .nav-box li p a:hover{}
.header .nav-box li:hover > a{ color:#FC9208;}
.header .nav-box li:hover p{ display: block;}
.header .mright{float:right;}
.header .mright a{ display: inline-block; float: left; margin-left: 15px; background-image: url(); background-repeat: no-repeat; background-position: left center; padding: 0 0 0 40px; line-height: 52px; font-size: 14px;}
.header .mright .a1{ background-image: url("../images/zh.jpg");}
.header .mright .a2{ background-image: url("../images/en.jpg");}

/*
-webkit-animation-duration: 1.2s;animation-duration: 1.2s;
-webkit-animation-name: menu_circle;animation-name: menu_circle;
-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
*/
@keyframes menu_circle{
	0%{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
	80%{-webkit-transform: scale(1.6);transform: scale(1.6);}
	100%{opacity: 0;-webkit-transform: scale(1.6);transform: scale(1.6);};
}

/*手机点开*/
.header .nav_x{ position:absolute; display:none; top:3px; right:10px; cursor:pointer; z-index: 88888888;}
.header .nav_x2{ line-height: 50px; display: inline-block; vertical-align: middle;}
.header .nav_x2 a{ font-size:30px; color:#666666;}

/*手机导航  max-height:90vh; overflow-y:auto; */
.tel-nav-box{ position:fixed; left:0; top:0; padding:54px 15px 15px 15px; display:none; z-index:7777777; background-color: #ffffff;
	width:90%; width:calc(100% - 30px); width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); border-bottom: 3px solid #FC9208;
}
.tel-nav-box .tel-nav{ }
.tel-nav-box .tel-nav a{position:relative; display:block;}
.tel-nav-box .tel-nav .a_be{color:#026EB6;}
.tel-nav-box .tel-nav .menu1{ border-bottom:1px solid #e9e9e9; padding:5px 0 5px 0; position:relative;}
.tel-nav-box .tel-nav .menu1 > a{padding:5px 0 5px 12px; height:24px; line-height:24px; font-size:16px; width:80%; width:calc(100% - 50px); width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px);}
.tel-nav-box .tel-nav .menu1 > span{position:absolute; z-index:333; width:40px; height:40px; right:0; top:4px; 
	background-image:url(../images/tel_nav_xia.png); background-repeat:no-repeat; background-position:center center;
}
.tel-nav-box .tel-nav .menu1 > .span2{background-image:url(../images/tel_nav_shang.png);}
.tel-nav-box .tel-nav .menu1 .menu2{ display:none;}
.tel-nav-box .tel-nav .menu1 .menu2 > a{ background-image:url(../images/lanshu_nav.jpg); background-repeat:no-repeat; background-position:32px center; padding:0 0 0 52px; line-height:2.6em; font-size:14px;}
.tel-nav-box .tel-nav .menu1 .menu2 .menu3{}
.tel-nav-box .tel-nav .menu1 .menu2 .menu3 > a{ padding:0 0 0 52px; line-height:2.6em;}



/*banner大图*/
.banner{position:relative; margin:auto;}
.banner .arrow{	width:35px;	height:80px; line-height:80px; position:absolute; top:40%;  top: calc(50% - 40px); top: -moz-calc(50% - 40px); top: -webkit-calc(50% - 40px);
	color:#ffffff;	z-index:999; font-family:"宋体";	font-size:40px; font-weight:bold; cursor:pointer;
		
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
		
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* 老版Mozilla */
	-khtml-opacity:0.9; /* 老版Safari */
	opacity: 0.9; /* 支持opacity的浏览器*/
}
.banner .arrow:hover{ color:#005bac;}
.banner .arrow.pre { left:10px;}
.banner .arrow.next { right:10px;}
.banner:hover .arrow{}
.banner .slick-dots{position: absolute; bottom:30px; left:6.5%; width: 87%; text-align: center; z-index: 1000;}
.banner .slick-dots li {display: inline-block;  margin: 12px 8px 12px 8px;}
/* 数字指示器基础样式 */
.banner .slick-dots .slick-dot{ width:18px; height:18px; background-color:rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.7);
    border-radius:50%; cursor:pointer; transition: all 0.3s ease;
}
.banner .slick-dots .slick-active .slick-dot{background-color:rgba(235,138,8,0.7); border: 1px solid rgba(235,138,8,0.7);}
/* 去除按钮默认聚焦边框 */
.banner .slick-dot:focus{outline: none;}
/*上半部分是固定的 下边是网站的css样式*/
.banner .dataitem{float:left; position:relative; width:100%; background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.banner .dataitem img{width:100%; display:block;}
.banner .dataitem .fd_text{ position:absolute; text-align:left; width: 60%; top: 20%;
    left:20%; left: calc((100% - 1360px)/2); left: -moz-calc((100% - 1360px)/2); left: -webkit-calc((100% - 1360px)/2);
}
.banner .dataitem .fd_text h2{ font-size:5vw; font-size: max(5vw, 18px); overflow:hidden; color:#ffffff; 
	-webkit-text-shadow: 0 2px 2px #000000;  
	-moz-text-shadow: 0 2px 2px #000000;
	text-shadow: 0 2px 2px #000000;
	
	-webkit-animation: fadeOutDown 1s both;
    -moz-animation: fadeOutDown 1s both;
	animation: fadeOutDown 1s both;
}
.banner .dataitem .fd_text h3{ font-size:24px; overflow:hidden; color:#ffffff; padding: 20px 0 0 0;
	-webkit-text-shadow: 0 2px 2px #000000;  
	-moz-text-shadow: 0 2px 2px #000000;
	text-shadow: 0 2px 2px #000000;
	
	-webkit-animation: fadeOutUp 1s both;
    -moz-animation: fadeOutUp 1s both;
	animation: fadeOutUp 1s both;
}
.banner .dataitem .fd_text .jianjie{ padding:20px 0 0 0; font-size:1vw; font-size: max(1vw, 14px); color:#ffffff; line-height:2em; max-height:4em; overflow:hidden;
	-webkit-animation: fadeOutUp 1s both;
    -moz-animation: fadeOutUp 1s both;
	animation: fadeOutUp 1s both;
}
.banner .dataitem .fd_text .bmore{padding:25px 0 0 0; text-align:left;
	-webkit-animation: fadeOutUp 1s both;
    -moz-animation: fadeOutUp 1s both;
	animation: fadeOutUp 1s both;
}
.banner .dataitem .fd_text .bmore a{ display:inline-block; background-color:#EF8D08; font-size:16px; height: 46px; line-height: 45px; color:#ffffff; padding:0 70px 0 70px; border-radius:23px; -moz-border-radius:23px;  -webkit-border-radius:23px; }
.banner .dataitem .fd_text .bmore a:hover{background-color:#114888;}
/*
.banner .dataitem.slick-active {
    -webkit-animation: ProgressDots 1s both;
    animation: ProgressDots 11s both;
}*/
/*
注：只有在上面非活动状态显示成隐藏状态，下面的active时才可以以效果显示出来
*/
.banner .dataitem.slick-active h2{
	-webkit-animation: fadeInDown 1s both 0.2s;
    -moz-animation: fadeInDown 1s both 0.2s;
	animation: fadeInDown 1s both 0.2s;
}
.banner .dataitem.slick-active h3{
	-webkit-animation: fadeInDown 1s both 0.2s;
    -moz-animation: fadeInDown 1s both 0.2s;
	animation: fadeInDown 1s both 0.2s;
}
.banner .dataitem.slick-active .jianjie{
	-webkit-animation: fadeInUp 1s both 0.2s;
    -moz-animation: fadeInUp 1s both 0.2s;
	animation: fadeInUp 1s both 0.2s;
}
.banner .dataitem.slick-active .bmore{
	-webkit-animation: fadeInUp 1s both 0.2s;
    -moz-animation: fadeInUp 1s both 0.2s;
	animation: fadeInUp 1s both 0.2s;
}
/*左右滚动结束*/


.bk_title{ border-bottom: 1px solid #3D6B9F; padding: 12px 8px 12px 8px;}
.bk_title p{float: left; height: 28px; line-height: 28px; background-image: url("../images/lanshu.jpg"); background-repeat: no-repeat; background-position: left center; padding: 0 0 0 18px; font-size: 20px; font-weight: bold; color: #114888;}
.bk_title > a{float: right; display: inline-block; margin: 5px 0 0 0; font-family: '宋体'; width: 20px; height: 20px; line-height: 20px; font-size:11px; background-color: #114889; color:#ffffff; text-align: center; border-radius:50%; -moz-border-radius:50%;  -webkit-border-radius:50%; }
.bk_title > a:hover{background-color: #F79206;}
.bk_title div{float: right; margin: 5px 0 0 0;}


.index-box{}
.index-box .cbox{ float: left; width: 30%; width: calc((100% - 100px)/3); width: -moz-calc((100% - 100px)/3); width: -webkit-calc((100% - 100px)/3); margin: 16px 50px 0 0;}
.index-box .cbox2{margin-right: 0;}
/*首页公司简介*/
.i-about{ padding: 12px 8px 12px 8px; line-height: 1.8em; text-align: justify;}
.i-about img{max-width: 100%;}

.i-news{padding: 12px 8px 12px 8px;}
.i-news li{}
.i-news li a{ position: relative; display: block; line-height: 2em; height: 2em; overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}


.i-par{padding: 0 8px 12px 8px;}
.i-par li{float:left; width:30%; width: calc((100% - 10px)/3); width: -moz-calc((100% - 10px)/3); width: -webkit-calc((100% - 10px)/3); margin:12px 5px 0 0; }
.i-par li:nth-child(3n+3){margin-right:0;}
.i-par li a{ position: relative; display: block; height: 60px; background-repeat: no-repeat; background-position: center center; background-size: contain;}

.copyright{ padding: 12px; line-height: 1.6em; background-color: #114889; color: #ffffff; text-align: center;}
.copyright a{color: #ffffff;}



/*===========================二级页面=============================*/
.er_banner{ position:relative; height: 275px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.er_banner img{ width:100%; display:block;}
.er_banner .text{position:absolute; left: 0; width: 100%; text-align: center;
    top: 30%; top: calc(50% - 30px); top: -moz-calc(50% - 30px); top: -webkit-calc(50% - 30px);     
}
.er_banner .text h2{ max-width: 1360px; padding: 0 10px 0 10px; margin: auto; text-align: left; line-height: 60px; font-size: 2.6vw; color: #ffffff;
    -webkit-text-shadow: 0 2px 2px #000000;  
	-moz-text-shadow: 0 2px 2px #000000;
	text-shadow: 0 2px 2px #000000;
}


.list-box{}
.list-box .mleft{ float: left; width: 236px; padding: 10px; background-color: #F3F3F3;}
.list-box .mleft .title{ background-color: #114889; height: 34px; line-height: 34px; border-radius:17px; -moz-border-radius:17px; -webkit-border-radius:17px; color: #ffffff; font-size: 20px; text-align: center;}
.list-box .mleft ul{ padding: 12px;}
.list-box .mleft ul li{ border-bottom: 1px solid #E9E9E9;}
.list-box .mleft ul li a{ position: relative; display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333333;}
.list-box .mleft ul li a:hover,
.list-box .mleft ul li .a_be{ color: #11488B;}
.list-box .mright{ float: right; width: 80%; width: calc(100% - 286px); width: -moz-calc(100% - 286px); width: -webkit-calc(100% - 286px);}


/*二级页面新闻列表*/
.newslist{padding: 12px 8px 12px 8px;}
.newslist li{ line-height: 30px; height: 30px; padding: 5px 0 5px 0; border-bottom: 1px dashed #dddddd;}
.newslist li span{float: right;}
.newslist li a{ float: left;position: relative; display: block; line-height: 30px; height: 30px; overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;
    width: 80%; width: calc(100% - 100px); width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px);
}


/*产品列表*/
.prolist{ padding:12px 0 12px 0;}
.prolist li{ float:left; width:24%; width: calc((100% - 60px)/4); width: -moz-calc((100% - 60px)/4); width: -webkit-calc((100% - 60px)/4); margin:12px 20px 0 0; overflow:hidden;}
.prolist li:nth-child(4n+4){margin-right:0;}
.prolist li .mimg{ border:1px solid #eeeeee; overflow:hidden; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.prolist li .mimg img{width:100%; display:block; visibility:hidden;}
.prolist li .t1{ position:relative; display:block; background-color: #f4f4f4; text-align: center; line-height:3em; height:3em; overflow:hidden;}
.prolist li .t1:hover{background-color: #11488B; color: #ffffff;}



/*合作伙伴*/
.parlist{ padding:12px 8px 12px 8px;}
.parlist li{ float:left; width:16.66666%; width: calc((100% - 100px)/6); width: -moz-calc((100% - 100px)/6); width: -webkit-calc((100% - 100px)/6); margin:12px 20px 0 0;}
.parlist li:nth-child(6n+6){margin-right:0;}
.parlist li .mimg{}
.parlist li .mimg img{width:100%; display:block; visibility:hidden;}




/*合作伙伴*/
.partnerlist{}
.partnerlist li{float:left; width:18%; width: calc((100% - 80px)/5); width: -moz-calc((100% - 80px)/5); width: -webkit-calc((100% - 80px)/5); margin:20px 20px 0 0;}
.partnerlist li:nth-child(5n+5){margin-right:0;}
.partnerlist li p{padding:1.145vw; padding:max(1.145vw, 10px); background-color:#ffffff; border:1px solid #f1f1f1;}
.partnerlist li p a{position:relative; display:block; overflow:hidden;}
.partnerlist li p a img{display:block; width:100%; visibility:hidden;}



.pre_next{ padding:12px 8px 12px 8px;}
.pre_next .p_l{ float:left; width:100%; text-align:right; line-height:1.8em;}
.pre_next .p_r{ float:right; width:100%;  text-align:right; line-height:1.8em;}



/*招聘*/
.job-box{}
.job-box .job-ul{}
.job-box .job-ul li{ float:left; width:100%; margin:5px 0 5px 0; cursor:pointer;}
.job-box .job-ul li .p-title{ height:50px; line-height:50px; background-color:#004A89; padding: 0 25px 0 25px;}
.job-box .job-ul li .p-title p{float:left; font-size:16px; color:#ffffff; font-weight:bold; background-image:url(../images/jobsoso.png); background-repeat:no-repeat; background-position:left center; background-size:24px 24px; padding-left:36px;}
.job-box .job-ul li .p-title span{ float:right; margin: 10px 0 0 0; display:block; position:relative; width:30px; height: 30px; line-height: 30px;
	background-image:url(../images/lan_jia.png); background-repeat:no-repeat; background-position:center center; background-size:contain;
}
.job-box .job-ul li .job-content{ font-size:16px; background-color:#f7f7f7; line-height:2em; padding:30px 40px 30px 40px; display:none;}
.job-box .job-ul li .job-content h4{font-size:14px; line-height:2em;}
.job-box .job-ul li .job-content img{ max-width:100%;}
.job-box .job-ul .li-be .p-title span{background-image:url(../images/lan_jian.png);}



/*详细*/
.detail-box{ padding: 12px 8px 12px 8px;}
.detail-box .t1{ font-size: 24px; padding: 15px 0 15px 0; line-height: 1.8em; text-align: center; border-bottom: 1px solid #eeeeee; color: #222222;}
.detail-box .t2{text-align: center; color: #777777; line-height: 40px;}
.detail-box .mimg{ padding: 10px 0 0 0; text-align: center;}
.detail-box .mimg img{max-width: 100%;}
.detail-box .content{ line-height: 2em; text-align: justify;}
.detail-box .content img{max-width: 100%;}





/*========================================以下为公共信息======================*/

/*留言板*/
.message-box{ padding:20px 0 0 0;}
.message-box .mtitle{line-height:38px; font-size:16px; border:1px solid #efefef; background-color:#f8f8f8; padding:0 0 0 20px;}

.message{ padding:0 12px 12px 12px;}
.message li{ float:left; width:calc(50% - 20px); width:-moz-calc(50% - 20px); width:-webkit-calc(50% - 20px); margin:14px 10px 0 10px; line-height:42px; font-size:14px; height:50px;}
.message li p{float:left; width:80px; color:#666666; text-align:left;}
.message li div{float:left; width:calc(100% - 80px); width: -moz-calc(100% - 80px); width: -webkit-calc(100% - 80px); font-size:14px;}
.message li div .minput{ height:42px; line-height:42px; border:1px solid #ededed; width:calc(100% - 50px); width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px); padding:0 14px 0 14px; border-radius:3px; font-size:14px; color:#666666;}
.message li div .minput2{ width:60px;}
.message li div span{float:left;}
.mfk_sub{text-align:center;}
.mfk_sub .inputsub{ height:38px; line-height:36px; border:1px solid #005bac; width:150px; background-color:#005bac; border-radius:2px; font-size:18px; color:#ffffff;}
.mfk_sub .inputsub:hover{ background-color:#005bac; border:1px solid #005bac;}



/*弹出层 留言板*/
.tanchu_box{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:4444; background-color: rgba(140,140,140,0.96);}
.tanchu_box .layer{ position:relative; width:600px; height:100%; margin:auto;}
.tanchu_box .layer .input_box{ position:absolute; background-color: rgba(255,255,255,0.9); width:100%; height:300px; top:30%; top:calc(50% - 150px); top: -moz-calc(50% - 150px); top: -webkit-calc(50% - 150px); left:0; text-align:center;
	-webkit-box-shadow: 1px 1px 2px #666666;  
	-moz-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	border-collapse:separate !important;
	border-radius:10px; -moz-border-radius:10px;  -webkit-border-radius:10px;
}
.tanchu_box .layer .input_box .mtitle{ padding:50px 40px 30px 40px; font-size:24px; font-weight:bold; text-align:center; color:#B1000B;}
.tanchu_box .layer .input_box .p1{ text-align:center; padding:0 50px 20px 40px;}
.tanchu_box .layer .input_box .p1 .myinput{height:42px; line-height:42px; border:1px solid #dddddd; width:calc(100% - 30px); width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); padding:0 14px 0 14px; border-radius:3px; font-size:14px; color:#666666; background-color:#FFFFFF; text-align:center;}
.tanchu_box .layer .input_box .mysub{ width:140px; text-align:center; height:38px; line-height:38px; background-color:#B1000B; color:#FFFFFF; font-size:16px;
	border-radius:10px; -moz-border-radius:10px;  -webkit-border-radius:10px;
}



/*搜索结果*/
.soso_box{ padding:10px 0 10px 0;}
.soso_box li{ padding:5px 10px 5px 10px;}
.soso_box li a{ position:relative; display:block; border-bottom:1px solid #dddddd; line-height:40px; height:40px; overflow:hidden; font-size:14px; background-image:url(../images/yuandian.png); background-repeat:no-repeat; background-position:8px center; padding:0 0 0 25px;}


/*右边客服*/
.kefu_right{position:fixed; display:none; right:10px; top:60%; z-index:9876;}
.kefu_right li{ width:50px; margin:5px 0 5px 0;}
.kefu_right li > a{position:relative; display:block; width:100%; height:50px; background-color:#C7000B; 
	background-image:url(../images/tel2.png); background-repeat:no-repeat; background-position:center center;
}
.kefu_right li p{position:absolute; display:none; right:-150px; top:5px; white-space:nowrap; background-color:#ffffff;
	transition: all 2s;
	-moz-transition: all 2s; /* Firefox 4 */
	-webkit-transition: all 2s; /* Safari 和 Chrome */
	-o-transition: all 2s; /* Opera */
}
.kefu_right li:hover p{display:block; right:50px; height:50px; font-weight:bold; line-height:50px; width:200px; text-align:center; font-size:18px; color:#C7000B; border:1px solid #eeeeee;}
.kefu_right .li2{}
.kefu_right .li2 > a{ background-color:#ffffff; background-image:url(../images/top2.png); background-repeat:no-repeat; background-position:center 12px; padding:25px 0 0 0; height:25px; color:#666666; font-size:14px; text-align:center; border:1px solid #dddddd;}


.fanhui{ text-align:center; padding:10px;}
.fanhui a{display:inline-block; height:36px; line-height:36px; padding:0 50px 0 50px; background-color:#005bac; color:#FFFFFF; font-size:14px; 
	border-radius:4px; -moz-border-radius:4px;  -webkit-border-radius:4px;}
.fanhui a:hover{background-color:#4E7A3A;}




/***********************************其它页面结束*/

/*分页开始*/
.mypage{ padding: 10px 0 10px 0;}
.mypage div{ text-align:center;}
.mypage div a{display: inline-block; height:30px; line-height:30px; padding:0 12px 0 12px; color:#595A5E; font-size:14px; background-color:#f6f6f6; border:1px solid #f6f6f6; border-radius:3px; -moz-border-radius:3px;  -webkit-border-radius:3px; }
.mypage div a:hover,
.mypage div .a_be{ background-color:#024987; border:1px solid #024987; color:#FFFFFF;}
/*分页结束*/


#back_to_top { color: #cdcdcd; display:none; height: auto; position: fixed; bottom:10px; right: -70px;z-index: 10000;
-webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
     -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;}
#back_to_top span { display: inline-block; text-align: center; font-size: 30px; width: 40px;height: 40px; line-height: 35px; color: white;background-color: rgba(0,0,0,0.4);
-webkit-border-radius: 2px;
-webkit-transition: all .2s ease 0s;
   -moz-transition: all .2s ease 0s;
     -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
border-radius: 2px;
}
#back_to_top.on {opacity: 1;filter: alpha(opacity=100);right: 10px;}
#back_to_top:hover span{ background-color: #000;}