/*reset-重置*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑";
	color: #666666;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	color: #666666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "微软雅黑";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "微软雅黑";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clear:after{display: block;content: "";clear: both;}

@font-face{
	font-family: pingfang;
	src:url("PINGFANG LIGHT.TTF");
	/*src:local("PINGFANG LIGHT.TTF");*/
}
@font-face{
	font-family: tcc;
	src:url("TCCSN00B.TTF");
	/*src:local("PINGFANG LIGHT.TTF");*/
}
/*qq咨询*/
.qq{width: 110px;position: fixed;right: 0;top:50%;border:2px solid #359ee5;z-index: 9999;background-color: white;}
.qq .hd{height: 50px;background-color: #359ee5;}
.qq .hd h3{font-size: 16px;color: white;text-align: center;}
.qq .hd p{font-size: 14px;color: white;text-align: center;}
.qq a:hover{color: #359ee5;}

/*顶部*/
.top{height: 60px;background: #eee;}
.top .top_con{width: 1200px;margin:0 auto;}
.top .top_con div{float: right;}
.top .top_con h3{float: left;font-size: 16px;color: #666;line-height: 60px;font-weight: normal;}
.top .top_con p{font-size: 18px;color: #0088d6;line-height: 30px;font-family: tcc;}
.top .top_con p img{max-height: 15px;margin-right: 10px;}
.top .top_con p span{font-size:18px;color: #0088d6;font-family: tcc;}

/*logo和导航*/
.header{width: 1200px;margin: 0 auto;height: 100px;}
.header .logo{float: left;font-size: 0;line-height: 100px;}
.header .nav{float: right;line-height: 100px;}
.header .nav ul{overflow: hidden;}
.header .nav ul li{float: left;}
.header .nav ul li a{display: block;font-size: 18px;color: #333;margin: 0 20px;transition: all 0.2s;height: 77px;}
.header .nav ul li:last-child a{margin-right: 0;}
.header .nav ul li a.on{border-bottom: 3px solid #359ee5;}
.header .nav ul li a:hover{border-bottom: 3px solid #359ee5;}

/*首页banner*/
.banner{position: relative;}
.banner .hd{position: absolute;bottom: 28px;left: 0;width: 100%;text-align: center;z-index: 99;}
.banner .hd ul{display: inline-block;overflow: hidden;}
.banner .hd ul li{float: left;margin: 0 10px;height: 10px;width: 10px;background: #fff;border-radius: 50%;font-size: 0;}
.banner .hd ul li.on{background: #d42206;}
.banner .bd ul{}
.banner .bd li{position: relative;height: 480px;overflow: hidden;}
.banner .bd li img{position: absolute;top: 0;left: 50%;margin-left: -960px;}

/*首页栏目标题*/
.index-title{width: 1200px;margin: 50px auto;}
.index-title p{font-size: 24px;color: #999999;text-transform: uppercase;text-align: center;}
.index-title p span{color: #359ee5;}
.index-title h3{font-size: 40px;color: #333;font-weight: bold;text-align: center;}
.index-title em{display: block;height: 18px;background: url("em-bg.png") no-repeat center;background-size: auto 100%;margin-top: 10px;}


/*首页产品中心*/
.product{width: 1200px;margin: 0 auto;}
.product .product-list{height: 260px;}
.product .product-list dl{float: left;width: 200px;height: 260px;position: relative;transition: all 0.3s;}
.product .product-list dl dt{width: 120px;height: 120px;background: #eeeeee;border-radius: 50%;font-size: 0;text-align: center;line-height: 120px;overflow: hidden;margin: auto;margin-top: 50px;box-shadow: 3px 3px 3px -3px #9c9c9c;}
.product .product-list dl dt p{width: 100px;height: 100px;margin: auto;background: #fff;border-radius: 50%;margin-top: 10px;line-height: 100px;border: 1px dashed #ccc;}
.product .product-list dl dd{text-align: center;font-size: 18px;color: #333;margin-top: 20px;transition: all 0.3s;}
.product .product-list dl:hover{background: #359ee5;margin-top: -20px;}
.product .product-list dl:hover dd{color: #fff;}

/*首页新闻中心*/
.news{background: #f8f8f8;overflow: hidden;margin-top: 50px;}
.news .news-list{width: 1200px;margin: 0 auto;}
.news .news-list dl{overflow: hidden;height: 200px;}
.news .news-list dl dt{float: left;width: 383px;height: 200px;text-align: center;line-height: 200px;font-size: 0;}
.news .news-list dl dt img{max-width: 100%;max-height: 100%;}
.news .news-list dl dd{float: right;width: 780px;}
.news .news-list dl dd h3{font-size: 18px;color: #333;margin-top: 20px;}
.news .news-list dl dd p{font-size: 15px;line-height: 28px;margin: 10px 0;}
.news .news-list dl dd em{text-transform: uppercase;color: #359ee5;font-size: 15px;}
.news .news-list dl dd em a{text-transform: uppercase;color: #359ee5;font-size: 15px;}
.news .news-list ul{overflow: hidden;margin-top: 30px;margin-bottom: 30px;}
.news .news-list ul li{float: left;width: 345px;margin-right: 15px;transition: all 0.3s;padding: 20px;}
.news .news-list ul li h3{font-size: 16px;color: #333;}
.news .news-list ul li p{font-size: 14px;line-height: 24px;margin: 10px 0 20px 0;}
.news .news-list ul li div{font-size: 14px;}
.news .news-list ul li div span{color: #359ee5;text-transform: uppercase;}
.news .news-list ul li div span a{color: #359ee5;text-transform: uppercase;font-size: 14px;}
.news .news-list ul li div em{float: right;font-size: 14px;}
.news .news-list ul li:hover{background: #d9f0ff;}
.news .link_tb{width: 235px;margin:0 auto; height: 40px; border:1px solid #1696e3;font-size: 18px;color: #1696e3;text-align: center;line-height: 40px;border-radius: 40px;}
.news .link_tb a{font-size: 18px;color: #1696e3;line-height: 40px;}
.news .link_tb:hover{background-color: #1696e3;}
.news .link_tb:hover a{color: white;}

/*首页友情链接*/
.link .link-list{width: 1200px;margin: 0 auto;height: 85px;overflow: hidden;}
.link .link-list ul{overflow: hidden;}
.link .link-list ul li{float: left;width: 33.33%;text-align: center;}
.link .link-list ul li a{color: #333;font-size: 16px;line-height: 40px;display: block;}
.link .link-list ul li a:hover{text-decoration: underline;color: #359ee5;}
.link a.more{display: block;width: 168px;height: 36px;text-align: center;line-height: 36px;border-radius: 36px;color: #fff;background: #359ee5;font-size: 16px;margin: 50px auto 30px;}



/*底部*/
.footer{background: #3b3a3b;height: 240px;margin-top: 70px;overflow: hidden;}
.footer .footer-nav{width: 1200px;margin: 50px auto;text-align: center;}
.footer .footer-nav ul{overflow: hidden;display: inline-block;}
.footer .footer-nav ul li{float: left;}
.footer .footer-nav ul li a{display: block;font-size: 20px;color: #fff;padding: 0 50px;border-right: 1px solid #ccc;}
.footer .footer-nav ul li a:hover{text-decoration: underline;}
.footer .footer-nav ul li:last-child a{border: none;}
.footer .footer-list{width: 875px;margin:0 auto;height: 60px;}
.footer .footer-list p{text-align: center;line-height: 30px;font-size: 15px;color: #fff;display: inline-block;}
.footer .footer-list p a{color: #fff;font-size: 15px;}
.footer .footer-list>a{display: inline-block;line-height: 60px;margin-left: 20px;}
.footer .footer-list>a img{}

/*内页banner*/
.page_banner{}
.page_banner .hd{}
.page_banner .bd{}
.page_banner .bd ul{}
.page_banner .bd ul li{}
.page_banner .bd ul li img{}

/*当前位置*/
.local{height: 75px;box-shadow: 0px 3px 3px #e7e6e6;}
.local>ul{width: 1200px;display: block;margin:0 auto;}
.local>ul>li{line-height: 75px;}
.local>ul .local_left{float: left;}
.local>ul .local_left img{}
.local>ul .local_left span{font-size: 14px;color: #666;margin-left: 5px;}
.local>ul .local_left span a{font-size: 14px;color: #666;}
.local>ul .local_right{float: right;}
.local>ul .local_right ul{}
.local>ul .local_right ul li{float: left;}
.local>ul .local_right ul li a{display: block;height: 75px;padding:0px 15px;color: #666;font-size: 16px;box-sizing: border-box;line-height: 75px;}
.local>ul .local_right ul li a.on{background-color: #1696e3;color: white;}

/*内页产品中心*/
.page_product{width: 1281px;margin:0 auto;min-height: 200px;position: relative;padding-bottom: 85px;}

/*内页产品中心头部*/
.page_product .product_title{height: 115px;}
.page_product .product_title .product_title_text{height: 50px;display: block;margin:80px auto 10px auto;text-align: center;}
.page_product .product_title .product_title_text dl{display: inline-block;}
.page_product .product_title .product_title_text dl dt{float: left;height: 50px;line-height: 50px;}
.page_product .product_title .product_title_text dl dt img{max-height: 100%;}
.page_product .product_title .product_title_text dl dd{float: left;height: 50px;line-height: 50px;font-size: 24px;color: #0089d6;margin-left: 20px;}
.page_product .product_title .blue_line_product{width: 60px;height: 4px;background-color: #0089d6;margin:0px auto;}

/*内页产品中心列表*/
.page_product .product_items{min-height: 200px;text-align: center;}
.page_product .product_items ul{}
.page_product .product_items ul li{float: left;margin: 0px 24px 45px 24px;}
.page_product .product_items ul li dl{}
.page_product .product_items ul li dl dt{width: 260px;height: 167px;/*border:1px solid #cecece;*/padding:5px;border-radius: 5px;line-height: 167px;text-align: center;}
.page_product .product_items ul li dl dt img{max-height: 100%;max-width: 100%;}
.page_product .product_items ul li dl dd{font-size: 18px;color: #666;text-align: center;margin-top: 14px;}

/*内页产品中心详情头部*/
.page_productD{width: 1200px;margin:0 auto;min-height: 200px;}
.page_productD .productD_title{height: 115px;}
.page_productD .productD_title .productD_title_text{height: 50px;display: block;margin:80px auto 10px auto;text-align: center;}
.page_productD .productD_title .productD_title_text dl{display: inline-block;}
.page_productD .productD_title .productD_title_text dl dt{float: left;height: 50px;line-height: 50px;}
.page_productD .productD_title .productD_title_text dl dd{float: left;height: 50px;line-height: 50px;font-size: 36px;color: #666;}
.page_productD .productD_title .blue_line_product{width: 60px;height: 4px;background-color: #0089d6;margin:0px auto;}

.page_productD .productD_info{}
.page_productD .productD_info{height: 425px;}
.page_productD .productD_info .productD_pic{height: 425px;line-height: 425px;float:left;width: 650px;text-align: center;/*border:1px solid #e5e5e5;*/}
.page_productD .productD_info .productD_pic img{max-height: 100%;max-width:  100%;}
.page_productD .productD_info .productD_about{float: right;width: 500px;height: 425px;}
.page_productD .productD_info .productD_about .productD_fold{font-size: 24px;color: #333;height: 50px;line-height: 50px;background-color: #f4f4f4;padding-left: 40px;}
.page_productD .productD_info .productD_about .fold{margin-top: 20px;height: 250px;}
.page_productD .productD_info .productD_about .fold p{font-size: 16px;line-height: 36px;color: #666;padding-left: 40px;}
.page_productD .productD_info .productD_about .link_tb{width: 205px; height: 40px; border:1px solid #1696e3;font-size: 18px;color: #1696e3;text-align: center;line-height: 40px;border-radius: 40px;margin-left: 40px;}
.page_productD .productD_info .productD_about .link_tb a{font-size: 18px;color: #1696e3;line-height: 40px;}
.page_productD .productD_brief{min-height: 100px;}
.page_productD .productD_brief .pbrief_title{font-size: 24px;color: #333;height: 60px;line-height: 60px;padding-left: 5px;background:url("brief_line.png") no-repeat bottom;margin-top: 50px;}
.page_productD .productD_brief .pbrief_con{text-align: center;margin-top: 30px;width: 1200px;}
.page_productD .productD_brief .pbrief_con p{font-size: 16px;color: #666;line-height: 30px;text-align: left;}
.page_productD .productD_brief .pbrief_con img{max-width: 100%;height: 100%;}

/*.page_productD .productD_info .hd{height: 66px;position: relative;background-color: #f2f2f2;}
.page_productD .productD_info .hd ul{float: left;position: absolute;}
.page_productD .productD_info .hd ul li{height: 66px;width: 210px;background-color: #f2f2f2;color: #666;float: left;cursor: pointer;line-height: 66px;text-align: center;font-size: 24px;}
.page_productD .productD_info .hd ul li.on{background-color: #008ddc;color: white;}
.page_productD .productD_info .bd{margin-top: 45px;zoom:1;text-align: center;}
.page_productD .productD_info .bd ul{}
.page_productD .productD_info .bd ul p{color: #666;line-height: 30px;font-size: 16px;padding:0 10px;text-align: left;}
.page_productD .productD_info .bd ul li{margin-top: 60px;display: inline-block;}*/

/*内页产品中心详情相关产品*/
.page_productD .about_productD{margin-top: 30px;}
.page_productD .about_productD .abProductD_title{height: 48px;width: 1200px;border:1px solid #e6e6e6;background-color: #f4f4f4;line-height: 48px;color: #666;font-size: 18px;padding-left: 20px;box-sizing: border-box;}
.page_productD .about_productD .abProductD_list{margin-top: 37px;width: 1200px;}
.page_productD .about_productD .abProductD_list ul{}
.page_productD .about_productD .abProductD_list ul li{float: left;margin-right: 50px;}
.page_productD .about_productD .abProductD_list ul li:last-child{margin-right: 0px;}
.page_productD .about_productD .abProductD_list ul li dl{text-align: center;}
.page_productD .about_productD .abProductD_list ul li dl dt{width: 363px;height: 240px;/*border:1px solid #cecece;*/text-align: center;line-height: 240px;}
.page_productD .about_productD .abProductD_list ul li dl dt img{max-height: 100%;max-width: 100%;}
.page_productD .about_productD .abProductD_list ul li dl dd{font-size: 18px;line-height: 30px;color: #666;margin-top: 15px;}

/*内页标题*/
.page_title{height: 50px;margin-top: 80px;margin-bottom:50px;}
.page_title .page_title_text{height: 50px;margin-bottom:10px;line-height: 50px;font-size: 30px;color: #666;text-align: center;}
/*.page_title .page_title_text dl{}
.page_title .page_title_text dl dt{}
.page_title .page_title_text dl dd{float: left;height: 50px;line-height: 50px;font-size: 30px;color: #666;}*/
.page_title .blue_line_other{width: 1200px;height: 2px;margin:0px auto;border-top:1px solid #ebebeb;}
.page_title .blue_line_other .blue_line_blue{width: 115px;height: 2px;background-color: #0089d6;margin:0px auto;}
.page_title .page_title_infor{font-size: 14px;color: #666;margin-top: 20px;padding-left: 424px;}

/*内页常见问题*/
.page_question{width: 1200px;margin:0 auto;position: relative;padding-bottom: 85px;}
.page_question .question_content{text-align: center;}
.page_question .question_content ul{}
.page_question .question_content ul li{margin-bottom: 70px;text-align: left;}
.page_question .question_content ul li h3{width: 1200px;overflow: hidden;}
.page_question .question_content ul li h3 span{float: left;width: 46px;height: 38px;line-height: 38px;color: #fff;background: url(question_pic.png) no-repeat center center;font-size: 18px;padding-left: 10px;box-sizing: border-box;font-weight: normal;}
.page_question .question_content ul li h3 em{font-size: 18px;margin-left: 10px;float: left;font-weight: bold;color: #666;line-height: 38px;}
.page_question .question_content ul li p{width: 1200px;overflow: hidden;margin-top: 10px;}
.page_question .question_content ul li p>span{float: left;width: 46px;height: 38px;line-height: 38px;color: #fff;background: url(answer_pic.png) no-repeat center center;font-size: 18px;padding-left: 10px;box-sizing: border-box;font-weight: normal;}
.page_question .question_content ul li p em{font-size: 18px;margin-left: 10px;float: left;width: 1140px;line-height: 30px;margin-top: 5px;}
.page_question .question_content ul li p em span{font-size: 14px;float: right;line-height: 30px;}
.page_question .question_content ul li:hover h3 em{color: #0089d6;}
.page_question .question_content ul li:hover p em span{color: #0089d6;font-size: 18px;}

/*内页技术支持*/
.page_tech{width: 1200px;margin:0 auto;min-height: 300px;}
.page_tech .tech_content{text-align: center;padding:0 139px;}
.page_tech .tech_content img{max-width: 100%;}
.page_tech .tech_content p{text-align: left;line-height:36px;font-size: 16px;color: #666;padding-left: 30px;box-sizing: border-box;}

/*内页公司介绍*/
.page_about{}
.page_about .about_content{}
.page_about .about_content ul{}
.page_about .about_content ul li{height: 383px;margin-bottom: 60px;width: 100%;overflow: hidden;}
.page_about .about_content ul li .about_pic{width: 50%;overflow: hidden;float: left;font-size: 0;height: 380px;}
.page_about .about_content ul li .about_pic img{max-width: 100%;height: 380px;}
.page_about .about_content ul li .about_text{width: 50%;float: left;box-shadow: 0px 0px 3px 2px #cecece;overflow: hidden;height: 380px;text-align: center;}
.page_about .about_content ul li .about_text p{line-height: 45px;color: #999;width: 75%;font-size: 1.5rem;display: inline-block;text-align: left;position: relative;top:50%;margin-top: -112px;height: 180px;overflow: hidden;}

/*内页合作意向*/
.page_message{width: 1200px;margin:0 auto;}
.page_message .message_content{}

/*内页校企合作*/
.page_cooperate{width: 1200px;margin:0 auto;position: relative;padding-bottom: 85px;}
.page_cooperate .cooperate_content{text-align: center;}
.page_cooperate .cooperate_content ul{}
.page_cooperate .cooperate_content ul li{width: 380px;height: 347px;float: left;text-align: center;cursor: pointer;transition: all 0.3s;margin:0px 10px 30px 10px;}
.page_cooperate .cooperate_content ul li:hover{box-shadow: 3px 3px 3px #d1d0d0;}
.page_cooperate .cooperate_content ul li:hover dd{color: #1696e3;font-weight: bold;}
.page_cooperate .cooperate_content ul li dl{}
.page_cooperate .cooperate_content ul li dl dt{width: 380px;height: 275px;text-align: center;padding-top: 15px;box-sizing: border-box;}
.page_cooperate .cooperate_content ul li dl dt img{max-height: 100%;max-width: 100%;}
.page_cooperate .cooperate_content ul li dl dd{font-size: 18px;color: #666;font-weight: normal;}
.page_cooperate .cooperate_content ul li dl dd:before{content:"▪";color: #1696e3;margin-right: 10px;}
.page_cooperate .cooperate_content ul li p{font-size: 16px;color: #999;margin-top: 5px;}

/*内页新闻中心*/
.page_news{width: 1200px;margin:0 auto;position: relative;padding-bottom: 85px;}
.page_news .news_content{min-height: 200px;text-align: center;}
.page_news .news_content .head_news{margin-bottom: 15px;}
.page_news .news_content .head_news dl{height: 260px;}
.page_news .news_content .head_news dl dt{width: 439px;height: 260px;line-height: 260px;text-align: center;float:left;}
.page_news .news_content .head_news dl dt img{max-width: 100%;max-height: 100%;}
.page_news .news_content .head_news dl dd{float:left;max-height: 260px;overflow: hidden;width: 725px;margin-left: 35px;padding-top: 15px;text-align: left;}
.page_news .news_content .head_news dl dd span{font-size: 20px;line-height: 30px;color: #333;}
.page_news .news_content .head_news dl dd p{font-size: 16px;line-height: 30px;color: #999;margin-top: 20px;}
.page_news .news_content .head_news dl dd .more{width: 185px;height: 35px;border-radius: 40px;background-color: #1696e3;margin-top: 50px;}
.page_news .news_content .head_news dl dd .more a{display: block;height: 35px;width: 185px;color:white;text-align: center;line-height: 35px;font-size: 16px;}
.page_news .news_content .head_news dl dd .more a span{color: white;font-size: 16px;line-height: 35px;}

/*内页新闻中心列表*/
.newslist_item{float: left;height: 130px;width: 1200px;margin:40px 0 0 10px;border-bottom: 1px solid #f2f2f2;}
.newslist_item:hover .newslist_item_date{border-top:11px solid #1696e3;}
.newslist_item:hover .date_day,.newslist_item:hover .date_year,.newslist_item:hover .newslist_item_title{color: #1696e3;}
.newslist_item:hover .newslist_item_text span{font-size: 16px;color: #1696e3;}
.newslist_item_date{float: left;height: 100%;width: 136px;border-top: 11px solid #e5e5e5;border-right: 1px solid #ececec;}
.newslist_item_con{float: right;width: 1034px;height: 100%;}
.newslist_item_title{text-align: left;font-size: 20px;line-height: 30px;margin-bottom: 23px;color:#333;}
.newslist_item_text{text-align: left;font-size: 16px;line-height: 30px;color: #999;}
.newslist_item_text span{float: right;font-size: 14px;}
.date_day,.date_year{width: 136px;margin:17px auto 0px auto;font-size: 40.4px;line-height: 46.1px;color: #bfbfbf;text-align: center;font-family: pingfang;font-weight: lighter;}
.date_day span,.date_year span{font-family: pingfang;}
.date_year{margin:8px auto 0px auto;color: #cfcfcf;font-size: 20px;line-height: 30px;}

/*内页新闻详情*/
.page_newsD{width: 1200px;margin:0 auto;min-height: 200px;}
.page_newsD .newsD_content{}
.page_newsD .newsD_content .newsD_detail{margin-top: 100px;border-bottom: 1px solid #e6e6e6;padding-bottom: 20px;}
/*.page_newsD .newsD_content .newsD_detail .lazyload{text-align: center;}*/
/*.page_newsD .newsD_content .newsD_detail .lazyload p{font-size: 16px;color: #666;}
.page_newsD .newsD_content .newsD_detail .lazyload p img{max-height: 500px;max-width: 700px;}*/
.page_newsD .newsD_content .updown{margin-top: 15px;}
.page_newsD .newsD_content .updown p{font-size: 14px;color: #333;}
.page_newsD .newsD_content .updown p:first-child{float:left;}
.page_newsD .newsD_content .updown p:last-child{float: right;}
.page_newsD .newsD_content .updown p a{font-size: 14px;color: #333;}
.page_newsD .newsD_content .updown p a:hover{font-size: 14px;color: #1696e3;}
.page_newsD .newsD_content .updown p span{font-size: 14px;color: #333;}

/*页面分享*/
.bdshare-button-style0-16{margin-top: -24px;display: inline;position: absolute;float: left;margin-left: 215px;}

/*页码*/
.layui-laypage{width: 100%;text-align: center;clear: both;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #2ba6df;}
.layui-laypage a:hover{color: #2ba6df;}
.layui-laypage-prev:hover{color: #2ba6df;}

/*表单*/
.layui-form{}
.layui-form form{}
.layui-form form table{margin:0 auto;}
.layui-form form table tbody{}
.layui-form form table tbody tr{}
.layui-form form table tbody tr:nth-child(7){display: none;}
.layui-form form table tbody tr .tableft{font-size: 18px;color: #666;text-align: right;}
.layui-form form table tbody tr .tabright{position: relative;}
.layui-form form table tbody tr .tabright input{width: 411px;height: 40px;margin: 10px 0px;font-size: 16px;color: #666;}
.layui-form form table tbody tr .tabright input::-input-placeholder{color: #ccc;}
.layui-form form table tbody tr .tabright input::-webkit-input-placeholder{color: #ccc;font-size: 16px;}
.layui-form form table tbody tr .tabright textarea{width: 411px;height: 260px;margin: 10px 0px;font-size: 16px;color: #666;}
.layui-form form table tbody tr .tabright textarea::-input-placeholder{color: #ccc;}
.layui-form form table tbody tr .tabright textarea::-webkit-input-placeholder{color: #ccc;font-size: 16px;}
.layui-form form table tbody tr .tabright textarea::-ms-input-placeholder{color: #ccc;font-size: 16px;}
.layui-form form table tbody tr .tabright span{position: absolute;margin-top: -24px;right:0;margin-right: -8px;}
.layui-form form table tbody tr .layui-btn{width: 165px;height: 40px;background-color: #1696e3;border-radius: 10px;color: white;font-size: 18px;}
.layui-form form table tbody tr td{text-align: center;}

/*内页友情链接*/
.page_newsD .newsD_content .link_items{text-align: center;position: relative;padding-bottom: 85px;}
.page_newsD .newsD_content .link_items ul{overflow: hidden;}
.page_newsD .newsD_content .link_items ul li{float: left;width: 31%;background-color: #e6e6e6;margin:0px 14px 15px 14px;}
.page_newsD .newsD_content .link_items ul li a{color: #333;font-size: 16px;line-height: 40px;display: block;}
.page_newsD .newsD_content .link_items ul li a:hover{text-decoration: underline;color: #359ee5;}

/*内页友情链接*/
.page_newsD .newsD_content .partner_items{text-align: center;position: relative;padding-bottom: 85px;}
.page_newsD .newsD_content .partner_items ul{overflow: hidden;}
.page_newsD .newsD_content .partner_items ul li{float: left;width: 33.33%;margin-bottom:50px;text-align: center;}
.page_newsD .newsD_content .partner_items ul li img{max-width: 100%;}

/*地图侧边*/
.maps{width: 1062px;height: 514px;margin:0 auto;}
.side{box-sizing: border-box;margin:-518px 0 0 741px;width: 320px;height: 514px;position: absolute;background: url("side_pic.png") no-repeat center;padding:175px 31px 0 31px;}
.side_text{color: white;font-size: 16px;line-height:36px;}
.side_text .address{float: left;}
.side_text .suojin{float: left;display: inline;width: 190px;}

/*图片上的页面分享隐藏*/
.sr-bdimgshare-black .bdimgshare-bg{display: none;}
.sr-bdimgshare .bdimgshare-content{display: none;}