
/*reset*/

/* CSS reset for c_b */
*{ margin:0;padding:0;font-size:14px;font-family:microsoft yahei,arial;color:#333;}
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , 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 ,i , th , var {font-style:normal;font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#999;text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:none;}
/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto;margin-right:auto;}
.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam{vertical-align:middle;}
.clear{clear:both;height:0;line-height:0;font-size:0;}
p{ word-spacing:-1.5px;}
li{list-style:none;}
.page{width:1200px;margin:0 auto;}

#top10,#top20,#top30,#top40,#top50,#top60{ margin:0 auto; width:1200px; overflow:hidden;}
#top10{height:10px;}
#top20{height:20px;}
#top30{height:30px;}
#top40{height:40px;}
#top50{height:50px;}
#top60{height:60px;}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur{cursor:pointer}


/*wel*/
.wel{width:100%;height:44px;border-top:1px solid #d8e5f2;border-bottom:1px solid #f4f4f4;}
.welbox {line-height:44px;color:#999; margin:0 auto; width:70%;}
.web_nav{border-left:1px solid #eee;}
.web_nav ul li{border-right:1px solid #eee;float:left;width:96px;text-align:center;}

 /*top*/
.topd{height:110px; margin:0 auto; width:70%;     min-width: 1350px;}
#top_left{ float:left;}
.logo{height:110px;width:220px;border-right:1px solid #eee;}
.logo img{margin-top:21px;}
.aslo{margin-left:24px;margin-top:18px; font-weight:bold}
.aslo p{font-size:20px;line-height:36px;}
.aslo span{font-size:17px;line-height:25px;color:#666;letter-spacing:1.1px; font-weight:normal; text-align: center; display: block; border: 1px #ccc solid;}
.tel{background:url(../image/20190322142622_647905446.jpg) no-repeat left center;padding-left:40px;margin-top:26px;}
.tel p{font-size:14px;color:#666;}
.tel em{font-size:26px;font-family:Impact,arial;line-height:36px;}

/*nav*/
.navbor{ float:right; margin-top:32px;}
.nav {position:relative;}
.nav ul{text-align:center;font-size:0;}
.nav li{display:inline-block;line-height:44px;width:100px;position:relative; z-index: 99;}
.nav li a{font-size:16px;color:#333;}
.nav .navline{width: 100px !important;position:absolute;height:44px;background:#0356a8;bottom:0;z-index:0;margin-left:0px;}
.navli.cur>a,.navli:hover>a{color: #333;}

.markermenu{position: absolute;top:44px;left: 0;z-index: 999;background: #fff;display:none;}
.nav li ul{left:120px !important;top:0;}
.nav  li .ddsubmenustyle{width:120px;background:#fff;}
.nav  li .ddsubmenustyle a,.nav  li .ddsubmenustyle li{width:120px !important;}
.nav .markermenu ul li,.markermenu ul li a{width:120px !important; font-family:microsoft yahei !important; line-height: 40px; height: 40px;}
.nav .markermenu ul li a,.ddsubmenustyle li a{padding-left:0 !important; font-family:microsoft yahei !important; font-size:12px !important; line-height: 40px;}
.nav .markermenu ul li, .markermenu ul li a{width:120px !important;}
.nav .markermenu ul li a:hover{background:#0356a8 !important;color:#fff !important; display: block;}
.nav .ddsubmenustyle li,.ddsubmenustyle li a{width:120px !important;}
.nav .ddsubmenustyle li a:hover{background:#0356a8 !important;}
.rightarrowpointer{display:none;}


/*幻灯片*/
.banner{overflow:hidden; width:100%;}
.banner-box{ min-width:1200px; height:550px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:550px; background-position: center; background-repeat: no-repeat; background-color: #eee}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:230px; left: 0; margin-left: 0; height: 310px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(../image/20190219144209_1532640499.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(../image/20190219144209_1532640499.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:12px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:13px; height:13px; border-radius :20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background: #0356a8; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
/*tt*/
.tt .dbt,.tt .dbt font{font-size:36px;line-height:36px; font-weight: bold;}
.tt .dbt font{color:#0356a8;}
.tt p{font-size:18px;color:#999;line-height:18px;margin-top:15px;}


/*infor*/
.infor{width:100%; background:#f9f9f9; overflow:hidden; min-width:1200px;}
.inforW{width:1200px; margin:0 auto;}
.infor_l{float:left; width:259px; padding:30px 20px; height:90px; overflow:hidden; transition: all 0.8s linear;}
.infor_lt{overflow:hidden; width:160px; margin:0 auto; position:relative; z-index:2;}
.infor_lt_i{float:left; width:48px; background:#158cce; text-align:center; height:48px; border-radius:50%; border:solid 1px #158cce; transition: all 0.8s linear;}
.infor_lt_i img{margin-top:6px; width:38px;}
.infor_lt_m{float:right; width:90px; line-height:50px; font-size:35px; font-weight:bold; color:#0356a8; transition: all 0.8s linear;}
.infor_ld{text-align:center; overflow:hidden; font-size:16px; line-height:30px; padding-top:10px; transition: all 0.8s linear; position:relative; z-index:2;}
.infor_line{float:left; width:0; height:110px; border-right:dashed 1px #ddd; margin-top:22px;}
.infor_bac{width:299px; height:0px; position:absolute; background:#0356a8; margin-top:45px; margin-left:-20px; transition: all 0.8s linear;}

.infor_l:hover{transition: all 0.8s linear; background:#0356a8;}
.infor_l:hover .infor_bac{transition: all 0.8s linear; height:150px; margin-top:-30px;}
.infor_l:hover .infor_lt_i{transition: all 0.8s linear; background:#0356a8; border:solid 1px #fff;}
.infor_l:hover .infor_lt_i img{transform: rotate(360deg);}
.infor_l:hover .infor_lt_m{transition: all 0.8s linear; color:#fff;}
.infor_l:hover .infor_ld{transition: all 0.8s linear; color:#fff; filter:Alpha(opacity=60) ; opacity:0.6;}

/*infor*/
.search{width:100%; background:#0356a8; overflow:hidden;}
.searchW{width:1200px; margin:0 auto;}
.search_l{width:890px; float:left; line-height:82px; font-size:15px; color:#fff;}
.search_l strong{font-size:15px; color:#fff;}
.search_l a{font-size:15px; color:#fff;}
#search-d{width:310px; overflow:hidden; height:47px; margin-top:20px; float:left; background:#fff; float:right;}
#search-i{float:right; width:55px; overflow:hidden; height:47px; background:#0063ac;}
#search-i input{border:none;}
#search-bg{float:left;width:255px; height:47px; overflow:hidden;}
#search input{border: none;}
:focus{outline:none;/*去掉输入框获得焦点时默认的轮廓*/}

#search_bgdr{width:100%;  height:58px; margin:0 auto;min-width:1002px; z-index: 9;  top:556px; position: absolute;}
#search_bgd{width:100%;  height:58px; margin:0 auto;min-width:1002px;}
#search_bg{width:100%;  height:58px; margin:0 auto;min-width:1002px;background:#eee;}
#search_b{width:1100px; margin:0 auto; height:58px; }
#search-ia{float:left; margin-top: 3px;}
#search_r{width: 210px;float: right; background-color: #fff;border-radius: 50px; height: 32px; margin-top: 15px;}
#search-bg {float: left; width: 155px;height: 30px;overflow: hidden; background: #fff;margin-left: 15px;margin-top: 1px;  }
#search-text{width:890px; float:left;  height:58px; line-height:58px; color:#666;}
#search-text a{color:#666;}


/*contrast*/
.ct_bg{width:100%;height:550px;background:url(../image/20190322101901_551453942.jpg) no-repeat center;}
.ct_tt{padding-top:50px;}
.ct_tt .dbt span{width:46px;height:46px;font-size:36px;border-radius:36px;background:#0356a8;color:#fff;display:inline-block; line-height: 46px;}
.ct_con{margin-top:50px;}

.pk_con h4{height:40px;line-height:40px;font-size:16px;color:#333;}
.pk_con h4 span{width:215px;text-align:center;}
.pk_con h4 .s2{color:#0356a8;font-size:18px;}
.pk_con h4 .s1{color:#333;font-size:18px;}

.pk_con{float:left;width:547px;height:317px;background:url(../image/20190322101901_728824666.jpg) no-repeat bottom;}
.pk_con p{float:left;width:215px;}
.pk_con p span{display:block;height:68px;line-height:68px;text-align:center;font-size:14px;color:#333;margin-bottom:1px;}
.pk_con .p2{float:left;width:118px;}
.pk_con .p2 span{font-weight:bold;font-size:15px;color:#fff;}
.pk_con .p3{float:left;width:214px;}
.pk_con .p3 span{color:#0356a8;font-size:15px;font-weight:bold;}

.ct_con_ri{width:285px;height:242px;margin-right:127px;margin-top:30px;animation:ctrs 2s infinite ease-in-out;}
@keyframes ctrs{0%{margin-top:30px;}50%{margin-top:26px;}100%{margin-top:30px;}}

/*产品*/
#prodbox{ width:100%; overflow:hidden; background:#f8f8f8; padding-bottom:60px; padding-top:10px;}
.prod_list{width:1200px; margin:0 auto; padding-top:6px; transition: all 0.7s; position:relative; z-index:11;}
.prod_list tr{display:block; float:left; width:190px; height:40px; position:relative; margin:8px 5px;}
.prod_list td{text-align:center; background:#09389a; float:left; width:190px !important; display:block; line-height:40px; height:auto !important; position:relative; z-index:1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color:#fff;}
.prod_list td:hover{background:#0356a8;}
.prod_list td:hover a{color:#fff !important;}
.prod_list td a{ font-size:15px; color:#fff!important; font-weight:normal}
#showtyepname{ background:#fff; height:0px !important; overflow:hidden;}
#showtyepname div{width:100%; overflow:hidden; line-height:0px;}
#showtyepname div a{width:100%; display:block; line-height:30px; border-bottom:dashed 1px #eee; color:#fff !important; font-size:13px; background:#0356a8;}
#showtyepname a:hover{background:#0356a8; color:#fff !important;}
.prod_list tr:hover #showtyepname{z-index:2; height:auto !important;}

.prod_list table{margin:0 auto; width:100%; display:block; height:auto; transition: all 0.7s; overflow:hidden;}
.prod_list:hover table{height:auto; transition: all 0.7s; overflow:inherit;}

.prod_list_i{width:200px; line-height:30px; margin:0 auto; margin-top:10px; overflow:hidden; font-size:16px; color:#fff; background:#ff82a2; text-align:center; border-radius:8px; transition: all 0.7s;}
.prod_list:hover .prod_list_i{display:none; transition: all 0.7s;}

.prod_list td b{font-size: 0px;}

#prod_cont_r2{width:1200px; margin:0 auto; overflow:hidden; min-width:1200px;}
#prod_cont_r2 table, #prod_cont_r2 table tbody, #prod_cont_r2 table tbody tr, #prod_cont_r2 > table > tbody > tr > td { display: block; width: 100%; background:#fff; }
.prod_cont_r2 > table > tbody > tr > td { padding: 0 !important; display: block; float: left; width:23.3%; margin:2% 0 0 2% ; background:#fff; border: 1px #ddd solid;}
.prod_cont_r2 > table > tbody > tr > td:first-child { margin-left: 0; }
.prod_cont_r2 > table > tbody > tr > td > a { display: block; margin-bottom: 1px; transition: all .3s ease-in-out; position: relative; overflow: hidden; padding: 10px;}
.prod_cont_r2 > table > tbody > tr > td > a > img{ display: block; width:100%; height: auto; }
.prod_cont_r2 > table > tbody > tr > td > span{ display:block}
.prod_cont_r2 > table > tbody > tr > td > span > a{ display:block; padding:0 15px; height:50px;  background:#fff; text-align:left; font-size:14px; line-height:50px; color:#565656; transition:all .3s ease-in-out; position: relative; }
.prod_cont_r2 > table > tbody > tr > td > span > a:after{ content: ''; background:url(../image/20190322165527_73684622.png) no-repeat 6px -131px; width: 30px; height: 30px; display: block; position: absolute; right: 10px; top: 10px; transition:0.3s all ease-in-out; }
.prod_cont_r2 > table > tbody > tr > td:hover > span > a:after{ background-position:6px -156px; }
.prod_cont_r2 > table > tbody > tr > td:hover > span > a{ background-color:#0356a8;color:#fff}
.prod_cont_r2 > table > tbody > tr > td  br{ display:none}

.prod_cont_r2 > table > tbody > tr > td:hover .betago{top:0;left:0;}

.moreb{width: 240px; margin:10px auto; height: 40px; font-size: 16px; text-align: center; overflow: hidden; line-height: 40px; transition: all 0.2s; letter-spacing: 2px; background: #0356a8; color: #fff}
.moreb a{font-size: 16px; color: #fff}
.moreb:hover{width: 380px; transition: all 0.2s; letter-spacing: 5px; background: #cc0000; color: #fff;}

/**/
.appli_d{width:1200px; margin:0 auto; overflow:hidden; margin-top:30px;}
.appli_d td{display:block; float:left; margin:5px; width:390px; height:291px; overflow:hidden; padding:0 !important; transition: all 0.3s linear; position:relative;}
.appli_d td:hover{transition: all 0.6s linear; position:relative;}
.appli_d td img{width:100% !important; height:100% !important;}
.appli_d td a{text-decoration:blink; display:block;}
.appli_d td br{display:none;}
.appli_d td div:nth-child(3){ width:390px; padding:0px !important; position:absolute; bottom:0; left:0; transition: all 0.6s linear;}
.appli_d td div:nth-child(3) a{font-size:14px; color:#fff; line-height:45px; width:370px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; position:relative; z-index:2; padding:0px 10px;}
.appli_d td div:nth-child(3)::after{ content:""; display:block; width:100%; height:45px; transition: all 0.6s linear; filter:Alpha(opacity=70); opacity:0.7; background:#084ea3; position:absolute; top:0; z-index:1;}
.appli_d td:hover div:nth-child(3)::after{transition: all 0.6s linear;}
.appli_d td:hover div:nth-child(3){bottom:291px; transition: all 0.6s linear;}

.appli_rgo{position:absolute; width:390px; height:291px; top:291px; transition: all 0.6s linear; text-align:center;}
.appli_rgo a{font-size:22px; font-weight:bold; line-height:60px; display:block; color:#fff; position:relative; z-index:3; width:370px; padding:0 10px; height:210px; padding-top:81px;}
.appli_rgo p{font-family:Arial, Helvetica, sans-serif; width:95px; line-height:27px; color:#fff; background:#da251c; margin:0 auto; display:block; font-size:15px; text-transform:uppercase; font-weight:normal; margin-top:8px;}

.appli_d .appli_rgo::after{ content:""; display:block; width:100%; height:291px; transition: all 0.6s linear; filter:Alpha(opacity=70); opacity:0.7; background:#084ea3; position:absolute; top:0; z-index:1;}
.appli_d td:hover .appli_rgo{top:0; transition: all 0.6s linear;}

.appli_a{width:256px; margin:0 auto; overflow:hidden; margin-top:40px; text-align:center; background:#084ea3; position:relative; line-height:48px; border-radius:10px; transition: all 0.5s linear;}
.appli_a a{display:block; color:#fff; position:relative; z-index:2; font-size:18px;}
.appli_a::after{content:""; display:block; width:0; height:100%; background:#084ea3; position:absolute; top:0; transition: all 0.3s linear; z-index:1;}
.appli_a:hover::after{width:100%; transition: all 0.3s linear;}        
.appli_a:hover{width:320px; transition: all 0.5s linear;}    
    
.appl{ width: 447px; height: 102px;  margin: 0 auto; font-size: 20px; text-align: center; color: #084ea3; background: url(http://memberpic.114my.cn/hongwang/uploadfile/image/20190313/20190313173259_365608190.jpg) center no-repeat; line-height: 40px;}
.appl b{ font-size: 38px; line-height: 45px;}
.appl b span{ color: #084ea3;}   



#youshi{ width: 100%; background:#f7f8fa; overflow: hidden; padding-bottom: 70px;}
.y_t{ font-size: 34px; font-weight: bold; color: #2b2b2b; text-align: center; padding-top: 60px; }
.y_t span{ color: #0356a8; font-size: 34px; font-weight: bold;}
.y_t p{ font-size: 18px; color: #999; font-weight: normal;padding-top: 5px;}
.advan_scroll {
	width: 1200px;
	height: 635px;
	margin: 40px auto 0;
	position: relative;
}

.advan_scroll .hd {
	width: 1200px;
	height: 220px;
	position: relative;
	margin-top: 15px;
}

.advan_scroll .hd li {
	width: 390px;
	height: 220px;
	float: left;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 15px;
	background: #fff;
}

.advan_scroll .hd li.on {
	background: #0356a8;
	transition: .2s;
}

.advan_scroll .hd li:nth-child(3) {
	margin-right: 0;
}

.advan_scroll .hd li:before {
	content: '';
	display: block;
	width: 100%;
	height: 37px;
}

.advan_scroll .hd li .advan_icon {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 11px;
}

.advan_scroll .hd li.on .advan_icon img {
	transform: translateX(-60px);
}

.advan_scroll .hd li .advan_hd_ti {
	font-size: 22px;
	color: #666;
	line-height: 31px;
	padding: 0 88px;
}

.advan_scroll .hd li.on .advan_hd_ti {
	color: #fff;
}

.advan_scroll .bd {
	width: 1200px;
	height: 400px;
	overflow: hidden;
}

.advan_scroll .bd li {
	width: 1200px;
	height: 400px;
	background: #fff;
	float: left;
	overflow: hidden;
	position: relative;
}

.advan_bd_img {
	width: 700px;
	height: 400px;
	overflow: hidden;
	float: right;
}

.advan_nr_box {
	width: 370px;
	margin-left: 68px;
	background: #fff;
	float: left;
	overflow: hidden;
}

.advan_scroll .bd li .advan_nr {
	width: 370px;
	margin: 0 auto;
}

.advan_scroll .bd li .advan_nr .advan_ti {
	font-size: 24px;
	color: #333;
	padding: 70px 0 25px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
}

.advan_scroll .bd li .advan_nr .advan_nr_p {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	margin-top: 15px;
	color: #666;
}

.advan_num {
	color: #999;
	font-family: '"PingFang SC"';
	font-size: 97px;
	font-weight: 100;
}

.advan_scroll .next {
	width: 100px;
	height: 84px;
	background: #747374 url(http://www.yexuncao.com/Template/skin/images/advanjt.png) no-repeat center;
	position: absolute;
	left: 451px;
	top: 316px;
	z-index: 3;
	cursor:pointer;
}

/*yz*/
.yz{height: 550px;background:url(../image/20190323174726_285086729.jpg) no-repeat center 70px;}
.yz h2{padding:78px 0 0;height: 117px;}
.yz dl{ padding-top:90px;}
.yz dt img{ display: block; width: 568px; height: 365px;}
.yz dd{ width: 420px;}
.yz dd h3{ display: block;font-size: 46px; line-height: 61px; color: #0356a8; padding-bottom: 50px; position: relative;}
.yz dd h3:after{ position: absolute; width: 40px; height: 2px; left: 0; top: 138px; background: #0356a8; content: "";}
.yz dd h3 span{ display: block; font-weight: normal; font-size: 40px}
.yz dd p{font-size: 14px; line-height: 24px; color: #888888;}
.yz dd .more{ display: block; width: 170px; height: 48px;  border-radius: 24px; color: #fff; line-height: 48px; text-align: center; margin-top: 30px; font-size: 14px; background: #0356a8; transition: all 0.2s; letter-spacing: 2px;}
.yz dd .more:hover{width: 270px; background: #cc0000; transition: all 0.2s;}
.sb{height:614px; background:url(../image/20190322105014_95304335.jpg) top center; width: 100%; overflow: hidden;}

.sb h3{text-align: center; margin-bottom:45px;}
.sb h3 span{display: block; width:440px; margin:0 auto 13px; font-size: 40px; line-height: 40px; font-weight: bold; color:#FFFFFF; padding:0 100px; position: relative;}
.sb h3 span:before{width:100px; height:7px;   content:""; position: absolute; top:18px; left:0;}
.sb h3 span:after{width:100px; height:7px; content:""; position: absolute; top:18px; right:0;}
.sb h3 i{display: block; font-size: 16px; color:#FFFFFF; line-height: 16px; opacity: 0.6;}

/*导师团队*/
#prod{width: 1200px; height:auto; margin:0 auto; position: relative; overflow: hidden;}
#kehu_l{ top: 0px; z-index:1; position: absolute; overflow:hidden; margin-top: 170px; margin-left: 20px; }
#kehu_r{top: 0px; z-index:1; position: absolute; overflow:hidden; margin-top: 170px;  right: 0;}
#kehu_d{width:1200px;  overflow:hidden;}
.prod_more a{ display:block; text-align:center; line-height:30px; width: 100px; height: 30px; margin:0 auto; color:#fff; border:1px solid #fff;}
.prod_more a:hover{color:#ff0;}
#kehu_d a{display:block; width:390px; float:left; margin-right: 10px; background: #fff; line-height: 40px; overflow: hidden;}
#kehu_d span a{display:block; width:390px; margin-right: 10px; }
#kehu_d a img{transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear;}
#kehu_d a img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.case_gd{ width: 250px; margin: 0 auto; background: #bb0707; height: 40px; line-height: 40px;border-radius: 6px; margin-top: 610px; text-align: center; transition: all 0.5s linear;}
.case_gd a{ font-size: 16px; color: #fff;}
.case_gd:hover{ width: 300px; transition: all 0.5s linear;}


/*新闻中心*/
.newsbox{width: 100%; margin:0 auto; padding:60px 0px; background: #fbfbfb;}
.news_row2{margin-top:0px;}
.news_info_1 {
 background: #f2f2f2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.fr .news_div {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
 background: #fefefe;
}

.news_info_bg_1 {
    width: 300px;
    height: 286px;
    background: #0356a8;
}
.news_info_1:hover{    background: #f5f5f5;}
.news .news_row2 .fl {
    width: 780px;
}
.fl .news_div_item .news_div_item_pic a>img{    width: 300px;
    height: 230px;
    display: block;
    float: left;}
.fl .news_div_item{padding: 28px;display: block;width: 720px;}
.fl .news_div_item .news_div_item_title a{font-size: 18px;    color: #343434;position: absolute;width: 420px;top: 0px;    height: 320px;    height: 250px;}
.fl .news_div_item .news_div_item_body{display: block;font-size: 14px;color: #666;line-height: 24px;padding-top: 10px;}
.fl .news_div_item .news_div_item_content{display: block;    width: 390px;padding: 30px 0 30px 30px;height: 170px;float: right;position: relative;}
.fl .news_div_item .news_div_item_content:before{content:"查看详情";    position: absolute;top: 164px;left: 25px;    display: block;
    width: 129px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px; background: #0356a8;}
.news .news_row2 .fr {
    width: 390px;
}
.fr .news_div_item{display: block;padding: 20px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;
    height: 55px; background: #f2f2f2}
.fr .news_div_item:hover{background: #0356a8;}
.fr .news_div_item:hover .news_div_item_date{color:#fff;}
.fr .news_div_item:hover .news_div_item_day{color:#fff;}
.fr .news_div_item:hover .news_div_item_month{color:#fff;}
.fr .news_div_item:hover .news_div_item_body{color:#fff;}
.fr .news_div_item:hover .news_div_item_title a{color:#fff;}
.fr .news_div_item:nth-child(1){display:none;}
.fr .news_div_item .news_div_item_date{    display: block;
    float: left;
    text-align: center;
    font-family: arial;
    font-size: 13px;
    font-weight: 100;
    color: #999;
    padding-right: 20px;
    border-right: 1px solid #eee;
    margin-right: 22px;
    width: 55px;position: relative;    padding-top: 20px;    height: 29px;}
.fr .news_div_item .news_div_item_day{font-size: 30px;
    font-style: normal;
    color: #343434;
    display: block;
    font-weight: bold;
    font-family: arial;
    position: absolute;
    top: -3px;
    left: 14px;
}
.fr .news_div_item .news_div_item_year{position: absolute; top: 31px;left:6px;}
.fr .news_div_item .news_div_item_month{position: absolute; top: 31px;left:41px;}
.fr .news_div_item .news_div_item_content{display: block;
    line-height: 26px;
    float: left;
    width: 242px;
    white-space: nowrap;
    overflow: hidden;}
.fr .news_div_item .news_div_item_title a{font-size: 16px;color: #343434;}
.fr .news_div_item .news_div_item_body{font-size: 14px;color: #666; }

.news_row3 {
    padding: 28px;
    background: #eee;
    margin-top: 20px;
    height: 126px;
}
.faq_tit{
    width: 210px;
    height: 75px;
    background: #0356a8;
    display: block;
    text-align: center;
    color: #fff !important;
    padding: 25px 0px;
    margin-left: auto;
    float: right;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: bold;
    font-size: 22px !important;
}

.faq_tit:hover{background:#333;}

.faq_tit img{display: block;margin: 0 auto;margin-bottom: 6px;}
.news_row3 .divdgweb_new_div_item{width: 390px;
    display: block;
    float: left;
    margin-right: 50px;
    margin-left: 10px;}
.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title a{font-size: 16px;
    color: #343434;
    line-height: 36px;    position: relative;
    top: 31px;}
.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_body{    display: block;
    font-size: 14px;
    color: #767676;
    line-height: 25px;    margin-top: 28px;}
.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title{position: relative;}
.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title:before{content:"";position: absolute; top: 0px;left:0px;background:url(../image/20190311152608_1538504043.png)no-repeat;   width: 30px;height: 30px;}

.links{width:100%; overflow:hidden; padding:20px 0; background:#0356a8; border-top:solid 10px #0356a8;}
.linksW{width:1200px; margin:0 auto;}
.links_l{float:left; width:117px; border-right:solid 1px #026cd4;}
.links_lm{font-size:16px; line-height:18px; color:#fff;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#fff; filter:Alpha(opacity=40); opacity:0.4;}
.links_r{float:right; width:1065px; padding-top:5px; color:#fff;}
.links_r a{font-size:14px; color:#fff;}

.footer_d{width:100%; padding:50px 0; overflow:hidden; border-top:solid 10px #0356a8; background:#1a1a1a;}
.footer_dW{width:1200px; margin:0 auto;}
.footer_d_l{float:left; width:198px;}
.footer_d_m{font-size:18px; color:#ccc; line-height:30px;}
.footer_d_line{width:30px; height:1px; background:#666; margin-top:15px; transition: all 0.8s linear;}
.footer_d_ld, .footer_d_id{overflow:hidden; margin-top:11px; color:#999; font-size:14px; line-height:26px;}
.footer_d_ld a, .footer_d_id a{color:#999; font-size:14px;}
.footer_d_i{overflow:hidden; width:286px; float:left;}
.footer_d_r{float:right; width:320px; overflow:hidden;}
.footer_d_rd{width:240px; overflow:hidden; margin-top:10px;}
.footer_d_rd_l{float:left; width:110px; text-align:center; background:#fff; overflow:hidden; line-height:30px; font-size:14px; color:#666;}
.footer_d_rd_r{float:right;}
.footer_d_rd img{width:110px; height: 110px}

.footer_d_ld_a a{overflow:hidden; display:block;white-space: nowrap; text-overflow: ellipsis; overflow:hidden; width:110px;}

.footer_d_ld_a td table{display:none;}

.footer_d_l:hover .footer_d_line, .footer_d_i:hover .footer_d_line, .footer_d_r:hover .footer_d_line{transition: all 0.8s linear; width:70px;}

/*copy*/
.copy{width:100%; background:#000; text-align:center; font-size:14px; color:#999; overflow:hidden; padding:30px 0; line-height:30px;}
.copy a{ font-size:14px; color:#999;}
.copyW{width:1200px; margin:0 auto; color:#999;}
.copy strong{ font-size:14px; color:#999;}



.index-brand {
	height:379px;
	overflow:hidden
}
.index-brandbox {
	position:relative;
	overflow:hidden;
	float:left;
	margin:0 1px 0 0;
	height:379px;
	background:#f4f4f4;
	transition:background .5s, padding .5s, margin .5s;
	cursor:pointer
}
.index-brandbox .brand-icon {
	width:80px;
	height:66px;
	margin:60px auto 23px;
	overflow:hidden
}
.index-brandbox .icon01 {
	background:url(../image/20190328102612_613783350.png) no-repeat;
	background-position:0 -106px;
	transition:all .6s ease-out .3s
}
.index-brandbox .icon02 {
	background:url(../image/20190328102613_1492869083.png) no-repeat;
	background-position:0 -106px;
	transition:all .6s ease-out .3s
}
.index-brandbox .icon03 {
	background:url(../image/20190328102613_765490154.png) no-repeat;
	background-position:0 -106px;
	transition:all .6s ease-out .3s
}
.index-brandbox .icon04 {
	background:url(../image/20190328102613_1189916024.png) no-repeat;
	background-position:0 -106px;
	transition:all .6s ease-out .3s
}
.index-brandbox .brand-title {
	text-align:center
}
.index-brandbox .brand-title h4 {
	font:normal 22px/28px "Microsoft YaHei";
	color:#484848;
	transition:all .3s
}
.index-brandbox .brand-title p {
	font:15px/28px "Times New Roman";
	color:#bababa;
text-transform:uppercase;
}
.index-brandbox .brand-title span {
	margin-top:20px;
	display:inline-block;
	width:87px;
	height:1px;
	overflow:hidden;
	background:#c5c5c5
}
.index-brandbox .brand-intro {
	width:74%;
	font:14px/24px "Microsoft YaHei";
	color:#777;
	margin:20px auto 0;
	text-align:center;
}
.index-brandbox .nrand-jia {
	margin:0 auto;
	width:114px;
	height:25px;
	background:url(http://www.mocotech.cn/images/index_bg12.png) no-repeat;
	display:none
}
.index-brandbox.hover .icon01, .index-brandbox.hover .icon02, .index-brandbox.hover .icon03, .index-brandbox.hover .icon04 {
	background-position:0 0
}
.index-brandbox.hover .brand-title h4 {
	color:#fff
}
.index-brandbox.hover .brand-title p {
	color:#d9d9d9;
}
.index-brandbox.hover .brand-title span {
	background:#d9d9d9
}
.index-brandbox.hover .brand-intro {
	height:76px;
	color:#f2f2f2
}
.index-brandbox.hover .nrand-jia {
	display:block
}

.btaa{background: url(../image/20190328112912_1285037238.jpg) center no-repeat ;width:100%;min-width: 1200px;  line-height: 31px;}
.btaat{text-align: center;padding-bottom: 42px;}
.btaa p {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.btaa span {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    color: #333;
    margin-top: 16px;
}
.btaa p>t { font-size: 36px;
    color: #da251c;
}

.btdd{background: url(../image/20190329091332_827838871.jpg)no-repeat;width:100%; height:199px;}