@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff ;font-size: 14px;font-family: "微软雅黑";color: #333;line-height: 22px;min-width: 1450px;}
a {text-decoration: none;color: #333;}
a:hover{color: #2e3192;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
.l {width: 1200px;margin: 0 auto;}
.left {	float: left;}
.right {float: right;}

/*------------------------------
  顶部通用
-------------------------------*/
.l1{width: 1300px;margin: 0 auto;}
.top .logo{float: left;margin:0px 0 10px;}
.top .logo img{height: 48px;}

.top-yy{float: right;width: 50px;height: 35px;background: #2e3192;line-height: 35px;text-align: center;border-radius: 5px;margin-top: 26px;margin-left: 40px;}
.top-yy a{color: #fff;font-size: 16px;}

/*导航*/
.navBar{margin:0px auto; height: 40px;line-height: 40px;color:#485157;}
.nav{position:relative;float: right;margin:0 auto;font-size:16px;  z-index:2;}
.nav a{color:#485157;}
.nav h3{font-size:100%;font-weight:normal;margin: 25px auto;}
.nav .m{float:left;position:relative;z-index:1;}
.nav .s{float:left;width:3px;text-align:right;color:#D4D4D4;font-size:12px;}
.nav h3 a{display:block;margin-left: 40px;text-align:right;text-transform: uppercase;}
.nav .sub li a:hover{color:#fff;}
.nav h3 a:hover{ color:#2e3192;}
.nav-s a{ color:#2e3192;}

.nav .sub{display:none;position:absolute;left: 0px;top: 90px;z-index:1;width:160px;border-top:0;background:#fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.nav .sub li{text-align:center;margin-bottom:-1px;}
.nav .sub li a{display:block;border-bottom:1px solid #e1e1e1;padding:7px 0;height:28px;line-height:28px;color:#666;font-size:14px;text-transform: capitalize;}
.nav .sub li a:hover{background:#2e3192;}

.sticky-nav.menu_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	animation: sticky 1s;
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);
	background-color: #fff;
}
.sticky-nav.menu_fixed .top .logo img{height: 60px;}
.sticky-nav.menu_fixed .nav h3{ margin: 26px auto;}
.sticky-nav.menu_fixed .nav .sub{top: 92px;}
@keyframes sticky {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0)
	}
}


/*banner*/
.flexslider{position:relative;height:650px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:650px;}
.slides li a{display: block;width: 100%;height: 100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:30px;height:3px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:30px;height:3px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;/*top:45%;*/}
/* .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:20px;background:url(../images/prev.png) center center no-repeat; top:190px;}
.flex-direction-nav li a.flex-next{right:20px;background:url(../images/next.png) center center no-repeat;top:190px;} */
/*banner-end*/

/*index*/
.in-about{width: 100%;background: url(../images/index_06.png) no-repeat left 178px;}
.in-abour-ul{}
.in-abour-ul li:nth-child(1) .in-abour-img{float: left;width: 490px;height: 340px;overflow: hidden;border-radius: 10px 10px 0px 10px;margin-top: 60px;
box-shadow: 0px 0px 40px rgba(46, 49, 146, 0.4);}
.in-abour-ul li .in-abour-img img{width: 100%;}
.in-abour-ul li:nth-child(1) .in-abour-text{float: right;width: 675px;margin-top: 60px;}
.in-abour-ul li:nth-child(1) .in-abour-text h3{font-size: 30px;font-weight: bold;line-height: 50px;}
.in-abour-ul li:nth-child(1) .in-abour-text span{font-size: 14px;text-transform: uppercase;color: #2e3192;}
.in-abour-p{width: 100%;margin-top: 30px;}
.in-abour-p p{font-size: 14px;color: #666;text-align: justify;line-height: 30px;}
.in-abour-a{width: 100%;text-align: right;}
.in-abour-a a{font-size: 16px;font-weight: bold;}
.in-abour-a a i{color: #2e3192;font-size: 28px;display: inline-block;float: right;margin-left: 5px;}
.in-abour-ul li:nth-child(2) .in-abour-img{float: right;width: 710px;height: 465px;overflow: hidden;border-radius: 0px 10px 10px 10px;}
.in-wh{float: left;width: 490px;margin-top: 40px;}
.in-wh li{width: 100%;margin-top: 50px;}
.in-wh li span{display: inline-block;width: 70px;height: 70px;border-radius: 50%;background: #2e3192;text-align: center;float: left;line-height: 70px;}
.in-wh li span i{font-size: 36px;color: #fff;display: inherit;transition: all 1.5s;}
.in-wh li:hover span i{transform: rotate(360deg);}
.in-wh li .in-wh-p{float: left;margin-left: 20px;width: 390px;}
.in-wh li .in-wh-p h4{font-weight: bold;font-size: 18px;line-height: 35px;margin-top: 5px;}
.in-wh li .in-wh-p p{font-size: 15px;color: #666;}

.in-cp{width: 100%;background: url(../images/index_03.jpg) no-repeat center;margin-top: 50px;padding-bottom: 60px;background-size: 100% 100%;}
.in-title{text-align: center;padding: 50px 0;}
.in-title h2{font-size: 30px;font-weight: bold;text-transform: capitalize;margin-bottom: 20px;}
.in-title p{font-size: 14px;color: #666;text-transform: uppercase;}

.notice {width: 100%;overflow: hidden;}
.notice .tab-hd {text-align: center;}
.notice .tab-hd ul {}
.notice .tab-hd ul li{display: inline-block;width: 160px;height: 45px;line-height: 45px;font-size: 16px;background: #f3f3f3;margin: 0 10px;}
.notice .tab-hd ul li:hover,.notice .tab-hd ul li.on{background: #2e3192;}
.notice .tab-hd ul li:hover a,.notice .tab-hd ul li.on a{color: #fff;}
.notice .tab-bd {margin-top: 20px;}
.notice .tab-bd ul {overflow: hidden;zoom: 1;}
.notice .tab-bd ul li{width: 350px;background: #f3f3f3;padding: 15px 15px 10px;text-align: center;margin-top: 30px;transition: all 0.5s;float: left;
margin-right: 30px;}
.notice .tab-bd ul li:nth-child(3n){float: right;margin-right: 0;}
.notice .tab-bd ul li figure{width: 100%;overflow: hidden;height: 264px;line-height: 200px;}
.notice .tab-bd ul li figure img{width: 100%;transition: all 0.5s;}
.notice .tab-bd ul li p{font-size: 16px;margin-top: 10px;}
.notice .tab-bd ul li:hover{background: #2e3192;}
.notice .tab-bd ul li:hover figure img{transform: scale(1.05);}
.notice .tab-bd ul li:hover p{color: #fff;}

.in-gsxw{width: 800px;float: left;}
.in-xw-title{margin-top: 50px;}
.in-xw-title h2{font-size: 30px;font-weight: bold;text-transform: capitalize;float: left;}
.in-xw-title a{display: block;float: right;font-size: 14px;color: #666;}
.in-xw-title a:hover{color: #2e3192;}
.in-gsxw-ul{margin-top: 30px;margin-bottom: 50px;}
.in-gsxw-ul li{float: left;width: 388px;overflow: hidden;}
.in-gsxw-ul li:nth-child(2){float: right;}
.in-gsxw-ul li figure{width: 100%;height: 240px;line-height: 235px;overflow: hidden;}
.in-gsxw-ul li figure img{vertical-align: middle;transition: all 0.5s;width: 100%;}
.in-gsxw-ul li:hover figure img{transform: scale(1.05);}
.in-gsxw-ul li h3{font-size: 16px;font-weight: bold;margin: 15px 0 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-gsxw-ul li time{font-size: 14px;color: #666;}
.in-gsxw-ul li p{font-size: 14px;color: #666;line-height: 20px;margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in-gsxw-ul li span{display: block;width: 130px;height: 40px;background: #fff;text-align: center;color: #2e3192;font-size: 16px;border: 1px solid #2e3192;
line-height: 40px;margin-top: 20px;transition: all 0.5s;}
.in-gsxw-ul li span:hover{background: #2e3192;color: #fff;}

.in-hydt{float: right;width: 360px;}
.in-hydt-ul{margin-top: 30px;}
.in-hydt-ul li{border-top: 1px solid #eee;padding-bottom: 20px;}
.in-hydt-ul li:last-child{border-bottom: 1px solid #eee;}
.in-hydt-ul li h3{font-size: 16px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin: 15px 0 10px;}
.in-hydt-ul li time{font-size: 14px;color: #666;}
.in-hydt-ul li p{font-size: 14px;color: #666;line-height: 20px;margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/*footer*/
.footer{width: 100%;background: #313131;color: #fff;font-size: 14px;padding-top: 50px;}
.foot-1{width: 330px;float: left;}
.foot-1 h3 img{height: 75px;width: auto;margin-bottom: 20px;}
.foot-1 p{opacity: 0.7;line-height: 30px;}
.foot-nav{}
.foot-nav li{float: left;margin-top: 12px;margin-right: 87px;}
.foot-nav li h3{font-size: 20px;font-weight: bold;}
.foot-nav li h3 span{display: block;width: 40px;height: 3px;background: #fff;border-radius: 30px;margin-top: 20px;margin-bottom: 30px;}
.foot-nav li a{display: block;color: #fff;opacity: 0.7;line-height: 27px;}
.foot-nav li a:hover{opacity: 1;}
.foot-nav li:last-child{float: right;margin-right: 0;}
.foot-nav li figure{width: 100px;overflow: hidden;}
.foot-nav li figure img{width: 100%;}
.bq{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.2);margin-top: 30px;padding: 15px 0;}
.bq span a{display: inline-block;float: right;}
.bq a{color: #fff;}

/*内页*/
/*内页banner*/
.ny-banner{width: 100%;height: 400px;overflow: hidden;text-align: center;}
.ny-banner h2{font-size: 35px;color: #fff;font-weight: 600;line-height: 75px;padding-top: 140px;text-transform: uppercase;}
.ny-banner span{display: block;width: 50px;height: 4px;background: #fff;margin: 0 auto;}

/*left*/
.about_left {margin-top: 30px;background: #fff;box-shadow: 0px 0px 15px rgba(0,0,0, 0.2);width: 250px;}
.about_left .about_left_bt {width: 100%;background: #2e3192;color: #fff;height: 55px;text-indent: 20px;}
.about_left .about_left_bt span {font-size: 20px;color: #fff;line-height: 55px;text-transform: uppercase;}
.about_left .left_nav2{padding: 0 10px;}
.about_left .list_dl{}
.about_left .list_dt{background: #f3f3f3;display: block;padding: 0px 16px;font-size: 16px;color: #333;cursor: pointer; margin-top: 7px;line-height: 40px;}
.about_left .list_dt p{margin: 0;}
.about_left .list_dt p a{font-size: 16px;color: #061a39;font-weight: 400;text-transform: capitalize;display: inline-block;width: 90%;height: 100%;}
.about_left .list_dt_icon {
    background: url(../images/about5.png) no-repeat center;    
	position: relative;    
	height: 18px;    
	top: -29px;    
	float: right;    
	width: 14px;
}
.about_left .list_dt:hover,#open,.about_left .on{background: #2e3192;}
.about_left .list_dt:hover p a,#open p a,.about_left .on p a{color: #fff;}
.about_left .list_dd{padding: 5px 0;}
.about_left .list_li {display: inherit;line-height: 35px;padding-left: 20px;padding-right: 10px;border-bottom: 1px dotted #e8e5e5;}
.about_left .list_li a{background: url(../images/about6.png) no-repeat left center;display: block;padding-left: 17px;font-size: 14px; color: #666;
line-height: 20px;padding-top: 10px;padding-bottom: 10px;}
.about_left .list_li:hover a{color: #013B92;}
.list_dl .list_dd .active a{color: #013B92;}
.list_dd{ display: none;}
.about_left .contact .c img {
    border: 1px solid #dadada;
    display: block;
    padding: 2px;
    width: 93%;
	margin: 10px auto;
}
.about_left .contact .c strong,.about_left .contact .c p{padding: 0 10px;}
.about_left .contact .c{padding-bottom: 10px;}

/*right*/
.i-news {margin: 30px auto 50px;}
.about_right {width:910px;height: auto;float: right;margin-top: 27px;overflow: hidden;font-size: 14px;	line-height: 1.5;min-height: 500px;}
.about_site {height: 38px;border-bottom: 2px solid #2e3192;overflow: hidden;}
.about_site ul li {line-height: 38px;}
.about_site ul {list-style-type: none;width: 100%}
.about_site ul li.z {float: left}
.about_site ul li.y {float: right;text-transform: capitalize;}
.about_site ul li.y a {display: inline-block}
.about_site ul li.z span {font-size: 18px;font-weight: 400;color: #888; margin-right: 15px;display: block;float: left;text-transform: capitalize;}
.about_site ul li.z span.cur {color: #65280a;height: 44px;}
.about_lr {	height: auto;margin: 0px auto;line-height: 26px;border-bottom: 1px dashed #b61c25;padding-bottom: 20px;min-height: 500px;}
.about_lr_p {padding: 0px;line-height: 26px;color: #696969;font-size: 14px;margin-bottom: 20px;text-indent: 0px;}
.about_lr_p img{max-width: 100%;}

/*right-img*/
.case {width: 103%;margin-top: 20px;}
.case ul li {width: 210px;height:auto;float: left;text-align: center;line-height: 30px;margin-right: 22px;margin-bottom: 20px;}
.case ul li:nth-child(4n) {margin-right: 0px !important;}
.case ul li p {	text-align: center;	width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height: 35px;}
.case ul li figure{width: 100%;height: 158px;border: 1px solid rgb(219, 218, 218);overflow: hidden;line-height: 122px;background: #fff;}
.case ul li img {width: 100%;height: auto;transition: all 0.6s;vertical-align: middle;}
.case ul li:hover figure img{transform: scale(1.05);}
.case ul li:hover p{color: #2e3192;}

/*翻页*/
.paging {margin: 32px 0;font-size: 14px;text-align: right}
.paging .page {display: inline-block;}
.paging > span {margin: auto 16px;}
.paging .page-numbar {margin: auto 0;}
.paging .page-numbar .page-num, .paging .page-index, .paging .page-pre, .paging .page-next, .paging .page-last {
	display: inline-block;
	margin: auto 4px;
	padding: 2px 12px;
	border: 1px solid #EEE;
	border-radius: 2px;
}
.paging .page-numbar .page-num-current, .paging .page-numbar .page-num:hover {border-color: #2e3192;color: #2e3192;}
.text-secondary{float: right;}

/*内页新闻*/
.gsxw_01 {width: 100%;margin-top: 0px;}
.gsxw_01 ul {margin: 10px;display: inline;}
.gsxw_01ul li {	width: 100%;float: left;line-height: 40px;}
.gsxw_01ul li a {float: left;color: #333333;font-size: 14px;}
.gsxw_01ul li a:hover{color: #2e3192;}
.gsxw_01ul li span {float: right;color: #333;}

/*内页留言*/
.message {margin: 20px auto ;}
.message h1 {font-weight: 100;font-size: 30px;color: #797979;margin: 20px auto;}
.message_ts {font-size: 12px;color: #585858;line-height: 20px;padding: 8px;background: #f8f8f8;border: 1px solid #e3e3e3;}
.message_ts span {color: #fd0000;}
.message_con {margin-top: 30px;}
.message_con ul li {height: 64px;}
.message_con ul li label {width: 125px;float: left;font-size: 14px;color: #333333;display: inline-block;text-align: right;padding-right: 5px;}
.message_con ul li input {width: 755px;height: 28px;border: 2px solid #e3e4e8;}
.message_con ul li input:hover {border: 2px solid #d09595;}
.message_con ul li textarea {width: 378px;height: 100px;border: 2px solid #e3e4e8;}
.message_con ul li span {display: inline-block;	margin-left: 10px;font-size: 12px;line-height: 20px;color: #fd0000;	max-width: 207px;}
.message_con ul li button {width: 94px;height: 34px;border: 0;line-height: 34px;text-align: center;background: #e50011;	font-size: 18px;color: #fff;cursor: pointer;margin-top: 60px;}
.message_con ul li .tipinfo {display: inline-block;font-size: 12px;color: #f00;margin-left: 6px;}
.message_con ul li {height: auto;min-height: 64px;}
.message_con ul li .btn_submit {background: none repeat scroll 0 0 #2e3192;border: 0 none;color: #FFFFFF;cursor: pointer;font-size: 18px;height: 34px;line-height: 34px;text-align: center;	width: 94px;margin-left: 131px;margin-top: 20px;}
.message_con ul li .btn_submit:hover {	border: 0;}
.a,
.ab,
.abc,
.abcd,
.abcde,
.abcdef,
.abcdefg {font-size: 10px; color: red; margin-left: 130px !important;}
/*产品详情*/
.cpxq-bt{width: 100%;}
.cpxq-bt h3{font-size: 18px;font-size: 18px; float: left; margin: 20px 0px 30px 0; padding: 0;}
.cpxq-bt a{border-radius: 25px;background: #2e3192;text-align: center;font-size: 16px;color: #fff;display: inline-block;padding: 10px 25px;float: right;margin-top: 15px;}
.cpxq-bt a img{width: 15px;padding-left: 8px;}.cpxq-img{width: 34%;float: left;height: auto;}
.cpxq-img img{width: 100%;}
.cpxq-nr{width: 63%;float: right;}
.cpxq-nr table{width: 100% !important;border-spacing: 0px;}
.cpxq-nr table tr{}
.cpxq-nr table td{padding: 5px;border: 1px solid #eee;}

/*详情*/
.about_lr h2 {font-size: 20px;line-height: 50px;text-align: center;}
.about_lr .info {line-height: 24px;border-bottom: 1px dashed;text-align: center;}
.about_lr .next {text-align: right;}
.about_right .pre, .about_right .next {width: 49.5%;float: left;margin-top: 20px;text-align: right;}
.about_right .pre {text-align: left;}

/*合作客户*/
.kehu{margin-top: 30px; margin-left: 3px;margin-right: 3px;}
.kehu li{width: 211px;height: 80px;background: #fff;border: #eee 1px solid;float: left;margin-right: 17px;overflow: hidden;line-height: 78px;
transition: all 0.6s;margin-bottom: 17px;}
.kehu li img{width: 100%;transition: all 0.6s;vertical-align: middle;}
.kehu li:hover img{transform: scale(1.05);}
.kehu li:nth-child(4n){float: right;margin-right: 0;}

/*证书*/
.zs{margin-top: 20px;}
.zs ul li{width: 210px;float: left;margin-right: 22px;margin-bottom: 22px;text-align: center;height: 330px;}
.zs ul li figure{width: 100%;border: 1px solid #eee;height: 298px;line-height: 296px;overflow: hidden;}
.zs ul li figure img{width: 100%;transition: all 0.6s;vertical-align: middle;}
.zs ul li:hover figure img{transform: scale(1.05);}
.case ul li:nth-child(4n) { margin-right: 0px !important;}
.zs ul li p{font-size: 14px;line-height: 30px;}

/*api*/
#platform+div {display: none;}

/*en*/
#in-wh-en li{margin-top: 35px;}
#tab-nav-en li{width: 377px;margin-bottom: 20px;}
.notice #tab-bd-en{margin-top: 0;}
.about_left #list_dl_en p a{font-size: 14px;}
#nav-en li .sub{left: 43px;}
#nav-en li:nth-child(4) .sub{width: 370px;} 
#foot-1-en{width: 395px;}
#footer_en_1 .foot-nav li{margin-right: 50px;}